hrm_ui_lib 1.6.39 → 2.0.0
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/{Alert-fd6d6af9.js → Alert-CpcLdi-S.js} +16 -15
- package/README.md +76 -0
- package/assets/styles/styles.css +170 -74
- package/assets/styles/styles.scss +1 -1
- package/components/Alert/Alert.js +7 -8
- package/components/Alert/index.js +7 -8
- package/components/Alert/types.d.ts +0 -1
- package/components/Avatar/Avatar.js +7 -8
- package/components/Avatar/AvatarGroup.js +7 -8
- package/components/Avatar/index.js +7 -8
- package/components/Breadcrumb/types.d.ts +0 -1
- package/components/Button/Button.js +7 -8
- package/components/Button/index.js +7 -8
- package/components/CardBody/CardBody.js +7 -8
- package/components/CardBody/index.js +7 -8
- package/components/CardSelect/CardSelect.js +7 -8
- package/components/CardSelect/CardSelectGroup.js +7 -8
- package/components/CardSelect/components/CardChips.js +2 -3
- package/components/CardSelect/components/CardInput.js +7 -8
- package/components/CardSelect/components/index.js +7 -8
- package/components/CardSelect/index.js +7 -8
- package/components/Cards/CardItem.js +1 -1
- package/components/Cards/index.js +1 -1
- package/components/Checkbox/Checkbox.js +7 -8
- package/components/Checkbox/index.js +7 -8
- package/components/Checkbox/types.d.ts +0 -1
- package/components/Chips/Chips.js +2 -3
- package/components/Chips/index.js +2 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +4 -5
- package/components/Collapse/CollapseItem/CollapseItem.js +2 -3
- package/components/Collapse/index.js +4 -5
- package/components/Copy/Copy.js +7 -8
- package/components/Copy/index.js +7 -8
- package/components/Counter/Counter.js +8 -11
- package/components/Counter/index.js +7 -8
- package/components/DatePicker/CustomHeader/CustomHeader.js +7 -8
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +9 -8
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.d.ts +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +10 -13
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.d.ts +1 -1
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +10 -12
- package/components/DatePicker/RangeDatePicker/index.js +9 -8
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -13
- package/components/DatePicker/SimpleDatePicker/index.js +9 -8
- package/components/DatePicker/TimePicker/MobileModalContent.d.ts +1 -0
- package/components/DatePicker/TimePicker/MobileModalContent.js +45 -76
- package/components/DatePicker/TimePicker/TimePicker.js +10 -10
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +9 -9
- package/components/DatePicker/TimePicker/TimePickerMobile.js +8 -10
- package/components/DatePicker/TimePicker/consts.d.ts +4 -0
- package/components/DatePicker/TimePicker/consts.js +8 -0
- package/components/DatePicker/TimePicker/helpers.d.ts +3 -2
- package/components/DatePicker/TimePicker/helpers.js +19 -6
- package/components/DatePicker/TimePicker/index.js +10 -10
- package/components/DatePicker/hooks.js +1425 -1210
- package/components/DatePicker/index.js +12 -10
- package/components/DatePicker/types.d.ts +4 -6
- package/components/Empty/Empty.js +7 -8
- package/components/Empty/index.js +7 -8
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -8
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +7 -8
- package/components/FileUpload/DropzoneFileUpload/FilePreview.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -8
- package/components/FileUpload/DropzoneFileUpload/helpers.d.ts +3 -3
- package/components/FileUpload/DropzoneFileUpload/helpers.js +7 -8
- package/components/FileUpload/DropzoneFileUpload/index.js +7 -8
- package/components/FileUpload/FileUpload.js +7 -8
- package/components/FileUpload/UploadItems.js +7 -8
- package/components/FileUpload/index.js +10 -11
- package/components/FileUpload/types.d.ts +3 -3
- package/components/FormContainer/FormContainer.js +9 -10
- package/components/FormContainer/index.js +7 -8
- package/components/FormField/FormField.js +8 -9
- package/components/FormField/index.js +7 -8
- package/components/FormField/types.d.ts +0 -1
- package/components/Input/Input.js +7 -12
- package/components/Input/index.js +7 -8
- package/components/ItemSelect/ItemSelect.js +7 -8
- package/components/ItemSelect/ItemSelectGroup.js +7 -8
- package/components/ItemSelect/index.js +7 -8
- package/components/Link/types.d.ts +0 -1
- package/components/Menu/Menu.js +7 -8
- package/components/Menu/NestedMenu.js +8 -9
- package/components/Menu/index.js +7 -8
- package/components/Modal/Modal.js +7 -8
- package/components/Modal/ModalConfirmation.js +7 -8
- package/components/Modal/ModalContent.js +7 -8
- package/components/Modal/index.js +7 -8
- package/components/More/More.js +7 -8
- package/components/More/index.js +7 -8
- package/components/Pagination/Pagination.js +2 -3
- package/components/Pagination/index.js +2 -3
- package/components/Popover/Popover.js +7 -8
- package/components/Popover/PopoverDesktop.js +2 -3
- package/components/Popover/PopoverMobile.js +7 -8
- package/components/Popover/index.js +7 -8
- package/components/ProgressStep/ProgressStep.js +1 -2
- package/components/ProgressStep/Step.js +1 -2
- package/components/ProgressStep/index.js +1 -2
- package/components/Radio/Radio.js +0 -1
- package/components/Radio/RadioGroup.js +7 -9
- package/components/Radio/index.js +7 -8
- package/components/SVGIcons/IconAdd.js +1 -2
- package/components/SVGIcons/IconAddCircle.js +1 -2
- package/components/SVGIcons/IconAddCircleFilled.js +1 -2
- package/components/SVGIcons/IconAddFilled.js +1 -2
- package/components/SVGIcons/IconAlert.js +1 -2
- package/components/SVGIcons/IconAlertBadge.js +1 -2
- package/components/SVGIcons/IconAlertBadgeFilled.js +1 -2
- package/components/SVGIcons/IconAlertFilled.js +1 -2
- package/components/SVGIcons/IconAm.js +1 -2
- package/components/SVGIcons/IconAmd.js +1 -2
- package/components/SVGIcons/IconAmdFilled.js +1 -2
- package/components/SVGIcons/IconApple.js +1 -2
- package/components/SVGIcons/IconArrowDown.js +1 -2
- package/components/SVGIcons/IconArrowDownFilled.js +1 -2
- package/components/SVGIcons/IconArrowDownLeft.js +1 -2
- package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -2
- package/components/SVGIcons/IconArrowDownload.js +1 -2
- package/components/SVGIcons/IconArrowDownloadFilled.js +1 -2
- package/components/SVGIcons/IconArrowEnter.js +1 -2
- package/components/SVGIcons/IconArrowEnterFilled.js +1 -2
- package/components/SVGIcons/IconArrowExit.js +1 -2
- package/components/SVGIcons/IconArrowExitFilled.js +1 -2
- package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -2
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -2
- package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -2
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -2
- package/components/SVGIcons/IconArrowExportUp.js +1 -2
- package/components/SVGIcons/IconArrowExportUpFilled.js +1 -2
- package/components/SVGIcons/IconArrowImport.js +1 -2
- package/components/SVGIcons/IconArrowImportFilled.js +1 -2
- package/components/SVGIcons/IconArrowLeft.js +1 -2
- package/components/SVGIcons/IconArrowLeftFilled.js +1 -2
- package/components/SVGIcons/IconArrowRepeatAll.js +1 -2
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -2
- package/components/SVGIcons/IconArrowReset.js +1 -2
- package/components/SVGIcons/IconArrowResetFilled.js +1 -2
- package/components/SVGIcons/IconArrowRight.js +1 -2
- package/components/SVGIcons/IconArrowRightFilled.js +1 -2
- package/components/SVGIcons/IconArrowSort.js +1 -2
- package/components/SVGIcons/IconArrowSortFilled.js +1 -2
- package/components/SVGIcons/IconArrowSync.js +1 -2
- package/components/SVGIcons/IconArrowSyncFilled.js +1 -2
- package/components/SVGIcons/IconArrowUp.js +1 -2
- package/components/SVGIcons/IconArrowUpFilled.js +1 -2
- package/components/SVGIcons/IconArrowUpLeft.js +1 -2
- package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -2
- package/components/SVGIcons/IconArrowUpRight.js +1 -2
- package/components/SVGIcons/IconArrowUpRightFilled.js +1 -2
- package/components/SVGIcons/IconAttach.js +1 -2
- package/components/SVGIcons/IconAttachFilled.js +1 -2
- package/components/SVGIcons/IconBeach.js +1 -2
- package/components/SVGIcons/IconBeachFilled.js +1 -2
- package/components/SVGIcons/IconBook.js +1 -2
- package/components/SVGIcons/IconBookFilled.js +1 -2
- package/components/SVGIcons/IconBookmark.js +1 -2
- package/components/SVGIcons/IconBookmarkFilled.js +1 -2
- package/components/SVGIcons/IconBriefcase.js +1 -2
- package/components/SVGIcons/IconBriefcaseFilled.js +1 -2
- package/components/SVGIcons/IconBuilding.js +1 -2
- package/components/SVGIcons/IconBuildingBank.js +1 -2
- package/components/SVGIcons/IconBuildingBankFilled.js +1 -2
- package/components/SVGIcons/IconBuildingFilled.js +1 -2
- package/components/SVGIcons/IconBulletListAdd.js +1 -2
- package/components/SVGIcons/IconBulletListAddFilled.js +1 -2
- package/components/SVGIcons/IconCalculator.js +1 -2
- package/components/SVGIcons/IconCalculatorFilled.js +1 -2
- package/components/SVGIcons/IconCalendarClock.js +1 -2
- package/components/SVGIcons/IconCalendarClockFilled.js +1 -2
- package/components/SVGIcons/IconCalendarDay.js +1 -2
- package/components/SVGIcons/IconCalendarDayFilled.js +1 -2
- package/components/SVGIcons/IconCalendarEmpty.js +1 -2
- package/components/SVGIcons/IconCalendarLeft.js +1 -2
- package/components/SVGIcons/IconCalendarLeftFilled.js +1 -2
- package/components/SVGIcons/IconCalendarRight.js +1 -2
- package/components/SVGIcons/IconCalendarRightFilled.js +1 -2
- package/components/SVGIcons/IconCall.js +1 -2
- package/components/SVGIcons/IconCallFilled.js +1 -2
- package/components/SVGIcons/IconCard.js +1 -2
- package/components/SVGIcons/IconCardFilled.js +1 -2
- package/components/SVGIcons/IconCaretDown.js +1 -2
- package/components/SVGIcons/IconCaretDownFilled.js +1 -2
- package/components/SVGIcons/IconCaretDownRight.js +1 -2
- package/components/SVGIcons/IconCaretDownRightFilled.js +1 -2
- package/components/SVGIcons/IconCaretLeft.js +1 -2
- package/components/SVGIcons/IconCaretLeftFilled.js +1 -2
- package/components/SVGIcons/IconCaretRight.js +1 -2
- package/components/SVGIcons/IconCaretRightFilled.js +1 -2
- package/components/SVGIcons/IconCaretUp.js +1 -2
- package/components/SVGIcons/IconCaretUpFilled.js +1 -2
- package/components/SVGIcons/IconChat.js +1 -2
- package/components/SVGIcons/IconChatFilled.js +1 -2
- package/components/SVGIcons/IconChatMultiple.js +1 -2
- package/components/SVGIcons/IconChatMultipleFilled.js +1 -2
- package/components/SVGIcons/IconCheckboxArrowRight.js +1 -2
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -2
- package/components/SVGIcons/IconCheckmark.js +1 -2
- package/components/SVGIcons/IconCheckmarkCircle.js +1 -2
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -2
- package/components/SVGIcons/IconCheckmarkFilled.js +1 -2
- package/components/SVGIcons/IconChevronDown.js +1 -2
- package/components/SVGIcons/IconChevronDownFilled.js +1 -2
- package/components/SVGIcons/IconChevronLeft.js +1 -2
- package/components/SVGIcons/IconChevronLeftFilled.js +1 -2
- package/components/SVGIcons/IconChevronRight.js +1 -2
- package/components/SVGIcons/IconChevronRightFilled.js +1 -2
- package/components/SVGIcons/IconChevronUp.js +1 -2
- package/components/SVGIcons/IconChevronUpDown.js +1 -2
- package/components/SVGIcons/IconChevronUpDownFilled.js +1 -2
- package/components/SVGIcons/IconChevronUpFilled.js +1 -2
- package/components/SVGIcons/IconClipboardDay.js +1 -2
- package/components/SVGIcons/IconClock.js +1 -2
- package/components/SVGIcons/IconClockDismiss.js +1 -2
- package/components/SVGIcons/IconClockDismissFilled.js +1 -2
- package/components/SVGIcons/IconClockFilled.js +1 -2
- package/components/SVGIcons/IconComment.js +1 -2
- package/components/SVGIcons/IconCommentFilled.js +1 -2
- package/components/SVGIcons/IconContractCard.js +1 -2
- package/components/SVGIcons/IconContractCardFilled.js +1 -2
- package/components/SVGIcons/IconCopy.js +1 -2
- package/components/SVGIcons/IconCopyFilled.js +1 -2
- package/components/SVGIcons/IconCubeTree.js +1 -2
- package/components/SVGIcons/IconCubeTreeFilled.js +1 -2
- package/components/SVGIcons/IconDatabase.js +1 -2
- package/components/SVGIcons/IconDatabaseFilled.js +1 -2
- package/components/SVGIcons/IconDelete.js +1 -2
- package/components/SVGIcons/IconDeleteFilled.js +1 -2
- package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -2
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -2
- package/components/SVGIcons/IconDismiss.js +1 -2
- package/components/SVGIcons/IconDismissCircle.js +1 -2
- package/components/SVGIcons/IconDismissCircleFilled.js +1 -2
- package/components/SVGIcons/IconDismissFilled.js +1 -2
- package/components/SVGIcons/IconDocument.js +1 -2
- package/components/SVGIcons/IconDocumentBulletList.js +1 -2
- package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -2
- package/components/SVGIcons/IconDocumentEdit.js +1 -2
- package/components/SVGIcons/IconDocumentEditFilled.js +1 -2
- package/components/SVGIcons/IconDocumentFilled.js +1 -2
- package/components/SVGIcons/IconDocumentPerson.js +1 -2
- package/components/SVGIcons/IconEdit.js +1 -2
- package/components/SVGIcons/IconEditFilled.js +1 -2
- package/components/SVGIcons/IconErrorCircle.js +1 -2
- package/components/SVGIcons/IconErrorCircleFilled.js +1 -2
- package/components/SVGIcons/IconEur.js +1 -2
- package/components/SVGIcons/IconEurFilled.js +1 -2
- package/components/SVGIcons/IconExpandUpLeft.js +1 -2
- package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -2
- package/components/SVGIcons/IconExpandUpRight.js +1 -2
- package/components/SVGIcons/IconExpandUpRightFilled.js +1 -2
- package/components/SVGIcons/IconEyeOff.js +1 -2
- package/components/SVGIcons/IconEyeOffFilled.js +1 -2
- package/components/SVGIcons/IconEyeOn.js +1 -2
- package/components/SVGIcons/IconEyeOnFilled.js +1 -2
- package/components/SVGIcons/IconFacebook.js +1 -2
- package/components/SVGIcons/IconFilter.js +1 -2
- package/components/SVGIcons/IconFilterFilled.js +1 -2
- package/components/SVGIcons/IconFlag.js +1 -2
- package/components/SVGIcons/IconFlagFilled.js +1 -2
- package/components/SVGIcons/IconFolderLink.js +1 -2
- package/components/SVGIcons/IconFolderLinkFilled.js +1 -2
- package/components/SVGIcons/IconGb.js +1 -2
- package/components/SVGIcons/IconGlobe.js +1 -2
- package/components/SVGIcons/IconGlobeFilled.js +1 -2
- package/components/SVGIcons/IconGoogle.js +1 -2
- package/components/SVGIcons/IconHandOpenHeart.js +1 -2
- package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -2
- package/components/SVGIcons/IconHeart.js +1 -2
- package/components/SVGIcons/IconHeartFilled.js +1 -2
- package/components/SVGIcons/IconHistory.js +1 -2
- package/components/SVGIcons/IconHistoryFilled.js +1 -2
- package/components/SVGIcons/IconHome.js +1 -2
- package/components/SVGIcons/IconHomeFilled.js +1 -2
- package/components/SVGIcons/IconImage.js +1 -2
- package/components/SVGIcons/IconImageFilled.js +1 -2
- package/components/SVGIcons/IconInfo.js +1 -2
- package/components/SVGIcons/IconInfoFilled.js +1 -2
- package/components/SVGIcons/IconInstagram.js +1 -2
- package/components/SVGIcons/IconKeyReset.js +1 -2
- package/components/SVGIcons/IconKeyResetFilled.js +1 -2
- package/components/SVGIcons/IconLink.js +1 -2
- package/components/SVGIcons/IconLinkFilled.js +1 -2
- package/components/SVGIcons/IconLinkedin.js +1 -2
- package/components/SVGIcons/IconList.js +1 -2
- package/components/SVGIcons/IconListFilled.js +1 -2
- package/components/SVGIcons/IconLocation.js +1 -2
- package/components/SVGIcons/IconLocationFilled.js +1 -2
- package/components/SVGIcons/IconLockClosed.js +1 -2
- package/components/SVGIcons/IconLockClosedFilled.js +1 -2
- package/components/SVGIcons/IconLockOpen.js +1 -2
- package/components/SVGIcons/IconLockOpenFilled.js +1 -2
- package/components/SVGIcons/IconMail.js +1 -2
- package/components/SVGIcons/IconMailAdd.js +1 -2
- package/components/SVGIcons/IconMailAddFilled.js +1 -2
- package/components/SVGIcons/IconMailArrowForward.js +1 -2
- package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -2
- package/components/SVGIcons/IconMailFilled.js +1 -2
- package/components/SVGIcons/IconMailLink.js +1 -2
- package/components/SVGIcons/IconMailLinkFilled.js +1 -2
- package/components/SVGIcons/IconMedium.js +1 -2
- package/components/SVGIcons/IconMore.js +1 -2
- package/components/SVGIcons/IconMoreFilled.js +1 -2
- package/components/SVGIcons/IconMoreVertical.js +1 -2
- package/components/SVGIcons/IconMoreVerticalFilled.js +1 -2
- package/components/SVGIcons/IconNavigation.js +1 -2
- package/components/SVGIcons/IconNavigationFilled.js +1 -2
- package/components/SVGIcons/IconNotebook.js +1 -2
- package/components/SVGIcons/IconNotebookAdd.js +1 -2
- package/components/SVGIcons/IconNotebookAddFilled.js +1 -2
- package/components/SVGIcons/IconNotebookFilled.js +1 -2
- package/components/SVGIcons/IconOnlyEmployee.js +1 -2
- package/components/SVGIcons/IconOpen.js +1 -2
- package/components/SVGIcons/IconOpenFilled.js +1 -2
- package/components/SVGIcons/IconPatient.js +1 -2
- package/components/SVGIcons/IconPatientFilled.js +1 -2
- package/components/SVGIcons/IconPeople.js +1 -2
- package/components/SVGIcons/IconPeopleAdd.js +1 -2
- package/components/SVGIcons/IconPeopleAddFilled.js +1 -2
- package/components/SVGIcons/IconPeopleFilled.js +1 -2
- package/components/SVGIcons/IconPercent.js +1 -2
- package/components/SVGIcons/IconPerson.js +1 -2
- package/components/SVGIcons/IconPersonAccount.js +1 -2
- package/components/SVGIcons/IconPersonAccountFilled.js +1 -2
- package/components/SVGIcons/IconPersonAdd.js +1 -2
- package/components/SVGIcons/IconPersonAddFilled.js +1 -2
- package/components/SVGIcons/IconPersonArrowLeft.js +1 -2
- package/components/SVGIcons/IconPersonArrowRight.js +1 -2
- package/components/SVGIcons/IconPersonBoard.js +1 -2
- package/components/SVGIcons/IconPersonFilled.js +1 -2
- package/components/SVGIcons/IconPersonStar.js +1 -2
- package/components/SVGIcons/IconPersonStarFilled.js +1 -2
- package/components/SVGIcons/IconPersonSubtract.js +1 -2
- package/components/SVGIcons/IconPersonSubtractFilled.js +1 -2
- package/components/SVGIcons/IconPhone.js +1 -2
- package/components/SVGIcons/IconPhoneFilled.js +1 -2
- package/components/SVGIcons/IconPlugConnected.js +1 -2
- package/components/SVGIcons/IconPos.js +1 -2
- package/components/SVGIcons/IconPosFilled.js +1 -2
- package/components/SVGIcons/IconProhibited.js +1 -2
- package/components/SVGIcons/IconProhibitedFilled.js +1 -2
- package/components/SVGIcons/IconProjectProduct.js +1 -2
- package/components/SVGIcons/IconQuestion.js +1 -2
- package/components/SVGIcons/IconQuestionFilled.js +1 -2
- package/components/SVGIcons/IconRedo.js +1 -2
- package/components/SVGIcons/IconRedoFilled.js +1 -2
- package/components/SVGIcons/IconRu.js +1 -2
- package/components/SVGIcons/IconRub.js +1 -2
- package/components/SVGIcons/IconRubFilled.js +1 -2
- package/components/SVGIcons/IconSave.js +1 -2
- package/components/SVGIcons/IconSaveFilled.js +1 -2
- package/components/SVGIcons/IconSavings.js +1 -2
- package/components/SVGIcons/IconSavingsFilled.js +1 -2
- package/components/SVGIcons/IconSearch.js +1 -2
- package/components/SVGIcons/IconSearchFilled.js +1 -2
- package/components/SVGIcons/IconSelectAllOff.js +1 -2
- package/components/SVGIcons/IconSelectAllOffFilled.js +1 -2
- package/components/SVGIcons/IconSelectAllOn.js +1 -2
- package/components/SVGIcons/IconSelectAllOnFilled.js +1 -2
- package/components/SVGIcons/IconSend.js +1 -2
- package/components/SVGIcons/IconSendFilled.js +1 -2
- package/components/SVGIcons/IconSettings.js +1 -2
- package/components/SVGIcons/IconSettingsFilled.js +1 -2
- package/components/SVGIcons/IconShare.js +1 -2
- package/components/SVGIcons/IconShareAndroid.js +1 -2
- package/components/SVGIcons/IconShareAndroidFilled.js +1 -2
- package/components/SVGIcons/IconShareFilled.js +1 -2
- package/components/SVGIcons/IconSignOut.js +1 -2
- package/components/SVGIcons/IconSignOutFilled.js +1 -2
- package/components/SVGIcons/IconSpinner.js +1 -2
- package/components/SVGIcons/IconSpinnerFilled.js +1 -2
- package/components/SVGIcons/IconStatus.js +1 -2
- package/components/SVGIcons/IconStatusFilled.js +1 -2
- package/components/SVGIcons/IconSubtract.js +1 -2
- package/components/SVGIcons/IconSubtractCircle.js +1 -2
- package/components/SVGIcons/IconSubtractCircleFilled.js +1 -2
- package/components/SVGIcons/IconSubtractFilled.js +1 -2
- package/components/SVGIcons/IconTableCellEdit.js +1 -2
- package/components/SVGIcons/IconTableCellEditFilled.js +1 -2
- package/components/SVGIcons/IconTelegram.js +1 -2
- package/components/SVGIcons/IconTimer.js +1 -2
- package/components/SVGIcons/IconTimerFilled.js +1 -2
- package/components/SVGIcons/IconTwitter.js +1 -2
- package/components/SVGIcons/IconUndo.js +1 -2
- package/components/SVGIcons/IconUndoFilled.js +1 -2
- package/components/SVGIcons/IconUnitsEmployee.js +1 -2
- package/components/SVGIcons/IconUpload.js +1 -2
- package/components/SVGIcons/IconUsd.js +1 -2
- package/components/SVGIcons/IconUsdFilled.js +1 -2
- package/components/SVGIcons/IconUserMinus.js +1 -2
- package/components/SVGIcons/IconVideo.js +1 -2
- package/components/SVGIcons/IconVideoFilled.js +1 -2
- package/components/SVGIcons/IconWallet.js +1 -2
- package/components/SVGIcons/IconWalletFilled.js +1 -2
- package/components/SVGIcons/IconWarning.js +1 -2
- package/components/SVGIcons/IconWarningFilled.js +1 -2
- package/components/SVGIcons/IconYoutube.js +1 -2
- package/components/SVGIcons/index.js +1 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -8
- package/components/Select/FilterSelect/FilterDropdown.js +7 -8
- package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -8
- package/components/Select/FilterSelect/FilterSelect.js +7 -8
- package/components/Select/MultiSelect/DesktopWrapper.js +3 -4
- package/components/Select/MultiSelect/MobileWrapper.js +7 -8
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +20 -21
- package/components/Select/MultiSelect/MultiSelect.js +8 -10
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +19 -20
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +21 -22
- package/components/Select/MultiSelect/OptionsWrapper.js +8 -11
- package/components/Select/NestedSelect/NestedSelect.js +7 -8
- package/components/Select/ProfileDropdown/index.js +2 -3
- package/components/Select/Select/Select.js +8 -9
- package/components/Select/Select/SelectDesktop/index.js +9 -10
- package/components/Select/Select/SelectMobile/MobileTopContent.js +7 -8
- package/components/Select/Select/SelectMobile/index.js +7 -8
- package/components/Select/SharedComponents/Actions.js +7 -8
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +1 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +7 -8
- package/components/Select/SharedComponents/ContentTop.js +7 -8
- package/components/Select/SharedComponents/Footer.js +8 -9
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +7 -8
- package/components/Select/SharedComponents/index.js +7 -8
- package/components/Select/index.js +7 -8
- package/components/SideNavigation/NavigationItem/index.js +2 -3
- package/components/SideNavigation/SideNavigation.js +1 -2
- package/components/SideNavigation/index.js +2 -3
- package/components/SideSheet/Footer/Footer.js +7 -8
- package/components/SideSheet/SideSheet.js +8 -9
- package/components/SideSheet/index.js +7 -8
- package/components/Snackbar/Snackbar.js +9 -10
- package/components/Snackbar/index.js +7 -8
- package/components/Snackbar/types.d.ts +0 -1
- package/components/Status/Status.js +2 -3
- package/components/Status/index.js +2 -3
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/index.js +1 -1
- package/components/Stepper/types.d.ts +0 -1
- package/components/Switcher/Switcher.js +7 -9
- package/components/Switcher/index.js +7 -8
- package/components/Switcher/types.d.ts +0 -1
- package/components/Tab/Tab.js +3 -4
- package/components/Tab/TabItem.js +2 -3
- package/components/Tab/index.js +3 -4
- package/components/Tab/types.d.ts +0 -1
- package/components/Table/Header.js +8 -9
- package/components/Table/IndeterminateCheckbox.js +7 -9
- package/components/Table/Row.js +7 -8
- package/components/Table/Table.js +7 -8
- package/components/Table/index.js +7 -8
- package/components/Table/utils.js +7 -8
- package/components/Textarea/Textarea.js +7 -8
- package/components/Textarea/index.js +7 -8
- package/components/Textarea/types.d.ts +0 -1
- package/components/Tooltip/Tooltip.js +2 -3
- package/components/Tooltip/index.js +2 -3
- package/consts/index.js +1 -2
- package/context/FormContextProvider.d.ts +1 -1
- package/context/types.d.ts +0 -1
- package/helperComponents/ErrorMessage/types.d.ts +0 -1
- package/helperComponents/GoToWebPage/GoToWebPage.js +7 -8
- package/helperComponents/IconDynamicComponent/constants.js +0 -1
- package/helperComponents/OptionItem/OptionItem.js +7 -8
- package/helperComponents/OptionItem/index.js +7 -8
- package/helperComponents/index.js +8 -9
- package/helpers/check-authorization.js +9 -10
- package/helpers/format-date.js +19 -6
- package/helpers/index.js +7 -8
- package/helpers/isDeepEqual.js +1 -1
- package/hooks/index.js +2 -3
- package/hooks/useChangePositionsOnScroll.js +1 -2
- package/hooks/useDispatchEventOnScroll.js +1 -2
- package/hooks/useGetIsMobile.js +2 -3
- package/hooks/useGetTooltipStyles.d.ts +1 -1
- package/hooks/useHideBodyScroll.js +1 -1
- package/hooks/useHideOnScroll.js +1 -2
- package/hooks/useOnOutsideClick.js +0 -1
- package/hooks/useScreenSize.js +2 -3
- package/index.js +30 -28
- package/package.json +13 -13
- package/utils/helpers.d.ts +1 -1
- package/_commonjsHelpers-27689335.js +0 -3
- package/defineProperty-2ff83f38.js +0 -28
- package/extends-3e40af1f.js +0 -11
- package/objectWithoutProperties-0edf05e5.js +0 -23
- package/slicedToArray-2d190e96.js +0 -55
- package/stories/Alert.stories.d.ts +0 -22
- package/stories/Avatar.stories.d.ts +0 -29
- package/stories/Badge.stories.d.ts +0 -22
- package/stories/Breadcrumb.stories.d.ts +0 -8
- package/stories/Button.stories.d.ts +0 -22
- package/stories/CardBody.stories.d.ts +0 -8
- package/stories/CardSelect.stories.d.ts +0 -24
- package/stories/Cards.stories.d.ts +0 -8
- package/stories/Checkbox.stories.d.ts +0 -9
- package/stories/Chips.stories.d.ts +0 -28
- package/stories/Collapse.stories.d.ts +0 -12
- package/stories/Container.stories.d.ts +0 -7
- package/stories/Copy.stories.d.ts +0 -9
- package/stories/Counter.stories.d.ts +0 -8
- package/stories/DatePicker.stories.d.ts +0 -16
- package/stories/Divider.stories.d.ts +0 -4
- package/stories/Empty.stories.d.ts +0 -16
- package/stories/FileUpload.stories.d.ts +0 -9
- package/stories/Form.stories.d.ts +0 -7
- package/stories/Heading.stories.d.ts +0 -36
- package/stories/Image.stories.d.ts +0 -4
- package/stories/Input.stories.d.ts +0 -16
- package/stories/ItemSelect.stories.d.ts +0 -9
- package/stories/Link.stories.d.ts +0 -8
- package/stories/Menu.stories.d.ts +0 -17
- package/stories/Modal.stories.d.ts +0 -17
- package/stories/More.stories.d.ts +0 -7
- package/stories/NavigationItem.stories.d.ts +0 -13
- package/stories/Pagination.stories.d.ts +0 -16
- package/stories/Popover.stories.d.ts +0 -16
- package/stories/Progress.stories.d.ts +0 -22
- package/stories/ProgressStep.stories.d.ts +0 -28
- package/stories/Radio.stories.d.ts +0 -10
- package/stories/SVGIcons.stories.d.ts +0 -29
- package/stories/Select.stories.d.ts +0 -25
- package/stories/SideNavigation.stories.d.ts +0 -13
- package/stories/SideSheet.stories.d.ts +0 -16
- package/stories/Snackbar.stories.d.ts +0 -17
- package/stories/Status.stories.d.ts +0 -22
- package/stories/Stepper.stories.d.ts +0 -7
- package/stories/Switcher.stories.d.ts +0 -16
- package/stories/Tab.stories.d.ts +0 -22
- package/stories/Table.stories.d.ts +0 -8
- package/stories/Text.stories.d.ts +0 -42
- package/stories/Textarea.stories.d.ts +0 -8
- package/stories/Tooltip.stories.d.ts +0 -22
- package/toConsumableArray-f6050ff2.js +0 -19
- package/typeof-de618fd6.js +0 -11
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
2
|
import React, { useMemo, forwardRef, useState, useCallback, useId, useEffect, useRef } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { TYPE_MAPPING, ICONS_MAPPING } from './components/Alert/consts.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import { Text } from './components/Text/Text.js';
|
|
6
|
-
import
|
|
7
|
-
import
|
|
6
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
7
|
+
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import { Loader } from './helperComponents/Loader/Loader.js';
|
|
10
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
11
|
+
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
10
12
|
import { FILE_ACCEPT_TYPE } from './consts/index.js';
|
|
11
13
|
import './hooks/useScreenSize.js';
|
|
12
14
|
import 'react-hook-form';
|
|
13
|
-
import { _ as _toConsumableArray } from './toConsumableArray-f6050ff2.js';
|
|
14
|
-
import { _ as _slicedToArray } from './slicedToArray-2d190e96.js';
|
|
15
15
|
import { ErrorCode, useDropzone } from 'react-dropzone';
|
|
16
16
|
import { IconUpload } from './components/SVGIcons/IconUpload.js';
|
|
17
17
|
import { FileTypeEnum } from './type/file-upload.js';
|
|
@@ -33,12 +33,13 @@ import { Link } from './components/Link/Link.js';
|
|
|
33
33
|
import { PopoverDesktop } from './components/Popover/PopoverDesktop.js';
|
|
34
34
|
import { IconInfo } from './components/SVGIcons/IconInfo.js';
|
|
35
35
|
import { IconDynamicComponent } from './helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
36
|
+
import '@babel/runtime/helpers/typeof';
|
|
36
37
|
import { IconDismissFilled } from './components/SVGIcons/IconDismissFilled.js';
|
|
37
38
|
import { IconDelete } from './components/SVGIcons/IconDelete.js';
|
|
38
39
|
import { FilePreview } from './components/FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
39
40
|
import { IconArrowDownloadFilled } from './components/SVGIcons/IconArrowDownloadFilled.js';
|
|
40
41
|
import { downloadFile } from './helpers/download-file.js';
|
|
41
|
-
import { LITE_LOADER_TYPES,
|
|
42
|
+
import { LITE_LOADER_TYPES, ICON_TYPE_MAPPING, ICON_SIZE_MAPPING } from './components/Button/consts.js';
|
|
42
43
|
|
|
43
44
|
var shortenFileName = function shortenFileName(fileName, maxLength) {
|
|
44
45
|
// Regular expression to split the name into three parts: start, middle, and extension
|
|
@@ -65,14 +66,14 @@ var formatFileSize = function formatFileSize(sizeInBytes) {
|
|
|
65
66
|
}
|
|
66
67
|
};
|
|
67
68
|
var generateAreaContent = function generateAreaContent(_ref) {
|
|
68
|
-
var
|
|
69
|
+
var allowedTypes = _ref.allowedTypes,
|
|
69
70
|
maxSize = _ref.maxSize,
|
|
70
71
|
locale = _ref.locale;
|
|
71
|
-
var acceptTypes =
|
|
72
|
+
var acceptTypes = allowedTypes.map(function (type) {
|
|
72
73
|
return FILE_ACCEPT_TYPE[type];
|
|
73
74
|
}).flat();
|
|
74
75
|
var translation = getDropzoneLocale(locale);
|
|
75
|
-
var acceptTypesMessage =
|
|
76
|
+
var acceptTypesMessage = allowedTypes.length === 1 ? allowedTypes[0] : allowedTypes.reduce(function (acc, currentValue, _index, _arr) {
|
|
76
77
|
if (_index === _arr.length - 1) {
|
|
77
78
|
return "".concat(acc, " ").concat(translation.or, " ").concat(currentValue);
|
|
78
79
|
}
|
|
@@ -203,8 +204,8 @@ var PreviewItem = function PreviewItem(_ref) {
|
|
|
203
204
|
var DropzoneFileUpload = /*#__PURE__*/forwardRef(function (_ref2, _ref) {
|
|
204
205
|
var _ref2$maxSize = _ref2.maxSize,
|
|
205
206
|
maxSize = _ref2$maxSize === void 0 ? 10 * 1024 * 1024 : _ref2$maxSize,
|
|
206
|
-
_ref2$
|
|
207
|
-
|
|
207
|
+
_ref2$allowedTypes = _ref2.allowedTypes,
|
|
208
|
+
allowedTypes = _ref2$allowedTypes === void 0 ? [FileTypeEnum.IMAGE, FileTypeEnum.PDF, FileTypeEnum.DOC] : _ref2$allowedTypes,
|
|
208
209
|
name = _ref2.name,
|
|
209
210
|
setFiles = _ref2.setFiles,
|
|
210
211
|
setFieldValue = _ref2.setFieldValue,
|
|
@@ -224,7 +225,7 @@ var DropzoneFileUpload = /*#__PURE__*/forwardRef(function (_ref2, _ref) {
|
|
|
224
225
|
errors = _useState2[0],
|
|
225
226
|
setErrors = _useState2[1];
|
|
226
227
|
var areaContent = generateAreaContent({
|
|
227
|
-
|
|
228
|
+
allowedTypes: allowedTypes,
|
|
228
229
|
maxSize: maxSize
|
|
229
230
|
});
|
|
230
231
|
var translation = getDropzoneLocale(locale);
|
|
@@ -295,7 +296,7 @@ var DropzoneFileUpload = /*#__PURE__*/forwardRef(function (_ref2, _ref) {
|
|
|
295
296
|
className: "mb-6"
|
|
296
297
|
}, translation.title), /*#__PURE__*/React.createElement(Text, {
|
|
297
298
|
size: "small"
|
|
298
|
-
}, "".concat(areaContent.acceptTypesMessage, " ").concat(
|
|
299
|
+
}, "".concat(areaContent.acceptTypesMessage, " ").concat((allowedTypes === null || allowedTypes === void 0 ? void 0 : allowedTypes.length) === 1 ? translation.format : translation.formats, ", ").concat(translation.maxSize.replace('$1', areaContent.maxSizeFormatted)))) : null, /*#__PURE__*/React.createElement("div", {
|
|
299
300
|
className: "dz-file-upload__files"
|
|
300
301
|
}, errors.map(function (_ref3, index) {
|
|
301
302
|
var code = _ref3.code;
|
|
@@ -747,4 +748,4 @@ var Alert = function Alert(props) {
|
|
|
747
748
|
}) : null));
|
|
748
749
|
};
|
|
749
750
|
|
|
750
|
-
export { Alert as A, Button as B, Checkbox as C, DropzoneFileUpload as D, ErrorItem as E,
|
|
751
|
+
export { Alert as A, Button as B, Checkbox as C, DropzoneFileUpload as D, ErrorItem as E, MOBILE_ANIMATION as M, Popover as P, Modal as a, getDropzoneLocale as b, PreviewItem as c, ModalContent as d, PopoverMobile as e, formatFileSize as f, generateAreaContent as g, shortenFileName as s };
|
package/README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# People Space UI Tools
|
|
2
|
+
|
|
3
|
+
See [UI library]([https://github.com/hrmuilibrary/hrm_ui_library]) for live demos and comprehensive docs.
|
|
4
|
+
|
|
5
|
+
# Installation and usage
|
|
6
|
+
```
|
|
7
|
+
npm install hrm_ui_lib
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
Then use it in your app:
|
|
11
|
+
```jsx
|
|
12
|
+
import React from 'react';
|
|
13
|
+
import { Button } from 'hrm_ui_lib/components/Button';
|
|
14
|
+
import 'hrm_ui_lib/assets/styles/styles.scss';
|
|
15
|
+
// Or you can import the styles.css file
|
|
16
|
+
// import 'hrm_ui_lib/assets/styles/styles.css';
|
|
17
|
+
|
|
18
|
+
const App = () => {
|
|
19
|
+
return <Button>Click me</Button>;
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
How to use mixins:
|
|
24
|
+
```scss
|
|
25
|
+
@use "hrm_ui_lib/assets/styles/helpers/mixin";
|
|
26
|
+
|
|
27
|
+
.divider {
|
|
28
|
+
@include mixin.flexbox();
|
|
29
|
+
}
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
# How to create new icon
|
|
33
|
+
1. Add a new svg file in `svg-icons` folder.
|
|
34
|
+
2. Make sure the icon is matching with the design.
|
|
35
|
+
3. Make sure the svg file name is matching with pattern like this `chevron-right.svg`.
|
|
36
|
+
4. Run `npm run generate-svg-component` command to generate the new icon component.
|
|
37
|
+
|
|
38
|
+
# How to create new component
|
|
39
|
+
1. Add a folder with the component name in `src/components/` folder.
|
|
40
|
+
2. Add a style file in the `assets/styles/components` fodler with the name `_componentName.scss`.
|
|
41
|
+
3. Import the created style file in `assets/styles/styles.scss` file using @use syntax.
|
|
42
|
+
4. Develop component based on the design.
|
|
43
|
+
5. Add `coomponentName.stories.tsx` file in src/stories folder to test created component.
|
|
44
|
+
6. Make sure you don't have type error and the component is matching with the design.
|
|
45
|
+
7. If everything is ok you can create a pull request into the master branch with correct commit message (you can read about it below).
|
|
46
|
+
8. The new version will be published automatically after the pull request is reviewed and merged.
|
|
47
|
+
|
|
48
|
+
## Automated Releases with Semantic Release
|
|
49
|
+
|
|
50
|
+
This project uses [Semantic Release](https://semantic-release.gitbook.io/semantic-release/) to automate versioning and releases. It follows [Semantic Versioning](https://semver.org/) (semver) and determines the next version number based on commit messages.
|
|
51
|
+
|
|
52
|
+
### How It Works
|
|
53
|
+
|
|
54
|
+
Semantic Release automates:
|
|
55
|
+
|
|
56
|
+
1. Version number updates.
|
|
57
|
+
2. Release notes generation.
|
|
58
|
+
3. Package publishing to npm.
|
|
59
|
+
4. GitHub release creation.
|
|
60
|
+
|
|
61
|
+
### Commit Message Guidelines
|
|
62
|
+
|
|
63
|
+
Semantic Release uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) to determine release types:
|
|
64
|
+
|
|
65
|
+
`fix:` – for bug fixes (patch release)
|
|
66
|
+
`feat:` – for new features (minor release)
|
|
67
|
+
`BREAKING CHANGE:` – for breaking changes (major release)
|
|
68
|
+
|
|
69
|
+
### Releasing
|
|
70
|
+
|
|
71
|
+
To trigger a release:
|
|
72
|
+
|
|
73
|
+
1. Commit your changes using the conventional commit format.
|
|
74
|
+
2. Open a pull request and merge it into the `master` branch with the appropriate commit message.
|
|
75
|
+
|
|
76
|
+
Semantic Release will handle the rest, including publishing to npm and creating a GitHub release.
|
package/assets/styles/styles.css
CHANGED
|
@@ -4962,23 +4962,6 @@ body {
|
|
|
4962
4962
|
width: 100%;
|
|
4963
4963
|
}
|
|
4964
4964
|
|
|
4965
|
-
.mobile_time_picker {
|
|
4966
|
-
align-items: center;
|
|
4967
|
-
display: flex;
|
|
4968
|
-
flex-direction: column;
|
|
4969
|
-
justify-content: center;
|
|
4970
|
-
}
|
|
4971
|
-
|
|
4972
|
-
.mobile_time_picker .picker_items {
|
|
4973
|
-
gap: var(--ds-space-56);
|
|
4974
|
-
}
|
|
4975
|
-
|
|
4976
|
-
.mobile_time_picker .picker_items .date_item_picker_container {
|
|
4977
|
-
align-items: center;
|
|
4978
|
-
display: flex;
|
|
4979
|
-
flex-direction: column;
|
|
4980
|
-
}
|
|
4981
|
-
|
|
4982
4965
|
.custom_header_container {
|
|
4983
4966
|
align-items: center;
|
|
4984
4967
|
display: flex;
|
|
@@ -8412,18 +8395,139 @@ body {
|
|
|
8412
8395
|
border-top: 1px solid var(--grey-50);
|
|
8413
8396
|
}
|
|
8414
8397
|
|
|
8398
|
+
.time-picker-mobile .modal__content {
|
|
8399
|
+
padding: 16px 0;
|
|
8400
|
+
}
|
|
8401
|
+
|
|
8402
|
+
.mobile_time_picker {
|
|
8403
|
+
align-items: center;
|
|
8404
|
+
display: flex;
|
|
8405
|
+
flex-direction: column;
|
|
8406
|
+
justify-content: center;
|
|
8407
|
+
padding: var(--ds-size-8);
|
|
8408
|
+
}
|
|
8409
|
+
|
|
8410
|
+
.mobile_time_picker-wheel-picker {
|
|
8411
|
+
justify-content: center !important;
|
|
8412
|
+
}
|
|
8413
|
+
|
|
8414
|
+
.mobile_time_picker-wheel-picker-item {
|
|
8415
|
+
color: var(--grey-500) !important;
|
|
8416
|
+
font-size: var(--font-size-16) !important;
|
|
8417
|
+
font-weight: var(--font-weight-500) !important;
|
|
8418
|
+
width: max-content !important;
|
|
8419
|
+
}
|
|
8420
|
+
|
|
8421
|
+
.mobile_time_picker-wheel-picker-item__hour {
|
|
8422
|
+
left: unset !important;
|
|
8423
|
+
right: 18px !important;
|
|
8424
|
+
}
|
|
8425
|
+
|
|
8426
|
+
.mobile_time_picker-wheel-picker-item__minute {
|
|
8427
|
+
left: 18px !important;
|
|
8428
|
+
}
|
|
8429
|
+
|
|
8430
|
+
.mobile_time_picker-wheel-picker-highlight {
|
|
8431
|
+
background-color: var(--grey-100) !important;
|
|
8432
|
+
}
|
|
8433
|
+
|
|
8434
|
+
.mobile_time_picker-wheel-picker-highlight-item__hour {
|
|
8435
|
+
justify-content: flex-end !important;
|
|
8436
|
+
margin-right: var(--ds-size-16);
|
|
8437
|
+
}
|
|
8438
|
+
|
|
8439
|
+
.mobile_time_picker-wheel-picker-highlight-item__hour, .mobile_time_picker-wheel-picker-highlight-item__minute {
|
|
8440
|
+
color: var(--grey-900) !important;
|
|
8441
|
+
font-size: var(--font-size-20) !important;
|
|
8442
|
+
font-weight: var(--font-weight-600) !important;
|
|
8443
|
+
}
|
|
8444
|
+
|
|
8445
|
+
.mobile_time_picker-wheel-picker-highlight-item__minute {
|
|
8446
|
+
justify-content: flex-start !important;
|
|
8447
|
+
margin-left: var(--ds-size-16);
|
|
8448
|
+
}
|
|
8449
|
+
|
|
8450
|
+
[data-rwp-wrapper] {
|
|
8451
|
+
align-items: stretch;
|
|
8452
|
+
display: flex;
|
|
8453
|
+
justify-content: space-between;
|
|
8454
|
+
perspective: 2000px;
|
|
8455
|
+
-webkit-user-select: none;
|
|
8456
|
+
-moz-user-select: none;
|
|
8457
|
+
user-select: none;
|
|
8458
|
+
width: 100%;
|
|
8459
|
+
}
|
|
8460
|
+
|
|
8461
|
+
[data-rwp-wrapper], [data-rwp] {
|
|
8462
|
+
overflow: hidden;
|
|
8463
|
+
position: relative;
|
|
8464
|
+
}
|
|
8465
|
+
|
|
8466
|
+
[data-rwp] {
|
|
8467
|
+
cursor: default;
|
|
8468
|
+
flex: 1;
|
|
8469
|
+
-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 20%, #000 80%, transparent);
|
|
8470
|
+
mask-image: linear-gradient(180deg, transparent 0, #000 20%, #000 80%, transparent);
|
|
8471
|
+
}
|
|
8472
|
+
|
|
8473
|
+
[data-rwp-highlight-wrapper] {
|
|
8474
|
+
font-size: 1rem;
|
|
8475
|
+
font-weight: 500;
|
|
8476
|
+
overflow: hidden;
|
|
8477
|
+
position: absolute;
|
|
8478
|
+
top: 50%;
|
|
8479
|
+
transform: translateY(-50%);
|
|
8480
|
+
width: 100%;
|
|
8481
|
+
}
|
|
8482
|
+
|
|
8483
|
+
[data-rwp-highlight-list], [data-rwp-options] {
|
|
8484
|
+
list-style: none;
|
|
8485
|
+
position: absolute;
|
|
8486
|
+
width: 100%;
|
|
8487
|
+
}
|
|
8488
|
+
|
|
8489
|
+
[data-rwp-options] {
|
|
8490
|
+
backface-visibility: hidden;
|
|
8491
|
+
display: block;
|
|
8492
|
+
height: 0;
|
|
8493
|
+
margin: 0 auto;
|
|
8494
|
+
top: 50%;
|
|
8495
|
+
transform-style: preserve-3d;
|
|
8496
|
+
will-change: transform;
|
|
8497
|
+
}
|
|
8498
|
+
|
|
8499
|
+
[data-rwp-option], [data-rwp-options] {
|
|
8500
|
+
-webkit-font-smoothing: subpixel-antialiased;
|
|
8501
|
+
left: 0;
|
|
8502
|
+
}
|
|
8503
|
+
|
|
8504
|
+
[data-rwp-option] {
|
|
8505
|
+
font-size: 0.875rem;
|
|
8506
|
+
position: absolute;
|
|
8507
|
+
top: 0;
|
|
8508
|
+
width: 100%;
|
|
8509
|
+
will-change: visibility;
|
|
8510
|
+
}
|
|
8511
|
+
|
|
8512
|
+
[data-rwp-highlight-item], [data-rwp-option] {
|
|
8513
|
+
align-items: center;
|
|
8514
|
+
display: flex;
|
|
8515
|
+
justify-content: center;
|
|
8516
|
+
}
|
|
8517
|
+
|
|
8415
8518
|
:root {
|
|
8416
8519
|
--toastify-color-light:#fff;
|
|
8417
8520
|
--toastify-color-dark:#121212;
|
|
8418
8521
|
--toastify-color-info:#3498db;
|
|
8419
8522
|
--toastify-color-success:#07bc0c;
|
|
8420
8523
|
--toastify-color-warning:#f1c40f;
|
|
8421
|
-
--toastify-color-error:#
|
|
8524
|
+
--toastify-color-error:#e74d3c;
|
|
8422
8525
|
--toastify-color-transparent:hsla(0,0%,100%,.7);
|
|
8423
8526
|
--toastify-icon-color-info:var(--toastify-color-info);
|
|
8424
8527
|
--toastify-icon-color-success:var(--toastify-color-success);
|
|
8425
8528
|
--toastify-icon-color-warning:var(--toastify-color-warning);
|
|
8426
8529
|
--toastify-icon-color-error:var(--toastify-color-error);
|
|
8530
|
+
--toastify-container-width:fit-content;
|
|
8427
8531
|
--toastify-toast-width:320px;
|
|
8428
8532
|
--toastify-toast-offset:16px;
|
|
8429
8533
|
--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));
|
|
@@ -8431,9 +8535,11 @@ body {
|
|
|
8431
8535
|
--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));
|
|
8432
8536
|
--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));
|
|
8433
8537
|
--toastify-toast-background:#fff;
|
|
8538
|
+
--toastify-toast-padding:14px;
|
|
8434
8539
|
--toastify-toast-min-height:64px;
|
|
8435
8540
|
--toastify-toast-max-height:800px;
|
|
8436
8541
|
--toastify-toast-bd-radius:6px;
|
|
8542
|
+
--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);
|
|
8437
8543
|
--toastify-font-family:sans-serif;
|
|
8438
8544
|
--toastify-z-index:9999;
|
|
8439
8545
|
--toastify-text-color-light:#757575;
|
|
@@ -8456,10 +8562,11 @@ body {
|
|
|
8456
8562
|
.Toastify__toast-container {
|
|
8457
8563
|
box-sizing: border-box;
|
|
8458
8564
|
color: #fff;
|
|
8459
|
-
|
|
8565
|
+
display: flex;
|
|
8566
|
+
flex-direction: column;
|
|
8460
8567
|
position: fixed;
|
|
8461
8568
|
-webkit-transform: translateZ(var(--toastify-z-index));
|
|
8462
|
-
width: var(--toastify-
|
|
8569
|
+
width: var(--toastify-container-width);
|
|
8463
8570
|
z-index: var(--toastify-z-index);
|
|
8464
8571
|
}
|
|
8465
8572
|
|
|
@@ -8469,12 +8576,14 @@ body {
|
|
|
8469
8576
|
}
|
|
8470
8577
|
|
|
8471
8578
|
.Toastify__toast-container--top-center {
|
|
8579
|
+
align-items: center;
|
|
8472
8580
|
left: 50%;
|
|
8473
8581
|
top: var(--toastify-toast-top);
|
|
8474
8582
|
transform: translateX(-50%);
|
|
8475
8583
|
}
|
|
8476
8584
|
|
|
8477
8585
|
.Toastify__toast-container--top-right {
|
|
8586
|
+
align-items: end;
|
|
8478
8587
|
right: var(--toastify-toast-right);
|
|
8479
8588
|
top: var(--toastify-toast-top);
|
|
8480
8589
|
}
|
|
@@ -8485,21 +8594,42 @@ body {
|
|
|
8485
8594
|
}
|
|
8486
8595
|
|
|
8487
8596
|
.Toastify__toast-container--bottom-center {
|
|
8597
|
+
align-items: center;
|
|
8488
8598
|
bottom: var(--toastify-toast-bottom);
|
|
8489
8599
|
left: 50%;
|
|
8490
8600
|
transform: translateX(-50%);
|
|
8491
8601
|
}
|
|
8492
8602
|
|
|
8493
8603
|
.Toastify__toast-container--bottom-right {
|
|
8604
|
+
align-items: end;
|
|
8494
8605
|
bottom: var(--toastify-toast-bottom);
|
|
8495
8606
|
right: var(--toastify-toast-right);
|
|
8496
8607
|
}
|
|
8497
8608
|
|
|
8609
|
+
.Toastify__toast {
|
|
8610
|
+
--y:0;
|
|
8611
|
+
align-items: center;
|
|
8612
|
+
border-radius: var(--toastify-toast-bd-radius);
|
|
8613
|
+
box-shadow: var(--toastify-toast-shadow);
|
|
8614
|
+
box-sizing: border-box;
|
|
8615
|
+
display: flex;
|
|
8616
|
+
flex: 1 auto;
|
|
8617
|
+
font-family: var(--toastify-font-family);
|
|
8618
|
+
margin-bottom: 1rem;
|
|
8619
|
+
max-height: var(--toastify-toast-max-height);
|
|
8620
|
+
min-height: var(--toastify-toast-min-height);
|
|
8621
|
+
padding: var(--toastify-toast-padding);
|
|
8622
|
+
position: relative;
|
|
8623
|
+
touch-action: none;
|
|
8624
|
+
width: var(--toastify-toast-width);
|
|
8625
|
+
word-break: break-word;
|
|
8626
|
+
z-index: 0;
|
|
8627
|
+
}
|
|
8628
|
+
|
|
8498
8629
|
@media only screen and (max-width: 480px) {
|
|
8499
8630
|
.Toastify__toast-container {
|
|
8500
8631
|
left: env(safe-area-inset-left);
|
|
8501
8632
|
margin: 0;
|
|
8502
|
-
padding: 0;
|
|
8503
8633
|
width: 100vw;
|
|
8504
8634
|
}
|
|
8505
8635
|
.Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
|
|
@@ -8514,28 +8644,14 @@ body {
|
|
|
8514
8644
|
left: auto;
|
|
8515
8645
|
right: env(safe-area-inset-right);
|
|
8516
8646
|
}
|
|
8647
|
+
.Toastify__toast {
|
|
8648
|
+
--toastify-toast-width:100%;
|
|
8649
|
+
border-radius: 0;
|
|
8650
|
+
margin-bottom: 0;
|
|
8651
|
+
}
|
|
8517
8652
|
}
|
|
8518
|
-
.Toastify__toast {
|
|
8519
|
-
--
|
|
8520
|
-
-ms-flex-pack: justify;
|
|
8521
|
-
border-radius: var(--toastify-toast-bd-radius);
|
|
8522
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
8523
|
-
box-sizing: border-box;
|
|
8524
|
-
cursor: default;
|
|
8525
|
-
direction: ltr;
|
|
8526
|
-
display: -ms-flexbox;
|
|
8527
|
-
display: flex;
|
|
8528
|
-
font-family: var(--toastify-font-family);
|
|
8529
|
-
justify-content: space-between;
|
|
8530
|
-
margin-bottom: 1rem;
|
|
8531
|
-
max-height: var(--toastify-toast-max-height);
|
|
8532
|
-
min-height: var(--toastify-toast-min-height);
|
|
8533
|
-
overflow: hidden;
|
|
8534
|
-
padding: 8px;
|
|
8535
|
-
position: relative;
|
|
8536
|
-
-ms-touch-action: none;
|
|
8537
|
-
touch-action: none;
|
|
8538
|
-
z-index: 0;
|
|
8653
|
+
.Toastify__toast-container[data-stacked=true] {
|
|
8654
|
+
width: var(--toastify-toast-width);
|
|
8539
8655
|
}
|
|
8540
8656
|
|
|
8541
8657
|
.Toastify__toast--stacked {
|
|
@@ -8601,31 +8717,11 @@ body {
|
|
|
8601
8717
|
cursor: pointer;
|
|
8602
8718
|
}
|
|
8603
8719
|
|
|
8604
|
-
.Toastify__toast-body {
|
|
8605
|
-
-ms-flex-align: center;
|
|
8606
|
-
align-items: center;
|
|
8607
|
-
display: -ms-flexbox;
|
|
8608
|
-
display: flex;
|
|
8609
|
-
-ms-flex: 1 1 auto;
|
|
8610
|
-
flex: 1 1 auto;
|
|
8611
|
-
margin: auto 0;
|
|
8612
|
-
padding: 6px;
|
|
8613
|
-
}
|
|
8614
|
-
|
|
8615
|
-
.Toastify__toast-body > div:last-child {
|
|
8616
|
-
-ms-flex: 1;
|
|
8617
|
-
flex: 1;
|
|
8618
|
-
word-break: break-word;
|
|
8619
|
-
}
|
|
8620
|
-
|
|
8621
8720
|
.Toastify__toast-icon {
|
|
8622
|
-
-webkit-margin-end: 10px;
|
|
8623
|
-
-ms-flex-negative: 0;
|
|
8624
|
-
display: -ms-flexbox;
|
|
8625
8721
|
display: flex;
|
|
8626
8722
|
flex-shrink: 0;
|
|
8627
8723
|
margin-inline-end: 10px;
|
|
8628
|
-
width:
|
|
8724
|
+
width: 22px;
|
|
8629
8725
|
}
|
|
8630
8726
|
|
|
8631
8727
|
.Toastify--animate {
|
|
@@ -8638,12 +8734,6 @@ body {
|
|
|
8638
8734
|
animation-fill-mode: both;
|
|
8639
8735
|
}
|
|
8640
8736
|
|
|
8641
|
-
@media only screen and (max-width: 480px) {
|
|
8642
|
-
.Toastify__toast {
|
|
8643
|
-
border-radius: 0;
|
|
8644
|
-
margin-bottom: 0;
|
|
8645
|
-
}
|
|
8646
|
-
}
|
|
8647
8737
|
.Toastify__toast-theme--dark {
|
|
8648
8738
|
background: var(--toastify-color-dark);
|
|
8649
8739
|
color: var(--toastify-text-color-dark);
|
|
@@ -8703,8 +8793,6 @@ body {
|
|
|
8703
8793
|
}
|
|
8704
8794
|
|
|
8705
8795
|
.Toastify__close-button {
|
|
8706
|
-
-ms-flex-item-align: start;
|
|
8707
|
-
align-self: flex-start;
|
|
8708
8796
|
background: transparent;
|
|
8709
8797
|
border: none;
|
|
8710
8798
|
color: #fff;
|
|
@@ -8712,10 +8800,18 @@ body {
|
|
|
8712
8800
|
opacity: 0.7;
|
|
8713
8801
|
outline: none;
|
|
8714
8802
|
padding: 0;
|
|
8803
|
+
position: absolute;
|
|
8804
|
+
right: 6px;
|
|
8805
|
+
top: 6px;
|
|
8715
8806
|
transition: 0.3s ease;
|
|
8716
8807
|
z-index: 1;
|
|
8717
8808
|
}
|
|
8718
8809
|
|
|
8810
|
+
.Toastify__toast--rtl .Toastify__close-button {
|
|
8811
|
+
left: 6px;
|
|
8812
|
+
right: unset;
|
|
8813
|
+
}
|
|
8814
|
+
|
|
8719
8815
|
.Toastify__close-button--light {
|
|
8720
8816
|
color: #000;
|
|
8721
8817
|
opacity: 0.3;
|
|
@@ -8740,7 +8836,6 @@ body {
|
|
|
8740
8836
|
}
|
|
8741
8837
|
}
|
|
8742
8838
|
.Toastify__progress-bar {
|
|
8743
|
-
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
8744
8839
|
bottom: 0;
|
|
8745
8840
|
height: 100%;
|
|
8746
8841
|
left: 0;
|
|
@@ -8748,7 +8843,7 @@ body {
|
|
|
8748
8843
|
position: absolute;
|
|
8749
8844
|
transform-origin: left;
|
|
8750
8845
|
width: 100%;
|
|
8751
|
-
z-index:
|
|
8846
|
+
z-index: 1;
|
|
8752
8847
|
}
|
|
8753
8848
|
|
|
8754
8849
|
.Toastify__progress-bar--animated {
|
|
@@ -8761,7 +8856,6 @@ body {
|
|
|
8761
8856
|
|
|
8762
8857
|
.Toastify__progress-bar--rtl {
|
|
8763
8858
|
border-bottom-left-radius: 0;
|
|
8764
|
-
border-bottom-right-radius: var(--toastify-toast-bd-radius);
|
|
8765
8859
|
left: auto;
|
|
8766
8860
|
right: 0;
|
|
8767
8861
|
transform-origin: right;
|
|
@@ -8769,9 +8863,11 @@ body {
|
|
|
8769
8863
|
|
|
8770
8864
|
.Toastify__progress-bar--wrp {
|
|
8771
8865
|
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
8866
|
+
border-bottom-right-radius: var(--toastify-toast-bd-radius);
|
|
8772
8867
|
bottom: 0;
|
|
8773
8868
|
height: 5px;
|
|
8774
8869
|
left: 0;
|
|
8870
|
+
overflow: hidden;
|
|
8775
8871
|
position: absolute;
|
|
8776
8872
|
width: 100%;
|
|
8777
8873
|
}
|