hrm_ui_lib 2.1.0-alpha.19 → 2.1.0-alpha.21
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/styles/styles.css +1 -1
- package/components/Alert/Alert.js +6 -6
- package/components/Alert/types.d.ts +1 -0
- package/components/Avatar/Avatar.d.ts +1 -1
- package/components/Avatar/Avatar.js +1 -1
- package/components/Avatar/AvatarGroup.d.ts +1 -1
- package/components/Avatar/AvatarGroup.js +2 -2
- package/components/Avatar/types.d.ts +2 -3
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/types.d.ts +1 -0
- package/components/BadgeV2/BadgeV2.js +1 -1
- package/components/BadgeV2/types.d.ts +1 -1
- package/components/Breadcrumb/Breadcrumb.js +2 -2
- package/components/Breadcrumb/types.d.ts +1 -0
- package/components/Button/Button.js +2 -2
- package/components/Button/types.d.ts +2 -3
- package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/components/ButtonGroup/ButtonGroup.js +2 -2
- package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
- package/components/ButtonGroup/ButtonGroupItem.js +3 -3
- package/components/ButtonGroup/types.d.ts +2 -2
- package/components/Card/CardComponent/Card.js +3 -3
- package/components/Card/types.d.ts +2 -2
- package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -2
- package/components/CardGroup/types.d.ts +2 -2
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/types.d.ts +1 -0
- package/components/Chips/Chips.js +2 -2
- package/components/Chips/types.d.ts +1 -2
- package/components/Collapse/Collapse/Collapse.js +4 -4
- package/components/Collapse/Collapse/Title.d.ts +2 -2
- package/components/Collapse/Collapse/Title.js +1 -1
- package/components/Collapse/CollapseGroup/CollapseGroup.js +2 -2
- package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
- package/components/Collapse/types.d.ts +4 -6
- package/components/Container/Container.js +2 -2
- package/components/Container/types.d.ts +2 -1
- package/components/Copy/Copy.d.ts +1 -1
- package/components/Copy/Copy.js +2 -2
- package/components/Copy/types.d.ts +2 -2
- package/components/Counter/Counter.js +2 -2
- package/components/Counter/types.d.ts +1 -0
- package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +3 -4
- package/components/DarkModeSwitcher/DarkModeSwitcher.js +5 -5
- package/components/DarkModeSwitcher/types.d.ts +1 -0
- package/components/DatePicker/CustomHeader/CustomHeader.js +5 -5
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +5 -5
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +4 -4
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +3 -3
- package/components/DatePicker/TimePicker/TimePickerMobile.js +3 -3
- package/components/DatePicker/types.d.ts +3 -3
- package/components/Divider/Divider.js +2 -2
- package/components/Divider/types.d.ts +2 -1
- package/components/Empty/Empty.js +4 -4
- package/components/Empty/types.d.ts +2 -1
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -7
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -1
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -1
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -7
- package/components/FileUpload/FileUpload.js +6 -6
- package/components/FileUpload/UploadItems.js +5 -5
- package/components/FileUpload/types.d.ts +5 -2
- package/components/FormContainer/FormContainer.js +1 -1
- package/components/FormContainer/types.d.ts +2 -1
- package/components/FormField/FormField.js +3 -3
- package/components/FormField/types.d.ts +2 -2
- package/components/Heading/Heading.js +2 -2
- package/components/Heading/types.d.ts +2 -2
- package/components/Image/Image.js +1 -1
- package/components/Image/types.d.ts +2 -1
- package/components/Input/Input.js +8 -8
- package/components/Input/types.d.ts +2 -1
- package/components/LineChart/LineChart.d.ts +3 -0
- package/components/LineChart/LineChart.js +9 -0
- package/components/LineChart/helper.d.ts +3 -0
- package/components/LineChart/helper.js +1 -0
- package/components/LineChart/index.d.ts +2 -0
- package/components/LineChart/index.js +1 -0
- package/components/LineChart/types.d.ts +15 -0
- package/components/Link/Link.js +2 -2
- package/components/Link/types.d.ts +2 -2
- package/components/Menu/Menu.js +1 -1
- package/components/Menu/NestedMenu.js +1 -1
- package/components/Menu/types.d.ts +2 -2
- package/components/Modal/ModalConfirmation.d.ts +1 -1
- package/components/Modal/ModalConfirmation.js +4 -4
- package/components/Modal/ModalContent.d.ts +7 -4
- package/components/Modal/ModalContent.js +7 -5
- package/components/Modal/types.d.ts +5 -2
- package/components/More/More.js +3 -3
- package/components/More/types.d.ts +2 -1
- package/components/MultiSelectV2/MultiSelectV2.d.ts +3 -0
- package/components/MultiSelectV2/MultiSelectV2.js +11 -0
- package/components/MultiSelectV2/index.d.ts +1 -0
- package/components/MultiSelectV2/index.js +1 -0
- package/components/MultiSelectV2/types.d.ts +30 -0
- package/components/MultiSelectV2/types.js +0 -0
- package/components/Pagination/Pagination.js +2 -2
- package/components/Pagination/types.d.ts +2 -1
- package/components/Popover/PopoverDesktop.js +1 -1
- package/components/Popover/PopoverMobile.js +2 -2
- package/components/Popover/types.d.ts +1 -0
- package/components/Progress/Progress.js +4 -4
- package/components/Progress/types.d.ts +2 -1
- package/components/ProgressStep/ProgressStep.js +2 -2
- package/components/ProgressStep/Step.js +9 -9
- package/components/ProgressStep/types.d.ts +3 -2
- package/components/Radio/Radio.js +4 -4
- package/components/Radio/RadioGroup.js +1 -1
- package/components/Radio/types.d.ts +3 -3
- package/components/SVGIcons/IconAdd.d.ts +1 -1
- package/components/SVGIcons/IconAdd.js +1 -1
- package/components/SVGIcons/IconAddCircle.d.ts +1 -1
- package/components/SVGIcons/IconAddCircle.js +1 -1
- package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconAddCircleFilled.js +1 -1
- package/components/SVGIcons/IconAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconAddFilled.js +1 -1
- package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
- package/components/SVGIcons/IconAirplaneTakeOff.js +1 -1
- package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -1
- package/components/SVGIcons/IconAlert.d.ts +1 -1
- package/components/SVGIcons/IconAlert.js +1 -1
- package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
- package/components/SVGIcons/IconAlertBadge.js +1 -1
- package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
- package/components/SVGIcons/IconAlertBadgeFilled.js +1 -1
- package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
- package/components/SVGIcons/IconAlertFilled.js +1 -1
- package/components/SVGIcons/IconAm.d.ts +1 -1
- package/components/SVGIcons/IconAm.js +1 -1
- package/components/SVGIcons/IconAmd.d.ts +1 -1
- package/components/SVGIcons/IconAmd.js +1 -1
- package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
- package/components/SVGIcons/IconAmdFilled.js +1 -1
- package/components/SVGIcons/IconApple.d.ts +1 -1
- package/components/SVGIcons/IconApple.js +1 -1
- package/components/SVGIcons/IconArrowDown.d.ts +1 -1
- package/components/SVGIcons/IconArrowDown.js +1 -1
- package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownFilled.js +1 -1
- package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownLeft.js +1 -1
- package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -1
- package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownload.js +1 -1
- package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowDownloadFilled.js +1 -1
- package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
- package/components/SVGIcons/IconArrowEnter.js +1 -1
- package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowEnterFilled.js +1 -1
- package/components/SVGIcons/IconArrowExit.d.ts +1 -1
- package/components/SVGIcons/IconArrowExit.js +1 -1
- package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExitFilled.js +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -1
- package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportUp.js +1 -1
- package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowExportUpFilled.js +1 -1
- package/components/SVGIcons/IconArrowImport.d.ts +1 -1
- package/components/SVGIcons/IconArrowImport.js +1 -1
- package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowImportFilled.js +1 -1
- package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowLeft.js +1 -1
- package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowLeftFilled.js +1 -1
- package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
- package/components/SVGIcons/IconArrowRepeatAll.js +1 -1
- package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -1
- package/components/SVGIcons/IconArrowReset.d.ts +1 -1
- package/components/SVGIcons/IconArrowReset.js +1 -1
- package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowResetFilled.js +1 -1
- package/components/SVGIcons/IconArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowRight.js +1 -1
- package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowRightFilled.js +1 -1
- package/components/SVGIcons/IconArrowSort.d.ts +1 -1
- package/components/SVGIcons/IconArrowSort.js +1 -1
- package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowSortFilled.js +1 -1
- package/components/SVGIcons/IconArrowSync.d.ts +1 -1
- package/components/SVGIcons/IconArrowSync.js +1 -1
- package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowSyncFilled.js +1 -1
- package/components/SVGIcons/IconArrowUp.d.ts +1 -1
- package/components/SVGIcons/IconArrowUp.js +1 -1
- package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpFilled.js +1 -1
- package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpLeft.js +1 -1
- package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -1
- package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpRight.js +1 -1
- package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconArrowUpRightFilled.js +1 -1
- package/components/SVGIcons/IconAttach.d.ts +1 -1
- package/components/SVGIcons/IconAttach.js +1 -1
- package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
- package/components/SVGIcons/IconAttachFilled.js +1 -1
- package/components/SVGIcons/IconBeach.d.ts +1 -1
- package/components/SVGIcons/IconBeach.js +1 -1
- package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
- package/components/SVGIcons/IconBeachFilled.js +1 -1
- package/components/SVGIcons/IconBedDouble.d.ts +4 -0
- package/components/SVGIcons/IconBedDouble.js +5 -0
- package/components/SVGIcons/IconBook.d.ts +1 -1
- package/components/SVGIcons/IconBook.js +1 -1
- package/components/SVGIcons/IconBookFilled.d.ts +1 -1
- package/components/SVGIcons/IconBookFilled.js +1 -1
- package/components/SVGIcons/IconBookmark.d.ts +1 -1
- package/components/SVGIcons/IconBookmark.js +1 -1
- package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
- package/components/SVGIcons/IconBookmarkFilled.js +1 -1
- package/components/SVGIcons/IconBriefcase.d.ts +1 -1
- package/components/SVGIcons/IconBriefcase.js +1 -1
- package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
- package/components/SVGIcons/IconBriefcaseFilled.js +1 -1
- package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
- package/components/SVGIcons/IconBudgetTransfer.js +1 -1
- package/components/SVGIcons/IconBuilding.d.ts +1 -1
- package/components/SVGIcons/IconBuilding.js +1 -1
- package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
- package/components/SVGIcons/IconBuildingBank.js +1 -1
- package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
- package/components/SVGIcons/IconBuildingBankFilled.js +1 -1
- package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
- package/components/SVGIcons/IconBuildingFilled.js +1 -1
- package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
- package/components/SVGIcons/IconBulletListAdd.js +1 -1
- package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconBulletListAddFilled.js +1 -1
- package/components/SVGIcons/IconCalculator.d.ts +1 -1
- package/components/SVGIcons/IconCalculator.js +1 -1
- package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalculatorFilled.js +1 -1
- package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
- package/components/SVGIcons/IconCalendarClock.js +1 -1
- package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarClockFilled.js +1 -1
- package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
- package/components/SVGIcons/IconCalendarDay.js +1 -1
- package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarDayFilled.js +1 -1
- package/components/SVGIcons/IconCalendarDays.d.ts +4 -0
- package/components/SVGIcons/IconCalendarDays.js +11 -0
- package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
- package/components/SVGIcons/IconCalendarEmpty.js +1 -1
- package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
- package/components/SVGIcons/IconCalendarLeft.js +1 -1
- package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarLeftFilled.js +1 -1
- package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
- package/components/SVGIcons/IconCalendarRight.js +1 -1
- package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCalendarRightFilled.js +1 -1
- package/components/SVGIcons/IconCall.d.ts +1 -1
- package/components/SVGIcons/IconCall.js +1 -1
- package/components/SVGIcons/IconCallFilled.d.ts +1 -1
- package/components/SVGIcons/IconCallFilled.js +1 -1
- package/components/SVGIcons/IconCar.d.ts +4 -0
- package/components/SVGIcons/IconCar.js +5 -0
- package/components/SVGIcons/IconCard.d.ts +1 -1
- package/components/SVGIcons/IconCard.js +1 -1
- package/components/SVGIcons/IconCardFilled.d.ts +1 -1
- package/components/SVGIcons/IconCardFilled.js +1 -1
- package/components/SVGIcons/IconCaretDown.d.ts +1 -1
- package/components/SVGIcons/IconCaretDown.js +1 -1
- package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownFilled.js +1 -1
- package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownRight.js +1 -1
- package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretDownRightFilled.js +1 -1
- package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
- package/components/SVGIcons/IconCaretLeft.js +1 -1
- package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretLeftFilled.js +1 -1
- package/components/SVGIcons/IconCaretRight.d.ts +1 -1
- package/components/SVGIcons/IconCaretRight.js +1 -1
- package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretRightFilled.js +1 -1
- package/components/SVGIcons/IconCaretUp.d.ts +1 -1
- package/components/SVGIcons/IconCaretUp.js +1 -1
- package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconCaretUpFilled.js +1 -1
- package/components/SVGIcons/IconChartPerson.d.ts +1 -1
- package/components/SVGIcons/IconChartPerson.js +1 -1
- package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
- package/components/SVGIcons/IconChartPersonFilled.js +1 -1
- package/components/SVGIcons/IconChat.d.ts +1 -1
- package/components/SVGIcons/IconChat.js +1 -1
- package/components/SVGIcons/IconChatFilled.d.ts +1 -1
- package/components/SVGIcons/IconChatFilled.js +1 -1
- package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
- package/components/SVGIcons/IconChatMultiple.js +1 -1
- package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
- package/components/SVGIcons/IconChatMultipleFilled.js +1 -1
- package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconCheckboxArrowRight.js +1 -1
- package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -1
- package/components/SVGIcons/IconCheckmark.d.ts +1 -1
- package/components/SVGIcons/IconCheckmark.js +1 -1
- package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkCircle.js +1 -1
- package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -1
- package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
- package/components/SVGIcons/IconCheckmarkFilled.js +1 -1
- package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
- package/components/SVGIcons/IconChevronDoubleLeft.js +1 -1
- package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
- package/components/SVGIcons/IconChevronDoubleRight.js +1 -1
- package/components/SVGIcons/IconChevronDown.d.ts +1 -1
- package/components/SVGIcons/IconChevronDown.js +1 -1
- package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronDownFilled.js +1 -1
- package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
- package/components/SVGIcons/IconChevronLeft.js +1 -1
- package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronLeftFilled.js +1 -1
- package/components/SVGIcons/IconChevronRight.d.ts +1 -1
- package/components/SVGIcons/IconChevronRight.js +1 -1
- package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronRightFilled.js +1 -1
- package/components/SVGIcons/IconChevronUp.d.ts +1 -1
- package/components/SVGIcons/IconChevronUp.js +1 -1
- package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpDown.js +1 -1
- package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpDownFilled.js +1 -1
- package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
- package/components/SVGIcons/IconChevronUpFilled.js +1 -1
- package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
- package/components/SVGIcons/IconClipboardDay.js +1 -1
- package/components/SVGIcons/IconClock.d.ts +1 -1
- package/components/SVGIcons/IconClock.js +1 -1
- package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
- package/components/SVGIcons/IconClockDismiss.js +1 -1
- package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
- package/components/SVGIcons/IconClockDismissFilled.js +1 -1
- package/components/SVGIcons/IconClockFilled.d.ts +1 -1
- package/components/SVGIcons/IconClockFilled.js +1 -1
- package/components/SVGIcons/IconCode.d.ts +4 -0
- package/components/SVGIcons/IconCode.js +4 -0
- package/components/SVGIcons/IconCoins.d.ts +4 -0
- package/components/SVGIcons/IconCoins.js +5 -0
- package/components/SVGIcons/IconComment.d.ts +1 -1
- package/components/SVGIcons/IconComment.js +1 -1
- package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
- package/components/SVGIcons/IconCommentFilled.js +1 -1
- package/components/SVGIcons/IconContractCard.d.ts +1 -1
- package/components/SVGIcons/IconContractCard.js +1 -1
- package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
- package/components/SVGIcons/IconContractCardFilled.js +1 -1
- package/components/SVGIcons/IconCopy.d.ts +1 -1
- package/components/SVGIcons/IconCopy.js +1 -1
- package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
- package/components/SVGIcons/IconCopyFilled.js +1 -1
- package/components/SVGIcons/IconCubeTree.d.ts +1 -1
- package/components/SVGIcons/IconCubeTree.js +1 -1
- package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
- package/components/SVGIcons/IconCubeTreeFilled.js +1 -1
- package/components/SVGIcons/IconDatabase.d.ts +1 -1
- package/components/SVGIcons/IconDatabase.js +1 -1
- package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
- package/components/SVGIcons/IconDatabaseFilled.js +1 -1
- package/components/SVGIcons/IconDelete.d.ts +1 -1
- package/components/SVGIcons/IconDelete.js +1 -1
- package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
- package/components/SVGIcons/IconDeleteFilled.js +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -1
- package/components/SVGIcons/IconDismiss.d.ts +1 -1
- package/components/SVGIcons/IconDismiss.js +1 -1
- package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
- package/components/SVGIcons/IconDismissCircle.js +1 -1
- package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconDismissCircleFilled.js +1 -1
- package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
- package/components/SVGIcons/IconDismissFilled.js +1 -1
- package/components/SVGIcons/IconDocument.d.ts +1 -1
- package/components/SVGIcons/IconDocument.js +1 -1
- package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
- package/components/SVGIcons/IconDocumentBulletList.js +1 -1
- package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -1
- package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
- package/components/SVGIcons/IconDocumentEdit.js +1 -1
- package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentEditFilled.js +1 -1
- package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
- package/components/SVGIcons/IconDocumentFilled.js +1 -1
- package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
- package/components/SVGIcons/IconDocumentPerson.js +1 -1
- package/components/SVGIcons/IconDownload.d.ts +4 -0
- package/components/SVGIcons/IconDownload.js +4 -0
- package/components/SVGIcons/IconEdit.d.ts +1 -1
- package/components/SVGIcons/IconEdit.js +1 -1
- package/components/SVGIcons/IconEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconEditFilled.js +1 -1
- package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
- package/components/SVGIcons/IconErrorCircle.js +1 -1
- package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconErrorCircleFilled.js +1 -1
- package/components/SVGIcons/IconEur.d.ts +1 -1
- package/components/SVGIcons/IconEur.js +1 -1
- package/components/SVGIcons/IconEurFilled.d.ts +1 -1
- package/components/SVGIcons/IconEurFilled.js +1 -1
- package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpLeft.js +1 -1
- package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -1
- package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpRight.js +1 -1
- package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconExpandUpRightFilled.js +1 -1
- package/components/SVGIcons/IconEyeOff.d.ts +1 -1
- package/components/SVGIcons/IconEyeOff.js +1 -1
- package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconEyeOffFilled.js +1 -1
- package/components/SVGIcons/IconEyeOn.d.ts +1 -1
- package/components/SVGIcons/IconEyeOn.js +1 -1
- package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
- package/components/SVGIcons/IconEyeOnFilled.js +1 -1
- package/components/SVGIcons/IconFacebook.d.ts +1 -1
- package/components/SVGIcons/IconFacebook.js +1 -1
- package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
- package/components/SVGIcons/IconFastAcceleration.js +1 -1
- package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
- package/components/SVGIcons/IconFastAccelerationFilled.js +1 -1
- package/components/SVGIcons/IconFeed.d.ts +1 -1
- package/components/SVGIcons/IconFeed.js +1 -1
- package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
- package/components/SVGIcons/IconFeedFilled.js +1 -1
- package/components/SVGIcons/IconFilter.d.ts +1 -1
- package/components/SVGIcons/IconFilter.js +1 -1
- package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
- package/components/SVGIcons/IconFilterFilled.js +1 -1
- package/components/SVGIcons/IconFlag.d.ts +1 -1
- package/components/SVGIcons/IconFlag.js +1 -1
- package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
- package/components/SVGIcons/IconFlagFilled.js +1 -1
- package/components/SVGIcons/IconFolderLink.d.ts +1 -1
- package/components/SVGIcons/IconFolderLink.js +1 -1
- package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconFolderLinkFilled.js +1 -1
- package/components/SVGIcons/IconFood.d.ts +1 -1
- package/components/SVGIcons/IconFood.js +1 -1
- package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
- package/components/SVGIcons/IconFoodFilled.js +1 -1
- package/components/SVGIcons/IconGb.d.ts +1 -1
- package/components/SVGIcons/IconGb.js +1 -1
- package/components/SVGIcons/IconGlobe.d.ts +1 -1
- package/components/SVGIcons/IconGlobe.js +1 -1
- package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
- package/components/SVGIcons/IconGlobeFilled.js +1 -1
- package/components/SVGIcons/IconGoogle.d.ts +1 -1
- package/components/SVGIcons/IconGoogle.js +1 -1
- package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
- package/components/SVGIcons/IconHandOpenHeart.js +1 -1
- package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
- package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -1
- package/components/SVGIcons/IconHeart.d.ts +1 -1
- package/components/SVGIcons/IconHeart.js +1 -1
- package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
- package/components/SVGIcons/IconHeartFilled.js +1 -1
- package/components/SVGIcons/IconHistory.d.ts +1 -1
- package/components/SVGIcons/IconHistory.js +1 -1
- package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
- package/components/SVGIcons/IconHistoryFilled.js +1 -1
- package/components/SVGIcons/IconHome.d.ts +1 -1
- package/components/SVGIcons/IconHome.js +1 -1
- package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
- package/components/SVGIcons/IconHomeFilled.js +1 -1
- package/components/SVGIcons/IconImage.d.ts +1 -1
- package/components/SVGIcons/IconImage.js +1 -1
- package/components/SVGIcons/IconImageFilled.d.ts +1 -1
- package/components/SVGIcons/IconImageFilled.js +1 -1
- package/components/SVGIcons/IconInfo.d.ts +1 -1
- package/components/SVGIcons/IconInfo.js +1 -1
- package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
- package/components/SVGIcons/IconInfoFilled.js +1 -1
- package/components/SVGIcons/IconInstagram.d.ts +1 -1
- package/components/SVGIcons/IconInstagram.js +1 -1
- package/components/SVGIcons/IconKeyReset.d.ts +1 -1
- package/components/SVGIcons/IconKeyReset.js +1 -1
- package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
- package/components/SVGIcons/IconKeyResetFilled.js +1 -1
- package/components/SVGIcons/IconLayers.d.ts +4 -0
- package/components/SVGIcons/IconLayers.js +4 -0
- package/components/SVGIcons/IconLayoutGrid.d.ts +4 -0
- package/components/SVGIcons/IconLayoutGrid.js +5 -0
- package/components/SVGIcons/IconLayoutList.d.ts +4 -0
- package/components/SVGIcons/IconLayoutList.js +3 -0
- package/components/SVGIcons/IconLibrary.d.ts +1 -1
- package/components/SVGIcons/IconLibrary.js +1 -1
- package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
- package/components/SVGIcons/IconLibraryFilled.js +1 -1
- package/components/SVGIcons/IconLink.d.ts +1 -1
- package/components/SVGIcons/IconLink.js +1 -1
- package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconLinkFilled.js +1 -1
- package/components/SVGIcons/IconLinkedin.d.ts +1 -1
- package/components/SVGIcons/IconLinkedin.js +1 -1
- package/components/SVGIcons/IconList.d.ts +1 -1
- package/components/SVGIcons/IconList.js +1 -1
- package/components/SVGIcons/IconListFilled.d.ts +1 -1
- package/components/SVGIcons/IconListFilled.js +1 -1
- package/components/SVGIcons/IconLocation.d.ts +1 -1
- package/components/SVGIcons/IconLocation.js +1 -1
- package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
- package/components/SVGIcons/IconLocationFilled.js +1 -1
- package/components/SVGIcons/IconLockClosed.d.ts +1 -1
- package/components/SVGIcons/IconLockClosed.js +1 -1
- package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
- package/components/SVGIcons/IconLockClosedFilled.js +1 -1
- package/components/SVGIcons/IconLockOpen.d.ts +1 -1
- package/components/SVGIcons/IconLockOpen.js +1 -1
- package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
- package/components/SVGIcons/IconLockOpenFilled.js +1 -1
- package/components/SVGIcons/IconMail.d.ts +1 -1
- package/components/SVGIcons/IconMail.js +1 -1
- package/components/SVGIcons/IconMailAdd.d.ts +1 -1
- package/components/SVGIcons/IconMailAdd.js +1 -1
- package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailAddFilled.js +1 -1
- package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
- package/components/SVGIcons/IconMailArrowForward.js +1 -1
- package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -1
- package/components/SVGIcons/IconMailFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailFilled.js +1 -1
- package/components/SVGIcons/IconMailLink.d.ts +1 -1
- package/components/SVGIcons/IconMailLink.js +1 -1
- package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
- package/components/SVGIcons/IconMailLinkFilled.js +1 -1
- package/components/SVGIcons/IconMedium.d.ts +1 -1
- package/components/SVGIcons/IconMedium.js +1 -1
- package/components/SVGIcons/IconMoon.d.ts +1 -1
- package/components/SVGIcons/IconMoon.js +1 -1
- package/components/SVGIcons/IconMore.d.ts +1 -1
- package/components/SVGIcons/IconMore.js +1 -1
- package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
- package/components/SVGIcons/IconMoreFilled.js +1 -1
- package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
- package/components/SVGIcons/IconMoreVertical.js +1 -1
- package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
- package/components/SVGIcons/IconMoreVerticalFilled.js +1 -1
- package/components/SVGIcons/IconNavigation.d.ts +1 -1
- package/components/SVGIcons/IconNavigation.js +1 -1
- package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
- package/components/SVGIcons/IconNavigationFilled.js +1 -1
- package/components/SVGIcons/IconNotebook.d.ts +1 -1
- package/components/SVGIcons/IconNotebook.js +1 -1
- package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
- package/components/SVGIcons/IconNotebookAdd.js +1 -1
- package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconNotebookAddFilled.js +1 -1
- package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
- package/components/SVGIcons/IconNotebookFilled.js +1 -1
- package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
- package/components/SVGIcons/IconOnlyEmployee.js +1 -1
- package/components/SVGIcons/IconOpen.d.ts +1 -1
- package/components/SVGIcons/IconOpen.js +1 -1
- package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
- package/components/SVGIcons/IconOpenFilled.js +1 -1
- package/components/SVGIcons/IconPatient.d.ts +1 -1
- package/components/SVGIcons/IconPatient.js +1 -1
- package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
- package/components/SVGIcons/IconPatientFilled.js +1 -1
- package/components/SVGIcons/IconPeople.d.ts +1 -1
- package/components/SVGIcons/IconPeople.js +1 -1
- package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
- package/components/SVGIcons/IconPeopleAdd.js +1 -1
- package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleAddFilled.js +1 -1
- package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleFilled.js +1 -1
- package/components/SVGIcons/IconPeopleList.d.ts +1 -1
- package/components/SVGIcons/IconPeopleList.js +1 -1
- package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleListFilled.js +1 -1
- package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
- package/components/SVGIcons/IconPeopleTeam.js +1 -1
- package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
- package/components/SVGIcons/IconPeopleTeamFilled.js +1 -1
- package/components/SVGIcons/IconPercent.d.ts +1 -1
- package/components/SVGIcons/IconPercent.js +1 -1
- package/components/SVGIcons/IconPerson.d.ts +1 -1
- package/components/SVGIcons/IconPerson.js +1 -1
- package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
- package/components/SVGIcons/IconPersonAccount.js +1 -1
- package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonAccountFilled.js +1 -1
- package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
- package/components/SVGIcons/IconPersonAdd.js +1 -1
- package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonAddFilled.js +1 -1
- package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowLeft.js +1 -1
- package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -1
- package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowRight.js +1 -1
- package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -1
- package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
- package/components/SVGIcons/IconPersonBoard.js +1 -1
- package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonFilled.js +1 -1
- package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
- package/components/SVGIcons/IconPersonMinus.js +1 -1
- package/components/SVGIcons/IconPersonStar.d.ts +1 -1
- package/components/SVGIcons/IconPersonStar.js +1 -1
- package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonStarFilled.js +1 -1
- package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
- package/components/SVGIcons/IconPersonSubtract.js +1 -1
- package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
- package/components/SVGIcons/IconPersonSubtractFilled.js +1 -1
- package/components/SVGIcons/IconPhone.d.ts +1 -1
- package/components/SVGIcons/IconPhone.js +1 -1
- package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
- package/components/SVGIcons/IconPhoneFilled.js +1 -1
- package/components/SVGIcons/IconPlane.d.ts +4 -0
- package/components/SVGIcons/IconPlane.js +1 -0
- package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
- package/components/SVGIcons/IconPlugConnected.js +1 -1
- package/components/SVGIcons/IconPos.d.ts +1 -1
- package/components/SVGIcons/IconPos.js +1 -1
- package/components/SVGIcons/IconPosFilled.d.ts +1 -1
- package/components/SVGIcons/IconPosFilled.js +1 -1
- package/components/SVGIcons/IconProhibited.d.ts +1 -1
- package/components/SVGIcons/IconProhibited.js +1 -1
- package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
- package/components/SVGIcons/IconProhibitedFilled.js +1 -1
- package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
- package/components/SVGIcons/IconProjectProduct.js +1 -1
- package/components/SVGIcons/IconQuestion.d.ts +1 -1
- package/components/SVGIcons/IconQuestion.js +1 -1
- package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
- package/components/SVGIcons/IconQuestionFilled.js +1 -1
- package/components/SVGIcons/IconRedo.d.ts +1 -1
- package/components/SVGIcons/IconRedo.js +1 -1
- package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
- package/components/SVGIcons/IconRedoFilled.js +1 -1
- package/components/SVGIcons/IconRibbon.d.ts +1 -1
- package/components/SVGIcons/IconRibbon.js +1 -1
- package/components/SVGIcons/IconRu.d.ts +1 -1
- package/components/SVGIcons/IconRu.js +1 -1
- package/components/SVGIcons/IconRub.d.ts +1 -1
- package/components/SVGIcons/IconRub.js +1 -1
- package/components/SVGIcons/IconRubFilled.d.ts +1 -1
- package/components/SVGIcons/IconRubFilled.js +1 -1
- package/components/SVGIcons/IconSave.d.ts +1 -1
- package/components/SVGIcons/IconSave.js +1 -1
- package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
- package/components/SVGIcons/IconSaveFilled.js +1 -1
- package/components/SVGIcons/IconSavings.d.ts +1 -1
- package/components/SVGIcons/IconSavings.js +1 -1
- package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
- package/components/SVGIcons/IconSavingsFilled.js +1 -1
- package/components/SVGIcons/IconSearch.d.ts +1 -1
- package/components/SVGIcons/IconSearch.js +1 -1
- package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
- package/components/SVGIcons/IconSearchFilled.js +1 -1
- package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOff.js +1 -1
- package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOffFilled.js +1 -1
- package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOn.js +1 -1
- package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
- package/components/SVGIcons/IconSelectAllOnFilled.js +1 -1
- package/components/SVGIcons/IconSend.d.ts +1 -1
- package/components/SVGIcons/IconSend.js +1 -1
- package/components/SVGIcons/IconSendFilled.d.ts +1 -1
- package/components/SVGIcons/IconSendFilled.js +1 -1
- package/components/SVGIcons/IconSettings.d.ts +1 -1
- package/components/SVGIcons/IconSettings.js +1 -1
- package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
- package/components/SVGIcons/IconSettingsFilled.js +1 -1
- package/components/SVGIcons/IconShare.d.ts +1 -1
- package/components/SVGIcons/IconShare.js +1 -1
- package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
- package/components/SVGIcons/IconShareAndroid.js +1 -1
- package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
- package/components/SVGIcons/IconShareAndroidFilled.js +1 -1
- package/components/SVGIcons/IconShareFilled.d.ts +1 -1
- package/components/SVGIcons/IconShareFilled.js +1 -1
- package/components/SVGIcons/IconSignOut.d.ts +1 -1
- package/components/SVGIcons/IconSignOut.js +1 -1
- package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
- package/components/SVGIcons/IconSignOutFilled.js +1 -1
- package/components/SVGIcons/IconSpinner.d.ts +1 -1
- package/components/SVGIcons/IconSpinner.js +1 -1
- package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
- package/components/SVGIcons/IconSpinnerFilled.js +1 -1
- package/components/SVGIcons/IconStatus.d.ts +1 -1
- package/components/SVGIcons/IconStatus.js +1 -1
- package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
- package/components/SVGIcons/IconStatusFilled.js +1 -1
- package/components/SVGIcons/IconSubtract.d.ts +1 -1
- package/components/SVGIcons/IconSubtract.js +1 -1
- package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
- package/components/SVGIcons/IconSubtractCircle.js +1 -1
- package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
- package/components/SVGIcons/IconSubtractCircleFilled.js +1 -1
- package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
- package/components/SVGIcons/IconSubtractFilled.js +1 -1
- package/components/SVGIcons/IconSun.d.ts +1 -1
- package/components/SVGIcons/IconSun.js +10 -10
- package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
- package/components/SVGIcons/IconTableCellEdit.js +1 -1
- package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
- package/components/SVGIcons/IconTableCellEditFilled.js +1 -1
- package/components/SVGIcons/IconTelegram.d.ts +1 -1
- package/components/SVGIcons/IconTelegram.js +1 -1
- package/components/SVGIcons/IconTimer.d.ts +1 -1
- package/components/SVGIcons/IconTimer.js +1 -1
- package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
- package/components/SVGIcons/IconTimerFilled.js +1 -1
- package/components/SVGIcons/IconTrophy.d.ts +1 -1
- package/components/SVGIcons/IconTrophy.js +1 -1
- package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
- package/components/SVGIcons/IconTrophyFilled.js +1 -1
- package/components/SVGIcons/IconTwitter.d.ts +1 -1
- package/components/SVGIcons/IconTwitter.js +1 -1
- package/components/SVGIcons/IconUndo.d.ts +1 -1
- package/components/SVGIcons/IconUndo.js +1 -1
- package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
- package/components/SVGIcons/IconUndoFilled.js +1 -1
- package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
- package/components/SVGIcons/IconUnitsEmployee.js +1 -1
- package/components/SVGIcons/IconUpload.d.ts +1 -1
- package/components/SVGIcons/IconUpload.js +1 -1
- package/components/SVGIcons/IconUpload2.d.ts +4 -0
- package/components/SVGIcons/IconUpload2.js +4 -0
- package/components/SVGIcons/IconUs.d.ts +1 -1
- package/components/SVGIcons/IconUs.js +1 -1
- package/components/SVGIcons/IconUsd.d.ts +1 -1
- package/components/SVGIcons/IconUsd.js +1 -1
- package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
- package/components/SVGIcons/IconUsdFilled.js +1 -1
- package/components/SVGIcons/IconUserMinus.d.ts +1 -1
- package/components/SVGIcons/IconUserMinus.js +1 -1
- package/components/SVGIcons/IconUsers.d.ts +4 -0
- package/components/SVGIcons/IconUsers.js +4 -0
- package/components/SVGIcons/IconVacation.d.ts +1 -1
- package/components/SVGIcons/IconVacation.js +1 -1
- package/components/SVGIcons/IconVideo.d.ts +1 -1
- package/components/SVGIcons/IconVideo.js +1 -1
- package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
- package/components/SVGIcons/IconVideoFilled.js +1 -1
- package/components/SVGIcons/IconWallet.d.ts +1 -1
- package/components/SVGIcons/IconWallet.js +1 -1
- package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
- package/components/SVGIcons/IconWalletFilled.js +1 -1
- package/components/SVGIcons/IconWarning.d.ts +1 -1
- package/components/SVGIcons/IconWarning.js +1 -1
- package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
- package/components/SVGIcons/IconWarningFilled.js +1 -1
- package/components/SVGIcons/IconYoutube.d.ts +1 -1
- package/components/SVGIcons/IconYoutube.js +1 -1
- package/components/Select/ButtonSelect/ButtonSelect.js +3 -3
- package/components/Select/FilterSelect/FilterDropdown.js +3 -3
- package/components/Select/FilterSelect/FilterSelect.js +4 -4
- package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -0
- package/components/Select/MultiSelect/DesktopWrapper.js +1 -1
- package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -0
- package/components/Select/MultiSelect/MobileWrapper.js +2 -2
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -5
- package/components/Select/MultiSelect/MultiSelect.js +3 -3
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +6 -6
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -7
- package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -0
- package/components/Select/NestedSelect/NestedSelect.js +4 -4
- package/components/Select/ProfileDropdown/index.js +10 -10
- package/components/Select/Select/Select.js +1 -1
- package/components/Select/Select/SelectDesktop/index.js +2 -2
- package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -1
- package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
- package/components/Select/Select/SelectMobile/index.js +5 -5
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
- package/components/Select/SharedComponents/ContentTop.d.ts +2 -1
- package/components/Select/SharedComponents/ContentTop.js +3 -3
- package/components/Select/SharedComponents/Footer.js +6 -6
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
- package/components/Select/helper.d.ts +1 -0
- package/components/Select/helper.js +1 -0
- package/components/Select/types.d.ts +7 -6
- package/components/SideSheet/Footer/Footer.d.ts +2 -1
- package/components/SideSheet/Footer/Footer.js +5 -5
- package/components/SideSheet/SideSheet.js +8 -8
- package/components/SideSheet/types.d.ts +2 -1
- package/components/Skeleton/Skeleton.d.ts +3 -0
- package/components/Skeleton/Skeleton.js +5 -0
- package/components/Skeleton/consts.d.ts +5 -0
- package/components/Skeleton/consts.js +1 -0
- package/components/Skeleton/index.d.ts +2 -0
- package/components/Skeleton/index.js +1 -0
- package/components/Skeleton/types.d.ts +24 -0
- package/components/Skeleton/types.js +0 -0
- package/components/Snackbar/Snackbar.js +1 -1
- package/components/Snackbar/types.d.ts +1 -0
- package/components/Status/Status.js +4 -4
- package/components/Status/types.d.ts +1 -2
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/types.d.ts +3 -2
- package/components/Switcher/Switcher.js +2 -2
- package/components/Switcher/types.d.ts +1 -0
- package/components/Tab/Tab.js +2 -2
- package/components/Tab/TabItem.js +3 -3
- package/components/Tab/types.d.ts +3 -4
- package/components/Table/Header.d.ts +3 -2
- package/components/Table/Header.js +4 -4
- package/components/Table/IndeterminateCheckbox.d.ts +3 -4
- package/components/Table/IndeterminateCheckbox.js +1 -1
- package/components/Table/Row.d.ts +3 -2
- package/components/Table/Row.js +3 -3
- package/components/Table/Table.d.ts +1 -1
- package/components/Table/Table.js +6 -6
- package/components/Table/types.d.ts +2 -1
- package/components/Table/utils.d.ts +1 -1
- package/components/Table/utils.js +3 -3
- package/components/TableV2/AdvancedPagination.d.ts +3 -2
- package/components/TableV2/AdvancedPagination.js +12 -12
- package/components/TableV2/ColumnHeader.d.ts +3 -2
- package/components/TableV2/ColumnHeader.js +6 -6
- package/components/TableV2/IndeterminateCheckbox.d.ts +3 -4
- package/components/TableV2/IndeterminateCheckbox.js +2 -2
- package/components/TableV2/Table.d.ts +1 -1
- package/components/TableV2/Table.js +8 -8
- package/components/TableV2/hooks/useTableControl.d.ts +1 -1
- package/components/TableV2/hooks/useTableControl.js +1 -1
- package/components/TableV2/types.d.ts +3 -2
- package/components/Text/Text.js +2 -2
- package/components/Text/types.d.ts +2 -2
- package/components/Textarea/Textarea.js +3 -3
- package/components/Textarea/types.d.ts +1 -0
- package/components/Tooltip/Tooltip.js +2 -2
- package/components/Tooltip/types.d.ts +1 -0
- package/components/UnderConstruction/UnderConstruction.js +6 -6
- package/components/UnderConstruction/types.d.ts +2 -1
- package/context/types.d.ts +1 -0
- package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
- package/helperComponents/ErrorMessage/ErrorMessage.js +3 -3
- package/helperComponents/ErrorMessage/types.d.ts +1 -1
- package/helperComponents/Label/types.d.ts +1 -1
- package/helperComponents/OptionItem/OptionItem.js +2 -2
- package/helperComponents/OptionItem/types.d.ts +1 -1
- package/package.json +1 -1
- package/type/base.d.ts +14 -0
- package/type/base.js +0 -0
- package/type/index.d.ts +1 -0
- package/type/svg-icons.d.ts +1 -1
- package/utils/helpers.d.ts +1 -1
- package/components/Feedback/Feedback.d.ts +0 -3
- package/components/Feedback/Feedback.js +0 -3
- package/components/Feedback/consts.d.ts +0 -1
- package/components/Feedback/consts.js +0 -1
- package/components/Feedback/index.d.ts +0 -1
- package/components/Feedback/index.js +0 -1
- package/components/Feedback/types.d.ts +0 -5
- /package/components/{Feedback → LineChart}/types.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as
|
|
2
|
-
/* @__PURE__ */
|
|
3
|
-
/* @__PURE__ */
|
|
4
|
-
/* @__PURE__ */
|
|
1
|
+
import{jsx as o,jsxs as c}from"react/jsx-runtime";import{useState as $,useId as b}from"react";import d from"classnames";import"../../consts/index.js";import"../../context/types.js";import{useOnOutsideClick as v}from"../../hooks/useOnOutsideClick.js";import"../../hooks/useScreenSize.js";import{useHideBodyScroll as C}from"../../hooks/useHideBodyScroll.js";import"react-hook-form";import{useAnimation as k}from"../../hooks/useAnimation.js";import{Button as s}from"../Button/Button.js";import{Text as u}from"../Text/Text.js";import{useEscapeKey as R}from"../../hooks/useEscapeKey.js";import{createPortal as S}from"react-dom";const J=({isOpen:e,onClose:t,onSubmit:a,title:n,className:l="",size:i="small",buttonProps:r,dataTestIdPrefix:m,closeOnOutsideClick:p=!0,iconProps:f,subtitle:_})=>{const{animationState:h,shouldRender:x}=k({isOpen:e,enterDuration:400,exitDuration:200}),[j,y]=$(null);return v(j,t,p&&e,b()),C(e),R(t,{enabled:e}),x?S(
|
|
2
|
+
/* @__PURE__ */o("div",{className:d("modal modal--confirmation",`modal--${i}`,`modal--${h}`,l),children:/* @__PURE__ */o("div",{className:d("modal__container","text-center",`modal__container--${h}`),ref:y,children:/* @__PURE__ */c("div",{className:"modal__content",children:[null!=f&&f.Component?/* @__PURE__ */o("div",{className:"modal__icon mb-32",children:/* @__PURE__ */o(f.Component,{size:"xlarge"})}):null,n?/* @__PURE__ */o(u,{weight:"bolder",lineHeight:"large",size:"large",dataTestId:m?`${m}-modal-title`:"",children:n}):null,_?/* @__PURE__ */o(u,{className:"mt-12",children:_}):null,r?/* @__PURE__ */c("div",{className:"modal__footer mt-32",children:[
|
|
3
|
+
/* @__PURE__ */o(s,{type:"secondary",className:"modal__footer__btn mr-16",onClick:t,dataTestId:m?`${m}-modal-cancel-button`:"",...r.cancel||{}}),
|
|
4
|
+
/* @__PURE__ */o(s,{type:"danger",className:"modal__footer__btn",onClick:a,dataTestId:m?`${m}-modal-confirm-button`:"",...r.confirm})]}):null]})})}),document.body):null};export{J as ModalConfirmation};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ReactElement, ReactNode } from 'react';
|
|
1
|
+
import React, { ReactElement, ReactNode } from 'react';
|
|
2
2
|
import { TButtonPropTypes } from '../Button/types';
|
|
3
|
-
import { TTitleSize } from './types';
|
|
3
|
+
import { TModalHeaderIconColor, TTitleSize } from './types';
|
|
4
4
|
type TProps = {
|
|
5
5
|
title?: string;
|
|
6
6
|
subtitle?: string;
|
|
7
|
-
|
|
7
|
+
dataTestIdPrefix?: string;
|
|
8
8
|
closeIcon?: boolean;
|
|
9
9
|
onClose: () => void;
|
|
10
10
|
children?: ReactNode;
|
|
@@ -17,6 +17,9 @@ type TProps = {
|
|
|
17
17
|
};
|
|
18
18
|
onSubmit?: () => void;
|
|
19
19
|
titleSize?: TTitleSize;
|
|
20
|
+
headerIcon?: React.ReactNode;
|
|
21
|
+
headerIconColor?: TModalHeaderIconColor;
|
|
22
|
+
headerStatus?: React.ReactNode;
|
|
20
23
|
};
|
|
21
|
-
export declare const ModalContent: ({ title, subtitle,
|
|
24
|
+
export declare const ModalContent: ({ title, subtitle, dataTestIdPrefix, closeIcon, onClose, children, withFooter, confirmBtnTooltipText, buttonProps, onSubmit, headerIcon, headerIconColor, headerStatus, titleSize }: TProps) => ReactElement;
|
|
22
25
|
export {};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import{jsxs as
|
|
2
|
-
/* @__PURE__ */
|
|
3
|
-
/* @__PURE__ */
|
|
4
|
-
/* @__PURE__ */
|
|
5
|
-
/* @__PURE__ */
|
|
1
|
+
import{jsxs as a,Fragment as b,jsx as o}from"react/jsx-runtime";import g from"classnames";import y from"../SVGIcons/IconDismiss.js";import{Positions as $}from"../Tooltip/types.js";import{Button as e}from"../Button/Button.js";import{Text as h}from"../Text/Text.js";import{Tooltip as f}from"../Tooltip/Tooltip.js";import{noop as C}from"../../utils/helpers.js";const M=({title:t,subtitle:l,dataTestIdPrefix:s,closeIcon:i,onClose:r,children:n,withFooter:d=!0,confirmBtnTooltipText:m,buttonProps:c,onSubmit:_,headerIcon:p,headerIconColor:u="brand",headerStatus:T,titleSize:N="large"})=>/* @__PURE__ */a(b,{children:[t?/* @__PURE__ */a("div",{className:"modal__header",children:[
|
|
2
|
+
/* @__PURE__ */a("div",{className:"modal__header-content",children:[p?/* @__PURE__ */o("div",{className:g("modal__header-icon",`modal__header-icon--${u}`),children:p}):null,
|
|
3
|
+
/* @__PURE__ */a("div",{className:"modal__header-text",children:[
|
|
4
|
+
/* @__PURE__ */a("div",{className:"modal__header-title-row",children:[
|
|
5
|
+
/* @__PURE__ */o(h,{className:"modal__header-title",lineHeight:"large",size:N,weight:"bolder",dataTestId:s?`${s}-modal-title`:"",children:t}),T?/* @__PURE__ */o("div",{className:"modal__header-status",children:T}):null]}),l?/* @__PURE__ */o(h,{className:"mt-12",dataTestId:s?`${s}-modal-title`:"",children:l}):null]})]}),i?/* @__PURE__ */o(e,{className:"modal__close ml-16",dataTestId:s?`${s}-modal-close-button`:"",iconProps:{Component:y},onClick:r,type:"tertiary",size:"medium"===N?"small":"large"}):null]}):null,
|
|
6
|
+
/* @__PURE__ */o("div",{className:"modal__content scrollbar scrollbar--vertical",children:n}),d&&c?/* @__PURE__ */a("div",{className:"modal__footer",children:[c.cancel&&/* @__PURE__ */o(e,{type:"tertiary",className:"modal__footer__btn mr-16",onClick:r,dataTestId:s?`${s}-modal-cancel-button`:"",...c.cancel||{}}),m?/* @__PURE__ */o(f,{text:m,id:"confirm-btn-tooltip",position:$.TOP_CENTER}):null,
|
|
7
|
+
/* @__PURE__ */o(e,{id:"confirm-btn-tooltip",className:"modal__footer__btn",type:"primary",onClick:_||C,dataTestId:s?`${s}-modal-confirm-button`:"",...c.confirm})]}):null]});export{M as ModalContent};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { TButtonPropTypes } from '../Button/types';
|
|
3
3
|
export type TTitleSize = 'medium' | 'large';
|
|
4
|
+
export type TModalHeaderIconColor = 'brand' | 'green' | 'blue' | 'red' | 'purple' | 'yellow';
|
|
4
5
|
export interface TModalPropTypes {
|
|
5
|
-
|
|
6
|
+
dataTestIdPrefix?: string;
|
|
6
7
|
closeOnOutsideClick?: boolean;
|
|
7
8
|
isOpen: boolean;
|
|
8
9
|
onClose: () => void;
|
|
@@ -21,9 +22,11 @@ export interface TModalPropTypes {
|
|
|
21
22
|
className?: string;
|
|
22
23
|
confirmBtnTooltipText?: string;
|
|
23
24
|
isMobileFullScreen?: boolean;
|
|
25
|
+
headerIcon?: ReactNode;
|
|
26
|
+
headerStatus?: ReactNode;
|
|
24
27
|
}
|
|
25
28
|
export interface TModalConfirmationPropTypes {
|
|
26
|
-
|
|
29
|
+
dataTestIdPrefix?: string;
|
|
27
30
|
closeOnOutsideClick?: boolean;
|
|
28
31
|
isOpen: boolean;
|
|
29
32
|
onClose: () => void;
|
package/components/More/More.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{jsxs as c,jsx as m}from"react/jsx-runtime";import{useState as
|
|
2
|
-
return c(
|
|
3
|
-
/* @__PURE__ */,m(f,{className:"more__btn ml-4",type:"link",buttonText:
|
|
1
|
+
import{jsxs as c,jsx as m}from"react/jsx-runtime";import{useState as i}from"react";import{Text as T}from"../Text/Text.js";import{Button as f}from"../Button/Button.js";const g=t=>{const{textProps:e={},expandedText:o,collapsedText:a,buttonText:s={expand:"Ավելին",collapse:"Փակել"},dataTestId:r=""}=t,[n,p]=i(!1);/* @__PURE__ */
|
|
2
|
+
return c(T,{...e,className:"more",dataTestId:r,children:[`${n?o:a}`
|
|
3
|
+
/* @__PURE__ */,m(f,{className:"more__btn ml-4",type:"link",buttonText:n?s.collapse:s.expand,dataTestId:r?`${r}-action`:"",onClick:n?t=>{t.stopPropagation(),p(!1)}:t=>{t.stopPropagation(),p(!0)}})]})};export{g as More};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import{jsxs as a,jsx as t}from"react/jsx-runtime";import{forwardRef as P,useState as M,useRef as W,useId as G,useMemo as H}from"react";import b from"classnames";import{Text as d}from"../Text/Text.js";import{Avatar as T}from"../Avatar/Avatar.js";import"../../consts/index.js";import"../../context/types.js";import{useOnOutsideClick as J}from"../../hooks/useOnOutsideClick.js";import"../../hooks/useScreenSize.js";import"react-hook-form";import"react-dom";import{BadgeV2 as K}from"../BadgeV2/BadgeV2.js";import U from"../SVGIcons/IconDismiss.js";import{Label as X}from"../../helperComponents/Label/Label.js";import{ErrorMessage as Y}from"../../helperComponents/ErrorMessage/ErrorMessage.js";const Z=P((e,s)=>{const{options:i,selectedItems:l,value:r,onAdd:o,onRemove:m,setFieldValue:n,name:c,placeholder:u,hasError:p,label:h,labelAddons:v,required:g,disabled:_,error:f,helperText:x,className:y="",dataTestId:w="",size:N="medium",dropdownWidth:j,translations:z,dataTestIdPrefix:C}=e,[I,$]=M(""),[L,k]=M(!1),V=W(null),A=G(),S=C||w,E=void 0!==p?p:!!f,O=H(()=>r||l||[],[r,l]);J(V.current,()=>{k(!1),$("")},L,A);const B=i.filter(e=>{var t;return!O.find(t=>t.id===e.id)&&(e.name.toLowerCase().includes(I.toLowerCase())||(null==(t=e.meta)?void 0:t.toLowerCase().includes(I.toLowerCase())))});/* @__PURE__ */
|
|
2
|
+
return a("div",{className:b("multi-select-v2",`multi-select-v2--${N}`,y,{"multi-select-v2--invalid":E,"multi-select-v2--disabled":_}),children:[
|
|
3
|
+
/* @__PURE__ */t(X,{text:h,required:g,disabled:_,labelAddons:v,dataTestId:w}),
|
|
4
|
+
/* @__PURE__ */a("div",{ref:V,className:b("multi-select-v2__inner","flexbox","align-items--center","gap-8"),"data-test-id":w,children:[O.map(e=>/* @__PURE__ */a("div",{className:b("multi-select-v2__chip",{"multi-select-v2__chip--highlighted":e.highlighted}),children:[
|
|
5
|
+
/* @__PURE__ */t(T,{initials:e.initials,size:"xsmall"}),
|
|
6
|
+
/* @__PURE__ */t(d,{size:"small",type:e.highlighted?"selected":void 0,className:"multi-select-v2__chip-name",children:e.name}),e.badge?/* @__PURE__ */t(K,{text:e.badge,size:"small",type:"gray",style:"light",className:"multi-select-v2__chip-badge",dataTestId:S?`${S}-badge-${e.id}`:void 0}):null,
|
|
7
|
+
/* @__PURE__ */t("button",{type:"button",className:"multi-select-v2__chip-remove",disabled:_,"data-test-id":S?`${S}-chip-remove-${e.id}`:void 0,onClick:()=>(e=>{if(_)return;const t=O.filter(t=>t.id!==e);c&&n&&n(c,t),null==m||m(e)})(e.id),children:/* @__PURE__ */t(U,{size:"xxsmall",type:"tertiary"})})]},e.id)),
|
|
8
|
+
/* @__PURE__ */t("div",{className:"multi-select-v2__search-wrap",children:/* @__PURE__ */t("input",{ref:s,className:"multi-select-v2__search",disabled:_,"data-test-id":S?`${S}-search`:void 0,value:I,placeholder:u,onChange:e=>{$(e.target.value),k(!0)},onFocus:()=>k(!0)})}),L&&!_?/* @__PURE__ */t("div",{className:"multi-select-v2__dropdown",style:j?{width:j,right:"auto"}:void 0,children:B.length>0?B.map(e=>/* @__PURE__ */a("button",{type:"button",className:"multi-select-v2__dropdown-item","data-test-id":S?`${S}-dropdown-item-${e.id}`:void 0,onClick:()=>(e=>{if(_)return;const t=[...O,e];c&&n&&n(c,t),null==o||o(e),$(""),k(!1)})(e),children:[
|
|
9
|
+
/* @__PURE__ */t(T,{initials:e.initials,size:"xsmall"}),
|
|
10
|
+
/* @__PURE__ */a("div",{className:"multi-select-v2__dropdown-info",children:[
|
|
11
|
+
/* @__PURE__ */t(d,{size:"small",weight:"semibold",children:e.name}),e.meta?/* @__PURE__ */t(d,{size:"xsmall",type:"tertiary",children:e.meta}):null]})]},e.id)):/* @__PURE__ */t(d,{size:"small",type:"tertiary",className:"multi-select-v2__dropdown-empty",dataTestId:S?`${S}-dropdown-empty`:void 0,children:null==z?void 0:z.emptyListMainMessage})}):null]}),f||x?/* @__PURE__ */a("div",{className:"multi-select-v2__message mt-8",children:[E&&f?/* @__PURE__ */t(Y,{message:f,icon:"infoFilled",dataTestId:w}):null,!x||E&&f?null:/* @__PURE__ */t(d,{size:"small",type:_?"disabled":"secondary",children:x})]}):null]})});Z.displayName="MultiSelectV2";export{Z as MultiSelectV2};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MultiSelectV2';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{MultiSelectV2 as l}from"./MultiSelectV2.js";export{l as MultiSelectV2};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { IFormCompProps } from '../../type';
|
|
3
|
+
export type TMultiSelectOption = {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
initials: string;
|
|
7
|
+
meta?: string;
|
|
8
|
+
badge?: string;
|
|
9
|
+
highlighted?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export type TMultiSelectV2Translations = {
|
|
12
|
+
emptyListMainMessage?: string;
|
|
13
|
+
};
|
|
14
|
+
export interface TMultiSelectV2PropTypes extends IFormCompProps {
|
|
15
|
+
options: TMultiSelectOption[];
|
|
16
|
+
selectedItems?: TMultiSelectOption[];
|
|
17
|
+
onAdd?: (item: TMultiSelectOption) => void;
|
|
18
|
+
onRemove?: (id: string) => void;
|
|
19
|
+
className?: string;
|
|
20
|
+
label?: string | ReactElement;
|
|
21
|
+
labelAddons?: ReactElement;
|
|
22
|
+
required?: boolean;
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
error?: string | ReactElement;
|
|
25
|
+
helperText?: string;
|
|
26
|
+
size?: 'small' | 'medium' | 'large';
|
|
27
|
+
dropdownWidth?: number;
|
|
28
|
+
translations?: TMultiSelectV2Translations;
|
|
29
|
+
dataTestIdPrefix?: string;
|
|
30
|
+
}
|
|
File without changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as
|
|
2
|
-
return
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import I from"react-paginate";import{ICON_SIZE_MAPPING as n,PAGE_RANGE_DISPLAYED as f}from"./consts.js";import P from"classnames";import h from"../SVGIcons/IconChevronRight.js";import _ from"../SVGIcons/IconChevronLeft.js";import v from"../SVGIcons/IconMore.js";const A=a=>{const{totalCount:e,handleChangePage:s,classname:i="",size:o="large",pageSize:r,disableInitialCallback:l=!1,page:m,dataTestId:p="",breakLabel:c=/* @__PURE__ */t(v,{size:n[o],dataTestId:p?`${p}-more`:""}),labels:g={previous:/* @__PURE__ */t(_,{size:n[o],dataTestId:p?`${p}-prev`:""}),next:/* @__PURE__ */t(h,{size:n[o],dataTestId:p?`${p}-next`:""})}}=a;/* @__PURE__ */
|
|
2
|
+
return t("div",{className:"pagination-wrapper flexbox","data-test-id":p,children:/* @__PURE__ */t(I,{pageCount:Math.ceil(e/r),disableInitialCallback:l,pageRangeDisplayed:f,marginPagesDisplayed:1,onPageChange:({selected:a})=>{s(a+1)},containerClassName:P(`pagination pagination--${o}`,i),activeClassName:"active",previousLabel:null==g?void 0:g.previous,nextLabel:null==g?void 0:g.next,breakClassName:"pagination__more",breakLinkClassName:"pagination__more__link",breakLabel:c,...m?{forcePage:m-1}:{}})})};export{A as Pagination};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as u,Fragment as k,jsx as t}from"react/jsx-runtime";import{useState as h,useId as g}from"react";import{useGetTooltipStyles as x}from"../../hooks/useGetTooltipStyles.js";import{useHideOnScroll as y}from"../../hooks/useHideOnScroll.js";import"../../context/types.js";import{useOnOutsideClick as
|
|
1
|
+
import{jsxs as u,Fragment as k,jsx as t}from"react/jsx-runtime";import{useState as h,useId as g}from"react";import{useGetTooltipStyles as x}from"../../hooks/useGetTooltipStyles.js";import{useHideOnScroll as y}from"../../hooks/useHideOnScroll.js";import"../../context/types.js";import{useOnOutsideClick as T}from"../../hooks/useOnOutsideClick.js";import"../../hooks/useScreenSize.js";import"react-hook-form";import I from"classnames";import{Link as L}from"../Link/Link.js";import{Text as N}from"../Text/Text.js";const A=e=>{const{dataTestId:o,text:s,linkAddons:r,className:i="",position:a="top-left",children:l,hideMessage:n,parent:p,clicked:m=!1}=e,[d,c]=h(null),{tooltipPosition:f,tooltipStyles:v}=x({elemRef:p,tooltipRef:d,initialPosition:a});return y(n,p),T(d,n,m,g()),/* @__PURE__ */u(k,{children:[m&&/* @__PURE__ */t("div",{"data-test-id":o?`${o}-popover-content`:"",className:I(`popover popover--${f}`,i),ref:c,style:v,children:/* @__PURE__ */t("div",{className:"popover__inner scrollbar scrollbar--vertical pr-8",children:r?/* @__PURE__ */t(L,{dataTestId:r.dataTestId,url:r.url,beforeLink:r.beforeLink,afterLink:r.afterLink,target:r.target,className:"popover__link",children:s}):/* @__PURE__ */t(N,{dataTestId:o?`${o}-popover-text`:"",type:"primary",weight:"regular",lineHeight:"medium",size:"small",as:"div",children:s})})}),l]})};export{A as PopoverDesktop};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{jsxs as p,Fragment as l,jsx as
|
|
1
|
+
import{jsxs as p,Fragment as l,jsx as t}from"react/jsx-runtime";import{Modal as s}from"../Modal/Modal.js";import"react";import"classnames";import"../../consts/index.js";import"../../context/types.js";import"../../hooks/useScreenSize.js";import"react-hook-form";import{Text as c}from"../Text/Text.js";import"react-dom";import{Link as f}from"../Link/Link.js";const j=e=>{const{dataTestId:r,text:o,linkAddons:i,mobileTitle:a,hideMessage:n,clicked:m=!1,children:d}=e;/* @__PURE__ */
|
|
2
2
|
return p(l,{children:[
|
|
3
|
-
/* @__PURE__ */
|
|
3
|
+
/* @__PURE__ */t(s,{closeIcon:!0,title:a,onClose:n,isOpen:m,children:m&&/* @__PURE__ */t(l,{children:i?/* @__PURE__ */t(f,{dataTestId:i.dataTestId,url:i.url,beforeLink:i.beforeLink,afterLink:i.afterLink,target:i.target,className:"popover__link",children:o}):/* @__PURE__ */t(c,{dataTestId:r?`${r}-popover-text`:"",type:"primary",weight:"regular",lineHeight:"medium",size:"small",children:o})})}),d]})};export{j as PopoverMobile};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as
|
|
2
|
-
return
|
|
3
|
-
/* @__PURE__ */
|
|
4
|
-
/* @__PURE__ */
|
|
1
|
+
import{jsxs as $,jsx as r}from"react/jsx-runtime";var m=/* @__PURE__ */(r=>(r[r.small=29]="small",r[r.large=45]="large",r))(m||{});const f=e=>{const{percent:s,stepCount:a,currentStep:t,type:l="linear",size:c="large",noText:i=!1,dimension:o,className:n="",loop:p=!1,dataTestId:d=""}=e,g=o||m[c],h=g-5,x=a&&t?t/a*100:s,b=2*h*3.14+"px";/* @__PURE__ */
|
|
2
|
+
return $("div",{"data-test-id":d,className:`progress-bar progress-bar--${l} progress-bar--${c} ${n}${p?" progress-bar--loop":""}`,style:"circle"==l?{width:2*g,height:2*g}:{},children:["circle"==l?/* @__PURE__ */$("svg",{children:[
|
|
3
|
+
/* @__PURE__ */r("circle",{cx:g,cy:g,r:h}),
|
|
4
|
+
/* @__PURE__ */r("circle",{cx:g,cy:g,r:h,style:{strokeDasharray:b,strokeDashoffset:`calc(${b} - (${b} * ${x}) / 100)`}})]}):/* @__PURE__ */r("div",{className:"progress-bar__inner",children:/* @__PURE__ */r("div",{className:"progress-bar__filled",style:{width:`${x}%`}})}),i?null:/* @__PURE__ */r("span",{className:"progress-bar__percent","data-test-id":d?`${d}-text`:"",children:a?`${t}/${a}`:`${s}%`})]})};export{f as Progress};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as
|
|
2
|
-
return
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import m from"classnames";import{Step as S}from"./Step.js";const $=e=>{const{steps:t,stepType:s,activeStep:p,setActiveStep:r,stepSize:a="large",stepDirection:i="horizontal",dataTestId:n=""}=e,c=100/t.length+"%";/* @__PURE__ */
|
|
2
|
+
return o("div",{className:m("progress-stepper",`progress-stepper--${i}`),"data-test-id":n,children:t.map((e,t)=>/* @__PURE__ */o(S,{width:"horizontal"==i?c:"100%",step:e,index:t+1,activeStep:p,onStepClick:r,stepType:s,stepSize:a,dataTestId:n?`${n}-item-${t}`:""},e.value))})};export{$ as ProgressStep};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import{jsx as
|
|
2
|
-
return
|
|
3
|
-
return
|
|
4
|
-
return
|
|
5
|
-
return
|
|
6
|
-
/* @__PURE__ */
|
|
7
|
-
/* @__PURE__ */
|
|
8
|
-
/* @__PURE__ */
|
|
9
|
-
/* @__PURE__ */
|
|
1
|
+
import{jsx as t,jsxs as v}from"react/jsx-runtime";import T from"classnames";import{useMemo as h}from"react";import{Text as n}from"../Text/Text.js";import{StepTypes as x}from"./types.js";import{PROGRESS_STATUSES as o}from"./consts.js";import $ from"../SVGIcons/IconDismissCircle.js";import w from"../SVGIcons/IconCheckmarkCircle.js";const M=e=>{const{width:s,step:a,stepSize:r="large",index:i,activeStep:l,stepType:c,onStepClick:m,dataTestId:d=""}=e,{label:p,subText:u,value:f,status:S}=a,g=l===f,_=S===o.completed,b=S===o.rejected,j=S===o.reviewed,I=h(()=>g&&!b?"brand":_||b?"inverse":"tertiary",[_,b,g]),y=h(()=>{if(c===x.number)/* @__PURE__ */
|
|
2
|
+
return t(n,{type:I,size:"large"==r?"medium":"small",weight:"large"==r?"semibold":"regular",dataTestId:d?`${d}-number`:"",children:`${i}`});if(c===x.dot){if(g)/* @__PURE__ */
|
|
3
|
+
return t("span",{className:T("step__circle__dot")});if(_){const e="large"==r?"small":"xsmall";/* @__PURE__ */
|
|
4
|
+
return t(b?$:w,{size:e,type:"inverse",dataTestId:d?`${d}-icon`:""})}}return null},[i,c,r,_,g,b,I,d]);/* @__PURE__ */
|
|
5
|
+
return v("div",{className:T("step",`step--${r}`,{active:g,completed:_&&!g,rejected:b,review:j}),style:{width:s},onClick:()=>{m&&m(f)},"data-test-id":d,children:[
|
|
6
|
+
/* @__PURE__ */t("div",{className:"step__top",children:/* @__PURE__ */t("div",{className:"step__circle",children:y})}),
|
|
7
|
+
/* @__PURE__ */v("div",{className:"step__label",children:[
|
|
8
|
+
/* @__PURE__ */t(n,{size:"large"==r?"standard":"small",weight:"semibold",lineHeight:"large",className:"text-truncate",dataTestId:d?`${d}-label`:"",children:p}),
|
|
9
|
+
/* @__PURE__ */t(n,{size:"large"==r?"small":"xsmall",className:"text-truncate",dataTestId:d?`${d}-subtext`:"",children:u})]})]})};export{M as Step};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IBaseProps } from '../../type';
|
|
1
2
|
import { PROGRESS_STATUSES } from './consts';
|
|
2
3
|
export type TStepValue = number | string;
|
|
3
4
|
export interface TStep {
|
|
@@ -8,7 +9,7 @@ export interface TStep {
|
|
|
8
9
|
}
|
|
9
10
|
export type TStepType = 'number' | 'dot';
|
|
10
11
|
export type TSteps = TStep[];
|
|
11
|
-
export type TProgressStepProps = {
|
|
12
|
+
export type TProgressStepProps = IBaseProps & {
|
|
12
13
|
steps: TSteps;
|
|
13
14
|
stepType: TStepType;
|
|
14
15
|
stepDirection: 'horizontal' | 'vertical';
|
|
@@ -16,7 +17,7 @@ export type TProgressStepProps = {
|
|
|
16
17
|
activeStep: TStepValue;
|
|
17
18
|
setActiveStep: (v: TStepValue) => void;
|
|
18
19
|
};
|
|
19
|
-
export type TStepProps = {
|
|
20
|
+
export type TStepProps = IBaseProps & {
|
|
20
21
|
width: string;
|
|
21
22
|
step: TStep;
|
|
22
23
|
stepSize?: 'large' | 'small';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as
|
|
2
|
-
return
|
|
3
|
-
/* @__PURE__ */l("input",{"data-id":h,type:"radio",tabIndex:0,onChange:()=>{
|
|
4
|
-
/* @__PURE__ */l(m,{type:
|
|
1
|
+
import{jsxs as c,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:s,label:r,helperText:o,disabled:t,setFieldValue:d,isSelected:i,value:n,className:p="",onClick:b,dataTestId:h="",iconProps:y}=e,u=!!n||!!i,_=y||/* @__PURE__ */l("span",{className:"controller__icon"});/* @__PURE__ */
|
|
2
|
+
return c("label",{className:x("controller","controller--radio",p,{"controller--disabled":t}),children:[
|
|
3
|
+
/* @__PURE__ */l("input",{"data-test-id":h,type:"radio",tabIndex:0,onChange:()=>{s&&d&&d(s,!u,{shouldValidate:!u}),b&&b(!u)},checked:i,disabled:t}),_,r?/* @__PURE__ */c("div",{className:"controller__right",children:[
|
|
4
|
+
/* @__PURE__ */l(m,{type:t?"disabled":"primary",className:"controller__label",children:r}),o?/* @__PURE__ */l(m,{size:"small",type:t?"disabled":"secondary",children:o}):null]}):null]})});y.displayName="Radio";export{y as Radio};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
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
2
|
return b("div",{className:_("radio-group",{"radio-group--horizontal":r,"radio-group--vertical":!r},u),children:[
|
|
3
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),
|
|
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),dataTestId:a.dataTestId},a.value))})]})});R.displayName="RadioGroup";export{R as RadioGroup};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IBaseProps, IFormCompProps } from '../../type';
|
|
1
2
|
import { ReactElement } from 'react';
|
|
2
3
|
export interface TRadioProps extends IFormCompProps {
|
|
3
4
|
showRadioIcon?: boolean;
|
|
@@ -9,17 +10,16 @@ export interface TRadioProps extends IFormCompProps {
|
|
|
9
10
|
isSelected?: boolean;
|
|
10
11
|
onClick?: (isChecked: boolean) => void;
|
|
11
12
|
}
|
|
12
|
-
export type TRadioOptionItem = {
|
|
13
|
+
export type TRadioOptionItem = IBaseProps & {
|
|
13
14
|
value: number | string;
|
|
14
15
|
label: string;
|
|
15
16
|
helperText?: string | ReactElement;
|
|
16
|
-
dataId?: string;
|
|
17
17
|
};
|
|
18
18
|
export interface TRadioGroupProps extends IFormCompProps {
|
|
19
19
|
label?: string | ReactElement;
|
|
20
20
|
className?: string;
|
|
21
21
|
isHorizontal?: boolean;
|
|
22
|
-
selected
|
|
22
|
+
selected?: number | string;
|
|
23
23
|
options: TRadioOptionItem[];
|
|
24
24
|
handleChange?: (selected: number | string) => void;
|
|
25
25
|
required?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAdd: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAdd: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAdd;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import L from"classnames";const v=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataTestId:c})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-test-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */t("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"})});export{v as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAddCircle: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAddCircle: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAddCircle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as C}from"react/jsx-runtime";import g from"classnames";const
|
|
1
|
+
import{jsx as C}from"react/jsx-runtime";import g from"classnames";const d=({size:e,type:s,className:i="",onClick:a,refHandler:t,id:d,dataTestId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:d,"data-test-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"})})});export{d as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAddCircleFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAddCircleFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAddCircleFilled;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as i}from"react/jsx-runtime";import d from"classnames";const
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import d from"classnames";const g=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataTestId:l})=>/* @__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:t,ref:n,id:o,"data-test-id":l?`${l}-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"})})});export{g as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAddFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAddFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAddFilled;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as L}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as L}from"react/jsx-runtime";import l from"classnames";const g=({size:s,type:e,className:i="",onClick:t,refHandler:a,id:o,dataTestId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:o,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("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"})});export{g as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAirplaneTakeOff: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAirplaneTakeOff: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAirplaneTakeOff;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as i}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import t from"classnames";const f=({size:C,type:s,className:e="",onClick:L,refHandler:a,id:o,dataTestId:n})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("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:o,"data-test-id":n?`${n}-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"})});export{f as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAirplaneTakeOffFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAirplaneTakeOffFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAirplaneTakeOffFilled;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as n}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as n}from"react/jsx-runtime";import t from"classnames";const a=({size:s,type:C,className:e="",onClick:a,refHandler:i,id:o,dataTestId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:i,id:o,"data-test-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M12.3937 5.92516L10.5225 4.41035C10.1945 4.14486 9.78533 4 9.36338 4C7.956 4 7.06844 5.51429 7.75609 6.74223L8.13761 7.42352L11.6014 6.7019C11.6567 6.69037 11.7711 6.64122 11.8952 6.49173C12.0355 6.32272 12.2028 6.1297 12.3937 5.92516ZM3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20ZM21.547 6.82934C20.6017 5.74617 18.9302 4.33032 16.6924 4.50263C15.7632 4.57418 14.9221 5.0518 14.2634 5.55966C13.5935 6.07622 13.0355 6.68399 12.6647 7.13069C12.4221 7.42283 12.1192 7.61572 11.8053 7.68112L7.14191 8.65266L6.17598 6.8818C5.87962 6.33847 5.31015 6.00041 4.69125 6.00041C3.7572 6.00041 3 6.75761 3 7.69166V11.3815C3 12.822 4.31234 13.906 5.72694 13.6339L9.02764 12.999L8.51953 14.2331C7.97639 15.5522 8.94626 17.0004 10.3728 17.0004C11.0037 17.0004 11.5978 16.7034 11.9763 16.1987L15.212 11.8842L20.5827 10.0324C21.2312 9.80882 21.7201 9.31405 21.9247 8.71216C22.1337 8.09735 22.0357 7.38933 21.547 6.82934Z"})});export{a as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAlert: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAlert: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAlert;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import t from"classnames";const l=({size:s,type:i,className:a="",onClick:l,refHandler:n,id:o,dataTestId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:l,ref:n,id:o,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M11.9999 1.99609C16.0498 1.99609 19.3565 5.19084 19.4957 9.24515L19.4999 9.49609V13.5931L20.8799 16.7491C20.9489 16.907 20.9846 17.0775 20.9846 17.2499C20.9846 17.9402 20.4249 18.4999 19.7346 18.4999L14.9999 18.5014C14.9999 20.1582 13.6567 21.5014 11.9999 21.5014C10.4022 21.5014 9.09621 20.2524 9.00496 18.6776L8.99941 18.4991L4.27473 18.4999C4.10339 18.4999 3.93388 18.4646 3.77673 18.3964C3.14353 18.1213 2.85318 17.3851 3.12822 16.7519L4.49987 13.594V9.49599C4.50046 5.3412 7.85195 1.99609 11.9999 1.99609ZM13.4994 18.4991L10.4999 18.5014C10.4999 19.3298 11.1714 20.0014 11.9999 20.0014C12.7796 20.0014 13.4203 19.4065 13.493 18.6458L13.4994 18.4991ZM11.9999 3.49609C8.67971 3.49609 6.00034 6.17035 5.99987 9.49609V13.9057L4.65589 16.9999H19.3524L17.9999 13.9067L18 9.50895L17.9962 9.28375C17.8852 6.05027 15.2414 3.49609 11.9999 3.49609Z"})})});export{l as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAlertBadge: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAlertBadge: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAlertBadge;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as C}from"react/jsx-runtime";import g from"classnames";const
|
|
1
|
+
import{jsx as C}from"react/jsx-runtime";import g from"classnames";const l=({size:e,type:s,className:i="",onClick:a,refHandler:t,id:l,dataTestId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:l,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M11.9876 1.99609C13.4351 1.99609 14.7878 2.40297 15.9353 3.11058C15.5934 3.47585 15.329 3.91431 15.1682 4.39985C14.2457 3.82617 13.1554 3.49569 11.9876 3.49569C8.66297 3.49569 5.97997 6.16922 5.97949 9.49407V13.9025L4.63369 16.9958H19.3502L17.9958 13.9035L17.9959 9.50692L17.9921 9.28178C17.9884 9.17344 17.9818 9.06586 17.9725 8.95912C18.1435 8.98472 18.3185 8.99798 18.4966 8.99798C18.8347 8.99798 19.1616 8.95018 19.4709 8.86099C19.4816 8.98748 19.4892 9.1149 19.4936 9.24319L19.4978 9.49407V13.5899L20.8797 16.7451C20.9489 16.903 20.9846 17.0734 20.9846 17.2457C20.9846 17.9359 20.4241 18.4954 19.7329 18.4954L14.9917 18.4969C14.9917 20.1533 13.6467 21.4961 11.9876 21.4961C10.3878 21.4961 9.08004 20.2475 8.98867 18.6731L8.98312 18.4946L4.25202 18.4954C4.08044 18.4954 3.9107 18.4602 3.75334 18.392C3.11928 18.117 2.82853 17.3809 3.10394 16.7479L4.47746 13.5909V9.49396C4.47805 5.34029 7.8341 1.99609 11.9876 1.99609ZM13.4892 18.4946L10.4856 18.4969C10.4856 19.3251 11.1581 19.9965 11.9876 19.9965C12.7684 19.9965 13.41 19.4018 13.4828 18.6413L13.4892 18.4946ZM16.033 5.05266C16.1282 4.52552 16.3889 4.05584 16.7595 3.6992C17.2097 3.26601 17.822 2.99961 18.4966 2.99961C19.8792 2.99961 21 4.11859 21 5.49893C21 6.59182 20.2974 7.52087 19.3185 7.86042C19.0611 7.94973 18.7845 7.99826 18.4966 7.99826C18.2482 7.99826 18.0083 7.96214 17.7818 7.89488C16.7475 7.58775 15.9932 6.63128 15.9932 5.49893C15.9932 5.34661 16.0069 5.19746 16.033 5.05266Z"})})});export{l as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAlertBadgeFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAlertBadgeFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAlertBadgeFilled;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import t from"classnames";const g=({size:s,type:i,className:C="",onClick:a,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[C]:C}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M18.5 9C18.8376 9 19.1641 8.95219 19.473 8.86298C19.4909 9.07425 19.5 9.28801 19.5 9.50391V13.5024L20.9183 16.6625C20.9732 16.7848 21.0016 16.9174 21.0016 17.0515C21.0016 17.5762 20.5763 18.0015 20.0516 18.0015H3.95219C3.8184 18.0015 3.68613 17.9733 3.56402 17.9186C3.08515 17.7042 2.87073 17.1422 3.08511 16.6633L4.50001 13.5028L4.50011 9.49099L4.50453 9.24107C4.6436 5.21035 7.95588 2.00391 12 2.00391C13.4433 2.00391 14.7915 2.41162 15.9355 3.11815C15.355 3.74286 15 4.57997 15 5.5C15 7.433 16.567 9 18.5 9ZM14.9583 19.003C14.7196 20.4211 13.486 21.5015 12 21.5015C10.514 21.5015 9.28037 20.4211 9.04173 19.003H14.9583ZM18.5 8C19.8807 8 21 6.88071 21 5.5C21 4.11929 19.8807 3 18.5 3C17.1193 3 16 4.11929 16 5.5C16 6.88071 17.1193 8 18.5 8Z"})})});export{g as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAlertFilled: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAlertFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAlertFilled;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as i}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import c from"classnames";const C=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M9.04173 19.003H14.9583C14.7196 20.4211 13.486 21.5015 12 21.5015C10.514 21.5015 9.28037 20.4211 9.04173 19.003ZM12 2.00391C16.1421 2.00391 19.5 5.36177 19.5 9.50391V13.5024L20.9183 16.6625C20.9732 16.7848 21.0016 16.9174 21.0016 17.0515C21.0016 17.5762 20.5763 18.0015 20.0516 18.0015H3.95219C3.8184 18.0015 3.68613 17.9733 3.56402 17.9186C3.08515 17.7042 2.87073 17.1422 3.08511 16.6633L4.50001 13.5028L4.50011 9.49099L4.50453 9.24107C4.6436 5.21035 7.95588 2.00391 12 2.00391Z"})})});export{C as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAm: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAm: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAm;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as h,jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:s,type:e,className:t="",onClick:a,refHandler:l,id:d,
|
|
1
|
+
import{jsxs as h,jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:s,type:e,className:t="",onClick:a,refHandler:l,id:d,dataTestId:n})=>/* @__PURE__ */h("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:d,"data-test-id":n?`${n}-svg-icon`:"",children:[
|
|
2
2
|
/* @__PURE__ */i("rect",{y:"3.43005",width:"24",height:"17.1429",rx:"2",fill:"white"}),
|
|
3
3
|
/* @__PURE__ */i("mask",{id:"mask0_1993_1683",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"3",width:"24",height:"18",children:/* @__PURE__ */i("rect",{y:"3.43005",width:"24",height:"17.1429",rx:"2",fill:"white"})}),
|
|
4
4
|
/* @__PURE__ */h("g",{mask:"url(#mask0_1993_1683)",children:[
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { ISVGIconProps } from '../../type';
|
|
3
|
-
declare const IconAmd: ({ size, type, className, onClick, refHandler, id,
|
|
3
|
+
declare const IconAmd: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
|
|
4
4
|
export default IconAmd;
|