hrm_ui_lib 2.0.0-alpha.24 → 2.0.0-alpha.25
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/assets/images/under-construction.webp +0 -0
- package/assets/styles/styles.css +1 -9462
- package/components/Alert/Alert.js +6 -54
- package/components/Alert/consts.js +1 -16
- package/components/Alert/index.js +1 -54
- package/components/Avatar/Avatar.js +1 -121
- package/components/Avatar/AvatarGroup.js +5 -122
- package/components/Avatar/index.js +1 -66
- package/components/Badge/Badge.js +2 -24
- package/components/Badge/index.js +1 -6
- package/components/BadgeV2/BadgeV2.js +1 -52
- package/components/BadgeV2/index.js +1 -7
- package/components/BadgeV2/types.js +1 -7
- package/components/Breadcrumb/Breadcrumb.js +2 -24
- package/components/Breadcrumb/index.js +1 -2
- package/components/Button/Button.js +2 -54
- package/components/Button/consts.js +1 -16
- package/components/Button/index.js +1 -54
- package/components/ButtonGroup/ButtonGroup.js +2 -46
- package/components/ButtonGroup/ButtonGroupItem.js +3 -52
- package/components/ButtonGroup/consts.js +1 -12
- package/components/ButtonGroup/index.js +1 -10
- package/components/Card/Card.js +1 -92
- package/components/Card/CardComponent/Card.js +3 -37
- package/components/Card/CardComponent/CardBody.js +2 -39
- package/components/Card/CardComponent/CardFooter.js +1 -13
- package/components/Card/CardComponent/CardHead.js +2 -91
- package/components/Card/CardContext.js +1 -11
- package/components/Card/index.js +1 -63
- package/components/CardGroup/CardGroup.js +1 -27
- package/components/CardGroup/CardGroupComponent/CardBody.js +2 -19
- package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -28
- package/components/CardGroup/CardGroupComponent/CardHead.js +3 -19
- package/components/CardGroup/CardGroupContext.js +1 -8
- package/components/CardGroup/index.js +1 -11
- package/components/Checkbox/Checkbox.js +6 -54
- package/components/Checkbox/index.js +1 -54
- package/components/Chips/Chips.js +2 -67
- package/components/Chips/consts.js +1 -14
- package/components/Chips/index.js +1 -11
- package/components/Chips/types.js +1 -7
- package/components/Collapse/Collapse/Collapse.js +5 -79
- package/components/Collapse/Collapse/Title.js +2 -48
- package/components/Collapse/CollapseGroup/CollapseGroup.js +3 -76
- package/components/Collapse/CollapseItem/CollapseItem.js +10 -89
- package/components/Collapse/index.js +1 -19
- package/components/Container/Container.js +2 -10
- package/components/Container/index.js +1 -2
- package/components/Copy/Copy.js +3 -96
- package/components/Copy/index.js +1 -56
- package/components/Counter/Counter.js +2 -139
- package/components/Counter/index.js +1 -63
- package/components/DatePicker/CustomHeader/CustomHeader.js +7 -194
- package/components/DatePicker/CustomHeader/helpers.js +1 -17
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -138
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +4 -185
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -277
- package/components/DatePicker/RangeDatePicker/index.js +1 -132
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -138
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +4 -213
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +5 -218
- package/components/DatePicker/SimpleDatePicker/index.js +1 -131
- package/components/DatePicker/TimePicker/MobileModalContent.js +4 -126
- package/components/DatePicker/TimePicker/TimePicker.js +1 -86
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +4 -164
- package/components/DatePicker/TimePicker/TimePickerMobile.js +5 -131
- package/components/DatePicker/TimePicker/consts.js +1 -8
- package/components/DatePicker/TimePicker/helpers.js +1 -21
- package/components/DatePicker/TimePicker/index.js +1 -80
- package/components/DatePicker/hooks.js +1 -44
- package/components/DatePicker/index.js +1 -144
- package/components/DatePicker/localization.js +1 -7
- package/components/DatePicker/types.js +1 -7
- package/components/Divider/Divider.js +2 -19
- package/components/Divider/index.js +1 -3
- package/components/Empty/Empty.js +4 -87
- package/components/Empty/index.js +1 -56
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -54
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -54
- package/components/FileUpload/DropzoneFileUpload/FilePreview.js +2 -53
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -54
- package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -54
- package/components/FileUpload/DropzoneFileUpload/index.js +1 -54
- package/components/FileUpload/FileUpload.js +6 -195
- package/components/FileUpload/UploadItems.js +6 -104
- package/components/FileUpload/index.js +1 -63
- package/components/FileUpload/types.js +1 -10
- package/components/FormContainer/FormContainer.js +1 -146
- package/components/FormContainer/index.js +1 -57
- package/components/FormContainer/types.d.ts +1 -2
- package/components/FormField/FormField.js +2 -117
- package/components/FormField/index.js +1 -58
- package/components/FormField/types.d.ts +1 -0
- package/components/Heading/Heading.js +2 -29
- package/components/Heading/index.js +1 -5
- package/components/IconDynamicComponent/IconDynamicComponent.js +1 -40
- package/components/IconDynamicComponent/index.js +1 -3
- package/components/Image/Image.js +1 -33
- package/components/Image/index.js +1 -2
- package/components/Input/Input.js +9 -245
- package/components/Input/index.js +1 -60
- package/components/Link/Link.js +2 -42
- package/components/Link/index.js +1 -3
- package/components/Menu/Menu.js +3 -167
- package/components/Menu/NestedMenu.js +3 -180
- package/components/Menu/index.js +1 -74
- package/components/Modal/Modal.js +1 -54
- package/components/Modal/ModalConfirmation.js +3 -145
- package/components/Modal/ModalContent.js +5 -54
- package/components/Modal/index.js +1 -55
- package/components/More/More.js +3 -88
- package/components/More/index.js +1 -55
- package/components/Pagination/Pagination.js +2 -59
- package/components/Pagination/consts.js +1 -8
- package/components/Pagination/index.js +1 -10
- package/components/Popover/Popover.js +1 -54
- package/components/Popover/PopoverDesktop.js +1 -71
- package/components/Popover/PopoverMobile.js +3 -54
- package/components/Popover/index.js +1 -54
- package/components/Progress/Progress.js +4 -57
- package/components/Progress/index.js +1 -2
- package/components/ProgressStep/ProgressStep.js +2 -39
- package/components/ProgressStep/Step.js +9 -101
- package/components/ProgressStep/consts.js +1 -9
- package/components/ProgressStep/index.js +1 -12
- package/components/ProgressStep/types.js +1 -7
- package/components/Radio/Radio.js +4 -58
- package/components/Radio/RadioGroup.js +4 -115
- package/components/Radio/index.js +1 -57
- package/components/SVGIcons/IconAdd.d.ts +1 -1
- package/components/SVGIcons/IconAdd.js +1 -29
- package/components/SVGIcons/IconAddCircle.d.ts +1 -1
- package/components/SVGIcons/IconAddCircle.js +1 -32
- package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconAddCircleFilled.js +1 -32
- package/components/SVGIcons/IconAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconAddFilled.js +1 -29
- package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
- package/components/SVGIcons/IconAirplaneTakeOff.js +1 -29
- package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -29
- package/components/SVGIcons/IconAlert.d.ts +1 -1
- package/components/SVGIcons/IconAlert.js +1 -32
- package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
- package/components/SVGIcons/IconAlertBadge.js +1 -32
- package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
- package/components/SVGIcons/IconAlertBadgeFilled.js +1 -32
- package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
- package/components/SVGIcons/IconAlertFilled.js +1 -32
- package/components/SVGIcons/IconAm.d.ts +1 -1
- package/components/SVGIcons/IconAm.js +7 -58
- package/components/SVGIcons/IconAmd.d.ts +1 -1
- package/components/SVGIcons/IconAmd.js +1 -29
- package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
- package/components/SVGIcons/IconAmdFilled.js +1 -29
- package/components/SVGIcons/IconApple.d.ts +1 -1
- package/components/SVGIcons/IconApple.js +1 -32
- package/components/SVGIcons/IconArrowDown.d.ts +1 -1
- package/components/SVGIcons/IconArrowDown.js +1 -32
- package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownFilled.js +1 -32
- package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownLeft.js +1 -32
- package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -32
- package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownload.js +1 -32
- package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownloadFilled.js +1 -32
- package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
- package/components/SVGIcons/IconArrowEnter.js +1 -29
- package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowEnterFilled.js +1 -29
- package/components/SVGIcons/IconArrowExit.d.ts +1 -1
- package/components/SVGIcons/IconArrowExit.js +1 -29
- package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExitFilled.js +1 -29
- package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -32
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -32
- package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -32
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -32
- package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportUp.js +1 -32
- package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportUpFilled.js +1 -32
- package/components/SVGIcons/IconArrowImport.d.ts +1 -1
- package/components/SVGIcons/IconArrowImport.js +1 -32
- package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowImportFilled.js +1 -32
- package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowLeft.js +1 -32
- package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowLeftFilled.js +1 -32
- package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
- package/components/SVGIcons/IconArrowRepeatAll.js +1 -32
- package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -32
- package/components/SVGIcons/IconArrowReset.d.ts +1 -1
- package/components/SVGIcons/IconArrowReset.js +1 -32
- package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowResetFilled.js +1 -32
- package/components/SVGIcons/IconArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowRight.js +1 -32
- package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowRightFilled.js +1 -32
- package/components/SVGIcons/IconArrowSort.d.ts +1 -1
- package/components/SVGIcons/IconArrowSort.js +1 -29
- package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowSortFilled.js +1 -29
- package/components/SVGIcons/IconArrowSync.d.ts +1 -1
- package/components/SVGIcons/IconArrowSync.js +1 -29
- package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowSyncFilled.js +1 -29
- package/components/SVGIcons/IconArrowUp.d.ts +1 -1
- package/components/SVGIcons/IconArrowUp.js +1 -32
- package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpFilled.js +1 -32
- package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpLeft.js +1 -32
- package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -32
- package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpRight.js +1 -32
- package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpRightFilled.js +1 -32
- package/components/SVGIcons/IconAttach.d.ts +1 -1
- package/components/SVGIcons/IconAttach.js +1 -32
- package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
- package/components/SVGIcons/IconAttachFilled.js +1 -32
- package/components/SVGIcons/IconBeach.d.ts +1 -1
- package/components/SVGIcons/IconBeach.js +1 -29
- package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
- package/components/SVGIcons/IconBeachFilled.js +1 -29
- package/components/SVGIcons/IconBook.d.ts +1 -1
- package/components/SVGIcons/IconBook.js +1 -32
- package/components/SVGIcons/IconBookFilled.d.ts +1 -1
- package/components/SVGIcons/IconBookFilled.js +1 -32
- package/components/SVGIcons/IconBookmark.d.ts +1 -1
- package/components/SVGIcons/IconBookmark.js +1 -32
- package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
- package/components/SVGIcons/IconBookmarkFilled.js +1 -32
- package/components/SVGIcons/IconBriefcase.d.ts +1 -1
- package/components/SVGIcons/IconBriefcase.js +1 -32
- package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
- package/components/SVGIcons/IconBriefcaseFilled.js +1 -32
- package/components/SVGIcons/IconBuilding.d.ts +1 -1
- package/components/SVGIcons/IconBuilding.js +7 -55
- package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
- package/components/SVGIcons/IconBuildingBank.js +1 -29
- package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
- package/components/SVGIcons/IconBuildingBankFilled.js +1 -29
- package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
- package/components/SVGIcons/IconBuildingFilled.js +1 -32
- package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
- package/components/SVGIcons/IconBulletListAdd.js +1 -32
- package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconBulletListAddFilled.js +1 -32
- package/components/SVGIcons/IconCalculator.d.ts +1 -1
- package/components/SVGIcons/IconCalculator.js +1 -32
- package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalculatorFilled.js +1 -32
- package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
- package/components/SVGIcons/IconCalendarClock.js +1 -29
- package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarClockFilled.js +1 -29
- package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
- package/components/SVGIcons/IconCalendarDay.js +1 -32
- package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarDayFilled.js +1 -32
- package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
- package/components/SVGIcons/IconCalendarEmpty.js +1 -29
- package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
- package/components/SVGIcons/IconCalendarLeft.js +1 -29
- package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarLeftFilled.js +1 -29
- package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
- package/components/SVGIcons/IconCalendarRight.js +1 -29
- package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarRightFilled.js +1 -29
- package/components/SVGIcons/IconCall.d.ts +1 -1
- package/components/SVGIcons/IconCall.js +1 -32
- package/components/SVGIcons/IconCallFilled.d.ts +1 -1
- package/components/SVGIcons/IconCallFilled.js +1 -32
- package/components/SVGIcons/IconCard.d.ts +1 -1
- package/components/SVGIcons/IconCard.js +1 -29
- package/components/SVGIcons/IconCardFilled.d.ts +1 -1
- package/components/SVGIcons/IconCardFilled.js +1 -29
- package/components/SVGIcons/IconCaretDown.d.ts +1 -1
- package/components/SVGIcons/IconCaretDown.js +1 -29
- package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownFilled.js +1 -29
- package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownRight.js +1 -29
- package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownRightFilled.js +1 -29
- package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
- package/components/SVGIcons/IconCaretLeft.js +1 -29
- package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretLeftFilled.js +1 -29
- package/components/SVGIcons/IconCaretRight.d.ts +1 -1
- package/components/SVGIcons/IconCaretRight.js +1 -29
- package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretRightFilled.js +1 -29
- package/components/SVGIcons/IconCaretUp.d.ts +1 -1
- package/components/SVGIcons/IconCaretUp.js +1 -29
- package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretUpFilled.js +1 -29
- package/components/SVGIcons/IconChartPerson.d.ts +1 -1
- package/components/SVGIcons/IconChartPerson.js +1 -29
- package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
- package/components/SVGIcons/IconChartPersonFilled.js +1 -29
- package/components/SVGIcons/IconChat.d.ts +1 -1
- package/components/SVGIcons/IconChat.js +1 -29
- package/components/SVGIcons/IconChatFilled.d.ts +1 -1
- package/components/SVGIcons/IconChatFilled.js +1 -29
- package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
- package/components/SVGIcons/IconChatMultiple.js +1 -29
- package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
- package/components/SVGIcons/IconChatMultipleFilled.js +1 -29
- package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconCheckboxArrowRight.js +1 -32
- package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -32
- package/components/SVGIcons/IconCheckmark.d.ts +1 -1
- package/components/SVGIcons/IconCheckmark.js +1 -29
- package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkCircle.js +1 -29
- package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -29
- package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkFilled.js +1 -29
- package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
- package/components/SVGIcons/IconChevronDoubleLeft.js +1 -29
- package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
- package/components/SVGIcons/IconChevronDoubleRight.js +1 -29
- package/components/SVGIcons/IconChevronDown.d.ts +1 -1
- package/components/SVGIcons/IconChevronDown.js +1 -29
- package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronDownFilled.js +1 -29
- package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
- package/components/SVGIcons/IconChevronLeft.js +1 -29
- package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronLeftFilled.js +1 -29
- package/components/SVGIcons/IconChevronRight.d.ts +1 -1
- package/components/SVGIcons/IconChevronRight.js +1 -29
- package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronRightFilled.js +1 -29
- package/components/SVGIcons/IconChevronUp.d.ts +1 -1
- package/components/SVGIcons/IconChevronUp.js +1 -29
- package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpDown.js +1 -32
- package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpDownFilled.js +1 -32
- package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpFilled.js +1 -29
- package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
- package/components/SVGIcons/IconClipboardDay.js +1 -29
- package/components/SVGIcons/IconClock.d.ts +1 -1
- package/components/SVGIcons/IconClock.js +1 -32
- package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
- package/components/SVGIcons/IconClockDismiss.js +1 -29
- package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
- package/components/SVGIcons/IconClockDismissFilled.js +1 -29
- package/components/SVGIcons/IconClockFilled.d.ts +1 -1
- package/components/SVGIcons/IconClockFilled.js +1 -32
- package/components/SVGIcons/IconComment.d.ts +1 -1
- package/components/SVGIcons/IconComment.js +1 -32
- package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
- package/components/SVGIcons/IconCommentFilled.js +1 -32
- package/components/SVGIcons/IconContractCard.d.ts +1 -1
- package/components/SVGIcons/IconContractCard.js +1 -29
- package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
- package/components/SVGIcons/IconContractCardFilled.js +1 -29
- package/components/SVGIcons/IconCopy.d.ts +1 -1
- package/components/SVGIcons/IconCopy.js +1 -29
- package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
- package/components/SVGIcons/IconCopyFilled.js +1 -29
- package/components/SVGIcons/IconCubeTree.d.ts +1 -1
- package/components/SVGIcons/IconCubeTree.js +1 -29
- package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
- package/components/SVGIcons/IconCubeTreeFilled.js +1 -32
- package/components/SVGIcons/IconDatabase.d.ts +1 -1
- package/components/SVGIcons/IconDatabase.js +1 -32
- package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
- package/components/SVGIcons/IconDatabaseFilled.js +1 -32
- package/components/SVGIcons/IconDelete.d.ts +1 -1
- package/components/SVGIcons/IconDelete.js +1 -29
- package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
- package/components/SVGIcons/IconDeleteFilled.js +1 -29
- package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -29
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -29
- package/components/SVGIcons/IconDismiss.d.ts +1 -1
- package/components/SVGIcons/IconDismiss.js +1 -29
- package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
- package/components/SVGIcons/IconDismissCircle.js +1 -32
- package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconDismissCircleFilled.js +1 -32
- package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
- package/components/SVGIcons/IconDismissFilled.js +1 -29
- package/components/SVGIcons/IconDocument.d.ts +1 -1
- package/components/SVGIcons/IconDocument.js +1 -29
- package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
- package/components/SVGIcons/IconDocumentBulletList.js +1 -32
- package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -32
- package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
- package/components/SVGIcons/IconDocumentEdit.js +1 -29
- package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentEditFilled.js +1 -29
- package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentFilled.js +1 -29
- package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
- package/components/SVGIcons/IconDocumentPerson.js +1 -29
- package/components/SVGIcons/IconEdit.d.ts +1 -1
- package/components/SVGIcons/IconEdit.js +1 -29
- package/components/SVGIcons/IconEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconEditFilled.js +1 -29
- package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
- package/components/SVGIcons/IconErrorCircle.js +1 -29
- package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconErrorCircleFilled.js +1 -29
- package/components/SVGIcons/IconEur.d.ts +1 -1
- package/components/SVGIcons/IconEur.js +1 -29
- package/components/SVGIcons/IconEurFilled.d.ts +1 -1
- package/components/SVGIcons/IconEurFilled.js +1 -29
- package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpLeft.js +1 -32
- package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -32
- package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpRight.js +1 -32
- package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpRightFilled.js +1 -32
- package/components/SVGIcons/IconEyeOff.d.ts +1 -1
- package/components/SVGIcons/IconEyeOff.js +1 -32
- package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconEyeOffFilled.js +1 -32
- package/components/SVGIcons/IconEyeOn.d.ts +1 -1
- package/components/SVGIcons/IconEyeOn.js +1 -32
- package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
- package/components/SVGIcons/IconEyeOnFilled.js +1 -32
- package/components/SVGIcons/IconFacebook.d.ts +1 -1
- package/components/SVGIcons/IconFacebook.js +3 -39
- package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
- package/components/SVGIcons/IconFastAcceleration.js +1 -29
- package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
- package/components/SVGIcons/IconFastAccelerationFilled.js +1 -29
- package/components/SVGIcons/IconFeed.d.ts +1 -1
- package/components/SVGIcons/IconFeed.js +1 -29
- package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
- package/components/SVGIcons/IconFeedFilled.js +1 -29
- package/components/SVGIcons/IconFilter.d.ts +1 -1
- package/components/SVGIcons/IconFilter.js +1 -29
- package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
- package/components/SVGIcons/IconFilterFilled.js +1 -29
- package/components/SVGIcons/IconFlag.d.ts +1 -1
- package/components/SVGIcons/IconFlag.js +1 -32
- package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
- package/components/SVGIcons/IconFlagFilled.js +1 -32
- package/components/SVGIcons/IconFolderLink.d.ts +1 -1
- package/components/SVGIcons/IconFolderLink.js +1 -29
- package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconFolderLinkFilled.js +1 -29
- package/components/SVGIcons/IconFood.d.ts +1 -1
- package/components/SVGIcons/IconFood.js +1 -29
- package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
- package/components/SVGIcons/IconFoodFilled.js +1 -29
- package/components/SVGIcons/IconGb.d.ts +1 -1
- package/components/SVGIcons/IconGb.js +11 -72
- package/components/SVGIcons/IconGlobe.d.ts +1 -1
- package/components/SVGIcons/IconGlobe.js +1 -29
- package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
- package/components/SVGIcons/IconGlobeFilled.js +1 -29
- package/components/SVGIcons/IconGoogle.d.ts +1 -1
- package/components/SVGIcons/IconGoogle.js +3 -41
- package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
- package/components/SVGIcons/IconHandOpenHeart.js +1 -32
- package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
- package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -32
- package/components/SVGIcons/IconHeart.d.ts +1 -1
- package/components/SVGIcons/IconHeart.js +1 -32
- package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
- package/components/SVGIcons/IconHeartFilled.js +1 -32
- package/components/SVGIcons/IconHistory.d.ts +1 -1
- package/components/SVGIcons/IconHistory.js +1 -32
- package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
- package/components/SVGIcons/IconHistoryFilled.js +1 -32
- package/components/SVGIcons/IconHome.d.ts +1 -1
- package/components/SVGIcons/IconHome.js +1 -32
- package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
- package/components/SVGIcons/IconHomeFilled.js +1 -32
- package/components/SVGIcons/IconImage.d.ts +1 -1
- package/components/SVGIcons/IconImage.js +1 -32
- package/components/SVGIcons/IconImageFilled.d.ts +1 -1
- package/components/SVGIcons/IconImageFilled.js +1 -32
- package/components/SVGIcons/IconInfo.d.ts +1 -1
- package/components/SVGIcons/IconInfo.js +1 -29
- package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
- package/components/SVGIcons/IconInfoFilled.js +1 -29
- package/components/SVGIcons/IconInstagram.d.ts +1 -1
- package/components/SVGIcons/IconInstagram.js +4 -40
- package/components/SVGIcons/IconKeyReset.d.ts +1 -1
- package/components/SVGIcons/IconKeyReset.js +1 -32
- package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
- package/components/SVGIcons/IconKeyResetFilled.js +1 -32
- package/components/SVGIcons/IconLibrary.d.ts +1 -1
- package/components/SVGIcons/IconLibrary.js +1 -29
- package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
- package/components/SVGIcons/IconLibraryFilled.js +1 -29
- package/components/SVGIcons/IconLink.d.ts +1 -1
- package/components/SVGIcons/IconLink.js +1 -32
- package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconLinkFilled.js +1 -32
- package/components/SVGIcons/IconLinkedin.d.ts +1 -1
- package/components/SVGIcons/IconLinkedin.js +1 -32
- package/components/SVGIcons/IconList.d.ts +1 -1
- package/components/SVGIcons/IconList.js +1 -29
- package/components/SVGIcons/IconListFilled.d.ts +1 -1
- package/components/SVGIcons/IconListFilled.js +1 -32
- package/components/SVGIcons/IconLocation.d.ts +1 -1
- package/components/SVGIcons/IconLocation.js +1 -32
- package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
- package/components/SVGIcons/IconLocationFilled.js +1 -32
- package/components/SVGIcons/IconLockClosed.d.ts +1 -1
- package/components/SVGIcons/IconLockClosed.js +1 -32
- package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
- package/components/SVGIcons/IconLockClosedFilled.js +1 -32
- package/components/SVGIcons/IconLockOpen.d.ts +1 -1
- package/components/SVGIcons/IconLockOpen.js +1 -32
- package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
- package/components/SVGIcons/IconLockOpenFilled.js +1 -32
- package/components/SVGIcons/IconMail.d.ts +1 -1
- package/components/SVGIcons/IconMail.js +1 -32
- package/components/SVGIcons/IconMailAdd.d.ts +1 -1
- package/components/SVGIcons/IconMailAdd.js +1 -32
- package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailAddFilled.js +1 -32
- package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
- package/components/SVGIcons/IconMailArrowForward.js +1 -32
- package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -32
- package/components/SVGIcons/IconMailFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailFilled.js +1 -32
- package/components/SVGIcons/IconMailLink.d.ts +1 -1
- package/components/SVGIcons/IconMailLink.js +1 -32
- package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailLinkFilled.js +1 -32
- package/components/SVGIcons/IconMedium.d.ts +1 -1
- package/components/SVGIcons/IconMedium.js +1 -32
- package/components/SVGIcons/IconMore.d.ts +1 -1
- package/components/SVGIcons/IconMore.js +1 -32
- package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
- package/components/SVGIcons/IconMoreFilled.js +1 -32
- package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
- package/components/SVGIcons/IconMoreVertical.js +1 -32
- package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
- package/components/SVGIcons/IconMoreVerticalFilled.js +1 -32
- package/components/SVGIcons/IconNavigation.d.ts +1 -1
- package/components/SVGIcons/IconNavigation.js +1 -32
- package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
- package/components/SVGIcons/IconNavigationFilled.js +1 -32
- package/components/SVGIcons/IconNotebook.d.ts +1 -1
- package/components/SVGIcons/IconNotebook.js +1 -32
- package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
- package/components/SVGIcons/IconNotebookAdd.js +7 -48
- package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconNotebookAddFilled.js +6 -45
- package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
- package/components/SVGIcons/IconNotebookFilled.js +1 -32
- package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
- package/components/SVGIcons/IconOnlyEmployee.js +1 -29
- package/components/SVGIcons/IconOpen.d.ts +1 -1
- package/components/SVGIcons/IconOpen.js +1 -32
- package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
- package/components/SVGIcons/IconOpenFilled.js +1 -32
- package/components/SVGIcons/IconPatient.d.ts +1 -1
- package/components/SVGIcons/IconPatient.js +1 -29
- package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
- package/components/SVGIcons/IconPatientFilled.js +1 -29
- package/components/SVGIcons/IconPeople.d.ts +1 -1
- package/components/SVGIcons/IconPeople.js +1 -29
- package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
- package/components/SVGIcons/IconPeopleAdd.js +1 -32
- package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleAddFilled.js +1 -32
- package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleFilled.js +1 -32
- package/components/SVGIcons/IconPeopleList.d.ts +1 -1
- package/components/SVGIcons/IconPeopleList.js +1 -29
- package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleListFilled.js +1 -29
- package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
- package/components/SVGIcons/IconPeopleTeam.js +1 -29
- package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleTeamFilled.js +1 -29
- package/components/SVGIcons/IconPercent.d.ts +1 -1
- package/components/SVGIcons/IconPercent.js +1 -34
- package/components/SVGIcons/IconPerson.d.ts +1 -1
- package/components/SVGIcons/IconPerson.js +1 -32
- package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
- package/components/SVGIcons/IconPersonAccount.js +1 -29
- package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonAccountFilled.js +1 -29
- package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
- package/components/SVGIcons/IconPersonAdd.js +1 -32
- package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonAddFilled.js +1 -32
- package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowLeft.js +1 -29
- package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -29
- package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowRight.js +1 -29
- package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -29
- package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
- package/components/SVGIcons/IconPersonBoard.js +1 -29
- package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonFilled.js +1 -32
- package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
- package/components/SVGIcons/IconPersonMinus.js +1 -29
- package/components/SVGIcons/IconPersonStar.d.ts +1 -1
- package/components/SVGIcons/IconPersonStar.js +1 -32
- package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonStarFilled.js +1 -32
- package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
- package/components/SVGIcons/IconPersonSubtract.js +1 -32
- package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonSubtractFilled.js +1 -32
- package/components/SVGIcons/IconPhone.d.ts +1 -1
- package/components/SVGIcons/IconPhone.js +1 -32
- package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
- package/components/SVGIcons/IconPhoneFilled.js +1 -32
- package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
- package/components/SVGIcons/IconPlugConnected.js +1 -29
- package/components/SVGIcons/IconPos.d.ts +1 -1
- package/components/SVGIcons/IconPos.js +1 -34
- package/components/SVGIcons/IconPosFilled.d.ts +1 -1
- package/components/SVGIcons/IconPosFilled.js +1 -34
- package/components/SVGIcons/IconProhibited.d.ts +1 -1
- package/components/SVGIcons/IconProhibited.js +1 -32
- package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
- package/components/SVGIcons/IconProhibitedFilled.js +1 -32
- package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
- package/components/SVGIcons/IconProjectProduct.js +1 -29
- package/components/SVGIcons/IconQuestion.d.ts +1 -1
- package/components/SVGIcons/IconQuestion.js +1 -32
- package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
- package/components/SVGIcons/IconQuestionFilled.js +1 -32
- package/components/SVGIcons/IconRedo.d.ts +1 -1
- package/components/SVGIcons/IconRedo.js +1 -32
- package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
- package/components/SVGIcons/IconRedoFilled.js +1 -32
- package/components/SVGIcons/IconRu.d.ts +1 -1
- package/components/SVGIcons/IconRu.js +6 -61
- package/components/SVGIcons/IconRub.d.ts +1 -1
- package/components/SVGIcons/IconRub.js +1 -29
- package/components/SVGIcons/IconRubFilled.d.ts +1 -1
- package/components/SVGIcons/IconRubFilled.js +1 -29
- package/components/SVGIcons/IconSave.d.ts +1 -1
- package/components/SVGIcons/IconSave.js +1 -32
- package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
- package/components/SVGIcons/IconSaveFilled.js +1 -32
- package/components/SVGIcons/IconSavings.d.ts +1 -1
- package/components/SVGIcons/IconSavings.js +1 -32
- package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
- package/components/SVGIcons/IconSavingsFilled.js +1 -32
- package/components/SVGIcons/IconSearch.d.ts +1 -1
- package/components/SVGIcons/IconSearch.js +1 -32
- package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
- package/components/SVGIcons/IconSearchFilled.js +1 -32
- package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOff.js +1 -32
- package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOffFilled.js +1 -32
- package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOn.js +1 -32
- package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOnFilled.js +1 -32
- package/components/SVGIcons/IconSend.d.ts +1 -1
- package/components/SVGIcons/IconSend.js +1 -32
- package/components/SVGIcons/IconSendFilled.d.ts +1 -1
- package/components/SVGIcons/IconSendFilled.js +1 -32
- package/components/SVGIcons/IconSettings.d.ts +1 -1
- package/components/SVGIcons/IconSettings.js +1 -29
- package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
- package/components/SVGIcons/IconSettingsFilled.js +1 -32
- package/components/SVGIcons/IconShare.d.ts +1 -1
- package/components/SVGIcons/IconShare.js +1 -32
- package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
- package/components/SVGIcons/IconShareAndroid.js +1 -32
- package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
- package/components/SVGIcons/IconShareAndroidFilled.js +1 -32
- package/components/SVGIcons/IconShareFilled.d.ts +1 -1
- package/components/SVGIcons/IconShareFilled.js +1 -32
- package/components/SVGIcons/IconSignOut.d.ts +1 -1
- package/components/SVGIcons/IconSignOut.js +1 -32
- package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
- package/components/SVGIcons/IconSignOutFilled.js +1 -32
- package/components/SVGIcons/IconSpinner.d.ts +1 -1
- package/components/SVGIcons/IconSpinner.js +1 -32
- package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
- package/components/SVGIcons/IconSpinnerFilled.js +1 -32
- package/components/SVGIcons/IconStatus.d.ts +1 -1
- package/components/SVGIcons/IconStatus.js +1 -32
- package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
- package/components/SVGIcons/IconStatusFilled.js +1 -32
- package/components/SVGIcons/IconSubtract.d.ts +1 -1
- package/components/SVGIcons/IconSubtract.js +1 -32
- package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
- package/components/SVGIcons/IconSubtractCircle.js +1 -32
- package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconSubtractCircleFilled.js +1 -32
- package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
- package/components/SVGIcons/IconSubtractFilled.js +1 -32
- package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
- package/components/SVGIcons/IconTableCellEdit.js +3 -36
- package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconTableCellEditFilled.js +5 -42
- package/components/SVGIcons/IconTelegram.d.ts +1 -1
- package/components/SVGIcons/IconTelegram.js +3 -41
- package/components/SVGIcons/IconTimer.d.ts +1 -1
- package/components/SVGIcons/IconTimer.js +1 -32
- package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
- package/components/SVGIcons/IconTimerFilled.js +1 -32
- package/components/SVGIcons/IconTrophy.d.ts +1 -1
- package/components/SVGIcons/IconTrophy.js +1 -29
- package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
- package/components/SVGIcons/IconTrophyFilled.js +1 -29
- package/components/SVGIcons/IconTwitter.d.ts +1 -1
- package/components/SVGIcons/IconTwitter.js +1 -32
- package/components/SVGIcons/IconUndo.d.ts +1 -1
- package/components/SVGIcons/IconUndo.js +1 -32
- package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
- package/components/SVGIcons/IconUndoFilled.js +1 -32
- package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
- package/components/SVGIcons/IconUnitsEmployee.js +1 -29
- package/components/SVGIcons/IconUpload.d.ts +1 -1
- package/components/SVGIcons/IconUpload.js +1 -29
- package/components/SVGIcons/IconUs.d.ts +1 -1
- package/components/SVGIcons/IconUs.js +11 -72
- package/components/SVGIcons/IconUsd.d.ts +1 -1
- package/components/SVGIcons/IconUsd.js +1 -29
- package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
- package/components/SVGIcons/IconUsdFilled.js +1 -29
- package/components/SVGIcons/IconUserMinus.d.ts +1 -1
- package/components/SVGIcons/IconUserMinus.js +1 -32
- package/components/SVGIcons/IconVideo.d.ts +1 -1
- package/components/SVGIcons/IconVideo.js +1 -29
- package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
- package/components/SVGIcons/IconVideoFilled.js +1 -29
- package/components/SVGIcons/IconWallet.d.ts +1 -1
- package/components/SVGIcons/IconWallet.js +1 -32
- package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
- package/components/SVGIcons/IconWalletFilled.js +1 -32
- package/components/SVGIcons/IconWarning.d.ts +1 -1
- package/components/SVGIcons/IconWarning.js +1 -29
- package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
- package/components/SVGIcons/IconWarningFilled.js +1 -29
- package/components/SVGIcons/IconYoutube.d.ts +1 -1
- package/components/SVGIcons/IconYoutube.js +1 -32
- package/components/SVGIcons/icon-names.js +1 -3
- package/components/SVGIcons/index.d.ts +319 -319
- package/components/SVGIcons/index.js +1 -322
- package/components/Select/ButtonSelect/ButtonSelect.js +3 -200
- package/components/Select/FilterSelect/FilterDropdown.js +3 -98
- package/components/Select/FilterSelect/FilterGroupDropdown.js +4 -85
- package/components/Select/FilterSelect/FilterSelect.js +4 -204
- package/components/Select/MultiSelect/DesktopWrapper.js +1 -56
- package/components/Select/MultiSelect/MobileWrapper.js +2 -80
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -216
- package/components/Select/MultiSelect/MultiSelect.js +3 -251
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -270
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -255
- package/components/Select/MultiSelect/OptionsWrapper.js +1 -179
- package/components/Select/NestedSelect/NestedSelect.js +4 -202
- package/components/Select/ProfileDropdown/index.js +10 -83
- package/components/Select/Select/Select.js +2 -259
- package/components/Select/Select/SelectDesktop/index.js +2 -225
- package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -93
- package/components/Select/Select/SelectMobile/index.js +5 -198
- package/components/Select/Select/helpers.js +1 -10
- package/components/Select/SharedComponents/Actions.js +3 -118
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +3 -44
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -134
- package/components/Select/SharedComponents/ContentTop.js +3 -181
- package/components/Select/SharedComponents/Footer.js +6 -101
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -168
- package/components/Select/SharedComponents/Loading.js +2 -17
- package/components/Select/SharedComponents/index.js +1 -94
- package/components/Select/constants.js +1 -9
- package/components/Select/index.js +1 -116
- package/components/Select/localization.js +1 -31
- package/components/SideSheet/Footer/Footer.js +5 -103
- package/components/SideSheet/SideSheet.js +8 -213
- package/components/SideSheet/index.js +1 -58
- package/components/Snackbar/Snackbar.js +5 -125
- package/components/Snackbar/consts.js +1 -15
- package/components/Snackbar/index.js +1 -56
- package/components/Status/Status.js +4 -53
- package/components/Status/index.js +1 -8
- package/components/Stepper/Stepper.js +2 -45
- package/components/Stepper/index.js +1 -3
- package/components/Switcher/Switcher.js +5 -124
- package/components/Switcher/index.js +1 -56
- package/components/Tab/Tab.js +2 -39
- package/components/Tab/TabItem.js +3 -54
- package/components/Tab/index.js +1 -11
- package/components/Table/Header.js +4 -134
- package/components/Table/IndeterminateCheckbox.js +1 -84
- package/components/Table/Row.js +3 -109
- package/components/Table/Table.js +6 -206
- package/components/Table/index.js +1 -65
- package/components/Table/localization.js +1 -13
- package/components/Table/utils.js +3 -106
- package/components/TableV2/AdvancedPagination.js +12 -273
- package/components/TableV2/ColumnHeader.js +6 -64
- package/components/TableV2/ColumnSettings.js +8 -166
- package/components/TableV2/IndeterminateCheckbox.js +2 -87
- package/components/TableV2/Table.js +8 -322
- package/components/TableV2/constants/index.js +1 -23
- package/components/TableV2/hooks/useTableColumnSettings.js +1 -20
- package/components/TableV2/hooks/useTableControl.js +1 -308
- package/components/TableV2/index.js +1 -134
- package/components/TableV2/loadTableSettings.js +1 -18
- package/components/Text/Text.js +2 -36
- package/components/Text/index.js +1 -5
- package/components/Textarea/Textarea.js +6 -146
- package/components/Textarea/index.js +1 -58
- package/components/Tooltip/Tooltip.js +1 -103
- package/components/Tooltip/index.js +1 -18
- package/components/Tooltip/types.js +1 -13
- package/components/UnderConstruction/UnderConstruction.js +6 -38
- package/components/UnderConstruction/index.js +1 -8
- package/components/UnderConstruction/localization.js +1 -16
- package/consts/index.js +1 -67
- package/context/FormContextProvider.js +1 -12
- package/context/index.js +1 -5
- package/context/types.js +1 -12
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +2 -15
- package/helperComponents/AnimatePresenceWrapper/index.js +1 -3
- package/helperComponents/CodeBlock/CodeBlock.js +2 -25
- package/helperComponents/CodeBlock/index.js +1 -4
- package/helperComponents/ErrorMessage/ErrorMessage.js +2 -27
- package/helperComponents/ErrorMessage/index.js +1 -8
- package/helperComponents/GoToWebPage/GoToWebPage.js +1 -69
- package/helperComponents/Label/Label.js +1 -29
- package/helperComponents/Label/index.js +1 -6
- package/helperComponents/Loader/Loader.js +2 -15
- package/helperComponents/Loader/index.js +1 -2
- package/helperComponents/OptionItem/OptionItem.js +5 -152
- package/helperComponents/OptionItem/index.js +1 -66
- package/helpers/check-authorization.js +1 -116
- package/helpers/download-file.js +1 -10
- package/helpers/format-date.js +1 -25
- package/helpers/get-module-prefix.js +1 -6
- package/helpers/index.js +1 -61
- package/helpers/isDeepEqual.js +1 -18
- package/helpers/locale.js +1 -17
- package/helpers/storage.js +1 -20
- package/hooks/index.js +1 -21
- package/hooks/useChangePositionsOnScroll.js +1 -34
- package/hooks/useDispatchEventOnScroll.js +1 -14
- package/hooks/useFieldArray.js +1 -1
- package/hooks/useFormContext.js +1 -10
- package/hooks/useFormProps.js +1 -10
- package/hooks/useGetElemPositions.js +1 -19
- package/hooks/useGetElemSizes.js +1 -16
- package/hooks/useGetHasBottomSpace.js +1 -26
- package/hooks/useGetIsMobile.js +1 -49
- package/hooks/useGetTooltipPosition.js +1 -85
- package/hooks/useGetTooltipStyles.js +1 -89
- package/hooks/useHideBodyScroll.js +1 -35
- package/hooks/useHideOnScroll.js +1 -27
- package/hooks/useOnOutsideClick.js +1 -52
- package/hooks/useScreenSize.js +1 -38
- package/index.js +1 -518
- package/package.json +6 -4
- package/type/file-upload.js +1 -8
- package/type/index.js +1 -4
- package/type/locale.js +1 -14
- package/type/notification.js +1 -9
- package/type/status-code.js +1 -9
- package/types.d.js +0 -1
- package/utils/helpers.js +1 -89
- package/Alert-C_U8td2x.js +0 -761
- package/assets/images/under-construction.svg +0 -9
- package/assets/styles/styles.scss +0 -1
- package/components/Alert/types.js +0 -1
- package/components/Avatar/types.js +0 -1
- package/components/Badge/types.js +0 -1
- package/components/Breadcrumb/types.js +0 -1
- package/components/Button/types.js +0 -1
- package/components/ButtonGroup/types.js +0 -1
- package/components/Card/types.js +0 -1
- package/components/CardGroup/types.js +0 -1
- package/components/Checkbox/types.js +0 -1
- package/components/Collapse/types.js +0 -1
- package/components/Container/types.js +0 -1
- package/components/Copy/types.js +0 -1
- package/components/Counter/types.js +0 -1
- package/components/Divider/types.js +0 -1
- package/components/Empty/types.js +0 -1
- package/components/FormContainer/types.js +0 -1
- package/components/FormField/types.js +0 -1
- package/components/Heading/types.js +0 -1
- package/components/Image/types.js +0 -1
- package/components/Input/types.js +0 -1
- package/components/Link/types.js +0 -1
- package/components/Menu/types.js +0 -1
- package/components/Modal/types.js +0 -1
- package/components/More/types.js +0 -1
- package/components/Pagination/types.js +0 -1
- package/components/Popover/types.js +0 -1
- package/components/Progress/types.js +0 -1
- package/components/Radio/types.js +0 -1
- package/components/SVGIcons/types.js +0 -1
- package/components/Select/types.js +0 -1
- package/components/SideSheet/types.js +0 -1
- package/components/Snackbar/types.js +0 -1
- package/components/Status/types.js +0 -1
- package/components/Stepper/types.js +0 -1
- package/components/Switcher/types.js +0 -1
- package/components/Tab/types.js +0 -1
- package/components/Table/types.js +0 -1
- package/components/TableV2/types.js +0 -1
- package/components/Text/types.js +0 -1
- package/components/Textarea/types.js +0 -1
- package/components/UnderConstruction/types.js +0 -1
- package/helperComponents/ErrorMessage/types.js +0 -1
- package/helperComponents/Label/types.js +0 -1
- package/helperComponents/Loader/types.js +0 -1
- package/helperComponents/OptionItem/types.js +0 -1
- package/helperComponents/index.d.ts +0 -5
- package/helperComponents/index.js +0 -67
|
@@ -1,101 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import '@babel/runtime/helpers/defineProperty';
|
|
11
|
-
|
|
12
|
-
var Step = function Step(props) {
|
|
13
|
-
var width = props.width,
|
|
14
|
-
step = props.step,
|
|
15
|
-
_props$stepSize = props.stepSize,
|
|
16
|
-
stepSize = _props$stepSize === void 0 ? 'large' : _props$stepSize,
|
|
17
|
-
index = props.index,
|
|
18
|
-
activeStep = props.activeStep,
|
|
19
|
-
stepType = props.stepType,
|
|
20
|
-
onStepClick = props.onStepClick;
|
|
21
|
-
var label = step.label,
|
|
22
|
-
subText = step.subText,
|
|
23
|
-
value = step.value,
|
|
24
|
-
status = step.status;
|
|
25
|
-
var isActive = activeStep === value;
|
|
26
|
-
var isCompleted = status === PROGRESS_STATUSES.completed;
|
|
27
|
-
var isRejected = status === PROGRESS_STATUSES.rejected;
|
|
28
|
-
var isReview = status === PROGRESS_STATUSES.reviewed;
|
|
29
|
-
var textType = useMemo(function () {
|
|
30
|
-
if (isActive && !isRejected) {
|
|
31
|
-
return 'brand';
|
|
32
|
-
}
|
|
33
|
-
if (isCompleted || isRejected) {
|
|
34
|
-
return 'inverse';
|
|
35
|
-
}
|
|
36
|
-
return 'tertiary';
|
|
37
|
-
}, [isCompleted, isRejected, isActive]);
|
|
38
|
-
var onClick = function onClick() {
|
|
39
|
-
if (onStepClick) {
|
|
40
|
-
onStepClick(value);
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
var stepItemContent = useMemo(function () {
|
|
44
|
-
if (stepType === StepTypes.number) {
|
|
45
|
-
return /*#__PURE__*/React.createElement(Text, {
|
|
46
|
-
type: textType,
|
|
47
|
-
size: stepSize == 'large' ? 'medium' : 'small',
|
|
48
|
-
weight: stepSize == 'large' ? 'semibold' : 'regular'
|
|
49
|
-
}, "".concat(index));
|
|
50
|
-
}
|
|
51
|
-
if (stepType === StepTypes.dot) {
|
|
52
|
-
if (isActive) {
|
|
53
|
-
return /*#__PURE__*/React.createElement("span", {
|
|
54
|
-
className: classNames('step__circle__dot')
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
if (isCompleted) {
|
|
58
|
-
var iconSize = stepSize == 'large' ? 'small' : 'xsmall';
|
|
59
|
-
if (isRejected) {
|
|
60
|
-
return /*#__PURE__*/React.createElement(IconDismissCircle, {
|
|
61
|
-
size: iconSize,
|
|
62
|
-
type: "inverse"
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
return /*#__PURE__*/React.createElement(IconCheckmarkCircle, {
|
|
66
|
-
size: iconSize,
|
|
67
|
-
type: "inverse"
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
return null;
|
|
72
|
-
}, [index, stepType, stepSize, isCompleted, isActive, isRejected, textType]);
|
|
73
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
74
|
-
className: classNames('step', "step--".concat(stepSize), {
|
|
75
|
-
active: isActive,
|
|
76
|
-
completed: isCompleted && !isActive,
|
|
77
|
-
rejected: isRejected,
|
|
78
|
-
review: isReview
|
|
79
|
-
}),
|
|
80
|
-
style: {
|
|
81
|
-
width: width
|
|
82
|
-
},
|
|
83
|
-
onClick: onClick
|
|
84
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
85
|
-
className: "step__top"
|
|
86
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
87
|
-
className: "step__circle"
|
|
88
|
-
}, stepItemContent)), /*#__PURE__*/React.createElement("div", {
|
|
89
|
-
className: "step__label"
|
|
90
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
91
|
-
size: stepSize == 'large' ? 'standard' : 'small',
|
|
92
|
-
weight: "semibold",
|
|
93
|
-
lineHeight: 'large',
|
|
94
|
-
className: "text-truncate"
|
|
95
|
-
}, label), /*#__PURE__*/React.createElement(Text, {
|
|
96
|
-
size: stepSize == 'large' ? 'small' : 'xsmall',
|
|
97
|
-
className: "text-truncate"
|
|
98
|
-
}, subText)));
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export { Step };
|
|
1
|
+
import{jsx as e,jsxs as f}from"react/jsx-runtime";import v from"classnames";import{useMemo as h}from"react";import{Text as n}from"../Text/Text.js";import{StepTypes as g}from"./types.js";import{PROGRESS_STATUSES as a}from"./consts.js";import w from"../SVGIcons/IconDismissCircle.js";import j from"../SVGIcons/IconCheckmarkCircle.js";const H=s=>{const{width:t,step:r,stepSize:i="large",index:l,activeStep:c,stepType:m,onStepClick:o}=s,{label:p,subText:d,value:u,status:x}=r,S=c===u,_=x===a.completed,T=x===a.rejected,b=x===a.reviewed,y=h(()=>S&&!T?"brand":_||T?"inverse":"tertiary",[_,T,S]),N=h(()=>{if(m===g.number)/* @__PURE__ */
|
|
2
|
+
return e(n,{type:y,size:"large"==i?"medium":"small",weight:"large"==i?"semibold":"regular",children:`${l}`});if(m===g.dot){if(S)/* @__PURE__ */
|
|
3
|
+
return e("span",{className:v("step__circle__dot")});if(_){const s="large"==i?"small":"xsmall";/* @__PURE__ */
|
|
4
|
+
return e(T?w:j,{size:s,type:"inverse"})}}return null},[l,m,i,_,S,T,y]);/* @__PURE__ */
|
|
5
|
+
return f("div",{className:v("step",`step--${i}`,{active:S,completed:_&&!S,rejected:T,review:b}),style:{width:t},onClick:()=>{o&&o(u)},children:[
|
|
6
|
+
/* @__PURE__ */e("div",{className:"step__top",children:/* @__PURE__ */e("div",{className:"step__circle",children:N})}),
|
|
7
|
+
/* @__PURE__ */f("div",{className:"step__label",children:[
|
|
8
|
+
/* @__PURE__ */e(n,{size:"large"==i?"standard":"small",weight:"semibold",lineHeight:"large",className:"text-truncate",children:p}),
|
|
9
|
+
/* @__PURE__ */e(n,{size:"large"==i?"small":"xsmall",className:"text-truncate",children:d})]})]})};export{H as Step};
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
var
|
|
2
|
-
PROGRESS_STATUSES["rejected"] = "rejected";
|
|
3
|
-
PROGRESS_STATUSES["reviewed"] = "reviewed";
|
|
4
|
-
PROGRESS_STATUSES["completed"] = "completed";
|
|
5
|
-
PROGRESS_STATUSES["initial"] = "initial";
|
|
6
|
-
return PROGRESS_STATUSES;
|
|
7
|
-
}({});
|
|
8
|
-
|
|
9
|
-
export { PROGRESS_STATUSES };
|
|
1
|
+
var i=/* @__PURE__ */(e=>(e.rejected="rejected",e.reviewed="reviewed",e.completed="completed",e.initial="initial",e))(i||{});export{i as PROGRESS_STATUSES};
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import 'react';
|
|
3
|
-
import 'classnames';
|
|
4
|
-
import './Step.js';
|
|
5
|
-
import '../Text/Text.js';
|
|
6
|
-
import '../../utils/helpers.js';
|
|
7
|
-
import 'dayjs';
|
|
8
|
-
import './types.js';
|
|
9
|
-
import './consts.js';
|
|
10
|
-
import '../SVGIcons/IconDismissCircle.js';
|
|
11
|
-
import '@babel/runtime/helpers/defineProperty';
|
|
12
|
-
import '../SVGIcons/IconCheckmarkCircle.js';
|
|
1
|
+
import{ProgressStep as o}from"./ProgressStep.js";export{o as ProgressStep};
|
|
@@ -1,58 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import 'dayjs';
|
|
6
|
-
|
|
7
|
-
var Radio = /*#__PURE__*/forwardRef(function (props, _ref) {
|
|
8
|
-
var name = props.name,
|
|
9
|
-
label = props.label,
|
|
10
|
-
helperText = props.helperText,
|
|
11
|
-
disabled = props.disabled,
|
|
12
|
-
setFieldValue = props.setFieldValue,
|
|
13
|
-
isSelected = props.isSelected,
|
|
14
|
-
value = props.value,
|
|
15
|
-
_props$className = props.className,
|
|
16
|
-
className = _props$className === void 0 ? '' : _props$className,
|
|
17
|
-
onClick = props.onClick,
|
|
18
|
-
_props$dataId = props.dataId,
|
|
19
|
-
dataId = _props$dataId === void 0 ? '' : _props$dataId,
|
|
20
|
-
iconProps = props.iconProps;
|
|
21
|
-
var isChecked = !!value || !!isSelected;
|
|
22
|
-
var iconElement = iconProps ? iconProps : /*#__PURE__*/React.createElement("span", {
|
|
23
|
-
className: "controller__icon"
|
|
24
|
-
});
|
|
25
|
-
var changeHandler = function changeHandler() {
|
|
26
|
-
if (name && setFieldValue) {
|
|
27
|
-
setFieldValue(name, !isChecked, {
|
|
28
|
-
shouldValidate: !isChecked
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
if (onClick) {
|
|
32
|
-
onClick(!isChecked);
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
return /*#__PURE__*/React.createElement("label", {
|
|
36
|
-
className: classNames('controller', 'controller--radio', className, {
|
|
37
|
-
'controller--disabled': disabled
|
|
38
|
-
})
|
|
39
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
40
|
-
"data-id": dataId,
|
|
41
|
-
type: "radio",
|
|
42
|
-
tabIndex: 0,
|
|
43
|
-
onChange: changeHandler,
|
|
44
|
-
checked: isSelected,
|
|
45
|
-
disabled: disabled
|
|
46
|
-
}), iconElement, label ? /*#__PURE__*/React.createElement("div", {
|
|
47
|
-
className: "controller__right"
|
|
48
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
49
|
-
type: disabled ? 'disabled' : 'primary',
|
|
50
|
-
className: "controller__label"
|
|
51
|
-
}, label), helperText ? /*#__PURE__*/React.createElement(Text, {
|
|
52
|
-
size: "small",
|
|
53
|
-
type: disabled ? 'disabled' : 'secondary'
|
|
54
|
-
}, helperText) : null) : null);
|
|
55
|
-
});
|
|
56
|
-
Radio.displayName = 'Radio';
|
|
57
|
-
|
|
58
|
-
export { Radio };
|
|
1
|
+
import{jsxs as t,jsx as l}from"react/jsx-runtime";import{forwardRef as _}from"react";import{Text as m}from"../Text/Text.js";import x from"classnames";const y=_((e,a)=>{const{name:r,label:s,helperText:o,disabled:d,setFieldValue:i,isSelected:c,value:n,className:p="",onClick:b,dataId:h="",iconProps:y}=e,u=!!n||!!c,_=y||/* @__PURE__ */l("span",{className:"controller__icon"});/* @__PURE__ */
|
|
2
|
+
return t("label",{className:x("controller","controller--radio",p,{"controller--disabled":d}),children:[
|
|
3
|
+
/* @__PURE__ */l("input",{"data-id":h,type:"radio",tabIndex:0,onChange:()=>{r&&i&&i(r,!u,{shouldValidate:!u}),b&&b(!u)},checked:c,disabled:d}),_,s?/* @__PURE__ */t("div",{className:"controller__right",children:[
|
|
4
|
+
/* @__PURE__ */l(m,{type:d?"disabled":"primary",className:"controller__label",children:s}),o?/* @__PURE__ */l(m,{size:"small",type:d?"disabled":"secondary",children:o}):null]}):null]})});y.displayName="Radio";export{y as Radio};
|
|
@@ -1,115 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import 'dayjs';
|
|
6
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
7
|
-
import '@babel/runtime/helpers/extends';
|
|
8
|
-
import '@babel/runtime/helpers/slicedToArray';
|
|
9
|
-
import '@babel/runtime/helpers/toConsumableArray';
|
|
10
|
-
import '@babel/runtime/helpers/defineProperty';
|
|
11
|
-
import '../../consts/index.js';
|
|
12
|
-
import '../../hooks/useScreenSize.js';
|
|
13
|
-
import 'react-hook-form';
|
|
14
|
-
import '../../Alert-C_U8td2x.js';
|
|
15
|
-
import 'react-syntax-highlighter';
|
|
16
|
-
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
17
|
-
import '../Text/Text.js';
|
|
18
|
-
import '../../utils/helpers.js';
|
|
19
|
-
import '../../type/file-upload.js';
|
|
20
|
-
import '../Alert/consts.js';
|
|
21
|
-
import '../../helperComponents/Loader/Loader.js';
|
|
22
|
-
import 'react-dropzone';
|
|
23
|
-
import '../SVGIcons/IconUpload.js';
|
|
24
|
-
import '../FileUpload/types.js';
|
|
25
|
-
import '../../helpers/format-date.js';
|
|
26
|
-
import 'dayjs/plugin/utc';
|
|
27
|
-
import '../../helpers/locale.js';
|
|
28
|
-
import '../../type/locale.js';
|
|
29
|
-
import '../../helpers/storage.js';
|
|
30
|
-
import 'react-toastify';
|
|
31
|
-
import '../../hooks/useGetIsMobile.js';
|
|
32
|
-
import 'motion/react';
|
|
33
|
-
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
34
|
-
import '../../hooks/useOnOutsideClick.js';
|
|
35
|
-
import '../../hooks/useHideBodyScroll.js';
|
|
36
|
-
import '../SVGIcons/IconDismiss.js';
|
|
37
|
-
import '../Tooltip/types.js';
|
|
38
|
-
import '../Tooltip/Tooltip.js';
|
|
39
|
-
import '../../hooks/useGetTooltipStyles.js';
|
|
40
|
-
import '../../hooks/useGetElemSizes.js';
|
|
41
|
-
import '../../hooks/useGetElemPositions.js';
|
|
42
|
-
import '../../hooks/useGetTooltipPosition.js';
|
|
43
|
-
import '../../hooks/useHideOnScroll.js';
|
|
44
|
-
import '../Link/Link.js';
|
|
45
|
-
import '../Popover/PopoverDesktop.js';
|
|
46
|
-
import '../SVGIcons/IconInfo.js';
|
|
47
|
-
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
48
|
-
import 'react-toastify/dist/ReactToastify.css';
|
|
49
|
-
import '@babel/runtime/helpers/typeof';
|
|
50
|
-
import '../SVGIcons/IconDismissFilled.js';
|
|
51
|
-
import '../SVGIcons/IconDelete.js';
|
|
52
|
-
import '../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
53
|
-
import '../Progress/Progress.js';
|
|
54
|
-
import '../SVGIcons/IconArrowDownloadFilled.js';
|
|
55
|
-
import '../../helpers/download-file.js';
|
|
56
|
-
import '../Button/consts.js';
|
|
57
|
-
|
|
58
|
-
var RadioGroup = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
59
|
-
var _props$isHorizontal = props.isHorizontal,
|
|
60
|
-
isHorizontal = _props$isHorizontal === void 0 ? false : _props$isHorizontal,
|
|
61
|
-
name = props.name,
|
|
62
|
-
options = props.options,
|
|
63
|
-
setFieldValue = props.setFieldValue,
|
|
64
|
-
value = props.value,
|
|
65
|
-
handleChange = props.handleChange,
|
|
66
|
-
label = props.label,
|
|
67
|
-
required = props.required,
|
|
68
|
-
disabled = props.disabled,
|
|
69
|
-
className = props.className,
|
|
70
|
-
labelAddons = props.labelAddons,
|
|
71
|
-
hasError = props.hasError,
|
|
72
|
-
selected = props.selected;
|
|
73
|
-
var onSelect = function onSelect(selected) {
|
|
74
|
-
if (name && setFieldValue) {
|
|
75
|
-
setFieldValue(name, selected, {
|
|
76
|
-
shouldValidate: true
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
if (handleChange) {
|
|
80
|
-
handleChange(selected);
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
84
|
-
className: classNames('radio-group', {
|
|
85
|
-
'radio-group--horizontal': isHorizontal,
|
|
86
|
-
'radio-group--vertical': !isHorizontal
|
|
87
|
-
}, className)
|
|
88
|
-
}, /*#__PURE__*/React.createElement(Label, {
|
|
89
|
-
className: "radio-group__label",
|
|
90
|
-
text: label,
|
|
91
|
-
invalid: hasError,
|
|
92
|
-
required: required,
|
|
93
|
-
disabled: disabled,
|
|
94
|
-
labelAddons: labelAddons
|
|
95
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
96
|
-
className: "radio-group__inner"
|
|
97
|
-
}, options.map(function (radioOption) {
|
|
98
|
-
return /*#__PURE__*/React.createElement(Radio, {
|
|
99
|
-
label: radioOption.label,
|
|
100
|
-
helperText: radioOption.helperText,
|
|
101
|
-
key: radioOption.value,
|
|
102
|
-
name: name,
|
|
103
|
-
disabled: disabled,
|
|
104
|
-
className: "radio-group__item",
|
|
105
|
-
isSelected: radioOption.value === value || radioOption.value === selected,
|
|
106
|
-
onClick: function onClick() {
|
|
107
|
-
return onSelect(radioOption.value);
|
|
108
|
-
},
|
|
109
|
-
dataId: radioOption.dataId
|
|
110
|
-
});
|
|
111
|
-
})));
|
|
112
|
-
});
|
|
113
|
-
RadioGroup.displayName = 'RadioGroup';
|
|
114
|
-
|
|
115
|
-
export { RadioGroup };
|
|
1
|
+
import{jsxs as b,jsx as l}from"react/jsx-runtime";import{forwardRef as g}from"react";import{Radio as N}from"./Radio.js";import{Label as x}from"../../helperComponents/Label/Label.js";import _ from"classnames";const R=g((a,e)=>{const{isHorizontal:r=!1,name:o,options:s,setFieldValue:d,value:i,handleChange:t,label:m,required:n,disabled:p,className:u,labelAddons:c,hasError:h,selected:g}=a;/* @__PURE__ */
|
|
2
|
+
return b("div",{className:_("radio-group",{"radio-group--horizontal":r,"radio-group--vertical":!r},u),children:[
|
|
3
|
+
/* @__PURE__ */l(x,{className:"radio-group__label",text:m,invalid:h,required:n,disabled:p,labelAddons:c}),
|
|
4
|
+
/* @__PURE__ */l("div",{className:"radio-group__inner",children:s.map(a=>/* @__PURE__ */l(N,{label:a.label,helperText:a.helperText,name:o,disabled:p,className:"radio-group__item",isSelected:a.value===i||a.value===g,onClick:()=>(a=>{o&&d&&d(o,a,{shouldValidate:!0}),t&&t(a)})(a.value),dataId:a.dataId},a.value))})]})});R.displayName="RadioGroup";export{R as RadioGroup};
|
|
@@ -1,57 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { RadioGroup } from './RadioGroup.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import '../Text/Text.js';
|
|
5
|
-
import 'classnames';
|
|
6
|
-
import '../../utils/helpers.js';
|
|
7
|
-
import 'dayjs';
|
|
8
|
-
import '../../helperComponents/Label/Label.js';
|
|
9
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
10
|
-
import '@babel/runtime/helpers/extends';
|
|
11
|
-
import '@babel/runtime/helpers/slicedToArray';
|
|
12
|
-
import '@babel/runtime/helpers/toConsumableArray';
|
|
13
|
-
import '@babel/runtime/helpers/defineProperty';
|
|
14
|
-
import '../../consts/index.js';
|
|
15
|
-
import '../../type/file-upload.js';
|
|
16
|
-
import '../../hooks/useScreenSize.js';
|
|
17
|
-
import 'react-hook-form';
|
|
18
|
-
import '../../Alert-C_U8td2x.js';
|
|
19
|
-
import '../Alert/consts.js';
|
|
20
|
-
import '../../helperComponents/Loader/Loader.js';
|
|
21
|
-
import 'react-dropzone';
|
|
22
|
-
import '../SVGIcons/IconUpload.js';
|
|
23
|
-
import '../FileUpload/types.js';
|
|
24
|
-
import '../../helpers/format-date.js';
|
|
25
|
-
import 'dayjs/plugin/utc';
|
|
26
|
-
import '../../helpers/locale.js';
|
|
27
|
-
import '../../type/locale.js';
|
|
28
|
-
import '../../helpers/storage.js';
|
|
29
|
-
import 'react-toastify';
|
|
30
|
-
import '../../hooks/useGetIsMobile.js';
|
|
31
|
-
import 'motion/react';
|
|
32
|
-
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
33
|
-
import '../../hooks/useOnOutsideClick.js';
|
|
34
|
-
import '../../hooks/useHideBodyScroll.js';
|
|
35
|
-
import '../SVGIcons/IconDismiss.js';
|
|
36
|
-
import '../Tooltip/types.js';
|
|
37
|
-
import '../Tooltip/Tooltip.js';
|
|
38
|
-
import '../../hooks/useGetTooltipStyles.js';
|
|
39
|
-
import '../../hooks/useGetElemSizes.js';
|
|
40
|
-
import '../../hooks/useGetElemPositions.js';
|
|
41
|
-
import '../../hooks/useGetTooltipPosition.js';
|
|
42
|
-
import '../../hooks/useHideOnScroll.js';
|
|
43
|
-
import 'react-syntax-highlighter';
|
|
44
|
-
import 'react-syntax-highlighter/dist/esm/styles/prism';
|
|
45
|
-
import '../Link/Link.js';
|
|
46
|
-
import '../Popover/PopoverDesktop.js';
|
|
47
|
-
import '../SVGIcons/IconInfo.js';
|
|
48
|
-
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
49
|
-
import 'react-toastify/dist/ReactToastify.css';
|
|
50
|
-
import '@babel/runtime/helpers/typeof';
|
|
51
|
-
import '../SVGIcons/IconDismissFilled.js';
|
|
52
|
-
import '../SVGIcons/IconDelete.js';
|
|
53
|
-
import '../FileUpload/DropzoneFileUpload/FilePreview.js';
|
|
54
|
-
import '../Progress/Progress.js';
|
|
55
|
-
import '../SVGIcons/IconArrowDownloadFilled.js';
|
|
56
|
-
import '../../helpers/download-file.js';
|
|
57
|
-
import '../Button/consts.js';
|
|
1
|
+
import{Radio as p}from"./Radio.js";import{RadioGroup as d}from"./RadioGroup.js";export{p as Radio,d as RadioGroup};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from './types';
|
|
3
|
-
|
|
3
|
+
declare const IconAdd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAdd;
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
var IconAdd = function IconAdd(_ref) {
|
|
6
|
-
var size = _ref.size,
|
|
7
|
-
type = _ref.type,
|
|
8
|
-
_ref$className = _ref.className,
|
|
9
|
-
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
-
onClick = _ref.onClick,
|
|
11
|
-
refHandler = _ref.refHandler,
|
|
12
|
-
id = _ref.id,
|
|
13
|
-
dataId = _ref.dataId;
|
|
14
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
-
viewBox: "0 0 24 24",
|
|
18
|
-
fill: "none",
|
|
19
|
-
onClick: onClick,
|
|
20
|
-
ref: refHandler,
|
|
21
|
-
id: id,
|
|
22
|
-
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "M11.7501 3C12.1298 3 12.4436 3.28201 12.4934 3.64808L12.5002 3.74985L12.5014 11H19.7545C20.1687 11 20.5045 11.3358 20.5045 11.75C20.5045 12.1297 20.2224 12.4435 19.8563 12.4932L19.7545 12.5H12.5014L12.5035 19.7491C12.5036 20.1633 12.1679 20.4993 11.7536 20.4993C11.3739 20.4993 11.0601 20.2173 11.0104 19.8512L11.0035 19.7494L11.0014 12.5H3.75244C3.33823 12.5 3.00244 12.1642 3.00244 11.75C3.00244 11.3703 3.2846 11.0565 3.65067 11.0068L3.75244 11H11.0014L11.0002 3.75015C11.0002 3.33594 11.3359 3 11.7501 3Z",
|
|
25
|
-
fill: "#222222"
|
|
26
|
-
}));
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export { IconAdd, IconAdd as default };
|
|
1
|
+
import{jsx as c}from"react/jsx-runtime";import C from"classnames";const g=({size:s,type:i,className:e="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */c("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */c("path",{d:"M11.7501 3C12.1298 3 12.4436 3.28201 12.4934 3.64808L12.5002 3.74985L12.5014 11H19.7545C20.1687 11 20.5045 11.3358 20.5045 11.75C20.5045 12.1297 20.2224 12.4435 19.8563 12.4932L19.7545 12.5H12.5014L12.5035 19.7491C12.5036 20.1633 12.1679 20.4993 11.7536 20.4993C11.3739 20.4993 11.0601 20.2173 11.0104 19.8512L11.0035 19.7494L11.0014 12.5H3.75244C3.33823 12.5 3.00244 12.1642 3.00244 11.75C3.00244 11.3703 3.2846 11.0565 3.65067 11.0068L3.75244 11H11.0014L11.0002 3.75015C11.0002 3.33594 11.3359 3 11.7501 3Z",fill:"#222222"})});export{g as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from './types';
|
|
3
|
-
|
|
3
|
+
declare const IconAddCircle: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAddCircle;
|
|
@@ -1,32 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
var IconAddCircle = function IconAddCircle(_ref) {
|
|
6
|
-
var size = _ref.size,
|
|
7
|
-
type = _ref.type,
|
|
8
|
-
_ref$className = _ref.className,
|
|
9
|
-
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
-
onClick = _ref.onClick,
|
|
11
|
-
refHandler = _ref.refHandler,
|
|
12
|
-
id = _ref.id,
|
|
13
|
-
dataId = _ref.dataId;
|
|
14
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
-
viewBox: "0 0 24 24",
|
|
18
|
-
fill: "none",
|
|
19
|
-
onClick: onClick,
|
|
20
|
-
ref: refHandler,
|
|
21
|
-
id: id,
|
|
22
|
-
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
24
|
-
id: "Size=24, Theme=Regular"
|
|
25
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
id: "Shape",
|
|
27
|
-
d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7C12.4142 7 12.75 7.33579 12.75 7.75V11.25H16.25C16.6642 11.25 17 11.5858 17 12C17 12.4142 16.6642 12.75 16.25 12.75H12.75V16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25V12.75H7.75C7.33579 12.75 7 12.4142 7 12C7 11.5858 7.33579 11.25 7.75 11.25H11.25V7.75C11.25 7.33579 11.5858 7 12 7Z",
|
|
28
|
-
fill: "#222222"
|
|
29
|
-
})));
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export { IconAddCircle, IconAddCircle as default };
|
|
1
|
+
import{jsx as C}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:l,dataId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:l,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7C12.4142 7 12.75 7.33579 12.75 7.75V11.25H16.25C16.6642 11.25 17 11.5858 17 12C17 12.4142 16.6642 12.75 16.25 12.75H12.75V16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25V12.75H7.75C7.33579 12.75 7 12.4142 7 12C7 11.5858 7.33579 11.25 7.75 11.25H11.25V7.75C11.25 7.33579 11.5858 7 12 7Z",fill:"#222222"})})});export{t as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from './types';
|
|
3
|
-
|
|
3
|
+
declare const IconAddCircleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAddCircleFilled;
|
|
@@ -1,32 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
|
|
6
|
-
var size = _ref.size,
|
|
7
|
-
type = _ref.type,
|
|
8
|
-
_ref$className = _ref.className,
|
|
9
|
-
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
-
onClick = _ref.onClick,
|
|
11
|
-
refHandler = _ref.refHandler,
|
|
12
|
-
id = _ref.id,
|
|
13
|
-
dataId = _ref.dataId;
|
|
14
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
-
viewBox: "0 0 24 24",
|
|
18
|
-
fill: "none",
|
|
19
|
-
onClick: onClick,
|
|
20
|
-
ref: refHandler,
|
|
21
|
-
id: id,
|
|
22
|
-
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
24
|
-
id: "Size=24, Theme=Filled"
|
|
25
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
26
|
-
id: "Shape",
|
|
27
|
-
d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 7C11.6203 7 11.3065 7.28215 11.2568 7.64823L11.25 7.75V11.25H7.75C7.33579 11.25 7 11.5858 7 12C7 12.3797 7.28215 12.6935 7.64823 12.7432L7.75 12.75H11.25V16.25C11.25 16.6642 11.5858 17 12 17C12.3797 17 12.6935 16.7178 12.7432 16.3518L12.75 16.25V12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.6203 16.7178 11.3065 16.3518 11.2568L16.25 11.25H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z",
|
|
28
|
-
fill: "#222222"
|
|
29
|
-
})));
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export { IconAddCircleFilled, IconAddCircleFilled as default };
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import d from"classnames";const t=({size:e,type:s,className:a="",onClick:l,refHandler:t,id:n,dataId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:l,ref:t,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 7C11.6203 7 11.3065 7.28215 11.2568 7.64823L11.25 7.75V11.25H7.75C7.33579 11.25 7 11.5858 7 12C7 12.3797 7.28215 12.6935 7.64823 12.7432L7.75 12.75H11.25V16.25C11.25 16.6642 11.5858 17 12 17C12.3797 17 12.6935 16.7178 12.7432 16.3518L12.75 16.25V12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.6203 16.7178 11.3065 16.3518 11.2568L16.25 11.25H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z",fill:"#222222"})})});export{t as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from './types';
|
|
3
|
-
|
|
3
|
+
declare const IconAddFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAddFilled;
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
var IconAddFilled = function IconAddFilled(_ref) {
|
|
6
|
-
var size = _ref.size,
|
|
7
|
-
type = _ref.type,
|
|
8
|
-
_ref$className = _ref.className,
|
|
9
|
-
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
-
onClick = _ref.onClick,
|
|
11
|
-
refHandler = _ref.refHandler,
|
|
12
|
-
id = _ref.id,
|
|
13
|
-
dataId = _ref.dataId;
|
|
14
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
-
viewBox: "0 0 24 24",
|
|
18
|
-
fill: "none",
|
|
19
|
-
onClick: onClick,
|
|
20
|
-
ref: refHandler,
|
|
21
|
-
id: id,
|
|
22
|
-
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "M11.8834 3.00673L12 3C12.5128 3 12.9355 3.38604 12.9933 3.88338L13 4V11H20C20.5128 11 20.9355 11.386 20.9933 11.8834L21 12C21 12.5128 20.614 12.9355 20.1166 12.9933L20 13H13V20C13 20.5128 12.614 20.9355 12.1166 20.9933L12 21C11.4872 21 11.0645 20.614 11.0067 20.1166L11 20V13H4C3.48716 13 3.06449 12.614 3.00673 12.1166L3 12C3 11.4872 3.38604 11.0645 3.88338 11.0067L4 11H11V4C11 3.48716 11.386 3.06449 11.8834 3.00673L12 3L11.8834 3.00673Z",
|
|
25
|
-
fill: "#222222"
|
|
26
|
-
}));
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export { IconAddFilled, IconAddFilled as default };
|
|
1
|
+
import{jsx as n}from"react/jsx-runtime";import r from"classnames";const g=({size:s,type:i,className:e="",onClick:a,refHandler:o,id:t,dataId:l})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M11.8834 3.00673L12 3C12.5128 3 12.9355 3.38604 12.9933 3.88338L13 4V11H20C20.5128 11 20.9355 11.386 20.9933 11.8834L21 12C21 12.5128 20.614 12.9355 20.1166 12.9933L20 13H13V20C13 20.5128 12.614 20.9355 12.1166 20.9933L12 21C11.4872 21 11.0645 20.614 11.0067 20.1166L11 20V13H4C3.48716 13 3.06449 12.614 3.00673 12.1166L3 12C3 11.4872 3.38604 11.0645 3.88338 11.0067L4 11H11V4C11 3.48716 11.386 3.06449 11.8834 3.00673L12 3L11.8834 3.00673Z",fill:"#222222"})});export{g as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from './types';
|
|
3
|
-
|
|
3
|
+
declare const IconAirplaneTakeOff: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAirplaneTakeOff;
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
var IconAirplaneTakeOff = function IconAirplaneTakeOff(_ref) {
|
|
6
|
-
var size = _ref.size,
|
|
7
|
-
type = _ref.type,
|
|
8
|
-
_ref$className = _ref.className,
|
|
9
|
-
className = _ref$className === void 0 ? '' : _ref$className,
|
|
10
|
-
onClick = _ref.onClick,
|
|
11
|
-
refHandler = _ref.refHandler,
|
|
12
|
-
id = _ref.id,
|
|
13
|
-
dataId = _ref.dataId;
|
|
14
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
15
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
-
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
17
|
-
viewBox: "0 0 24 24",
|
|
18
|
-
fill: "none",
|
|
19
|
-
onClick: onClick,
|
|
20
|
-
ref: refHandler,
|
|
21
|
-
id: id,
|
|
22
|
-
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
23
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "M8.31551 8.40816L7.54364 7.28135C6.59057 5.89 7.58682 4 9.27329 4C9.75351 4 10.2192 4.16486 10.5924 4.46701L13.1732 6.55618C13.4827 6.22856 13.852 5.87691 14.2634 5.55966C14.9221 5.0518 15.7632 4.57418 16.6924 4.50263C18.9302 4.33032 20.6017 5.7461 21.547 6.82923C22.0357 7.38921 22.1337 8.09723 21.9247 8.71205C21.7201 9.31393 21.2312 9.80871 20.5828 10.0323L15.212 11.8842L12.0496 16.1009C11.6249 16.6672 10.9584 17.0004 10.2506 17.0004C8.83529 17.0004 7.77186 15.7086 8.04385 14.3196L8.29513 13.0364L5.7653 13.5826C4.34291 13.8897 3 12.8058 3 11.3506V7.69166C3 6.75761 3.7572 6.00041 4.69125 6.00041C5.31015 6.00041 5.87962 6.33847 6.17598 6.8818L7.14191 8.65266L8.31551 8.40816ZM8.78114 6.43365L9.90662 8.07668L11.8053 7.68112C11.8953 7.66237 11.9844 7.63316 12.0714 7.59414L9.64863 5.63288C9.54243 5.54691 9.40993 5.5 9.27329 5.5C8.79343 5.5 8.50996 6.03777 8.78114 6.43365ZM16.8076 5.9982C16.3011 6.0372 15.7399 6.31535 15.1793 6.74757C14.63 7.17109 14.1517 7.68771 13.8188 8.08877C13.3987 8.5949 12.813 9.00339 12.1113 9.14959L6.90297 10.2346C6.5794 10.3021 6.24985 10.1497 6.09158 9.85955L4.85914 7.60008C4.82563 7.53864 4.76123 7.50041 4.69125 7.50041C4.58562 7.50041 4.5 7.58604 4.5 7.69166V11.3506C4.5 11.8498 4.96073 12.2217 5.44873 12.1164L9.09172 11.3298C9.33829 11.2766 9.59511 11.3509 9.7752 11.5275C9.95528 11.7041 10.0345 11.9595 9.98602 12.207L9.51589 14.6078C9.42534 15.0703 9.7794 15.5004 10.2506 15.5004C10.4863 15.5004 10.7082 15.3895 10.8496 15.2009L14.15 10.8002C14.2399 10.6802 14.3638 10.59 14.5055 10.5411L20.0938 8.61424C20.3174 8.53712 20.4536 8.37897 20.5045 8.22935C20.5509 8.09266 20.5347 7.95059 20.4168 7.81553C19.5642 6.83853 18.3185 5.88186 16.8076 5.9982ZM3.75 19.5C3.33579 19.5 3 19.8358 3 20.25C3 20.6642 3.33579 21 3.75 21H20.25C20.6642 21 21 20.6642 21 20.25C21 19.8358 20.6642 19.5 20.25 19.5H3.75Z",
|
|
25
|
-
fill: "#222222"
|
|
26
|
-
}));
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export { IconAirplaneTakeOff, IconAirplaneTakeOff as default };
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import r from"classnames";const t=({size:C,type:s,className:e="",onClick:L,refHandler:a,id:t,dataId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:L,ref:a,id:t,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M8.31551 8.40816L7.54364 7.28135C6.59057 5.89 7.58682 4 9.27329 4C9.75351 4 10.2192 4.16486 10.5924 4.46701L13.1732 6.55618C13.4827 6.22856 13.852 5.87691 14.2634 5.55966C14.9221 5.0518 15.7632 4.57418 16.6924 4.50263C18.9302 4.33032 20.6017 5.7461 21.547 6.82923C22.0357 7.38921 22.1337 8.09723 21.9247 8.71205C21.7201 9.31393 21.2312 9.80871 20.5828 10.0323L15.212 11.8842L12.0496 16.1009C11.6249 16.6672 10.9584 17.0004 10.2506 17.0004C8.83529 17.0004 7.77186 15.7086 8.04385 14.3196L8.29513 13.0364L5.7653 13.5826C4.34291 13.8897 3 12.8058 3 11.3506V7.69166C3 6.75761 3.7572 6.00041 4.69125 6.00041C5.31015 6.00041 5.87962 6.33847 6.17598 6.8818L7.14191 8.65266L8.31551 8.40816ZM8.78114 6.43365L9.90662 8.07668L11.8053 7.68112C11.8953 7.66237 11.9844 7.63316 12.0714 7.59414L9.64863 5.63288C9.54243 5.54691 9.40993 5.5 9.27329 5.5C8.79343 5.5 8.50996 6.03777 8.78114 6.43365ZM16.8076 5.9982C16.3011 6.0372 15.7399 6.31535 15.1793 6.74757C14.63 7.17109 14.1517 7.68771 13.8188 8.08877C13.3987 8.5949 12.813 9.00339 12.1113 9.14959L6.90297 10.2346C6.5794 10.3021 6.24985 10.1497 6.09158 9.85955L4.85914 7.60008C4.82563 7.53864 4.76123 7.50041 4.69125 7.50041C4.58562 7.50041 4.5 7.58604 4.5 7.69166V11.3506C4.5 11.8498 4.96073 12.2217 5.44873 12.1164L9.09172 11.3298C9.33829 11.2766 9.59511 11.3509 9.7752 11.5275C9.95528 11.7041 10.0345 11.9595 9.98602 12.207L9.51589 14.6078C9.42534 15.0703 9.7794 15.5004 10.2506 15.5004C10.4863 15.5004 10.7082 15.3895 10.8496 15.2009L14.15 10.8002C14.2399 10.6802 14.3638 10.59 14.5055 10.5411L20.0938 8.61424C20.3174 8.53712 20.4536 8.37897 20.5045 8.22935C20.5509 8.09266 20.5347 7.95059 20.4168 7.81553C19.5642 6.83853 18.3185 5.88186 16.8076 5.9982ZM3.75 19.5C3.33579 19.5 3 19.8358 3 20.25C3 20.6642 3.33579 21 3.75 21H20.25C20.6642 21 21 20.6642 21 20.25C21 19.8358 20.6642 19.5 20.25 19.5H3.75Z",fill:"#222222"})});export{t as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from './types';
|
|
3
|
-
|
|
3
|
+
declare const IconAirplaneTakeOffFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAirplaneTakeOffFilled;
|