hrm_ui_lib 1.4.4-alpha.2 → 1.4.4-alpha.20
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-6e16c797.js → Button-2daac908.js} +34 -65
- package/assets/styles/helpers/_mixin.scss +29 -28
- package/assets/styles/styles.css +98 -14
- package/assets/styles/styles.scss +1 -1
- 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 +7 -7
- package/components/Alert/types.d.ts +17 -17
- package/components/Avatar/Avatar.d.ts +3 -3
- package/components/Avatar/Avatar.js +8 -8
- package/components/Avatar/AvatarGroup.d.ts +3 -3
- package/components/Avatar/AvatarGroup.js +8 -8
- package/components/Avatar/index.d.ts +2 -2
- package/components/Avatar/index.js +8 -8
- 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 +7 -7
- package/components/Button/types.d.ts +22 -22
- package/components/CardBody/CardBody.d.ts +3 -3
- package/components/CardBody/CardBody.js +7 -7
- package/components/CardBody/index.d.ts +1 -1
- package/components/CardBody/index.js +7 -7
- package/components/CardBody/types.d.ts +11 -11
- package/components/CardSelect/CardSelect.d.ts +3 -3
- package/components/CardSelect/CardSelect.js +7 -7
- package/components/CardSelect/CardSelectGroup.d.ts +3 -3
- package/components/CardSelect/CardSelectGroup.js +7 -7
- 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 +7 -7
- package/components/CardSelect/components/index.d.ts +4 -4
- package/components/CardSelect/components/index.js +7 -7
- package/components/CardSelect/index.d.ts +2 -2
- package/components/CardSelect/index.js +7 -7
- 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 +7 -7
- 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 +7 -7
- package/components/Copy/index.d.ts +1 -1
- package/components/Copy/index.js +7 -7
- package/components/Copy/types.d.ts +6 -6
- package/components/Counter/Counter.d.ts +3 -3
- package/components/Counter/Counter.js +7 -7
- package/components/Counter/index.d.ts +1 -1
- package/components/Counter/index.js +7 -7
- package/components/Counter/types.d.ts +9 -9
- package/components/DatePicker/CustomHeader/CustomHeader.d.ts +11 -11
- package/components/DatePicker/CustomHeader/CustomHeader.js +16 -14
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.d.ts +3 -3
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +14 -8
- 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 +69 -41
- package/components/DatePicker/RangeDatePicker/index.d.ts +1 -1
- package/components/DatePicker/RangeDatePicker/index.js +14 -8
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.d.ts +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +10 -8
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.d.ts +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -7
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.d.ts +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +12 -10
- package/components/DatePicker/SimpleDatePicker/index.d.ts +1 -1
- package/components/DatePicker/SimpleDatePicker/index.js +10 -8
- package/components/DatePicker/TimePicker/MobileModalContent.d.ts +11 -10
- package/components/DatePicker/TimePicker/MobileModalContent.js +6 -6
- package/components/DatePicker/TimePicker/TimePicker.d.ts +3 -3
- package/components/DatePicker/TimePicker/TimePicker.js +7 -7
- 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 +9 -10
- package/components/DatePicker/TimePicker/helpers.d.ts +2 -2
- package/components/DatePicker/TimePicker/index.d.ts +1 -1
- package/components/DatePicker/TimePicker/index.js +7 -7
- 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 +14 -8
- package/components/DatePicker/types.d.ts +51 -48
- 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 +7 -7
- package/components/Empty/index.d.ts +1 -1
- package/components/Empty/index.js +7 -7
- package/components/Empty/types.d.ts +9 -9
- 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 +2 -2
- package/components/FileUpload/index.js +8 -8
- package/components/FileUpload/types.d.ts +35 -35
- package/components/FormContainer/FormContainer.d.ts +3 -3
- package/components/FormContainer/FormContainer.js +7 -7
- package/components/FormContainer/index.d.ts +1 -1
- package/components/FormContainer/index.js +7 -7
- 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 +7 -7
- 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 +7 -7
- package/components/Input/types.d.ts +41 -41
- package/components/ItemSelect/ItemSelect.d.ts +3 -3
- package/components/ItemSelect/ItemSelect.js +7 -7
- package/components/ItemSelect/ItemSelectGroup.d.ts +3 -3
- package/components/ItemSelect/ItemSelectGroup.js +7 -7
- package/components/ItemSelect/index.d.ts +2 -2
- package/components/ItemSelect/index.js +7 -7
- 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 +8 -8
- package/components/Menu/types.d.ts +33 -33
- package/components/Modal/Modal.d.ts +20 -20
- package/components/Modal/Modal.js +7 -7
- package/components/Modal/ModalConfirmation.d.ts +3 -3
- package/components/Modal/ModalConfirmation.js +7 -7
- 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 +7 -7
- package/components/Modal/types.d.ts +40 -39
- package/components/More/More.d.ts +3 -3
- package/components/More/More.js +7 -7
- package/components/More/index.d.ts +1 -1
- package/components/More/index.js +7 -7
- 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 +7 -7
- package/components/Popover/PopoverDesktop.d.ts +3 -3
- package/components/Popover/PopoverDesktop.js +1 -1
- 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 +7 -7
- 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 +7 -7
- 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/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 +286 -286
- 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 +20 -12
- 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 +8 -8
- package/components/Select/FilterSelect/FilterSelect.d.ts +3 -3
- package/components/Select/FilterSelect/FilterSelect.js +8 -7
- package/components/Select/MultiSelect/DesktopWrapper.d.ts +13 -0
- package/components/Select/MultiSelect/DesktopWrapper.js +54 -0
- package/components/Select/MultiSelect/MobileWrapper.d.ts +10 -0
- package/components/Select/MultiSelect/MobileWrapper.js +61 -0
- package/components/Select/MultiSelect/MultiBase/MultiBase.d.ts +3 -3
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +21 -14
- package/components/Select/MultiSelect/MultiSelect.d.ts +3 -3
- package/components/Select/MultiSelect/MultiSelect.js +28 -18
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +3 -3
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +14 -10
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +3 -3
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +11 -8
- package/components/Select/MultiSelect/OptionsWrapper.d.ts +19 -18
- package/components/Select/MultiSelect/OptionsWrapper.js +17 -20
- 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 +1 -1
- package/components/Select/Select/Select.d.ts +3 -3
- package/components/Select/Select/Select.js +106 -215
- package/components/Select/Select/SelectDesktop/index.d.ts +3 -0
- package/components/Select/Select/SelectDesktop/index.js +212 -0
- package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +7 -0
- package/components/Select/Select/SelectMobile/MobileTopContent.js +74 -0
- package/components/Select/Select/SelectMobile/index.d.ts +3 -0
- package/components/Select/Select/SelectMobile/index.js +173 -0
- package/components/Select/Select/helpers.d.ts +1 -0
- package/components/Select/Select/helpers.js +10 -0
- 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 +51 -35
- package/components/Select/SharedComponents/ContentTop.d.ts +20 -19
- package/components/Select/SharedComponents/ContentTop.js +24 -13
- package/components/Select/SharedComponents/Footer.d.ts +3 -3
- package/components/Select/SharedComponents/Footer.js +7 -7
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.d.ts +3 -3
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +32 -36
- package/components/Select/SharedComponents/Loading.d.ts +6 -6
- package/components/Select/SharedComponents/index.d.ts +6 -6
- package/components/Select/SharedComponents/index.js +11 -8
- package/components/Select/constants.d.ts +11 -10
- package/components/Select/constants.js +2 -1
- package/components/Select/index.d.ts +5 -5
- package/components/Select/index.js +24 -17
- package/components/Select/types.d.ts +273 -228
- 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 +7 -7
- package/components/SideSheet/SideSheet.d.ts +3 -3
- package/components/SideSheet/SideSheet.js +7 -7
- package/components/SideSheet/index.d.ts +1 -1
- package/components/SideSheet/index.js +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +8 -8
- package/components/Table/IndeterminateCheckbox.d.ts +12 -12
- package/components/Table/IndeterminateCheckbox.js +7 -7
- package/components/Table/Row.d.ts +10 -10
- package/components/Table/Row.js +8 -8
- package/components/Table/Table.d.ts +3 -3
- package/components/Table/Table.js +8 -8
- package/components/Table/index.d.ts +1 -1
- package/components/Table/index.js +8 -8
- package/components/Table/types.d.ts +36 -36
- package/components/Table/utils.d.ts +5 -5
- package/components/Table/utils.js +8 -8
- 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 +7 -7
- package/components/Textarea/types.d.ts +18 -18
- package/components/Tooltip/Tooltip.d.ts +3 -3
- package/components/Tooltip/Tooltip.js +1 -1
- package/components/Tooltip/index.d.ts +1 -1
- package/components/Tooltip/index.js +1 -1
- package/components/Tooltip/types.d.ts +21 -21
- package/consts/index.d.ts +24 -24
- package/context/FormContextProvider.d.ts +4 -4
- package/context/index.d.ts +2 -2
- package/context/types.d.ts +21 -21
- package/{defineProperty-c0de2685.js → defineProperty-1ecacfbc.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/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 +20 -12
- package/helperComponents/OptionItem/index.d.ts +1 -1
- package/helperComponents/OptionItem/index.js +8 -8
- package/helperComponents/OptionItem/types.d.ts +18 -17
- package/helperComponents/index.d.ts +6 -6
- package/helperComponents/index.js +8 -8
- package/helpers/format-date.d.ts +1 -0
- package/helpers/format-date.js +15 -0
- package/helpers/index.d.ts +3 -0
- package/helpers/index.js +5 -0
- package/helpers/locale.d.ts +3 -0
- package/helpers/locale.js +16 -0
- package/helpers/storage.d.ts +2 -0
- package/helpers/storage.js +20 -0
- package/hooks/index.d.ts +12 -12
- package/hooks/index.js +1 -1
- package/hooks/useChangePositionsOnScroll.d.ts +1 -1
- package/hooks/useDispatchEventOnScroll.d.ts +1 -1
- 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 +1 -1
- 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/useOnOutsideClick.d.ts +1 -1
- package/hooks/useScreenSize.d.ts +3 -3
- package/hooks/useScreenSize.js +1 -1
- package/index.d.ts +50 -51
- package/index.js +17 -7
- package/package.json +1 -1
- 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 +16 -16
- package/stories/Divider.stories.d.ts +4 -4
- package/stories/Empty.stories.d.ts +16 -16
- package/stories/FileUpload.stories.d.ts +8 -8
- 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-02adc8cb.js → toConsumableArray-90be96f7.js} +1 -1
- package/type/index.d.ts +1 -0
- package/type/index.js +1 -0
- package/type/locale.d.ts +10 -0
- package/type/locale.js +14 -0
- package/utils/helpers.d.ts +15 -15
- package/AnimatePresenceWrapper-4f6cc2ae.js +0 -1726
- package/Button-11559e09.js +0 -429
- package/Button-25ab81f4.js +0 -431
- package/Button-35ad7098.js +0 -432
- package/Button-40d1c495.js +0 -429
- package/Button-63c0838d.js +0 -434
- package/Button-67c716bc.js +0 -436
- package/Button-68e7e4fd.js +0 -433
- package/Button-773181bc.js +0 -429
- package/Button-a9064547.js +0 -434
- package/Button-d18138ba.js +0 -430
- package/Button-dde8182b.js +0 -436
- package/Button-e1f9c470.js +0 -434
- package/Button-f483692b.js +0 -436
- package/components/ButtonIcon/ButtonIcon.d.ts +0 -3
- package/components/ButtonIcon/ButtonIcon.js +0 -35
- package/components/ButtonIcon/index.d.ts +0 -1
- package/components/ButtonIcon/index.js +0 -35
- package/components/ButtonIcon/types.d.ts +0 -16
- package/components/ButtonIcon/types.js +0 -1
- package/components/DatePicker/RangeDatePicker.d.ts +0 -3
- package/components/DatePicker/RangeDatePicker.js +0 -89
- package/components/DatePicker/TimePicker.d.ts +0 -3
- package/components/DatePicker/TimePicker.js +0 -59
- package/defineProperty-0b0abe61.js +0 -28
- package/defineProperty-20ca2775.js +0 -28
- package/defineProperty-a32ef981.js +0 -28
- package/defineProperty-cc02b516.js +0 -28
- package/defineProperty-e792ed98.js +0 -28
- package/defineProperty-eee124e7.js +0 -28
- package/extends-34b55036.js +0 -11
- package/extends-44b8328e.js +0 -11
- package/extends-4eda19b2.js +0 -11
- package/extends-55c1eb58.js +0 -11
- package/extends-cb829732.js +0 -11
- package/extends-d40233e7.js +0 -11
- package/objectWithoutProperties-80c16017.js +0 -23
- package/objectWithoutProperties-8770803c.js +0 -23
- package/objectWithoutProperties-8b2251e9.js +0 -23
- package/objectWithoutProperties-a75356ce.js +0 -23
- package/objectWithoutProperties-c1df2187.js +0 -23
- package/objectWithoutProperties-e20c4d9e.js +0 -23
- package/proxy-1f76d4cf.js +0 -9654
- package/slicedToArray-14de16e4.js +0 -55
- package/slicedToArray-211b6284.js +0 -55
- package/slicedToArray-5c7da176.js +0 -55
- package/slicedToArray-5eae6ab7.js +0 -55
- package/slicedToArray-7910ec2e.js +0 -55
- package/slicedToArray-ac4628b7.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/ButtonIcon.stories.d.ts +0 -16
- package/stories/ButtonIcon.stories.js +0 -43
- 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 -59
- package/stories/Divider.stories.js +0 -31
- package/stories/Empty.stories.js +0 -39
- package/stories/FileUpload.stories.js +0 -40
- 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 -13417
- 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-074caac7.js +0 -19
- package/toConsumableArray-685e6ec9.js +0 -19
- package/toConsumableArray-a94cc42a.js +0 -19
- package/toConsumableArray-cd292f89.js +0 -19
- package/toConsumableArray-f5e57c3a.js +0 -19
- package/toConsumableArray-fe28866b.js +0 -19
- package/typeof-66f107b9.js +0 -11
- package/typeof-6c1fecb2.js +0 -11
- package/typeof-a777dcdc.js +0 -11
- package/typeof-cb58e36f.js +0 -11
- package/typeof-dfc9ac00.js +0 -11
- package/typeof-e3cc378d.js +0 -11
- /package/{extends-0166c96c.js → extends-3298120e.js} +0 -0
- /package/{objectWithoutProperties-2515685f.js → objectWithoutProperties-951f9528.js} +0 -0
- /package/{slicedToArray-0c287559.js → slicedToArray-66f01db8.js} +0 -0
- /package/{typeof-46ac6c30.js → typeof-1cc36b12.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _extends } from './extends-
|
|
2
|
-
import { _ as _defineProperty } from './defineProperty-
|
|
3
|
-
import { _ as _objectWithoutProperties } from './objectWithoutProperties-
|
|
1
|
+
import { _ as _extends } from './extends-3298120e.js';
|
|
2
|
+
import { _ as _defineProperty } from './defineProperty-1ecacfbc.js';
|
|
3
|
+
import { _ as _objectWithoutProperties } from './objectWithoutProperties-951f9528.js';
|
|
4
4
|
import React, { useState, useId, useEffect, forwardRef, useRef, useMemo } from 'react';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
@@ -8,59 +8,24 @@ import { Loader } from './helperComponents/Loader/Loader.js';
|
|
|
8
8
|
import './consts/index.js';
|
|
9
9
|
import './hooks/useScreenSize.js';
|
|
10
10
|
import 'react-hook-form';
|
|
11
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
11
|
+
import { _ as _slicedToArray } from './slicedToArray-66f01db8.js';
|
|
12
12
|
import { useIsMobile } from './hooks/useGetIsMobile.js';
|
|
13
13
|
import { motion } from 'framer-motion';
|
|
14
14
|
import { AnimatePresenceWrapper } from './helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
15
15
|
import { useOnOutsideClick } from './hooks/useOnOutsideClick.js';
|
|
16
16
|
import { useHideBodyScroll } from './hooks/useHideBodyScroll.js';
|
|
17
|
-
import 'react-syntax-highlighter';
|
|
18
17
|
import { IconDismiss } from './components/SVGIcons/IconDismiss.js';
|
|
19
18
|
import { Positions } from './components/Tooltip/types.js';
|
|
20
19
|
import { Text } from './components/Text/Text.js';
|
|
21
20
|
import { Tooltip } from './components/Tooltip/Tooltip.js';
|
|
22
21
|
import { noop } from './utils/helpers.js';
|
|
22
|
+
import 'react-syntax-highlighter';
|
|
23
23
|
import { Link } from './components/Link/Link.js';
|
|
24
24
|
import { PopoverDesktop } from './components/Popover/PopoverDesktop.js';
|
|
25
25
|
import { IconInfo } from './components/SVGIcons/IconInfo.js';
|
|
26
26
|
import { IconDynamicComponent } from './helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
27
27
|
import { LITE_LOADER_TYPES, ICON_SIZE_MAPPING, ICON_TYPE_MAPPING } from './components/Button/consts.js';
|
|
28
28
|
|
|
29
|
-
var _excluded$3 = ["size", "className", "iconProps", "buttonActionType", "disabled", "isLoading", "formId", "dataId", "onClick", "refHandler"];
|
|
30
|
-
var ButtonIcon = function ButtonIcon(props) {
|
|
31
|
-
var _props$size = props.size,
|
|
32
|
-
size = _props$size === void 0 ? 'medium' : _props$size,
|
|
33
|
-
_props$className = props.className,
|
|
34
|
-
className = _props$className === void 0 ? '' : _props$className,
|
|
35
|
-
iconProps = props.iconProps,
|
|
36
|
-
_props$buttonActionTy = props.buttonActionType,
|
|
37
|
-
buttonActionType = _props$buttonActionTy === void 0 ? 'button' : _props$buttonActionTy,
|
|
38
|
-
disabled = props.disabled,
|
|
39
|
-
isLoading = props.isLoading,
|
|
40
|
-
formId = props.formId,
|
|
41
|
-
_props$dataId = props.dataId,
|
|
42
|
-
dataId = _props$dataId === void 0 ? '' : _props$dataId,
|
|
43
|
-
onClick = props.onClick,
|
|
44
|
-
_props$refHandler = props.refHandler,
|
|
45
|
-
refHandler = _props$refHandler === void 0 ? null : _props$refHandler,
|
|
46
|
-
rest = _objectWithoutProperties(props, _excluded$3);
|
|
47
|
-
return /*#__PURE__*/React.createElement("button", _extends({
|
|
48
|
-
ref: refHandler,
|
|
49
|
-
"data-id": dataId,
|
|
50
|
-
disabled: disabled,
|
|
51
|
-
type: buttonActionType,
|
|
52
|
-
className: classNames('btn-icon', "btn-icon--".concat(size), className),
|
|
53
|
-
onClick: onClick,
|
|
54
|
-
form: formId
|
|
55
|
-
}, rest), isLoading ? /*#__PURE__*/React.createElement(Loader, {
|
|
56
|
-
size: size,
|
|
57
|
-
type: 'dark'
|
|
58
|
-
}) : /*#__PURE__*/React.createElement(iconProps.Component, {
|
|
59
|
-
size: size,
|
|
60
|
-
type: disabled ? 'disabled' : 'tertiary'
|
|
61
|
-
}));
|
|
62
|
-
};
|
|
63
|
-
|
|
64
29
|
var ModalContent = function ModalContent(_ref) {
|
|
65
30
|
var title = _ref.title,
|
|
66
31
|
subtitle = _ref.subtitle,
|
|
@@ -83,13 +48,14 @@ var ModalContent = function ModalContent(_ref) {
|
|
|
83
48
|
}, title), subtitle ? /*#__PURE__*/React.createElement(Text, {
|
|
84
49
|
className: 'mt-12',
|
|
85
50
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
86
|
-
}, subtitle) : null), closeIcon ? /*#__PURE__*/React.createElement(
|
|
51
|
+
}, subtitle) : null), closeIcon ? /*#__PURE__*/React.createElement(Button, {
|
|
87
52
|
className: 'modal__close ml-16',
|
|
88
53
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-close-button") : '',
|
|
89
54
|
iconProps: {
|
|
90
55
|
Component: IconDismiss
|
|
91
56
|
},
|
|
92
|
-
onClick: onClose
|
|
57
|
+
onClick: onClose,
|
|
58
|
+
type: "tertiary"
|
|
93
59
|
}) : null) : null, /*#__PURE__*/React.createElement("div", {
|
|
94
60
|
className: "modal__content scrollbar scrollbar--vertical"
|
|
95
61
|
}, children), withFooter && buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
@@ -112,7 +78,7 @@ var ModalContent = function ModalContent(_ref) {
|
|
|
112
78
|
}, buttonProps.confirm))) : null);
|
|
113
79
|
};
|
|
114
80
|
|
|
115
|
-
var _excluded$2 = ["isOpen", "onClose", "className", "size", "closeOnOutsideClick"];
|
|
81
|
+
var _excluded$2 = ["isOpen", "onClose", "className", "size", "closeOnOutsideClick", "isMobileFullScreen"];
|
|
116
82
|
var DESKTOP_ANIMATION = {
|
|
117
83
|
initial: {
|
|
118
84
|
opacity: 0.5,
|
|
@@ -136,22 +102,24 @@ var DESKTOP_ANIMATION = {
|
|
|
136
102
|
stiffness: 700
|
|
137
103
|
}
|
|
138
104
|
};
|
|
139
|
-
var MOBILE_ANIMATION = {
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
105
|
+
var MOBILE_ANIMATION = function MOBILE_ANIMATION(isFullScreen) {
|
|
106
|
+
return {
|
|
107
|
+
initial: {
|
|
108
|
+
height: 0,
|
|
109
|
+
bottom: 0
|
|
110
|
+
},
|
|
111
|
+
animate: {
|
|
112
|
+
height: isFullScreen ? '100vh' : 'auto',
|
|
113
|
+
bottom: 10
|
|
114
|
+
},
|
|
115
|
+
exit: {
|
|
116
|
+
height: 0,
|
|
117
|
+
bottom: 0
|
|
118
|
+
},
|
|
119
|
+
transition: {
|
|
120
|
+
duration: 0.6
|
|
121
|
+
}
|
|
122
|
+
};
|
|
155
123
|
};
|
|
156
124
|
var Modal = function Modal(props) {
|
|
157
125
|
var isOpen = props.isOpen,
|
|
@@ -162,6 +130,7 @@ var Modal = function Modal(props) {
|
|
|
162
130
|
size = _props$size === void 0 ? 'medium' : _props$size,
|
|
163
131
|
_props$closeOnOutside = props.closeOnOutsideClick,
|
|
164
132
|
closeOnOutsideClick = _props$closeOnOutside === void 0 ? true : _props$closeOnOutside,
|
|
133
|
+
isMobileFullScreen = props.isMobileFullScreen,
|
|
165
134
|
rest = _objectWithoutProperties(props, _excluded$2);
|
|
166
135
|
var isMobile = useIsMobile();
|
|
167
136
|
var _useState = useState(null),
|
|
@@ -186,10 +155,10 @@ var Modal = function Modal(props) {
|
|
|
186
155
|
}
|
|
187
156
|
}, /*#__PURE__*/React.createElement(motion.div, _extends({
|
|
188
157
|
className: classNames('modal__container', {
|
|
189
|
-
|
|
158
|
+
modal__container_fullScreen: isMobile && isMobileFullScreen
|
|
190
159
|
}),
|
|
191
160
|
ref: setContainerRef
|
|
192
|
-
}, isMobile ? MOBILE_ANIMATION : DESKTOP_ANIMATION), /*#__PURE__*/React.createElement(ModalContent, _extends({}, rest, {
|
|
161
|
+
}, isMobile ? MOBILE_ANIMATION(isMobileFullScreen) : DESKTOP_ANIMATION), /*#__PURE__*/React.createElement(ModalContent, _extends({}, rest, {
|
|
193
162
|
onClose: onClose
|
|
194
163
|
})))) : null);
|
|
195
164
|
};
|
|
@@ -231,7 +200,7 @@ var Popover = function Popover(props) {
|
|
|
231
200
|
clicked = props.clicked,
|
|
232
201
|
rest = _objectWithoutProperties(props, _excluded$1);
|
|
233
202
|
var isMobile = useIsMobile();
|
|
234
|
-
var _useState = useState(
|
|
203
|
+
var _useState = useState(false),
|
|
235
204
|
_useState2 = _slicedToArray(_useState, 2),
|
|
236
205
|
isClicked = _useState2[0],
|
|
237
206
|
setIsClicked = _useState2[1];
|
|
@@ -257,10 +226,10 @@ var Popover = function Popover(props) {
|
|
|
257
226
|
}
|
|
258
227
|
}, [id]);
|
|
259
228
|
useEffect(function () {
|
|
260
|
-
if (clicked
|
|
229
|
+
if (clicked === false) {
|
|
261
230
|
setIsClicked(clicked);
|
|
262
231
|
}
|
|
263
|
-
}, [clicked
|
|
232
|
+
}, [clicked]);
|
|
264
233
|
return isMobile ? /*#__PURE__*/React.createElement(PopoverMobile, _extends({}, rest, {
|
|
265
234
|
clicked: isClicked,
|
|
266
235
|
hideMessage: hideMessage
|
|
@@ -433,4 +402,4 @@ var Button = function Button(props) {
|
|
|
433
402
|
}, buttonText || children) : null));
|
|
434
403
|
};
|
|
435
404
|
|
|
436
|
-
export { Button as B, Checkbox as C, Modal as M, Popover as P,
|
|
405
|
+
export { Button as B, Checkbox as C, Modal as M, Popover as P, MOBILE_ANIMATION as a, ModalContent as b, PopoverMobile as c };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "sass:meta";
|
|
3
|
+
@use "sass:list";
|
|
4
|
+
@use "sass:string";
|
|
3
5
|
|
|
4
6
|
|
|
5
7
|
$fontFamilyMap: (
|
|
@@ -167,7 +169,7 @@ $tokens: (
|
|
|
167
169
|
|
|
168
170
|
@mixin font-face($font-name, $file-name, $weight: normal, $style: normal) {
|
|
169
171
|
@font-face {
|
|
170
|
-
font-family: quote($font-name);
|
|
172
|
+
font-family: string.quote($font-name);
|
|
171
173
|
src: url($file-name + '.ttf') format('truetype');
|
|
172
174
|
font-weight: $weight;
|
|
173
175
|
font-style: $style;
|
|
@@ -179,8 +181,8 @@ $tokens: (
|
|
|
179
181
|
/********SPACE******/
|
|
180
182
|
/*******************/
|
|
181
183
|
@function getSize($size) {
|
|
182
|
-
$spaceTokens: map
|
|
183
|
-
@return map
|
|
184
|
+
$spaceTokens: map.get($tokens, 'space');
|
|
185
|
+
@return map.get($spaceTokens, $size);
|
|
184
186
|
}
|
|
185
187
|
|
|
186
188
|
/**padding**/
|
|
@@ -236,9 +238,9 @@ $tokens: (
|
|
|
236
238
|
/********COLOR******/
|
|
237
239
|
/*******************/
|
|
238
240
|
@function getColor($color, $size: 'base') {
|
|
239
|
-
$colorTokens: map
|
|
240
|
-
$selected: map
|
|
241
|
-
@return map
|
|
241
|
+
$colorTokens: map.get($tokens, 'color');
|
|
242
|
+
$selected: map.get($colorTokens, $color);
|
|
243
|
+
@return map.get($selected, $size)
|
|
242
244
|
}
|
|
243
245
|
|
|
244
246
|
/**color**/
|
|
@@ -257,16 +259,16 @@ $tokens: (
|
|
|
257
259
|
|
|
258
260
|
/**font-size**/
|
|
259
261
|
@function getFontSize($size) {
|
|
260
|
-
$fontSizeTokens: map
|
|
261
|
-
@return map
|
|
262
|
+
$fontSizeTokens: map.get($tokens, 'fontSize');
|
|
263
|
+
@return map.get($fontSizeTokens, $size);
|
|
262
264
|
}
|
|
263
265
|
@mixin font($size) {
|
|
264
266
|
font-size: getFontSize($size);
|
|
265
267
|
}
|
|
266
268
|
/**font-weight**/
|
|
267
269
|
@function getFontWeight($size) {
|
|
268
|
-
$fontWeightTokens: map
|
|
269
|
-
@return map
|
|
270
|
+
$fontWeightTokens: map.get($tokens, 'fontWeight');
|
|
271
|
+
@return map.get($fontWeightTokens, $size);
|
|
270
272
|
}
|
|
271
273
|
@mixin font-weight($size) {
|
|
272
274
|
font-weight: getFontWeight($size);
|
|
@@ -359,17 +361,17 @@ div.logo {
|
|
|
359
361
|
@function parseDirections($directions){
|
|
360
362
|
$top: 0; $bottom: 0; $left: 0; $right: 0;
|
|
361
363
|
|
|
362
|
-
@if length($directions) > 0{
|
|
363
|
-
$d1: nth($directions,1);
|
|
364
|
+
@if list.length($directions) > 0{
|
|
365
|
+
$d1: list.nth($directions,1);
|
|
364
366
|
$top: $d1; $bottom: $d1; $left: $d1; $right: $d1;
|
|
365
|
-
}@if length($directions) > 1 {
|
|
366
|
-
$d2: nth($directions,2);
|
|
367
|
+
}@if list.length($directions) > 1 {
|
|
368
|
+
$d2: list.nth($directions,2);
|
|
367
369
|
$left: $d2; $right: $d2;
|
|
368
|
-
}@if length($directions) > 2 {
|
|
369
|
-
$d3: nth($directions,3);
|
|
370
|
+
}@if list.length($directions) > 2 {
|
|
371
|
+
$d3: list.nth($directions,3);
|
|
370
372
|
$bottom: $d3;
|
|
371
|
-
}@if length($directions) > 3 {
|
|
372
|
-
$d4: nth($directions,4);
|
|
373
|
+
}@if list.length($directions) > 3 {
|
|
374
|
+
$d4: list.nth($directions,4);
|
|
373
375
|
$left: $d4
|
|
374
376
|
}
|
|
375
377
|
|
|
@@ -383,10 +385,10 @@ div.logo {
|
|
|
383
385
|
|
|
384
386
|
@mixin position($positions...){
|
|
385
387
|
$positions: parseDirections($positions);
|
|
386
|
-
top: map
|
|
387
|
-
right: map
|
|
388
|
-
bottom: map
|
|
389
|
-
left: map
|
|
388
|
+
top: map.get($positions,'top');
|
|
389
|
+
right: map.get($positions,'right');
|
|
390
|
+
bottom: map.get($positions,'bottom');
|
|
391
|
+
left: map.get($positions,'left');
|
|
390
392
|
}
|
|
391
393
|
@mixin absolute($positions...){
|
|
392
394
|
position: absolute;
|
|
@@ -469,8 +471,8 @@ $breakpoints: (
|
|
|
469
471
|
"desktop-wide": 1440px
|
|
470
472
|
);
|
|
471
473
|
@mixin screen($width, $type: min) {
|
|
472
|
-
@if
|
|
473
|
-
$width:
|
|
474
|
+
@if map.has-key($breakpoints, $width) {
|
|
475
|
+
$width: map.get($breakpoints, $width);
|
|
474
476
|
@if $type == max {
|
|
475
477
|
$width: $width - 1px;
|
|
476
478
|
}
|
|
@@ -514,7 +516,6 @@ $breakpoints: (
|
|
|
514
516
|
|
|
515
517
|
// Inline flex display
|
|
516
518
|
@mixin inline-flex {
|
|
517
|
-
display: -webkit-inline-box;
|
|
518
519
|
display: -moz-inline-box;
|
|
519
520
|
display: -webkit-inline-flex;
|
|
520
521
|
display: -ms-inline-flexbox;
|
|
@@ -531,8 +532,8 @@ $breakpoints: (
|
|
|
531
532
|
|
|
532
533
|
// Box-Flex only supports a flex-grow value so lets grab the
|
|
533
534
|
// first item in the list and just return that.
|
|
534
|
-
@if type-of($fg) == 'list' {
|
|
535
|
-
$fg-boxflex: nth($fg, 1);
|
|
535
|
+
@if meta.type-of($fg) == 'list' {
|
|
536
|
+
$fg-boxflex: list.nth($fg, 1);
|
|
536
537
|
}
|
|
537
538
|
|
|
538
539
|
-webkit-box: $fg-boxflex;
|
|
@@ -579,7 +580,7 @@ $breakpoints: (
|
|
|
579
580
|
// No Webkit/FF Box fallback.
|
|
580
581
|
-webkit-flex-wrap: $value;
|
|
581
582
|
@if $value == nowrap {
|
|
582
|
-
-ms-flex-wrap:
|
|
583
|
+
-ms-flex-wrap: nowrap;
|
|
583
584
|
} @else {
|
|
584
585
|
-ms-flex-wrap: $value;
|
|
585
586
|
}
|
package/assets/styles/styles.css
CHANGED
|
@@ -1993,7 +1993,7 @@ body {
|
|
|
1993
1993
|
|
|
1994
1994
|
.flex-wrap--nowrap {
|
|
1995
1995
|
-webkit-flex-wrap: nowrap;
|
|
1996
|
-
-ms-flex-wrap:
|
|
1996
|
+
-ms-flex-wrap: nowrap;
|
|
1997
1997
|
flex-wrap: nowrap;
|
|
1998
1998
|
}
|
|
1999
1999
|
|
|
@@ -2126,6 +2126,22 @@ body {
|
|
|
2126
2126
|
white-space: nowrap;
|
|
2127
2127
|
}
|
|
2128
2128
|
|
|
2129
|
+
.gap-4 {
|
|
2130
|
+
gap: var(--ds-space-4);
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.gap-8 {
|
|
2134
|
+
gap: var(--ds-space-8);
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
.gap-12 {
|
|
2138
|
+
gap: var(--ds-space-12);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.gap-16 {
|
|
2142
|
+
gap: var(--ds-space-16);
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2129
2145
|
:root {
|
|
2130
2146
|
--brand-900:#31531c;
|
|
2131
2147
|
--brand-800:#416e26;
|
|
@@ -2879,7 +2895,6 @@ body {
|
|
|
2879
2895
|
-webkit-align-items: center;
|
|
2880
2896
|
align-items: center;
|
|
2881
2897
|
border-radius: var(--ds-badge-border-radius);
|
|
2882
|
-
display: -webkit-inline-box;
|
|
2883
2898
|
display: -moz-inline-box;
|
|
2884
2899
|
display: -webkit-inline-flex;
|
|
2885
2900
|
display: -ms-inline-flexbox;
|
|
@@ -3597,7 +3612,6 @@ body {
|
|
|
3597
3612
|
-webkit-align-items: center;
|
|
3598
3613
|
align-items: center;
|
|
3599
3614
|
border-radius: var(--ds-chips-border-radius);
|
|
3600
|
-
display: -webkit-inline-box;
|
|
3601
3615
|
display: -moz-inline-box;
|
|
3602
3616
|
display: -webkit-inline-flex;
|
|
3603
3617
|
display: -ms-inline-flexbox;
|
|
@@ -3918,7 +3932,6 @@ body {
|
|
|
3918
3932
|
-webkit-align-items: flex-start;
|
|
3919
3933
|
align-items: flex-start;
|
|
3920
3934
|
cursor: pointer;
|
|
3921
|
-
display: -webkit-inline-box;
|
|
3922
3935
|
display: -moz-inline-box;
|
|
3923
3936
|
display: -webkit-inline-flex;
|
|
3924
3937
|
display: -ms-inline-flexbox;
|
|
@@ -5061,7 +5074,6 @@ body {
|
|
|
5061
5074
|
display: -ms-flexbox;
|
|
5062
5075
|
display: -webkit-flex;
|
|
5063
5076
|
display: flex;
|
|
5064
|
-
display: -webkit-inline-box;
|
|
5065
5077
|
display: -moz-inline-box;
|
|
5066
5078
|
display: -webkit-inline-flex;
|
|
5067
5079
|
display: -ms-inline-flexbox;
|
|
@@ -5842,10 +5854,15 @@ body {
|
|
|
5842
5854
|
max-height: calc(100vh - var(--ds-modal-overlay-padding) * 2);
|
|
5843
5855
|
}
|
|
5844
5856
|
|
|
5845
|
-
|
|
5846
|
-
|
|
5857
|
+
@media screen and (max-width: 768px) {
|
|
5858
|
+
.modal__container {
|
|
5859
|
+
border-radius: var(--ds-modal-border-radius-mobile) var(--ds-modal-border-radius-mobile) 0 0;
|
|
5860
|
+
max-height: 70%;
|
|
5861
|
+
position: absolute;
|
|
5862
|
+
}
|
|
5863
|
+
}
|
|
5864
|
+
.modal__container_fullScreen {
|
|
5847
5865
|
max-height: 100vh;
|
|
5848
|
-
position: absolute;
|
|
5849
5866
|
}
|
|
5850
5867
|
|
|
5851
5868
|
.modal__header {
|
|
@@ -5916,6 +5933,16 @@ body {
|
|
|
5916
5933
|
cursor: pointer;
|
|
5917
5934
|
}
|
|
5918
5935
|
|
|
5936
|
+
@media screen and (max-width: 768px) {
|
|
5937
|
+
.modal__footer {
|
|
5938
|
+
flex-direction: column-reverse;
|
|
5939
|
+
gap: var(--ds-space-8);
|
|
5940
|
+
}
|
|
5941
|
+
.modal__footer__btn {
|
|
5942
|
+
margin: 0;
|
|
5943
|
+
width: 100%;
|
|
5944
|
+
}
|
|
5945
|
+
}
|
|
5919
5946
|
.expand_button {
|
|
5920
5947
|
color: #72bf44;
|
|
5921
5948
|
cursor: pointer;
|
|
@@ -6521,7 +6548,6 @@ body {
|
|
|
6521
6548
|
}
|
|
6522
6549
|
|
|
6523
6550
|
.radio-group__inner {
|
|
6524
|
-
display: -webkit-inline-box;
|
|
6525
6551
|
display: -moz-inline-box;
|
|
6526
6552
|
display: -webkit-inline-flex;
|
|
6527
6553
|
display: -ms-inline-flexbox;
|
|
@@ -6601,8 +6627,10 @@ body {
|
|
|
6601
6627
|
--ds-select-options-margin:var(--ds-space-4);
|
|
6602
6628
|
--ds-select-options-padding:0;
|
|
6603
6629
|
--ds-select-options-height:var(--ds-size-32);
|
|
6630
|
+
--ds-select-options-height-large:var(--ds-size-40);
|
|
6604
6631
|
--ds-select-option-bg-hover:var(--grey-20);
|
|
6605
6632
|
--ds-select-option-margin:var(--ds-space-4);
|
|
6633
|
+
--ds-select-option-margin-large:var(--ds-space-16);
|
|
6606
6634
|
--ds-select-option-padding:0 var(--ds-space-16);
|
|
6607
6635
|
--ds-select-option-font:var(--ds-font-weight-default) var(--ds-paragraph-sm)/var(--ds-line-height-tight) var(--ds-font-family);
|
|
6608
6636
|
--ds-select-scroll-max-height:300px;
|
|
@@ -6632,7 +6660,7 @@ body {
|
|
|
6632
6660
|
position: relative;
|
|
6633
6661
|
}
|
|
6634
6662
|
|
|
6635
|
-
.select .tabs-container {
|
|
6663
|
+
.select, .select .tabs-container {
|
|
6636
6664
|
width: 100%;
|
|
6637
6665
|
}
|
|
6638
6666
|
|
|
@@ -6674,6 +6702,12 @@ body {
|
|
|
6674
6702
|
min-height: var(--ds-select-scroll-min-height);
|
|
6675
6703
|
}
|
|
6676
6704
|
|
|
6705
|
+
@media screen and (max-width: 768px) {
|
|
6706
|
+
.select__options__scroll {
|
|
6707
|
+
max-height: 100%;
|
|
6708
|
+
overflow-y: auto;
|
|
6709
|
+
}
|
|
6710
|
+
}
|
|
6677
6711
|
.select__option, .select__option__content, .select__option__inner {
|
|
6678
6712
|
-webkit-box-align: center;
|
|
6679
6713
|
-moz-box-align: center;
|
|
@@ -6721,6 +6755,11 @@ body {
|
|
|
6721
6755
|
justify-content: flex-start;
|
|
6722
6756
|
}
|
|
6723
6757
|
|
|
6758
|
+
.select__option__content__large {
|
|
6759
|
+
align-items: flex-start;
|
|
6760
|
+
flex-direction: column;
|
|
6761
|
+
}
|
|
6762
|
+
|
|
6724
6763
|
.select__option__text {
|
|
6725
6764
|
max-width: 100%;
|
|
6726
6765
|
overflow: hidden;
|
|
@@ -6728,6 +6767,10 @@ body {
|
|
|
6728
6767
|
white-space: nowrap;
|
|
6729
6768
|
}
|
|
6730
6769
|
|
|
6770
|
+
.select__option__text__large {
|
|
6771
|
+
font-size: var(--ds-paragraph-std);
|
|
6772
|
+
}
|
|
6773
|
+
|
|
6731
6774
|
.select__option__meta {
|
|
6732
6775
|
color: var(--ds-color-text-tertiary);
|
|
6733
6776
|
white-space: nowrap;
|
|
@@ -6737,6 +6780,10 @@ body {
|
|
|
6737
6780
|
content: "- ";
|
|
6738
6781
|
}
|
|
6739
6782
|
|
|
6783
|
+
.select__option__meta__large:before {
|
|
6784
|
+
content: "";
|
|
6785
|
+
}
|
|
6786
|
+
|
|
6740
6787
|
.select__top {
|
|
6741
6788
|
border-bottom: var(--ds-select-top-border-bottom);
|
|
6742
6789
|
margin: var(--ds-select-top-margin);
|
|
@@ -6869,6 +6916,18 @@ body {
|
|
|
6869
6916
|
width: 100%;
|
|
6870
6917
|
}
|
|
6871
6918
|
|
|
6919
|
+
@media screen and (max-width: 768px) {
|
|
6920
|
+
.content-top {
|
|
6921
|
+
padding: 0 var(--space-16) 0 0;
|
|
6922
|
+
}
|
|
6923
|
+
.content-top .search-container {
|
|
6924
|
+
align-items: center;
|
|
6925
|
+
}
|
|
6926
|
+
}
|
|
6927
|
+
.content-top .input {
|
|
6928
|
+
width: 100%;
|
|
6929
|
+
}
|
|
6930
|
+
|
|
6872
6931
|
.content-top__label {
|
|
6873
6932
|
margin: var(--ds-space-10) 0;
|
|
6874
6933
|
}
|
|
@@ -6904,6 +6963,30 @@ body {
|
|
|
6904
6963
|
box-shadow: none !important;
|
|
6905
6964
|
}
|
|
6906
6965
|
|
|
6966
|
+
.select__modal .modal__content {
|
|
6967
|
+
display: flex;
|
|
6968
|
+
flex-direction: column;
|
|
6969
|
+
height: 100%;
|
|
6970
|
+
overflow: hidden;
|
|
6971
|
+
padding-bottom: 0;
|
|
6972
|
+
padding-right: 0;
|
|
6973
|
+
}
|
|
6974
|
+
|
|
6975
|
+
.select__modal .modal__content .mobile_top_content {
|
|
6976
|
+
align-items: center;
|
|
6977
|
+
display: flex;
|
|
6978
|
+
padding-right: var(--ds-space-24);
|
|
6979
|
+
width: 100%;
|
|
6980
|
+
}
|
|
6981
|
+
|
|
6982
|
+
.select__modal .modal__content .mobile_top_content .input {
|
|
6983
|
+
width: 100%;
|
|
6984
|
+
}
|
|
6985
|
+
|
|
6986
|
+
.mobile_options_content__label {
|
|
6987
|
+
padding: 8px 0;
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6907
6990
|
.side--navigation {
|
|
6908
6991
|
border-right: 1px solid var(--border-ds-color-border-tertiary, #ddd);
|
|
6909
6992
|
display: flex;
|
|
@@ -7344,7 +7427,6 @@ body {
|
|
|
7344
7427
|
-ms-flex-align: center;
|
|
7345
7428
|
-webkit-align-items: center;
|
|
7346
7429
|
align-items: center;
|
|
7347
|
-
display: -webkit-inline-box;
|
|
7348
7430
|
display: -moz-inline-box;
|
|
7349
7431
|
display: -webkit-inline-flex;
|
|
7350
7432
|
display: -ms-inline-flexbox;
|
|
@@ -7453,7 +7535,6 @@ body {
|
|
|
7453
7535
|
border-style: solid;
|
|
7454
7536
|
border-width: var(--ds-tab-border-size);
|
|
7455
7537
|
color: var(--ds-tab-color-default);
|
|
7456
|
-
display: -webkit-inline-box;
|
|
7457
7538
|
display: -moz-inline-box;
|
|
7458
7539
|
display: -webkit-inline-flex;
|
|
7459
7540
|
display: -ms-inline-flexbox;
|
|
@@ -7575,7 +7656,6 @@ body {
|
|
|
7575
7656
|
border-color: var(--ds-tabs-border-default);
|
|
7576
7657
|
border-style: solid;
|
|
7577
7658
|
border-width: var(--ds-tabs-border-size);
|
|
7578
|
-
display: -webkit-inline-box;
|
|
7579
7659
|
display: -moz-inline-box;
|
|
7580
7660
|
display: -webkit-inline-flex;
|
|
7581
7661
|
display: -ms-inline-flexbox;
|
|
@@ -7803,6 +7883,11 @@ body {
|
|
|
7803
7883
|
text-align: right;
|
|
7804
7884
|
}
|
|
7805
7885
|
|
|
7886
|
+
@media screen and (max-width: 768px) {
|
|
7887
|
+
textarea {
|
|
7888
|
+
font-size: var(--ds-paragraph-md) !important;
|
|
7889
|
+
}
|
|
7890
|
+
}
|
|
7806
7891
|
.tooltip {
|
|
7807
7892
|
--ds-tooltip-bg:var(--ds-color-bg-white);
|
|
7808
7893
|
--ds-tooltip-color:var(--ds-color-text-inverse);
|
|
@@ -8077,7 +8162,6 @@ body {
|
|
|
8077
8162
|
-webkit-align-items: center;
|
|
8078
8163
|
align-items: center;
|
|
8079
8164
|
color: var(--ds-color-text-primary);
|
|
8080
|
-
display: -webkit-inline-box;
|
|
8081
8165
|
display: -moz-inline-box;
|
|
8082
8166
|
display: -webkit-inline-flex;
|
|
8083
8167
|
display: -ms-inline-flexbox;
|