hrm_ui_lib 1.6.2-alpha.1 → 1.6.2-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{Button-2221acfe.js → Button-21e9f952.js} +4 -4
- package/components/Alert/Alert.d.ts +3 -3
- package/components/Alert/Alert.js +6 -6
- package/components/Alert/consts.d.ts +7 -7
- package/components/Alert/index.d.ts +1 -1
- package/components/Alert/index.js +6 -6
- package/components/Alert/types.d.ts +17 -17
- package/components/Avatar/Avatar.d.ts +3 -3
- package/components/Avatar/Avatar.js +7 -7
- package/components/Avatar/AvatarGroup.d.ts +3 -3
- package/components/Avatar/AvatarGroup.js +7 -7
- package/components/Avatar/index.d.ts +2 -2
- package/components/Avatar/index.js +7 -7
- package/components/Avatar/types.d.ts +25 -25
- package/components/Badge/Badge.d.ts +3 -3
- package/components/Badge/index.d.ts +1 -1
- package/components/Badge/types.d.ts +6 -6
- package/components/Breadcrumb/Breadcrumb.d.ts +3 -3
- package/components/Breadcrumb/index.d.ts +1 -1
- package/components/Breadcrumb/types.d.ts +12 -12
- package/components/Button/Button.d.ts +3 -3
- package/components/Button/Button.js +6 -6
- package/components/Button/consts.d.ts +8 -8
- package/components/Button/index.d.ts +1 -1
- package/components/Button/index.js +6 -6
- package/components/Button/types.d.ts +22 -22
- package/components/CardBody/CardBody.d.ts +3 -3
- package/components/CardBody/CardBody.js +6 -6
- package/components/CardBody/index.d.ts +1 -1
- package/components/CardBody/index.js +6 -6
- package/components/CardBody/types.d.ts +11 -11
- package/components/CardSelect/CardSelect.d.ts +3 -3
- package/components/CardSelect/CardSelect.js +6 -6
- package/components/CardSelect/CardSelectGroup.d.ts +3 -3
- package/components/CardSelect/CardSelectGroup.js +6 -6
- package/components/CardSelect/components/CardAdditionalInfo.d.ts +8 -8
- package/components/CardSelect/components/CardChips.d.ts +8 -8
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardDescription.d.ts +7 -7
- package/components/CardSelect/components/CardInput.d.ts +8 -8
- package/components/CardSelect/components/CardInput.js +6 -6
- package/components/CardSelect/components/index.d.ts +4 -4
- package/components/CardSelect/components/index.js +6 -6
- package/components/CardSelect/index.d.ts +2 -2
- package/components/CardSelect/index.js +6 -6
- package/components/CardSelect/types.d.ts +37 -37
- package/components/Cards/CardItem.d.ts +3 -3
- package/components/Cards/CardItem.js +1 -1
- package/components/Cards/index.d.ts +1 -1
- package/components/Cards/index.js +1 -1
- package/components/Cards/types.d.ts +15 -15
- package/components/Checkbox/Checkbox.d.ts +3 -3
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/index.d.ts +1 -1
- package/components/Checkbox/index.js +6 -6
- package/components/Checkbox/types.d.ts +19 -19
- package/components/Chips/Chips.d.ts +3 -3
- package/components/Chips/Chips.js +3 -3
- package/components/Chips/consts.d.ts +7 -7
- package/components/Chips/index.d.ts +1 -1
- package/components/Chips/index.js +3 -3
- package/components/Chips/types.d.ts +20 -20
- package/components/Collapse/CollapseGroup/CollapseGroup.d.ts +3 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +3 -3
- package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
- package/components/Collapse/index.d.ts +2 -2
- package/components/Collapse/index.js +5 -5
- package/components/Collapse/types.d.ts +38 -38
- package/components/Container/Container.d.ts +3 -3
- package/components/Container/index.d.ts +1 -1
- package/components/Container/types.d.ts +4 -4
- package/components/Copy/Copy.d.ts +3 -3
- package/components/Copy/Copy.js +6 -6
- package/components/Copy/index.d.ts +1 -1
- package/components/Copy/index.js +6 -6
- package/components/Copy/types.d.ts +6 -6
- package/components/Counter/Counter.d.ts +3 -3
- package/components/Counter/Counter.js +6 -6
- package/components/Counter/index.d.ts +1 -1
- package/components/Counter/index.js +6 -6
- package/components/Counter/types.d.ts +9 -9
- package/components/DatePicker/CustomHeader/CustomHeader.d.ts +11 -11
- package/components/DatePicker/CustomHeader/CustomHeader.js +12 -9
- package/components/DatePicker/CustomHeader/helpers.d.ts +1 -0
- package/components/DatePicker/CustomHeader/helpers.js +17 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.d.ts +3 -3
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +9 -7
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.d.ts +3 -3
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +6 -6
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.d.ts +3 -3
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +12 -12
- package/components/DatePicker/RangeDatePicker/index.d.ts +1 -1
- package/components/DatePicker/RangeDatePicker/index.js +9 -7
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.d.ts +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +9 -7
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.d.ts +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +12 -12
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.d.ts +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +14 -13
- package/components/DatePicker/SimpleDatePicker/index.d.ts +1 -1
- package/components/DatePicker/SimpleDatePicker/index.js +9 -7
- package/components/DatePicker/TimePicker/MobileModalContent.d.ts +11 -11
- package/components/DatePicker/TimePicker/MobileModalContent.js +6 -6
- package/components/DatePicker/TimePicker/TimePicker.d.ts +3 -3
- package/components/DatePicker/TimePicker/TimePicker.js +6 -6
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +3 -3
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +6 -6
- package/components/DatePicker/TimePicker/TimePickerMobile.d.ts +3 -3
- package/components/DatePicker/TimePicker/TimePickerMobile.js +6 -6
- package/components/DatePicker/TimePicker/helpers.d.ts +2 -2
- package/components/DatePicker/TimePicker/index.d.ts +1 -1
- package/components/DatePicker/TimePicker/index.js +6 -6
- package/components/DatePicker/hooks.d.ts +4 -4
- package/components/DatePicker/hooks.js +2 -2
- package/components/DatePicker/index.d.ts +3 -3
- package/components/DatePicker/index.js +9 -7
- package/components/DatePicker/localization.d.ts +3 -0
- package/components/DatePicker/localization.js +7 -0
- package/components/DatePicker/types.d.ts +51 -51
- package/components/Divider/Divider.d.ts +3 -3
- package/components/Divider/index.d.ts +1 -1
- package/components/Divider/types.d.ts +5 -5
- package/components/Empty/Empty.d.ts +3 -3
- package/components/Empty/Empty.js +6 -6
- package/components/Empty/index.d.ts +1 -1
- package/components/Empty/index.js +6 -6
- package/components/Empty/types.d.ts +9 -9
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.d.ts +3 -3
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +13 -11
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +10 -10
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +6 -6
- package/components/FileUpload/DropzoneFileUpload/FilePreview.d.ts +7 -7
- package/components/FileUpload/DropzoneFileUpload/FilePreview.js +1 -1
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +7 -7
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +6 -6
- package/components/FileUpload/DropzoneFileUpload/helpers.d.ts +10 -10
- package/components/FileUpload/DropzoneFileUpload/helpers.js +3 -3
- package/components/FileUpload/DropzoneFileUpload/index.d.ts +1 -1
- package/components/FileUpload/DropzoneFileUpload/index.js +7 -7
- package/components/FileUpload/FileUpload.d.ts +3 -3
- package/components/FileUpload/FileUpload.js +7 -7
- package/components/FileUpload/UploadItems.d.ts +3 -3
- package/components/FileUpload/UploadItems.js +6 -6
- package/components/FileUpload/index.d.ts +3 -3
- package/components/FileUpload/index.js +7 -7
- package/components/FileUpload/types.d.ts +63 -63
- package/components/FormContainer/FormContainer.d.ts +3 -3
- package/components/FormContainer/FormContainer.js +6 -6
- package/components/FormContainer/index.d.ts +1 -1
- package/components/FormContainer/index.js +6 -6
- package/components/FormContainer/types.d.ts +21 -21
- package/components/FormField/FormField.d.ts +3 -3
- package/components/FormField/FormField.js +6 -6
- package/components/FormField/index.d.ts +1 -1
- package/components/FormField/index.js +6 -6
- package/components/FormField/types.d.ts +9 -9
- package/components/Heading/Heading.d.ts +3 -3
- package/components/Heading/index.d.ts +1 -1
- package/components/Heading/types.d.ts +11 -11
- package/components/Image/Image.d.ts +3 -3
- package/components/Image/index.d.ts +1 -1
- package/components/Image/types.d.ts +10 -10
- package/components/Input/Input.d.ts +3 -3
- package/components/Input/Input.js +6 -6
- package/components/Input/index.d.ts +1 -1
- package/components/Input/index.js +6 -6
- package/components/Input/types.d.ts +41 -41
- package/components/ItemSelect/ItemSelect.d.ts +3 -3
- package/components/ItemSelect/ItemSelect.js +6 -6
- package/components/ItemSelect/ItemSelectGroup.d.ts +3 -3
- package/components/ItemSelect/ItemSelectGroup.js +6 -6
- package/components/ItemSelect/index.d.ts +2 -2
- package/components/ItemSelect/index.js +6 -6
- package/components/ItemSelect/types.d.ts +23 -23
- package/components/Link/Link.d.ts +3 -3
- package/components/Link/index.d.ts +1 -1
- package/components/Link/types.d.ts +11 -11
- package/components/Menu/Menu.d.ts +3 -3
- package/components/Menu/Menu.js +7 -7
- package/components/Menu/NestedMenu.d.ts +3 -3
- package/components/Menu/NestedMenu.js +7 -7
- package/components/Menu/index.d.ts +2 -2
- package/components/Menu/index.js +7 -7
- package/components/Menu/types.d.ts +33 -33
- package/components/Modal/Modal.d.ts +20 -20
- package/components/Modal/Modal.js +6 -6
- package/components/Modal/ModalConfirmation.d.ts +3 -3
- package/components/Modal/ModalConfirmation.js +6 -6
- package/components/Modal/ModalContent.d.ts +20 -20
- package/components/Modal/ModalContent.js +6 -6
- package/components/Modal/index.d.ts +2 -2
- package/components/Modal/index.js +6 -6
- package/components/Modal/types.d.ts +40 -40
- package/components/More/More.d.ts +3 -3
- package/components/More/More.js +6 -6
- package/components/More/index.d.ts +1 -1
- package/components/More/index.js +6 -6
- package/components/More/types.d.ts +10 -10
- package/components/Pagination/Pagination.d.ts +3 -3
- package/components/Pagination/Pagination.js +3 -3
- package/components/Pagination/consts.d.ts +5 -5
- package/components/Pagination/index.d.ts +1 -1
- package/components/Pagination/index.js +3 -3
- package/components/Pagination/types.d.ts +15 -15
- package/components/Popover/Popover.d.ts +3 -3
- package/components/Popover/Popover.js +6 -6
- package/components/Popover/PopoverDesktop.d.ts +3 -3
- package/components/Popover/PopoverDesktop.js +3 -3
- package/components/Popover/PopoverMobile.d.ts +3 -3
- package/components/Popover/PopoverMobile.js +6 -6
- package/components/Popover/index.d.ts +1 -1
- package/components/Popover/index.js +6 -6
- package/components/Popover/types.d.ts +22 -22
- package/components/Progress/Progress.d.ts +3 -3
- package/components/Progress/index.d.ts +1 -1
- package/components/Progress/types.d.ts +11 -11
- package/components/ProgressStep/ProgressStep.d.ts +3 -3
- package/components/ProgressStep/ProgressStep.js +2 -2
- package/components/ProgressStep/Step.d.ts +3 -3
- package/components/ProgressStep/Step.js +2 -2
- package/components/ProgressStep/consts.d.ts +6 -6
- package/components/ProgressStep/index.d.ts +1 -1
- package/components/ProgressStep/index.js +2 -2
- package/components/ProgressStep/types.d.ts +31 -31
- package/components/Radio/Radio.d.ts +3 -3
- package/components/Radio/RadioGroup.d.ts +3 -3
- package/components/Radio/RadioGroup.js +6 -6
- package/components/Radio/index.d.ts +2 -2
- package/components/Radio/index.js +6 -6
- package/components/Radio/types.d.ts +28 -28
- package/components/SVGIcons/IconAdd.d.ts +4 -4
- package/components/SVGIcons/IconAdd.js +2 -2
- package/components/SVGIcons/IconAddCircle.d.ts +4 -4
- package/components/SVGIcons/IconAddCircle.js +2 -2
- package/components/SVGIcons/IconAddCircleFilled.d.ts +4 -4
- package/components/SVGIcons/IconAddCircleFilled.js +2 -2
- package/components/SVGIcons/IconAddFilled.d.ts +4 -4
- package/components/SVGIcons/IconAddFilled.js +2 -2
- package/components/SVGIcons/IconAlert.d.ts +4 -4
- package/components/SVGIcons/IconAlert.js +2 -2
- package/components/SVGIcons/IconAlertBadge.d.ts +4 -4
- package/components/SVGIcons/IconAlertBadge.js +2 -2
- package/components/SVGIcons/IconAlertBadgeFilled.d.ts +4 -4
- package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
- package/components/SVGIcons/IconAlertFilled.d.ts +4 -4
- package/components/SVGIcons/IconAlertFilled.js +2 -2
- package/components/SVGIcons/IconAm.d.ts +4 -4
- package/components/SVGIcons/IconAm.js +2 -2
- package/components/SVGIcons/IconAmd.d.ts +4 -4
- package/components/SVGIcons/IconAmd.js +2 -2
- package/components/SVGIcons/IconAmdFilled.d.ts +4 -4
- package/components/SVGIcons/IconAmdFilled.js +2 -2
- package/components/SVGIcons/IconApple.d.ts +4 -4
- package/components/SVGIcons/IconApple.js +2 -2
- package/components/SVGIcons/IconArrowDown.d.ts +4 -4
- package/components/SVGIcons/IconArrowDown.js +2 -2
- package/components/SVGIcons/IconArrowDownFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowDownFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownLeft.d.ts +4 -4
- package/components/SVGIcons/IconArrowDownLeft.js +2 -2
- package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownload.d.ts +4 -4
- package/components/SVGIcons/IconArrowDownload.js +2 -2
- package/components/SVGIcons/IconArrowDownloadFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
- package/components/SVGIcons/IconArrowEnter.d.ts +4 -4
- package/components/SVGIcons/IconArrowEnter.js +2 -2
- package/components/SVGIcons/IconArrowEnterFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
- package/components/SVGIcons/IconArrowExit.d.ts +4 -4
- package/components/SVGIcons/IconArrowExit.js +2 -2
- package/components/SVGIcons/IconArrowExitFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowExitFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +4 -4
- package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportUp.d.ts +4 -4
- package/components/SVGIcons/IconArrowExportUp.js +2 -2
- package/components/SVGIcons/IconArrowExportUpFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowImport.d.ts +4 -4
- package/components/SVGIcons/IconArrowImport.js +2 -2
- package/components/SVGIcons/IconArrowImportFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowImportFilled.js +2 -2
- package/components/SVGIcons/IconArrowLeft.d.ts +4 -4
- package/components/SVGIcons/IconArrowLeft.js +2 -2
- package/components/SVGIcons/IconArrowLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAll.d.ts +4 -4
- package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
- package/components/SVGIcons/IconArrowReset.d.ts +4 -4
- package/components/SVGIcons/IconArrowReset.js +2 -2
- package/components/SVGIcons/IconArrowResetFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowResetFilled.js +2 -2
- package/components/SVGIcons/IconArrowRight.d.ts +4 -4
- package/components/SVGIcons/IconArrowRight.js +2 -2
- package/components/SVGIcons/IconArrowRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowSort.d.ts +4 -4
- package/components/SVGIcons/IconArrowSort.js +2 -2
- package/components/SVGIcons/IconArrowSortFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowSortFilled.js +2 -2
- package/components/SVGIcons/IconArrowSync.d.ts +4 -4
- package/components/SVGIcons/IconArrowSync.js +2 -2
- package/components/SVGIcons/IconArrowSyncFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
- package/components/SVGIcons/IconArrowUp.d.ts +4 -4
- package/components/SVGIcons/IconArrowUp.js +2 -2
- package/components/SVGIcons/IconArrowUpFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpLeft.d.ts +4 -4
- package/components/SVGIcons/IconArrowUpLeft.js +2 -2
- package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpRight.d.ts +4 -4
- package/components/SVGIcons/IconArrowUpRight.js +2 -2
- package/components/SVGIcons/IconArrowUpRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
- package/components/SVGIcons/IconAttach.d.ts +4 -4
- package/components/SVGIcons/IconAttach.js +2 -2
- package/components/SVGIcons/IconAttachFilled.d.ts +4 -4
- package/components/SVGIcons/IconAttachFilled.js +2 -2
- package/components/SVGIcons/IconBeach.d.ts +4 -4
- package/components/SVGIcons/IconBeach.js +2 -2
- package/components/SVGIcons/IconBeachFilled.d.ts +4 -4
- package/components/SVGIcons/IconBeachFilled.js +2 -2
- package/components/SVGIcons/IconBook.d.ts +4 -4
- package/components/SVGIcons/IconBook.js +2 -2
- package/components/SVGIcons/IconBookFilled.d.ts +4 -4
- package/components/SVGIcons/IconBookFilled.js +2 -2
- package/components/SVGIcons/IconBookmark.d.ts +4 -4
- package/components/SVGIcons/IconBookmark.js +2 -2
- package/components/SVGIcons/IconBookmarkFilled.d.ts +4 -4
- package/components/SVGIcons/IconBookmarkFilled.js +2 -2
- package/components/SVGIcons/IconBriefcase.d.ts +4 -4
- package/components/SVGIcons/IconBriefcase.js +2 -2
- package/components/SVGIcons/IconBriefcaseFilled.d.ts +4 -4
- package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
- package/components/SVGIcons/IconBuilding.d.ts +4 -4
- package/components/SVGIcons/IconBuilding.js +2 -2
- package/components/SVGIcons/IconBuildingBank.d.ts +4 -4
- package/components/SVGIcons/IconBuildingBank.js +2 -2
- package/components/SVGIcons/IconBuildingBankFilled.d.ts +4 -4
- package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
- package/components/SVGIcons/IconBuildingFilled.d.ts +4 -4
- package/components/SVGIcons/IconBuildingFilled.js +2 -2
- package/components/SVGIcons/IconBulletListAdd.d.ts +4 -4
- package/components/SVGIcons/IconBulletListAdd.js +2 -2
- package/components/SVGIcons/IconBulletListAddFilled.d.ts +4 -4
- package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
- package/components/SVGIcons/IconCalculator.d.ts +4 -4
- package/components/SVGIcons/IconCalculator.js +2 -2
- package/components/SVGIcons/IconCalculatorFilled.d.ts +4 -4
- package/components/SVGIcons/IconCalculatorFilled.js +2 -2
- package/components/SVGIcons/IconCalendarClock.d.ts +4 -4
- package/components/SVGIcons/IconCalendarClock.js +2 -2
- package/components/SVGIcons/IconCalendarClockFilled.d.ts +4 -4
- package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
- package/components/SVGIcons/IconCalendarDay.d.ts +4 -4
- package/components/SVGIcons/IconCalendarDay.js +2 -2
- package/components/SVGIcons/IconCalendarDayFilled.d.ts +4 -4
- package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
- package/components/SVGIcons/IconCalendarLeft.d.ts +4 -4
- package/components/SVGIcons/IconCalendarLeft.js +2 -2
- package/components/SVGIcons/IconCalendarLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
- package/components/SVGIcons/IconCalendarRight.d.ts +4 -4
- package/components/SVGIcons/IconCalendarRight.js +2 -2
- package/components/SVGIcons/IconCalendarRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
- package/components/SVGIcons/IconCall.d.ts +4 -4
- package/components/SVGIcons/IconCall.js +2 -2
- package/components/SVGIcons/IconCallFilled.d.ts +4 -4
- package/components/SVGIcons/IconCallFilled.js +2 -2
- package/components/SVGIcons/IconCard.d.ts +4 -4
- package/components/SVGIcons/IconCard.js +2 -2
- package/components/SVGIcons/IconCardFilled.d.ts +4 -4
- package/components/SVGIcons/IconCardFilled.js +2 -2
- package/components/SVGIcons/IconCaretDown.d.ts +4 -4
- package/components/SVGIcons/IconCaretDown.js +2 -2
- package/components/SVGIcons/IconCaretDownFilled.d.ts +4 -4
- package/components/SVGIcons/IconCaretDownFilled.js +2 -2
- package/components/SVGIcons/IconCaretDownRight.d.ts +4 -4
- package/components/SVGIcons/IconCaretDownRight.js +2 -2
- package/components/SVGIcons/IconCaretDownRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretLeft.d.ts +4 -4
- package/components/SVGIcons/IconCaretLeft.js +2 -2
- package/components/SVGIcons/IconCaretLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
- package/components/SVGIcons/IconCaretRight.d.ts +4 -4
- package/components/SVGIcons/IconCaretRight.js +2 -2
- package/components/SVGIcons/IconCaretRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconCaretRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretUp.d.ts +4 -4
- package/components/SVGIcons/IconCaretUp.js +2 -2
- package/components/SVGIcons/IconCaretUpFilled.d.ts +4 -4
- package/components/SVGIcons/IconCaretUpFilled.js +2 -2
- package/components/SVGIcons/IconChat.d.ts +4 -4
- package/components/SVGIcons/IconChat.js +2 -2
- package/components/SVGIcons/IconChatFilled.d.ts +4 -4
- package/components/SVGIcons/IconChatFilled.js +2 -2
- package/components/SVGIcons/IconChatMultiple.d.ts +4 -4
- package/components/SVGIcons/IconChatMultiple.js +2 -2
- package/components/SVGIcons/IconChatMultipleFilled.d.ts +4 -4
- package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRight.d.ts +4 -4
- package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconCheckmark.d.ts +4 -4
- package/components/SVGIcons/IconCheckmark.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircle.d.ts +4 -4
- package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +4 -4
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkFilled.d.ts +4 -4
- package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconChevronDown.d.ts +4 -4
- package/components/SVGIcons/IconChevronDown.js +2 -2
- package/components/SVGIcons/IconChevronDownFilled.d.ts +4 -4
- package/components/SVGIcons/IconChevronDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronLeft.d.ts +4 -4
- package/components/SVGIcons/IconChevronLeft.js +2 -2
- package/components/SVGIcons/IconChevronLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronRight.d.ts +4 -4
- package/components/SVGIcons/IconChevronRight.js +2 -2
- package/components/SVGIcons/IconChevronRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconChevronRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronUp.d.ts +4 -4
- package/components/SVGIcons/IconChevronUp.js +2 -2
- package/components/SVGIcons/IconChevronUpDown.d.ts +4 -4
- package/components/SVGIcons/IconChevronUpDown.js +2 -2
- package/components/SVGIcons/IconChevronUpDownFilled.d.ts +4 -4
- package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronUpFilled.d.ts +4 -4
- package/components/SVGIcons/IconChevronUpFilled.js +2 -2
- package/components/SVGIcons/IconClock.d.ts +4 -4
- package/components/SVGIcons/IconClock.js +2 -2
- package/components/SVGIcons/IconClockDismiss.d.ts +4 -4
- package/components/SVGIcons/IconClockDismiss.js +2 -2
- package/components/SVGIcons/IconClockDismissFilled.d.ts +4 -4
- package/components/SVGIcons/IconClockDismissFilled.js +2 -2
- package/components/SVGIcons/IconClockFilled.d.ts +4 -4
- package/components/SVGIcons/IconClockFilled.js +2 -2
- package/components/SVGIcons/IconComment.d.ts +4 -4
- package/components/SVGIcons/IconComment.js +2 -2
- package/components/SVGIcons/IconCommentFilled.d.ts +4 -4
- package/components/SVGIcons/IconCommentFilled.js +2 -2
- package/components/SVGIcons/IconContractCard.d.ts +4 -4
- package/components/SVGIcons/IconContractCard.js +2 -2
- package/components/SVGIcons/IconContractCardFilled.d.ts +4 -4
- package/components/SVGIcons/IconContractCardFilled.js +2 -2
- package/components/SVGIcons/IconCopy.d.ts +4 -4
- package/components/SVGIcons/IconCopy.js +2 -2
- package/components/SVGIcons/IconCopyFilled.d.ts +4 -4
- package/components/SVGIcons/IconCopyFilled.js +2 -2
- package/components/SVGIcons/IconCubeTree.d.ts +4 -4
- package/components/SVGIcons/IconCubeTree.js +2 -2
- package/components/SVGIcons/IconCubeTreeFilled.d.ts +4 -4
- package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
- package/components/SVGIcons/IconDatabase.d.ts +4 -4
- package/components/SVGIcons/IconDatabase.js +2 -2
- package/components/SVGIcons/IconDatabaseFilled.d.ts +4 -4
- package/components/SVGIcons/IconDatabaseFilled.js +2 -2
- package/components/SVGIcons/IconDelete.d.ts +4 -4
- package/components/SVGIcons/IconDelete.js +2 -2
- package/components/SVGIcons/IconDeleteFilled.d.ts +4 -4
- package/components/SVGIcons/IconDeleteFilled.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +4 -4
- package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +4 -4
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
- package/components/SVGIcons/IconDismiss.d.ts +4 -4
- package/components/SVGIcons/IconDismiss.js +2 -2
- package/components/SVGIcons/IconDismissCircle.d.ts +4 -4
- package/components/SVGIcons/IconDismissCircle.js +2 -2
- package/components/SVGIcons/IconDismissCircleFilled.d.ts +4 -4
- package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
- package/components/SVGIcons/IconDismissFilled.d.ts +4 -4
- package/components/SVGIcons/IconDismissFilled.js +2 -2
- package/components/SVGIcons/IconDocument.d.ts +4 -4
- package/components/SVGIcons/IconDocument.js +2 -2
- package/components/SVGIcons/IconDocumentBulletList.d.ts +4 -4
- package/components/SVGIcons/IconDocumentBulletList.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +4 -4
- package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
- package/components/SVGIcons/IconDocumentEdit.d.ts +4 -4
- package/components/SVGIcons/IconDocumentEdit.js +2 -2
- package/components/SVGIcons/IconDocumentEditFilled.d.ts +4 -4
- package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFilled.d.ts +4 -4
- package/components/SVGIcons/IconDocumentFilled.js +2 -2
- package/components/SVGIcons/IconEdit.d.ts +4 -4
- package/components/SVGIcons/IconEdit.js +2 -2
- package/components/SVGIcons/IconEditFilled.d.ts +4 -4
- package/components/SVGIcons/IconEditFilled.js +2 -2
- package/components/SVGIcons/IconErrorCircle.d.ts +4 -4
- package/components/SVGIcons/IconErrorCircle.js +2 -2
- package/components/SVGIcons/IconErrorCircleFilled.d.ts +4 -4
- package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
- package/components/SVGIcons/IconEur.d.ts +4 -4
- package/components/SVGIcons/IconEur.js +2 -2
- package/components/SVGIcons/IconEurFilled.d.ts +4 -4
- package/components/SVGIcons/IconEurFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpLeft.d.ts +4 -4
- package/components/SVGIcons/IconExpandUpLeft.js +2 -2
- package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +4 -4
- package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpRight.d.ts +4 -4
- package/components/SVGIcons/IconExpandUpRight.js +2 -2
- package/components/SVGIcons/IconExpandUpRightFilled.d.ts +4 -4
- package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
- package/components/SVGIcons/IconEyeOff.d.ts +4 -4
- package/components/SVGIcons/IconEyeOff.js +2 -2
- package/components/SVGIcons/IconEyeOffFilled.d.ts +4 -4
- package/components/SVGIcons/IconEyeOffFilled.js +2 -2
- package/components/SVGIcons/IconEyeOn.d.ts +4 -4
- package/components/SVGIcons/IconEyeOn.js +2 -2
- package/components/SVGIcons/IconEyeOnFilled.d.ts +4 -4
- package/components/SVGIcons/IconEyeOnFilled.js +2 -2
- package/components/SVGIcons/IconFacebook.d.ts +4 -4
- package/components/SVGIcons/IconFacebook.js +2 -2
- package/components/SVGIcons/IconFilter.d.ts +4 -4
- package/components/SVGIcons/IconFilter.js +2 -2
- package/components/SVGIcons/IconFilterFilled.d.ts +4 -4
- package/components/SVGIcons/IconFilterFilled.js +2 -2
- package/components/SVGIcons/IconFlag.d.ts +4 -4
- package/components/SVGIcons/IconFlag.js +2 -2
- package/components/SVGIcons/IconFlagFilled.d.ts +4 -4
- package/components/SVGIcons/IconFlagFilled.js +2 -2
- package/components/SVGIcons/IconFolderLink.d.ts +4 -4
- package/components/SVGIcons/IconFolderLink.js +2 -2
- package/components/SVGIcons/IconFolderLinkFilled.d.ts +4 -4
- package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
- package/components/SVGIcons/IconGb.d.ts +4 -4
- package/components/SVGIcons/IconGb.js +2 -2
- package/components/SVGIcons/IconGlobe.d.ts +4 -4
- package/components/SVGIcons/IconGlobe.js +2 -2
- package/components/SVGIcons/IconGlobeFilled.d.ts +4 -4
- package/components/SVGIcons/IconGlobeFilled.js +2 -2
- package/components/SVGIcons/IconGoogle.d.ts +4 -4
- package/components/SVGIcons/IconGoogle.js +2 -2
- package/components/SVGIcons/IconHandOpenHeart.d.ts +4 -4
- package/components/SVGIcons/IconHandOpenHeart.js +2 -2
- package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +4 -4
- package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
- package/components/SVGIcons/IconHeart.d.ts +4 -4
- package/components/SVGIcons/IconHeart.js +2 -2
- package/components/SVGIcons/IconHeartFilled.d.ts +4 -4
- package/components/SVGIcons/IconHeartFilled.js +2 -2
- package/components/SVGIcons/IconHistory.d.ts +4 -4
- package/components/SVGIcons/IconHistory.js +2 -2
- package/components/SVGIcons/IconHistoryFilled.d.ts +4 -4
- package/components/SVGIcons/IconHistoryFilled.js +2 -2
- package/components/SVGIcons/IconHome.d.ts +4 -4
- package/components/SVGIcons/IconHome.js +2 -2
- package/components/SVGIcons/IconHomeFilled.d.ts +4 -4
- package/components/SVGIcons/IconHomeFilled.js +2 -2
- package/components/SVGIcons/IconImage.d.ts +4 -4
- package/components/SVGIcons/IconImage.js +2 -2
- package/components/SVGIcons/IconImageFilled.d.ts +4 -4
- package/components/SVGIcons/IconImageFilled.js +2 -2
- package/components/SVGIcons/IconInfo.d.ts +4 -4
- package/components/SVGIcons/IconInfo.js +2 -2
- package/components/SVGIcons/IconInfoFilled.d.ts +4 -4
- package/components/SVGIcons/IconInfoFilled.js +2 -2
- package/components/SVGIcons/IconInstagram.d.ts +4 -4
- package/components/SVGIcons/IconInstagram.js +2 -2
- package/components/SVGIcons/IconKeyReset.d.ts +4 -4
- package/components/SVGIcons/IconKeyReset.js +2 -2
- package/components/SVGIcons/IconKeyResetFilled.d.ts +4 -4
- package/components/SVGIcons/IconKeyResetFilled.js +2 -2
- package/components/SVGIcons/IconLink.d.ts +4 -4
- package/components/SVGIcons/IconLink.js +2 -2
- package/components/SVGIcons/IconLinkFilled.d.ts +4 -4
- package/components/SVGIcons/IconLinkFilled.js +2 -2
- package/components/SVGIcons/IconLinkedin.d.ts +4 -4
- package/components/SVGIcons/IconLinkedin.js +2 -2
- package/components/SVGIcons/IconList.d.ts +4 -4
- package/components/SVGIcons/IconList.js +2 -2
- package/components/SVGIcons/IconListFilled.d.ts +4 -4
- package/components/SVGIcons/IconListFilled.js +2 -2
- package/components/SVGIcons/IconLocation.d.ts +4 -4
- package/components/SVGIcons/IconLocation.js +2 -2
- package/components/SVGIcons/IconLocationFilled.d.ts +4 -4
- package/components/SVGIcons/IconLocationFilled.js +2 -2
- package/components/SVGIcons/IconLockClosed.d.ts +4 -4
- package/components/SVGIcons/IconLockClosed.js +2 -2
- package/components/SVGIcons/IconLockClosedFilled.d.ts +4 -4
- package/components/SVGIcons/IconLockClosedFilled.js +2 -2
- package/components/SVGIcons/IconLockOpen.d.ts +4 -4
- package/components/SVGIcons/IconLockOpen.js +2 -2
- package/components/SVGIcons/IconLockOpenFilled.d.ts +4 -4
- package/components/SVGIcons/IconLockOpenFilled.js +2 -2
- package/components/SVGIcons/IconMail.d.ts +4 -4
- package/components/SVGIcons/IconMail.js +2 -2
- package/components/SVGIcons/IconMailAdd.d.ts +4 -4
- package/components/SVGIcons/IconMailAdd.js +2 -2
- package/components/SVGIcons/IconMailAddFilled.d.ts +4 -4
- package/components/SVGIcons/IconMailAddFilled.js +2 -2
- package/components/SVGIcons/IconMailArrowForward.d.ts +4 -4
- package/components/SVGIcons/IconMailArrowForward.js +2 -2
- package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +4 -4
- package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
- package/components/SVGIcons/IconMailFilled.d.ts +4 -4
- package/components/SVGIcons/IconMailFilled.js +2 -2
- package/components/SVGIcons/IconMailLink.d.ts +4 -4
- package/components/SVGIcons/IconMailLink.js +2 -2
- package/components/SVGIcons/IconMailLinkFilled.d.ts +4 -4
- package/components/SVGIcons/IconMailLinkFilled.js +2 -2
- package/components/SVGIcons/IconMedium.d.ts +4 -4
- package/components/SVGIcons/IconMedium.js +2 -2
- package/components/SVGIcons/IconMore.d.ts +4 -4
- package/components/SVGIcons/IconMore.js +2 -2
- package/components/SVGIcons/IconMoreFilled.d.ts +4 -4
- package/components/SVGIcons/IconMoreFilled.js +2 -2
- package/components/SVGIcons/IconMoreVertical.d.ts +4 -4
- package/components/SVGIcons/IconMoreVertical.js +2 -2
- package/components/SVGIcons/IconMoreVerticalFilled.d.ts +4 -4
- package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
- package/components/SVGIcons/IconNavigation.d.ts +4 -4
- package/components/SVGIcons/IconNavigation.js +2 -2
- package/components/SVGIcons/IconNavigationFilled.d.ts +4 -4
- package/components/SVGIcons/IconNavigationFilled.js +2 -2
- package/components/SVGIcons/IconNotebook.d.ts +4 -4
- package/components/SVGIcons/IconNotebook.js +2 -2
- package/components/SVGIcons/IconNotebookAdd.d.ts +4 -4
- package/components/SVGIcons/IconNotebookAdd.js +2 -2
- package/components/SVGIcons/IconNotebookAddFilled.d.ts +4 -4
- package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
- package/components/SVGIcons/IconNotebookFilled.d.ts +4 -4
- package/components/SVGIcons/IconNotebookFilled.js +2 -2
- package/components/SVGIcons/IconOnlyEmployee.d.ts +4 -4
- package/components/SVGIcons/IconOnlyEmployee.js +2 -2
- package/components/SVGIcons/IconOpen.d.ts +4 -4
- package/components/SVGIcons/IconOpen.js +2 -2
- package/components/SVGIcons/IconOpenFilled.d.ts +4 -4
- package/components/SVGIcons/IconOpenFilled.js +2 -2
- package/components/SVGIcons/IconPatient.d.ts +4 -4
- package/components/SVGIcons/IconPatient.js +2 -2
- package/components/SVGIcons/IconPatientFilled.d.ts +4 -4
- package/components/SVGIcons/IconPatientFilled.js +2 -2
- package/components/SVGIcons/IconPeople.d.ts +4 -4
- package/components/SVGIcons/IconPeople.js +2 -2
- package/components/SVGIcons/IconPeopleAdd.d.ts +4 -4
- package/components/SVGIcons/IconPeopleAdd.js +2 -2
- package/components/SVGIcons/IconPeopleAddFilled.d.ts +4 -4
- package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
- package/components/SVGIcons/IconPeopleFilled.d.ts +4 -4
- package/components/SVGIcons/IconPeopleFilled.js +2 -2
- package/components/SVGIcons/IconPercent.d.ts +4 -4
- package/components/SVGIcons/IconPercent.js +2 -2
- package/components/SVGIcons/IconPerson.d.ts +4 -4
- package/components/SVGIcons/IconPerson.js +2 -2
- package/components/SVGIcons/IconPersonAccount.d.ts +4 -4
- package/components/SVGIcons/IconPersonAccount.js +2 -2
- package/components/SVGIcons/IconPersonAccountFilled.d.ts +4 -4
- package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
- package/components/SVGIcons/IconPersonAdd.d.ts +4 -4
- package/components/SVGIcons/IconPersonAdd.js +2 -2
- package/components/SVGIcons/IconPersonAddFilled.d.ts +4 -4
- package/components/SVGIcons/IconPersonAddFilled.js +2 -2
- package/components/SVGIcons/IconPersonFilled.d.ts +4 -4
- package/components/SVGIcons/IconPersonFilled.js +2 -2
- package/components/SVGIcons/IconPersonStar.d.ts +4 -4
- package/components/SVGIcons/IconPersonStar.js +2 -2
- package/components/SVGIcons/IconPersonStarFilled.d.ts +4 -4
- package/components/SVGIcons/IconPersonStarFilled.js +2 -2
- package/components/SVGIcons/IconPersonSubtract.d.ts +4 -4
- package/components/SVGIcons/IconPersonSubtract.js +2 -2
- package/components/SVGIcons/IconPersonSubtractFilled.d.ts +4 -4
- package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
- package/components/SVGIcons/IconPhone.d.ts +4 -4
- package/components/SVGIcons/IconPhone.js +2 -2
- package/components/SVGIcons/IconPhoneFilled.d.ts +4 -4
- package/components/SVGIcons/IconPhoneFilled.js +2 -2
- package/components/SVGIcons/IconPos.d.ts +4 -4
- package/components/SVGIcons/IconPos.js +2 -2
- package/components/SVGIcons/IconPosFilled.d.ts +4 -4
- package/components/SVGIcons/IconPosFilled.js +2 -2
- package/components/SVGIcons/IconProhibited.d.ts +4 -4
- package/components/SVGIcons/IconProhibited.js +2 -2
- package/components/SVGIcons/IconProhibitedFilled.d.ts +4 -4
- package/components/SVGIcons/IconProhibitedFilled.js +2 -2
- package/components/SVGIcons/IconProjectProduct.d.ts +4 -4
- package/components/SVGIcons/IconProjectProduct.js +2 -2
- package/components/SVGIcons/IconQuestion.d.ts +4 -4
- package/components/SVGIcons/IconQuestion.js +2 -2
- package/components/SVGIcons/IconQuestionFilled.d.ts +4 -4
- package/components/SVGIcons/IconQuestionFilled.js +2 -2
- package/components/SVGIcons/IconRedo.d.ts +4 -4
- package/components/SVGIcons/IconRedo.js +2 -2
- package/components/SVGIcons/IconRedoFilled.d.ts +4 -4
- package/components/SVGIcons/IconRedoFilled.js +2 -2
- package/components/SVGIcons/IconRu.d.ts +4 -4
- package/components/SVGIcons/IconRu.js +2 -2
- package/components/SVGIcons/IconRub.d.ts +4 -4
- package/components/SVGIcons/IconRub.js +2 -2
- package/components/SVGIcons/IconRubFilled.d.ts +4 -4
- package/components/SVGIcons/IconRubFilled.js +2 -2
- package/components/SVGIcons/IconSave.d.ts +4 -4
- package/components/SVGIcons/IconSave.js +2 -2
- package/components/SVGIcons/IconSaveFilled.d.ts +4 -4
- package/components/SVGIcons/IconSaveFilled.js +2 -2
- package/components/SVGIcons/IconSavings.d.ts +4 -4
- package/components/SVGIcons/IconSavings.js +2 -2
- package/components/SVGIcons/IconSavingsFilled.d.ts +4 -4
- package/components/SVGIcons/IconSavingsFilled.js +2 -2
- package/components/SVGIcons/IconSearch.d.ts +4 -4
- package/components/SVGIcons/IconSearch.js +2 -2
- package/components/SVGIcons/IconSearchFilled.d.ts +4 -4
- package/components/SVGIcons/IconSearchFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOff.d.ts +4 -4
- package/components/SVGIcons/IconSelectAllOff.js +2 -2
- package/components/SVGIcons/IconSelectAllOffFilled.d.ts +4 -4
- package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOn.d.ts +4 -4
- package/components/SVGIcons/IconSelectAllOn.js +2 -2
- package/components/SVGIcons/IconSelectAllOnFilled.d.ts +4 -4
- package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
- package/components/SVGIcons/IconSend.d.ts +4 -4
- package/components/SVGIcons/IconSend.js +2 -2
- package/components/SVGIcons/IconSendFilled.d.ts +4 -4
- package/components/SVGIcons/IconSendFilled.js +2 -2
- package/components/SVGIcons/IconSettings.d.ts +4 -4
- package/components/SVGIcons/IconSettings.js +2 -2
- package/components/SVGIcons/IconSettingsFilled.d.ts +4 -4
- package/components/SVGIcons/IconSettingsFilled.js +2 -2
- package/components/SVGIcons/IconShare.d.ts +4 -4
- package/components/SVGIcons/IconShare.js +2 -2
- package/components/SVGIcons/IconShareAndroid.d.ts +4 -4
- package/components/SVGIcons/IconShareAndroid.js +2 -2
- package/components/SVGIcons/IconShareAndroidFilled.d.ts +4 -4
- package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
- package/components/SVGIcons/IconShareFilled.d.ts +4 -4
- package/components/SVGIcons/IconShareFilled.js +2 -2
- package/components/SVGIcons/IconSignOut.d.ts +4 -4
- package/components/SVGIcons/IconSignOut.js +2 -2
- package/components/SVGIcons/IconSignOutFilled.d.ts +4 -4
- package/components/SVGIcons/IconSignOutFilled.js +2 -2
- package/components/SVGIcons/IconSpinner.d.ts +4 -4
- package/components/SVGIcons/IconSpinner.js +2 -2
- package/components/SVGIcons/IconSpinnerFilled.d.ts +4 -4
- package/components/SVGIcons/IconSpinnerFilled.js +2 -2
- package/components/SVGIcons/IconStatus.d.ts +4 -4
- package/components/SVGIcons/IconStatus.js +2 -2
- package/components/SVGIcons/IconStatusFilled.d.ts +4 -4
- package/components/SVGIcons/IconStatusFilled.js +2 -2
- package/components/SVGIcons/IconSubtract.d.ts +4 -4
- package/components/SVGIcons/IconSubtract.js +2 -2
- package/components/SVGIcons/IconSubtractCircle.d.ts +4 -4
- package/components/SVGIcons/IconSubtractCircle.js +2 -2
- package/components/SVGIcons/IconSubtractCircleFilled.d.ts +4 -4
- package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
- package/components/SVGIcons/IconSubtractFilled.d.ts +4 -4
- package/components/SVGIcons/IconSubtractFilled.js +2 -2
- package/components/SVGIcons/IconTableCellEdit.d.ts +4 -4
- package/components/SVGIcons/IconTableCellEdit.js +2 -2
- package/components/SVGIcons/IconTableCellEditFilled.d.ts +4 -4
- package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
- package/components/SVGIcons/IconTelegram.d.ts +4 -4
- package/components/SVGIcons/IconTelegram.js +2 -2
- package/components/SVGIcons/IconTimer.d.ts +4 -4
- package/components/SVGIcons/IconTimer.js +2 -2
- package/components/SVGIcons/IconTimerFilled.d.ts +4 -4
- package/components/SVGIcons/IconTimerFilled.js +2 -2
- package/components/SVGIcons/IconTwitter.d.ts +4 -4
- package/components/SVGIcons/IconTwitter.js +2 -2
- package/components/SVGIcons/IconUndo.d.ts +4 -4
- package/components/SVGIcons/IconUndo.js +2 -2
- package/components/SVGIcons/IconUndoFilled.d.ts +4 -4
- package/components/SVGIcons/IconUndoFilled.js +2 -2
- package/components/SVGIcons/IconUnitsEmployee.d.ts +4 -4
- package/components/SVGIcons/IconUnitsEmployee.js +2 -2
- package/components/SVGIcons/IconUpload.d.ts +4 -4
- package/components/SVGIcons/IconUpload.js +2 -2
- package/components/SVGIcons/IconUsd.d.ts +4 -4
- package/components/SVGIcons/IconUsd.js +2 -2
- package/components/SVGIcons/IconUsdFilled.d.ts +4 -4
- package/components/SVGIcons/IconUsdFilled.js +2 -2
- package/components/SVGIcons/IconVideo.d.ts +4 -4
- package/components/SVGIcons/IconVideo.js +2 -2
- package/components/SVGIcons/IconVideoFilled.d.ts +4 -4
- package/components/SVGIcons/IconVideoFilled.js +2 -2
- package/components/SVGIcons/IconWallet.d.ts +4 -4
- package/components/SVGIcons/IconWallet.js +2 -2
- package/components/SVGIcons/IconWalletFilled.d.ts +4 -4
- package/components/SVGIcons/IconWalletFilled.js +2 -2
- package/components/SVGIcons/IconWarning.d.ts +4 -4
- package/components/SVGIcons/IconWarning.js +2 -2
- package/components/SVGIcons/IconWarningFilled.d.ts +4 -4
- package/components/SVGIcons/IconWarningFilled.js +2 -2
- package/components/SVGIcons/IconYoutube.d.ts +4 -4
- package/components/SVGIcons/IconYoutube.js +2 -2
- package/components/SVGIcons/index.d.ts +287 -287
- package/components/SVGIcons/index.js +2 -2
- package/components/SVGIcons/types.d.ts +14 -14
- package/components/Select/ButtonSelect/ButtonSelect.d.ts +3 -3
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
- package/components/Select/FilterSelect/FilterDropdown.d.ts +3 -3
- package/components/Select/FilterSelect/FilterDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +3 -3
- package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterSelect.d.ts +3 -3
- package/components/Select/FilterSelect/FilterSelect.js +7 -7
- package/components/Select/MultiSelect/DesktopWrapper.d.ts +18 -18
- package/components/Select/MultiSelect/DesktopWrapper.js +3 -3
- package/components/Select/MultiSelect/MobileWrapper.d.ts +10 -10
- package/components/Select/MultiSelect/MobileWrapper.js +6 -6
- package/components/Select/MultiSelect/MultiBase/MultiBase.d.ts +3 -3
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +7 -7
- package/components/Select/MultiSelect/MultiSelect.d.ts +3 -3
- package/components/Select/MultiSelect/MultiSelect.js +11 -11
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +3 -3
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -7
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +3 -3
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -7
- package/components/Select/MultiSelect/OptionsWrapper.d.ts +19 -19
- package/components/Select/MultiSelect/OptionsWrapper.js +7 -7
- package/components/Select/NestedSelect/NestedSelect.d.ts +3 -3
- package/components/Select/NestedSelect/NestedSelect.js +7 -7
- package/components/Select/ProfileDropdown/index.d.ts +3 -3
- package/components/Select/ProfileDropdown/index.js +3 -3
- package/components/Select/Select/Select.d.ts +3 -3
- package/components/Select/Select/Select.js +7 -7
- package/components/Select/Select/SelectDesktop/index.d.ts +3 -3
- package/components/Select/Select/SelectDesktop/index.js +7 -7
- package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +8 -8
- package/components/Select/Select/SelectMobile/MobileTopContent.js +6 -6
- package/components/Select/Select/SelectMobile/index.d.ts +3 -3
- package/components/Select/Select/SelectMobile/index.js +7 -7
- package/components/Select/Select/helpers.d.ts +1 -1
- package/components/Select/SharedComponents/Actions.d.ts +8 -8
- package/components/Select/SharedComponents/Actions.js +7 -7
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +15 -15
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.d.ts +3 -3
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +6 -6
- package/components/Select/SharedComponents/ContentTop.d.ts +20 -20
- package/components/Select/SharedComponents/ContentTop.js +7 -7
- package/components/Select/SharedComponents/Footer.d.ts +3 -3
- package/components/Select/SharedComponents/Footer.js +6 -6
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.d.ts +3 -3
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +6 -6
- package/components/Select/SharedComponents/Loading.d.ts +6 -6
- package/components/Select/SharedComponents/index.d.ts +6 -6
- package/components/Select/SharedComponents/index.js +7 -7
- package/components/Select/constants.d.ts +11 -11
- package/components/Select/constants.js +1 -1
- package/components/Select/index.d.ts +5 -5
- package/components/Select/index.js +7 -7
- package/components/Select/types.d.ts +273 -273
- package/components/SideNavigation/Block.d.ts +3 -3
- package/components/SideNavigation/NavigationItem/index.d.ts +3 -3
- package/components/SideNavigation/NavigationItem/index.js +3 -3
- package/components/SideNavigation/NavigationItem/types.d.ts +24 -24
- package/components/SideNavigation/SideNavigation.d.ts +3 -3
- package/components/SideNavigation/SideNavigation.js +2 -2
- package/components/SideNavigation/index.d.ts +2 -2
- package/components/SideNavigation/index.js +3 -3
- package/components/SideNavigation/types.d.ts +17 -17
- package/components/SideSheet/Footer/Footer.d.ts +16 -16
- package/components/SideSheet/Footer/Footer.js +6 -6
- package/components/SideSheet/SideSheet.d.ts +3 -3
- package/components/SideSheet/SideSheet.js +6 -6
- package/components/SideSheet/index.d.ts +1 -1
- package/components/SideSheet/index.js +6 -6
- package/components/SideSheet/types.d.ts +34 -34
- package/components/Snackbar/Snackbar.d.ts +5 -5
- package/components/Snackbar/Snackbar.js +6 -6
- package/components/Snackbar/consts.d.ts +8 -8
- package/components/Snackbar/index.d.ts +1 -1
- package/components/Snackbar/index.js +6 -6
- package/components/Snackbar/types.d.ts +15 -15
- package/components/Status/Status.d.ts +3 -3
- package/components/Status/Status.js +3 -3
- package/components/Status/index.d.ts +1 -1
- package/components/Status/index.js +3 -3
- package/components/Status/types.d.ts +14 -14
- package/components/Stepper/Stepper.d.ts +3 -3
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/index.d.ts +1 -1
- package/components/Stepper/index.js +1 -1
- package/components/Stepper/types.d.ts +16 -16
- package/components/Switcher/Switcher.d.ts +3 -3
- package/components/Switcher/Switcher.js +6 -6
- package/components/Switcher/index.d.ts +1 -1
- package/components/Switcher/index.js +6 -6
- package/components/Switcher/types.d.ts +12 -12
- package/components/Tab/Tab.d.ts +3 -3
- package/components/Tab/Tab.js +4 -4
- package/components/Tab/TabItem.d.ts +3 -3
- package/components/Tab/TabItem.js +3 -3
- package/components/Tab/index.d.ts +1 -1
- package/components/Tab/index.js +4 -4
- package/components/Tab/types.d.ts +50 -50
- package/components/Table/Header.d.ts +10 -10
- package/components/Table/Header.js +7 -7
- package/components/Table/IndeterminateCheckbox.d.ts +12 -12
- package/components/Table/IndeterminateCheckbox.js +6 -6
- package/components/Table/Row.d.ts +10 -10
- package/components/Table/Row.js +7 -7
- package/components/Table/Table.d.ts +3 -3
- package/components/Table/Table.js +7 -7
- package/components/Table/index.d.ts +1 -1
- package/components/Table/index.js +7 -7
- package/components/Table/types.d.ts +36 -36
- package/components/Table/utils.d.ts +5 -5
- package/components/Table/utils.js +7 -7
- package/components/Text/Text.d.ts +3 -3
- package/components/Text/index.d.ts +1 -1
- package/components/Text/types.d.ts +19 -19
- package/components/Textarea/Textarea.d.ts +3 -3
- package/components/Textarea/Textarea.js +6 -6
- package/components/Textarea/index.d.ts +1 -1
- package/components/Textarea/index.js +6 -6
- package/components/Textarea/types.d.ts +18 -18
- package/components/Tooltip/Tooltip.d.ts +3 -3
- package/components/Tooltip/Tooltip.js +3 -3
- package/components/Tooltip/index.d.ts +1 -1
- package/components/Tooltip/index.js +3 -3
- package/components/Tooltip/types.d.ts +21 -21
- package/consts/index.d.ts +29 -29
- package/consts/index.js +3 -3
- package/context/FormContextProvider.d.ts +4 -4
- package/context/index.d.ts +2 -2
- package/context/types.d.ts +21 -21
- package/{defineProperty-92a0fd1f.js → defineProperty-3b7cc410.js} +1 -1
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +5 -5
- package/helperComponents/AnimatePresenceWrapper/index.d.ts +1 -1
- package/helperComponents/CodeBlock/CodeBlock.d.ts +8 -8
- package/helperComponents/CodeBlock/index.d.ts +2 -2
- package/helperComponents/ErrorMessage/ErrorMessage.d.ts +3 -3
- package/helperComponents/ErrorMessage/index.d.ts +1 -1
- package/helperComponents/ErrorMessage/types.d.ts +7 -7
- package/helperComponents/GoToWebPage/GoToWebPage.d.ts +6 -6
- package/helperComponents/GoToWebPage/GoToWebPage.js +6 -6
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +9 -9
- package/helperComponents/IconDynamicComponent/constants.d.ts +3 -3
- package/helperComponents/IconDynamicComponent/index.d.ts +1 -1
- package/helperComponents/Label/Label.d.ts +3 -3
- package/helperComponents/Label/index.d.ts +1 -1
- package/helperComponents/Label/types.d.ts +11 -11
- package/helperComponents/Loader/Loader.d.ts +3 -3
- package/helperComponents/Loader/index.d.ts +1 -1
- package/helperComponents/Loader/types.d.ts +4 -4
- package/helperComponents/OptionItem/OptionItem.d.ts +3 -3
- package/helperComponents/OptionItem/OptionItem.js +7 -7
- package/helperComponents/OptionItem/index.d.ts +1 -1
- package/helperComponents/OptionItem/index.js +7 -7
- package/helperComponents/OptionItem/types.d.ts +18 -18
- package/helperComponents/index.d.ts +6 -6
- package/helperComponents/index.js +7 -7
- package/helpers/download-file.d.ts +1 -1
- package/helpers/format-date.d.ts +1 -1
- package/helpers/index.d.ts +4 -4
- package/helpers/locale.d.ts +3 -3
- package/helpers/storage.d.ts +2 -2
- package/hooks/index.d.ts +12 -12
- package/hooks/index.js +3 -3
- package/hooks/useChangePositionsOnScroll.d.ts +1 -1
- package/hooks/useChangePositionsOnScroll.js +2 -2
- package/hooks/useDispatchEventOnScroll.d.ts +1 -1
- package/hooks/useDispatchEventOnScroll.js +2 -2
- package/hooks/useFieldArray.d.ts +1 -1
- package/hooks/useFormContext.d.ts +9 -9
- package/hooks/useFormProps.d.ts +2 -2
- package/hooks/useGetElemPositions.d.ts +10 -10
- package/hooks/useGetElemSizes.d.ts +13 -13
- package/hooks/useGetHasBottomSpace.d.ts +11 -11
- package/hooks/useGetIsMobile.d.ts +1 -1
- package/hooks/useGetIsMobile.js +3 -3
- package/hooks/useGetTooltipPosition.d.ts +1 -1
- package/hooks/useGetTooltipStyles.d.ts +14 -14
- package/hooks/useHideBodyScroll.d.ts +1 -1
- package/hooks/useHideBodyScroll.js +1 -1
- package/hooks/useHideOnScroll.d.ts +1 -1
- package/hooks/useHideOnScroll.js +2 -2
- package/hooks/useOnOutsideClick.d.ts +1 -1
- package/hooks/useScreenSize.d.ts +3 -3
- package/hooks/useScreenSize.js +3 -3
- package/index.d.ts +50 -50
- package/index.js +9 -7
- package/package.json +2 -2
- package/stories/Alert.stories.d.ts +22 -22
- package/stories/Avatar.stories.d.ts +29 -29
- package/stories/Badge.stories.d.ts +22 -22
- package/stories/Breadcrumb.stories.d.ts +8 -8
- package/stories/Button.stories.d.ts +22 -22
- package/stories/CardBody.stories.d.ts +8 -8
- package/stories/CardSelect.stories.d.ts +24 -24
- package/stories/Cards.stories.d.ts +8 -8
- package/stories/Checkbox.stories.d.ts +9 -9
- package/stories/Chips.stories.d.ts +28 -28
- package/stories/Collapse.stories.d.ts +12 -12
- package/stories/Container.stories.d.ts +7 -7
- package/stories/Copy.stories.d.ts +9 -9
- package/stories/Counter.stories.d.ts +8 -8
- package/stories/DatePicker.stories.d.ts +20 -16
- package/stories/Divider.stories.d.ts +4 -4
- package/stories/Empty.stories.d.ts +16 -16
- package/stories/FileUpload.stories.d.ts +9 -9
- package/stories/Form.stories.d.ts +7 -7
- package/stories/Heading.stories.d.ts +36 -36
- package/stories/Image.stories.d.ts +4 -4
- package/stories/Input.stories.d.ts +16 -16
- package/stories/ItemSelect.stories.d.ts +9 -9
- package/stories/Link.stories.d.ts +8 -8
- package/stories/Menu.stories.d.ts +17 -17
- package/stories/Modal.stories.d.ts +17 -17
- package/stories/More.stories.d.ts +7 -7
- package/stories/NavigationItem.stories.d.ts +13 -13
- package/stories/Pagination.stories.d.ts +16 -16
- package/stories/Popover.stories.d.ts +16 -16
- package/stories/Progress.stories.d.ts +22 -22
- package/stories/ProgressStep.stories.d.ts +28 -28
- package/stories/Radio.stories.d.ts +10 -10
- package/stories/SVGIcons.stories.d.ts +29 -29
- package/stories/Select.stories.d.ts +21 -21
- package/stories/SideNavigation.stories.d.ts +13 -13
- package/stories/SideSheet.stories.d.ts +16 -16
- package/stories/Snackbar.stories.d.ts +17 -17
- package/stories/Status.stories.d.ts +22 -22
- package/stories/Stepper.stories.d.ts +7 -7
- package/stories/Switcher.stories.d.ts +16 -16
- package/stories/Tab.stories.d.ts +22 -22
- package/stories/Table.stories.d.ts +8 -8
- package/stories/Text.stories.d.ts +42 -42
- package/stories/Textarea.stories.d.ts +8 -8
- package/stories/Tooltip.stories.d.ts +22 -22
- package/{toConsumableArray-1b36f9f7.js → toConsumableArray-baac311c.js} +1 -1
- package/type/file-upload.d.ts +5 -5
- package/type/index.d.ts +2 -2
- package/type/locale.d.ts +10 -10
- package/utils/helpers.d.ts +15 -15
- package/Button-d343412e.js +0 -406
- package/components/FileUpload/DnDFileUpload/DnDFileUpload.d.ts +0 -3
- package/components/FileUpload/DnDFileUpload/DnDFileUpload.js +0 -84
- package/components/FileUpload/DnDFileUpload/ErrorItem.d.ts +0 -9
- package/components/FileUpload/DnDFileUpload/ErrorItem.js +0 -20
- package/components/FileUpload/DnDFileUpload/FilePreview.d.ts +0 -7
- package/components/FileUpload/DnDFileUpload/FilePreview.js +0 -25
- package/components/FileUpload/DnDFileUpload/PreviewItem.d.ts +0 -6
- package/components/FileUpload/DnDFileUpload/PreviewItem.js +0 -26
- package/components/FileUpload/DnDFileUpload/helpers.d.ts +0 -8
- package/components/FileUpload/DnDFileUpload/helpers.js +0 -43
- package/components/FileUpload/DnDFileUpload/index.d.ts +0 -1
- package/components/FileUpload/DnDFileUpload/index.js +0 -1
- package/defineProperty-9bd4a1fd.js +0 -28
- package/extends-b4c62541.js +0 -11
- package/objectWithoutProperties-e50a9021.js +0 -23
- package/slicedToArray-85375d9c.js +0 -55
- package/stories/Alert.stories.js +0 -42
- package/stories/Avatar.stories.js +0 -100
- package/stories/Badge.stories.js +0 -34
- package/stories/Breadcrumb.stories.js +0 -43
- package/stories/Button.stories.js +0 -49
- package/stories/CardBody.stories.js +0 -34
- package/stories/CardSelect.stories.js +0 -161
- package/stories/Cards.stories.js +0 -38
- package/stories/Checkbox.stories.js +0 -39
- package/stories/Chips.stories.js +0 -45
- package/stories/Collapse.stories.js +0 -56
- package/stories/Container.stories.js +0 -25
- package/stories/Copy.stories.js +0 -23
- package/stories/Counter.stories.js +0 -32
- package/stories/DatePicker.stories.js +0 -83
- package/stories/Divider.stories.js +0 -31
- package/stories/Empty.stories.js +0 -39
- package/stories/FileUpload.stories.js +0 -44
- package/stories/Form.stories.js +0 -158
- package/stories/Heading.stories.js +0 -44
- package/stories/Image.stories.js +0 -44
- package/stories/Input.stories.js +0 -57
- package/stories/ItemSelect.stories.js +0 -87
- package/stories/Link.stories.js +0 -27
- package/stories/Menu.stories.js +0 -138
- package/stories/Modal.stories.js +0 -73
- package/stories/More.stories.js +0 -24
- package/stories/NavigationItem.stories.js +0 -27
- package/stories/Pagination.stories.js +0 -46
- package/stories/Popover.stories.js +0 -50
- package/stories/Progress.stories.js +0 -39
- package/stories/ProgressStep.stories.js +0 -74
- package/stories/Radio.stories.js +0 -60
- package/stories/SVGIcons.stories.js +0 -67
- package/stories/Select.stories.js +0 -13418
- package/stories/SideNavigation.stories.js +0 -51
- package/stories/SideSheet.stories.js +0 -211
- package/stories/Snackbar.stories.js +0 -65
- package/stories/Status.stories.js +0 -52
- package/stories/Stepper.stories.js +0 -23
- package/stories/Switcher.stories.js +0 -38
- package/stories/Tab.stories.js +0 -83
- package/stories/Table.stories.js +0 -107
- package/stories/Text.stories.js +0 -64
- package/stories/Textarea.stories.js +0 -39
- package/stories/Tooltip.stories.js +0 -53
- package/toConsumableArray-5f6aab75.js +0 -19
- package/typeof-be5994ae.js +0 -11
- /package/{extends-70e55a04.js → extends-603467f5.js} +0 -0
- /package/{objectWithoutProperties-8e4c84a3.js → objectWithoutProperties-4f08ab7e.js} +0 -0
- /package/{slicedToArray-82271927.js → slicedToArray-d33f7051.js} +0 -0
- /package/{typeof-71abc449.js → typeof-a9e765ab.js} +0 -0
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { useState } from 'react';
|
|
14
|
-
import { CardSelectGroup as _CardSelectGroup } from '../components/CardSelect';
|
|
15
|
-
import { CardSelect as _CardSelect } from '../components/CardSelect';
|
|
16
|
-
import { Popover } from '../components/Popover';
|
|
17
|
-
import { CARD_SELECT_TYPES } from '../consts';
|
|
18
|
-
import imageFile from '../assets/images/illustrations.svg';
|
|
19
|
-
import IconInfo from '../components/SVGIcons/IconInfo';
|
|
20
|
-
import IconQuestion from '../components/SVGIcons/IconQuestion';
|
|
21
|
-
export default {
|
|
22
|
-
title: 'CardSelect',
|
|
23
|
-
component: _CardSelectGroup,
|
|
24
|
-
argTypes: {
|
|
25
|
-
cardsGroupType: {
|
|
26
|
-
options: [CARD_SELECT_TYPES.cardRadio, CARD_SELECT_TYPES.card],
|
|
27
|
-
control: { type: 'radio' }
|
|
28
|
-
},
|
|
29
|
-
cardsGroupDisable: {
|
|
30
|
-
options: [true, false],
|
|
31
|
-
control: { type: 'radio' }
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
var CARDS = [
|
|
36
|
-
{
|
|
37
|
-
value: 1,
|
|
38
|
-
title: 'Card Select',
|
|
39
|
-
icon: {
|
|
40
|
-
Component: IconQuestion
|
|
41
|
-
},
|
|
42
|
-
chips: [
|
|
43
|
-
{
|
|
44
|
-
text: 'Chip 1',
|
|
45
|
-
color: 'success',
|
|
46
|
-
type: 'filled'
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
text: 'Chip 2',
|
|
50
|
-
color: 'warning',
|
|
51
|
-
type: 'filled'
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's " +
|
|
55
|
-
'standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ',
|
|
56
|
-
badgeText: 'Badge',
|
|
57
|
-
disabled: false,
|
|
58
|
-
withAction: true,
|
|
59
|
-
additionalInfo: [
|
|
60
|
-
{
|
|
61
|
-
key: 'Key 1',
|
|
62
|
-
value: 'Value 1'
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
key: 'Key 2',
|
|
66
|
-
value: 'Value 2'
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
inputProps: {
|
|
70
|
-
name: 'input 1',
|
|
71
|
-
label: 'Label',
|
|
72
|
-
handleChange: function (e) {
|
|
73
|
-
console.log(e);
|
|
74
|
-
},
|
|
75
|
-
labelAddons: (_jsx(Popover, __assign({ linkAddons: { url: 'link', beforeLink: 'text before link' }, id: "beneficiary-tooltip", text: 'data', position: "top-center" }, { children: _jsx("div", __assign({ id: "beneficiary-tooltip" }, { children: _jsx(IconInfo, { type: "information", size: "xsmall", className: 'ml-4 pointer' }) })) })))
|
|
76
|
-
},
|
|
77
|
-
onClick: function (e) {
|
|
78
|
-
console.log(e);
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
value: 2,
|
|
83
|
-
title: 'Card Select 2',
|
|
84
|
-
icon: {
|
|
85
|
-
Component: IconQuestion
|
|
86
|
-
},
|
|
87
|
-
chips: [
|
|
88
|
-
{
|
|
89
|
-
text: 'Chip 1',
|
|
90
|
-
color: 'success',
|
|
91
|
-
type: 'filled'
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
text: 'Chip 2',
|
|
95
|
-
color: 'warning',
|
|
96
|
-
type: 'filled'
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's " +
|
|
100
|
-
'standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ',
|
|
101
|
-
disabled: false,
|
|
102
|
-
additionalInfo: [
|
|
103
|
-
{
|
|
104
|
-
key: 'Key 1',
|
|
105
|
-
value: 'Value 1'
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
key: 'Key 2',
|
|
109
|
-
value: 'Value 2'
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
inputProps: {
|
|
113
|
-
label: 'Label',
|
|
114
|
-
name: 'input 2',
|
|
115
|
-
labelAddons: (_jsx(Popover, __assign({ linkAddons: { url: 'link', beforeLink: 'text before link' }, id: "beneficiary-tooltip", text: 'data', position: "top-center" }, { children: _jsx("div", __assign({ id: "beneficiary-tooltip" }, { children: _jsx(IconInfo, { type: "information", size: "xsmall", className: 'ml-4 pointer' }) })) })))
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
];
|
|
119
|
-
var Template = function (args) {
|
|
120
|
-
return (_jsx("div", __assign({ style: { width: '50%' } }, { children: _jsx(_CardSelect, __assign({}, args)) })));
|
|
121
|
-
};
|
|
122
|
-
export var CardSelect = Template.bind({});
|
|
123
|
-
CardSelect.args = {
|
|
124
|
-
type: CARD_SELECT_TYPES.card,
|
|
125
|
-
illustration: imageFile,
|
|
126
|
-
icon: {
|
|
127
|
-
Component: IconQuestion
|
|
128
|
-
},
|
|
129
|
-
title: 'Card Select',
|
|
130
|
-
chips: [
|
|
131
|
-
{
|
|
132
|
-
text: 'Chip 1',
|
|
133
|
-
color: 'success',
|
|
134
|
-
type: 'filled'
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
text: 'Chip 2',
|
|
138
|
-
color: 'warning',
|
|
139
|
-
type: 'filled'
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's " +
|
|
143
|
-
'standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ',
|
|
144
|
-
disabled: false,
|
|
145
|
-
value: undefined,
|
|
146
|
-
additionalInfo: [
|
|
147
|
-
{
|
|
148
|
-
key: 'Key 1',
|
|
149
|
-
value: 'Value 1'
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
key: 'Key 2',
|
|
153
|
-
value: 'Value 2'
|
|
154
|
-
}
|
|
155
|
-
]
|
|
156
|
-
};
|
|
157
|
-
var CardSelectGroupTemplate = function (args) {
|
|
158
|
-
var _a = useState(1), selected = _a[0], setSelected = _a[1];
|
|
159
|
-
return (_jsx("div", __assign({ style: { width: '50%' } }, { children: _jsx(_CardSelectGroup, __assign({}, args, { cards: CARDS, value: selected, handleChange: setSelected })) })));
|
|
160
|
-
};
|
|
161
|
-
export var CardSelectGroup = CardSelectGroupTemplate.bind({});
|
package/stories/Cards.stories.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
import { CardItem as _TCardItem, IconDelete, IconEdit, IconInfo, IconPerson } from '../index';
|
|
14
|
-
import imageFile1 from '../assets/images/ArCa.svg';
|
|
15
|
-
import { Button } from '../components/Button';
|
|
16
|
-
export default {
|
|
17
|
-
title: 'Cards',
|
|
18
|
-
component: _TCardItem
|
|
19
|
-
};
|
|
20
|
-
var Template = function (args) {
|
|
21
|
-
return _jsx(_TCardItem, __assign({}, args));
|
|
22
|
-
};
|
|
23
|
-
export var Cards = Template.bind({});
|
|
24
|
-
Cards.args = {
|
|
25
|
-
image: imageFile1,
|
|
26
|
-
icon: {
|
|
27
|
-
Component: IconPerson
|
|
28
|
-
},
|
|
29
|
-
title: 'Michael Jordan',
|
|
30
|
-
subtitleProps: {
|
|
31
|
-
subtitle: 'Michael Jordan',
|
|
32
|
-
iconProps: {
|
|
33
|
-
Component: IconInfo
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
children: (_jsxs("div", __assign({ className: 'flexbox' }, { children: [_jsx(Button, { type: 'tertiary', size: 'medium', iconProps: { Component: IconDelete } }), _jsx(Button, { type: 'tertiary', size: 'medium', iconProps: { Component: IconEdit }, className: 'ml-12' })] }))),
|
|
37
|
-
disabled: false
|
|
38
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { useState } from 'react';
|
|
14
|
-
import { Checkbox as _Checkbox } from '../index';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'Checkbox',
|
|
17
|
-
component: _Checkbox,
|
|
18
|
-
argTypes: {}
|
|
19
|
-
};
|
|
20
|
-
var Template = function (args) {
|
|
21
|
-
var _a = useState(false), isChecked = _a[0], setIsChecked = _a[1];
|
|
22
|
-
return (_jsx(_Checkbox, __assign({}, args, { selectedValue: isChecked, onClick: setIsChecked, popoverAddons: {
|
|
23
|
-
id: 'some-id',
|
|
24
|
-
text: 'hello-popover',
|
|
25
|
-
dataId: 'test'
|
|
26
|
-
} })));
|
|
27
|
-
};
|
|
28
|
-
export var Checkbox = Template.bind({});
|
|
29
|
-
Checkbox.args = {
|
|
30
|
-
dataId: 'id',
|
|
31
|
-
disabled: false,
|
|
32
|
-
required: false,
|
|
33
|
-
isInvalid: false,
|
|
34
|
-
label: 'Label for checkbox',
|
|
35
|
-
link: '/about',
|
|
36
|
-
beforeLink: 'das',
|
|
37
|
-
afterLink: 'after-link',
|
|
38
|
-
helperText: 'helper text'
|
|
39
|
-
};
|
package/stories/Chips.stories.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Chips as _Chips } from '../components/Chips';
|
|
14
|
-
import IconPerson from '../components/SVGIcons/IconPerson';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'Chips',
|
|
17
|
-
component: _Chips,
|
|
18
|
-
argTypes: {
|
|
19
|
-
type: {
|
|
20
|
-
options: ['filled', 'accent', 'outlined'],
|
|
21
|
-
control: { type: 'radio' }
|
|
22
|
-
},
|
|
23
|
-
color: {
|
|
24
|
-
options: ['primary', 'brand', 'danger', 'warning', 'success', 'information', 'discovery'],
|
|
25
|
-
control: { type: 'radio' }
|
|
26
|
-
},
|
|
27
|
-
size: {
|
|
28
|
-
options: ['large', 'medium', 'small', 'xsmall'],
|
|
29
|
-
control: { type: 'radio' }
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
var Template = function (args) { return _jsx(_Chips, __assign({}, args)); };
|
|
34
|
-
export var Chips = Template.bind({});
|
|
35
|
-
Chips.args = {
|
|
36
|
-
type: 'filled',
|
|
37
|
-
color: 'primary',
|
|
38
|
-
size: 'large',
|
|
39
|
-
text: 'Badge',
|
|
40
|
-
leftIconProps: {
|
|
41
|
-
Component: IconPerson
|
|
42
|
-
},
|
|
43
|
-
disabled: false,
|
|
44
|
-
withAction: false
|
|
45
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { useState } from 'react';
|
|
14
|
-
import { CollapseItem as _CollapseItem, CollapseGroup as _CollapseGroup } from '../index';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'Collapse',
|
|
17
|
-
component: _CollapseItem,
|
|
18
|
-
argTypes: {}
|
|
19
|
-
};
|
|
20
|
-
var Template = function (args) {
|
|
21
|
-
var _a = useState(false), isOpen = _a[0], setIsOpen = _a[1];
|
|
22
|
-
var open = function () { return setIsOpen(true); };
|
|
23
|
-
var close = function () { return setIsOpen(false); };
|
|
24
|
-
return (_jsx(_CollapseItem, __assign({}, args, { reverse: true, title: { text: args.textTitle }, isOpen: isOpen, toggle: isOpen ? close : open, additionalInfo: _jsx("div", { children: "COMPONENT" }) }, { children: _jsx("div", { children: "My Accordion content" }) })));
|
|
25
|
-
};
|
|
26
|
-
export var CollapseItem = Template.bind({});
|
|
27
|
-
CollapseItem.args = {
|
|
28
|
-
textTitle: 'Collapse'
|
|
29
|
-
};
|
|
30
|
-
var CollapseItems = [
|
|
31
|
-
{
|
|
32
|
-
title: 'collapse1',
|
|
33
|
-
value: 1,
|
|
34
|
-
content: _jsx("div", { children: "collapse1 content" }),
|
|
35
|
-
isOpen: true,
|
|
36
|
-
id: 1
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
title: 'collapse2',
|
|
40
|
-
value: 2,
|
|
41
|
-
content: _jsx("div", __assign({ style: { height: 100 } }, { children: "collapse2 content" })),
|
|
42
|
-
isOpen: false
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
title: 'collapse3',
|
|
46
|
-
value: 3,
|
|
47
|
-
content: _jsx("div", __assign({ style: { height: 200 } }, { children: "collapse3 content" })),
|
|
48
|
-
isOpen: true,
|
|
49
|
-
id: 3
|
|
50
|
-
}
|
|
51
|
-
];
|
|
52
|
-
var Template1 = function (args) {
|
|
53
|
-
return _jsx(_CollapseGroup, __assign({}, args, { items: CollapseItems, titleColor: "selected" }));
|
|
54
|
-
};
|
|
55
|
-
export var CollapseGroup = Template1.bind({});
|
|
56
|
-
CollapseGroup.args = {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
import { Text, Container as _Container, Button } from '../index';
|
|
14
|
-
import { noop } from '../utils/helpers';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'Container',
|
|
17
|
-
component: _Container
|
|
18
|
-
};
|
|
19
|
-
var Template = function () {
|
|
20
|
-
var helperStyles = {
|
|
21
|
-
marginTop: '10px'
|
|
22
|
-
};
|
|
23
|
-
return (_jsx("div", { children: _jsx(_Container, { children: _jsxs("div", { children: [_jsx(Text, { size: "small" }), _jsx("div", __assign({ style: helperStyles }, { children: _jsx(Button, { buttonText: "Next", onClick: noop, type: "primary" }) }))] }) }) }));
|
|
24
|
-
};
|
|
25
|
-
export var Container = Template.bind({});
|
package/stories/Copy.stories.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Copy as _Copy } from '../index';
|
|
14
|
-
export default {
|
|
15
|
-
title: 'Copy',
|
|
16
|
-
component: _Copy,
|
|
17
|
-
argTypes: {}
|
|
18
|
-
};
|
|
19
|
-
var Template = function (args) { return _jsx(_Copy, __assign({}, args)); };
|
|
20
|
-
export var Copy = Template.bind({});
|
|
21
|
-
Copy.args = {
|
|
22
|
-
textAfterCopy: 'Copied'
|
|
23
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { useState } from 'react';
|
|
14
|
-
import { Counter as _Counter } from '../index';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'Counter',
|
|
17
|
-
component: _Counter
|
|
18
|
-
};
|
|
19
|
-
var Template = function (args) {
|
|
20
|
-
var _a = useState(6), count = _a[0], setCount = _a[1];
|
|
21
|
-
var onChange = function (count) {
|
|
22
|
-
setCount(count);
|
|
23
|
-
};
|
|
24
|
-
return _jsx(_Counter, __assign({}, args, { handleChange: onChange, counter: count, dataId: 'counter' }));
|
|
25
|
-
};
|
|
26
|
-
export var Counter = Template.bind({});
|
|
27
|
-
Counter.args = {
|
|
28
|
-
max: 999,
|
|
29
|
-
min: 5,
|
|
30
|
-
label: 'Counter label',
|
|
31
|
-
customError: ''
|
|
32
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { useState } from 'react';
|
|
14
|
-
import { SimpleDatePicker as _SimpleDatePicker, TimePicker as _TimePicker, RangeDatePicker as _RangeDatePicker } from '../index';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'DatePicker',
|
|
17
|
-
component: _RangeDatePicker,
|
|
18
|
-
argTypes: {
|
|
19
|
-
dayjsLocale: { control: 'radio', options: ['en', 'ru', 'hy-am'] }
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
var CURRENT_YEAR = new Date().getFullYear();
|
|
23
|
-
var getAllLastDays = function () {
|
|
24
|
-
var arr = [];
|
|
25
|
-
for (var month = 0; month <= 12; month++) {
|
|
26
|
-
var lastDayDate = new Date(CURRENT_YEAR, month + 1, 0);
|
|
27
|
-
var lastDayOfMonth = lastDayDate.getDate();
|
|
28
|
-
for (var day = 25; day <= lastDayOfMonth; day++) {
|
|
29
|
-
arr.push(new Date(CURRENT_YEAR, month, day));
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
return [new Date('2025-01-14T00:00:00')];
|
|
33
|
-
};
|
|
34
|
-
export var isWeekend = function (date) {
|
|
35
|
-
return date.getDay() === 6 || date.getDay() === 0; // 6 is Saturday, 0 is Sunday
|
|
36
|
-
};
|
|
37
|
-
export var isSameDay = function (date1, date2) {
|
|
38
|
-
var day1 = date1.getDate();
|
|
39
|
-
var month1 = date1.getMonth();
|
|
40
|
-
var year1 = date1.getFullYear();
|
|
41
|
-
var day2 = date2.getDate();
|
|
42
|
-
var month2 = date2.getMonth();
|
|
43
|
-
var year2 = date2.getFullYear();
|
|
44
|
-
return day1 === day2 && month1 === month2 && year1 === year2;
|
|
45
|
-
};
|
|
46
|
-
export var isWeekday = function (date, publicHolidays) {
|
|
47
|
-
// Return true if the day is not Saturday or Sunday or Public holiday
|
|
48
|
-
return !isWeekend(date) && !publicHolidays.some(function (holiday) { return isSameDay(new Date(holiday), date); });
|
|
49
|
-
};
|
|
50
|
-
var publicHolidays = ['2025-01-14T00:00:00'];
|
|
51
|
-
var SimplePicker = function (args) {
|
|
52
|
-
var _a = useState(undefined), value = _a[0], setValue = _a[1];
|
|
53
|
-
return (_jsx("div", __assign({ style: { width: 300 } }, { children: _jsx(_SimpleDatePicker, __assign({}, args, { value: value, minDate: new Date(), label: 'Simple Date Picker', modalOptions: {
|
|
54
|
-
title: 'Select date'
|
|
55
|
-
}, changeHandler: setValue, format: "DD",
|
|
56
|
-
// label="ddd"
|
|
57
|
-
placeholderText: "Select date", size: "small",
|
|
58
|
-
// excludeDates={getAllLastDays()}
|
|
59
|
-
// minDate={new Date(new Date().setDate(new Date().getDate() + 15))}
|
|
60
|
-
// maxDate={new Date(new Date().setDate(new Date().getDate() + 60))}
|
|
61
|
-
filterDate: function (date) { return isWeekday(date, publicHolidays); } })) })));
|
|
62
|
-
};
|
|
63
|
-
export var SimpleDatePicker = SimplePicker.bind({});
|
|
64
|
-
var TimeDatePicker = function () {
|
|
65
|
-
var _a = useState(new Date()), value1 = _a[0], setValue1 = _a[1];
|
|
66
|
-
// const [value2, setValue2] = useState<Date>(new Date())
|
|
67
|
-
// const filterPassedTime = (time) => {
|
|
68
|
-
// // const currentDate = value1
|
|
69
|
-
// const selectedDate = new Date(time)
|
|
70
|
-
// return value1.getTime() < selectedDate.getTime()
|
|
71
|
-
// }
|
|
72
|
-
return (_jsx("div", __assign({ style: { width: 300 } }, { children: _jsx(_TimePicker, { value: value1, changeHandler: setValue1, timeIntervals: 60, format: 'HH:mm', label: "time", modalOptions: { title: 'Select time', btnConfirmText: 'Apply' } }) })));
|
|
73
|
-
};
|
|
74
|
-
export var TimePicker = TimeDatePicker.bind({});
|
|
75
|
-
var RangePicker = function (args) {
|
|
76
|
-
var _a = useState([new Date(), new Date()]), value = _a[0], setValue = _a[1];
|
|
77
|
-
return (_jsx("div", __assign({ style: { width: 300 } }, { children: _jsx(_RangeDatePicker, __assign({}, args, { value: value, changeHandler: setValue, locale: 'en', label: 'Range Label', modalOptions: { title: 'Select date', btnConfirmText: 'Apply', btnCancelText: 'Cancel' }, filterDate: function (date) { return date.getDay() !== 0 && date.getDay() !== 6; } })) })));
|
|
78
|
-
};
|
|
79
|
-
export var RangeDatePicker = RangePicker.bind({});
|
|
80
|
-
RangeDatePicker.args = {
|
|
81
|
-
label: 'Range Date Picker',
|
|
82
|
-
format: 'DD/MM/YYYY'
|
|
83
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Divider as _Divider } from '../index';
|
|
14
|
-
export default {
|
|
15
|
-
title: 'Divider',
|
|
16
|
-
component: _Divider,
|
|
17
|
-
argTypes: {
|
|
18
|
-
type: {
|
|
19
|
-
options: ['primary', 'secondary'],
|
|
20
|
-
control: { type: 'radio' }
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
var Template = function (args) {
|
|
25
|
-
return (_jsx("div", __assign({ style: { height: '300px', width: '300px' } }, { children: _jsx(_Divider, __assign({}, args)) })));
|
|
26
|
-
};
|
|
27
|
-
export var Divider = Template.bind({});
|
|
28
|
-
Divider.args = {
|
|
29
|
-
type: 'primary',
|
|
30
|
-
isHorizontal: true
|
|
31
|
-
};
|
package/stories/Empty.stories.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
import { Empty as _Empty } from '../index';
|
|
14
|
-
import IconAdd from '../components/SVGIcons/IconAdd';
|
|
15
|
-
export default {
|
|
16
|
-
title: 'Empty',
|
|
17
|
-
component: _Empty,
|
|
18
|
-
argTypes: {
|
|
19
|
-
size: {
|
|
20
|
-
options: ['large', 'small'],
|
|
21
|
-
control: { type: 'radio' }
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
var Template = function (args) {
|
|
26
|
-
return _jsx(_Empty, __assign({}, args));
|
|
27
|
-
};
|
|
28
|
-
export var Empty = Template.bind({});
|
|
29
|
-
Empty.args = {
|
|
30
|
-
size: 'large',
|
|
31
|
-
mainMessage: "Sorry, we couldn't find any results",
|
|
32
|
-
paragraphMessage: 'Paragraph text comes here',
|
|
33
|
-
buttonProps: {
|
|
34
|
-
buttonText: 'Button',
|
|
35
|
-
iconProps: {
|
|
36
|
-
Component: IconAdd
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
14
|
-
// @ts-nocheck
|
|
15
|
-
import { useState } from 'react';
|
|
16
|
-
import { DnDFileUpload as _DnDFileUpload, FileUpload as _FileUpload } from '../components/FileUpload';
|
|
17
|
-
import IconInfo from '../components/SVGIcons/IconInfo';
|
|
18
|
-
import { FileTypeEnum } from '../type';
|
|
19
|
-
export default {
|
|
20
|
-
title: 'FileUpload',
|
|
21
|
-
component: _FileUpload
|
|
22
|
-
};
|
|
23
|
-
var Template = function (args) {
|
|
24
|
-
var _a = useState([]), files = _a[0], setFiles = _a[1];
|
|
25
|
-
var getFiles = function (_files) {
|
|
26
|
-
if (_files && _files.length) {
|
|
27
|
-
setFiles(_files);
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
return (_jsx("div", __assign({ style: { width: 400 } }, { children: _jsx(_FileUpload, __assign({}, args, { getFiles: getFiles, fileAllowedSize: 9000000, uploadedFiles: files, onError: function (type) { return console.log('type', type); } })) })));
|
|
31
|
-
};
|
|
32
|
-
export var FileUpload = Template.bind({});
|
|
33
|
-
FileUpload.args = {
|
|
34
|
-
label: 'Label',
|
|
35
|
-
buttonText: 'Attach file',
|
|
36
|
-
isFileUploaded: false,
|
|
37
|
-
labelAddons: _jsx(IconInfo, { size: 'xsmall', type: 'information', className: 'ml-4' })
|
|
38
|
-
};
|
|
39
|
-
var Template2 = function (args) {
|
|
40
|
-
var _a = useState([]), files = _a[0], setFiles = _a[1];
|
|
41
|
-
return (_jsx("div", __assign({ style: { width: 800 } }, { children: _jsx(_DnDFileUpload, __assign({}, args, { setFiles: setFiles, selectedFiles: files, accept: [FileTypeEnum.PDF] })) })));
|
|
42
|
-
};
|
|
43
|
-
export var DragAndDropFileUpload = Template2.bind({});
|
|
44
|
-
DragAndDropFileUpload.args = {};
|