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,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import("../components/FormContainer/types").FormPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const FormContainer: () => React.ReactElement;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { HeadingPropTypes } from '../components/Heading/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: HeadingPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
type: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
lineHeight: {
|
|
20
|
-
options: string[];
|
|
21
|
-
control: {
|
|
22
|
-
type: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
weight: {
|
|
26
|
-
options: string[];
|
|
27
|
-
control: {
|
|
28
|
-
type: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export default _default;
|
|
34
|
-
export declare const Heading: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, HeadingPropTypes & {
|
|
35
|
-
text: string;
|
|
36
|
-
}>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ImagePropTypes } from '../components/Image/types';
|
|
2
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
3
|
-
export default _default;
|
|
4
|
-
export declare const Image: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ImagePropTypes>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { InputCustomProps } from '../components/Input/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.ForwardRefExoticComponent<Omit<InputCustomProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
size: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Input: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputCustomProps>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TItemSelectGroupProps, TItemSelectProps } from '../components/ItemSelect/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TItemSelectGroupProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const ItemSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TItemSelectProps>;
|
|
9
|
-
export declare const ItemSelectGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TItemSelectGroupProps>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { LinkPropTypes } from '../components/Link/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: LinkPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Link: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, LinkPropTypes>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { LinkPropTypes } from '../components/Link/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("../components/Menu/types").TMenuProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
6
|
-
argTypes: {
|
|
7
|
-
position: {
|
|
8
|
-
type: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Menu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, LinkPropTypes>;
|
|
17
|
-
export declare const NestedMenu: (args: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TModalConfirmationPropTypes, TModalPropTypes } from '../components/Modal/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TModalPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
size: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Modal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TModalPropTypes>;
|
|
17
|
-
export declare const ModalConfirmation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TModalConfirmationPropTypes>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import("../components/More/types").TMorePropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const More: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TNavigationLinkPropTypes } from '../components/SideNavigation/NavigationItem/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TNavigationLinkPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
showAction: {
|
|
8
|
-
options: string[];
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const NavigationItem: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TNavigationLinkPropTypes>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TPaginationProps } from '../components/Pagination/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TPaginationProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
6
|
-
argTypes: {
|
|
7
|
-
size: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Pagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TPaginationProps>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TPopoverProps } from '../components/Popover/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TPopoverProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
6
|
-
argTypes: {
|
|
7
|
-
position: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Popover: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TPopoverProps>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TProgressPropTypes } from '../components/Progress/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TProgressPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
type: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
22
|
-
export declare const Progress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TProgressPropTypes>;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TProgressStepProps } from '../components/ProgressStep/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TProgressStepProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
6
|
-
argTypes: {
|
|
7
|
-
stepType: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
stepDirection: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
stepSize: {
|
|
20
|
-
options: string[];
|
|
21
|
-
control: {
|
|
22
|
-
type: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
28
|
-
export declare const ProgressStep: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TProgressStepProps>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TRadioGroupProps, TRadioProps } from '../components/Radio/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.ForwardRefExoticComponent<TRadioProps & React.RefAttributes<unknown>>;
|
|
6
|
-
argTypes: {};
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const Radio: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TRadioProps>;
|
|
10
|
-
export declare const RadioGroup: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TRadioGroupProps>;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ISVGIconProps } from '../components/SVGIcons/types';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: null;
|
|
5
|
-
argTypes: {
|
|
6
|
-
size: {
|
|
7
|
-
options: string[];
|
|
8
|
-
control: {
|
|
9
|
-
type: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
type: {
|
|
13
|
-
options: string[];
|
|
14
|
-
control: {
|
|
15
|
-
type: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
filled: {
|
|
19
|
-
options: string[];
|
|
20
|
-
control: {
|
|
21
|
-
type: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
27
|
-
export declare const SVGIcons: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ISVGIconProps & {
|
|
28
|
-
filled: string;
|
|
29
|
-
}>;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TButtonSelectPropTypes, TMultiSelectPropTypes, TSingleSelectPropTypes } from '../components/Select/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.ForwardRefExoticComponent<TSingleSelectPropTypes & React.RefAttributes<unknown>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
size: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
language: {
|
|
14
|
-
control: string;
|
|
15
|
-
options: string[];
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default _default;
|
|
20
|
-
export declare const Select: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSingleSelectPropTypes>;
|
|
21
|
-
export declare const ButtonSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TButtonSelectPropTypes>;
|
|
22
|
-
export declare const MultiSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TMultiSelectPropTypes>;
|
|
23
|
-
export declare const NestedSelect: (args: any) => React.ReactElement;
|
|
24
|
-
export declare const LanguageSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSingleSelectPropTypes>;
|
|
25
|
-
export declare const ProfileDropdown: (args: any) => React.ReactElement;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TSideNavigationPropTypes } from '../components/SideNavigation/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TSideNavigationPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
showAction: {
|
|
8
|
-
options: boolean[];
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
export declare const SideNavigation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSideNavigationPropTypes>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TSideSheetPropTypes } from '../components/SideSheet/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TSideSheetPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
6
|
-
argTypes: {
|
|
7
|
-
position: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const SideSheet: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSideSheetPropTypes>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import("../components/Snackbar/types").TSnackbarProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
|
-
argTypes: {
|
|
6
|
-
type: {
|
|
7
|
-
options: string[];
|
|
8
|
-
control: {
|
|
9
|
-
type: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
export declare const Snackbar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
16
|
-
type: string;
|
|
17
|
-
}>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TStatusProps } from '../components/Status/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TStatusProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
type: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
22
|
-
export declare const Status: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TStatusProps>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import("../components/Stepper/types").TStepperProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Stepper: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TSwitcherProps } from '../components/Switcher/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.ForwardRefExoticComponent<TSwitcherProps & React.RefAttributes<unknown>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
size: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Switcher: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSwitcherProps>;
|
package/stories/Tab.stories.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TTabProps } from '../components/Tab/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TTabProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
type: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
22
|
-
export declare const Tab: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TTabProps>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Table as _Table } from '../index';
|
|
2
|
-
import { TTableProps } from '../components/Table/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof _Table;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Table: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TTableProps>;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TextPropTypes } from '../components/Text/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TextPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
|
-
argTypes: {
|
|
7
|
-
type: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
as: {
|
|
20
|
-
options: string[];
|
|
21
|
-
control: {
|
|
22
|
-
type: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
lineHeight: {
|
|
26
|
-
options: string[];
|
|
27
|
-
control: {
|
|
28
|
-
type: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
weight: {
|
|
32
|
-
options: string[];
|
|
33
|
-
control: {
|
|
34
|
-
type: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export default _default;
|
|
40
|
-
export declare const Text: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextPropTypes & {
|
|
41
|
-
text: string;
|
|
42
|
-
}>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TTextAreaTypeProps } from '../components/Textarea/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.ForwardRefExoticComponent<TTextAreaTypeProps & React.RefAttributes<HTMLTextAreaElement>>;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const Textarea: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TTextAreaTypeProps>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TTooltipProps } from '../components/Tooltip/types';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: TTooltipProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
6
|
-
argTypes: {
|
|
7
|
-
position: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
22
|
-
export declare const Tooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TTooltipProps>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { a as _arrayLikeToArray, b as _unsupportedIterableToArray } from './slicedToArray-2d190e96.js';
|
|
2
|
-
|
|
3
|
-
function _arrayWithoutHoles(r) {
|
|
4
|
-
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
function _iterableToArray(r) {
|
|
8
|
-
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
function _nonIterableSpread() {
|
|
12
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
function _toConsumableArray(r) {
|
|
16
|
-
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export { _toConsumableArray as _ };
|
package/typeof-de618fd6.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
function _typeof(o) {
|
|
2
|
-
"@babel/helpers - typeof";
|
|
3
|
-
|
|
4
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
5
|
-
return typeof o;
|
|
6
|
-
} : function (o) {
|
|
7
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
8
|
-
}, _typeof(o);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export { _typeof as _ };
|