@expressms/smartapp-ui 3.0.0-alpha.22 → 3.0.0-alpha.24
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/build/main/assets/icons/accepted-invite-status.svg +4 -0
- package/build/main/assets/icons/arrow-back.svg +3 -0
- package/build/main/assets/icons/arrow-down.svg +3 -0
- package/build/main/assets/icons/arrow-up.svg +3 -0
- package/build/main/assets/icons/attachment-loader.svg +3 -0
- package/build/main/assets/icons/avatar-arrow-down.svg +3 -0
- package/build/main/assets/icons/avatar-arrow-up.svg +3 -0
- package/build/main/assets/icons/avatar-loader.svg +3 -0
- package/build/main/assets/icons/button-loader.svg +3 -0
- package/build/main/assets/icons/calendar-arrow-next.svg +3 -0
- package/build/main/assets/icons/calendar-arrow-prev.svg +3 -0
- package/build/main/assets/icons/check-mark-square.svg +4 -0
- package/build/main/assets/icons/check-mark.svg +4 -0
- package/build/main/assets/icons/chip-info.svg +5 -0
- package/build/main/assets/icons/clear.svg +3 -0
- package/build/main/assets/icons/close-modal.svg +3 -0
- package/build/main/assets/icons/close-stories.svg +4 -0
- package/build/main/assets/icons/close.svg +3 -0
- package/build/main/assets/icons/contact-info.svg +5 -0
- package/build/main/assets/icons/corporate-user.svg +3 -0
- package/build/main/assets/icons/crown.svg +5 -0
- package/build/main/assets/icons/declined-invite-status.svg +4 -0
- package/build/main/assets/icons/delete-chip.svg +3 -0
- package/build/main/assets/icons/distribution.svg +12 -0
- package/build/main/assets/icons/doc-small.svg +11 -0
- package/build/main/assets/icons/doc.svg +11 -0
- package/build/main/assets/icons/error.svg +5 -0
- package/build/main/assets/icons/external-link.svg +3 -0
- package/build/main/assets/icons/eye-off.svg +5 -0
- package/build/main/assets/icons/eye-on.svg +4 -0
- package/build/main/assets/icons/file-small.svg +11 -0
- package/build/main/assets/icons/file.svg +11 -0
- package/build/main/assets/icons/global-address-book-user.svg +4 -0
- package/build/main/assets/icons/group.svg +3 -0
- package/build/main/assets/icons/indeterminate-check-mark-square.svg +4 -0
- package/build/main/assets/icons/info.svg +5 -0
- package/build/main/assets/icons/input-arrow-down.svg +3 -0
- package/build/main/assets/icons/input-arrow-up.svg +3 -0
- package/build/main/assets/icons/loader.svg +3 -0
- package/build/main/assets/icons/logout.svg +4 -0
- package/build/main/assets/icons/magnifying-glass.svg +3 -0
- package/build/main/assets/icons/mail.svg +3 -0
- package/build/main/assets/icons/meeting-room.svg +3 -0
- package/build/main/assets/icons/more.svg +3 -0
- package/build/main/assets/icons/my-contacts-user.svg +3 -0
- package/build/main/assets/icons/needs-action-invite-status.svg +4 -0
- package/build/main/assets/icons/notification-close.svg +3 -0
- package/build/main/assets/icons/notification-failure.svg +3 -0
- package/build/main/assets/icons/notification-info-filled.svg +5 -0
- package/build/main/assets/icons/notification-info.svg +5 -0
- package/build/main/assets/icons/notification-success-filled.svg +4 -0
- package/build/main/assets/icons/notification-success.svg +4 -0
- package/build/main/assets/icons/order.svg +6 -0
- package/build/main/assets/icons/pdf-small.svg +11 -0
- package/build/main/assets/icons/pdf.svg +11 -0
- package/build/main/assets/icons/play-small.svg +3 -0
- package/build/main/assets/icons/play.svg +3 -0
- package/build/main/assets/icons/plus.svg +4 -0
- package/build/main/assets/icons/ppt-small.svg +11 -0
- package/build/main/assets/icons/ppt.svg +11 -0
- package/build/main/assets/icons/private.svg +12 -0
- package/build/main/assets/icons/refresh.svg +3 -0
- package/build/main/assets/icons/search.svg +3 -0
- package/build/main/assets/icons/story-loader.svg +3 -0
- package/build/main/assets/icons/tick.svg +10 -0
- package/build/main/assets/icons/trash.svg +3 -0
- package/build/main/assets/icons/txt-small.svg +11 -0
- package/build/main/assets/icons/txt.svg +11 -0
- package/build/main/assets/icons/unread-mails.svg +4 -0
- package/build/main/assets/icons/warning-avatar.svg +4 -0
- package/build/main/assets/icons/xls-small.svg +11 -0
- package/build/main/assets/icons/xls.svg +11 -0
- package/build/main/assets/storybook/index.d.ts +24 -0
- package/build/main/assets/storybook/index.js +25 -0
- package/build/main/assets/storybook/index.js.map +1 -0
- package/build/main/constants/constants.d.ts +198 -0
- package/build/main/constants/constants.js +218 -0
- package/build/main/constants/constants.js.map +1 -0
- package/build/main/constants/index.d.ts +2 -0
- package/build/main/constants/index.js +3 -0
- package/build/main/constants/index.js.map +1 -0
- package/build/main/constants/types.d.ts +58 -0
- package/build/main/constants/types.js +2 -0
- package/build/main/constants/types.js.map +1 -0
- package/build/main/helpers/index.d.ts +31 -0
- package/build/main/helpers/index.js +183 -0
- package/build/main/helpers/index.js.map +1 -0
- package/build/main/hooks/useLongTap.d.ts +12 -0
- package/build/main/hooks/useLongTap.js +29 -0
- package/build/main/hooks/useLongTap.js.map +1 -0
- package/build/main/hooks/useModal.d.ts +22 -0
- package/build/main/hooks/useModal.js +61 -0
- package/build/main/hooks/useModal.js.map +1 -0
- package/build/main/index.d.ts +36 -0
- package/build/main/index.js +37 -0
- package/build/main/index.js.map +1 -0
- package/build/main/styles/index.d.ts +1 -0
- package/build/main/styles/index.js +2 -0
- package/build/main/styles/index.js.map +1 -0
- package/build/main/styles/main.js +0 -0
- package/build/main/styles/styles.scss +14 -0
- package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
- package/build/main//321/201omponents/ActionModal/ActionModal.js +53 -0
- package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
- package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
- package/build/main//321/201omponents/ActionModal/index.js +2 -0
- package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
- package/build/main//321/201omponents/ActionModal/types.d.ts +23 -0
- package/build/main//321/201omponents/ActionModal/types.js +2 -0
- package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.js +146 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
- package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
- package/build/main//321/201omponents/AttachedFile/index.js +2 -0
- package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
- package/build/main//321/201omponents/AttachedFile/types.d.ts +22 -0
- package/build/main//321/201omponents/AttachedFile/types.js +2 -0
- package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
- package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
- package/build/main//321/201omponents/Avatar/Avatar.js +243 -0
- package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
- package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
- package/build/main//321/201omponents/Avatar/index.js +2 -0
- package/build/main//321/201omponents/Avatar/index.js.map +1 -0
- package/build/main//321/201omponents/Avatar/types.d.ts +61 -0
- package/build/main//321/201omponents/Avatar/types.js +29 -0
- package/build/main//321/201omponents/Avatar/types.js.map +1 -0
- package/build/main//321/201omponents/Button/Button.d.ts +4 -0
- package/build/main//321/201omponents/Button/Button.js +62 -0
- package/build/main//321/201omponents/Button/Button.js.map +1 -0
- package/build/main//321/201omponents/Button/index.d.ts +1 -0
- package/build/main//321/201omponents/Button/index.js +2 -0
- package/build/main//321/201omponents/Button/index.js.map +1 -0
- package/build/main//321/201omponents/Button/types.d.ts +24 -0
- package/build/main//321/201omponents/Button/types.js +12 -0
- package/build/main//321/201omponents/Button/types.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
- package/build/main//321/201omponents/CachedImage/CachedImage.js +59 -0
- package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
- package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
- package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
- package/build/main//321/201omponents/CachedImage/index.js +2 -0
- package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/types.d.ts +10 -0
- package/build/main//321/201omponents/CachedImage/types.js +2 -0
- package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
- package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
- package/build/main//321/201omponents/Calendar/Calendar.js +145 -0
- package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
- package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
- package/build/main//321/201omponents/Calendar/index.js +2 -0
- package/build/main//321/201omponents/Calendar/index.js.map +1 -0
- package/build/main//321/201omponents/Calendar/types.d.ts +15 -0
- package/build/main//321/201omponents/Calendar/types.js +2 -0
- package/build/main//321/201omponents/Calendar/types.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +47 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js +71 -0
- package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +42 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +64 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
- package/build/main//321/201omponents/Charts/colors.d.ts +3 -0
- package/build/main//321/201omponents/Charts/colors.js +4 -0
- package/build/main//321/201omponents/Charts/colors.js.map +1 -0
- package/build/main//321/201omponents/Charts/constants.d.ts +42 -0
- package/build/main//321/201omponents/Charts/constants.js +42 -0
- package/build/main//321/201omponents/Charts/constants.js.map +1 -0
- package/build/main//321/201omponents/Charts/helpers.d.ts +17 -0
- package/build/main//321/201omponents/Charts/helpers.js +73 -0
- package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
- package/build/main//321/201omponents/Charts/index.d.ts +3 -0
- package/build/main//321/201omponents/Charts/index.js +4 -0
- package/build/main//321/201omponents/Charts/index.js.map +1 -0
- package/build/main//321/201omponents/Charts/types.d.ts +89 -0
- package/build/main//321/201omponents/Charts/types.js +2 -0
- package/build/main//321/201omponents/Charts/types.js.map +1 -0
- package/build/main//321/201omponents/Charts/useEvents.d.ts +5 -0
- package/build/main//321/201omponents/Charts/useEvents.js +45 -0
- package/build/main//321/201omponents/Charts/useEvents.js.map +1 -0
- package/build/main//321/201omponents/Charts/usePieEvents.d.ts +6 -0
- package/build/main//321/201omponents/Charts/usePieEvents.js +57 -0
- package/build/main//321/201omponents/Charts/usePieEvents.js.map +1 -0
- package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +8 -0
- package/build/main//321/201omponents/Checkbox/Checkbox.js +48 -0
- package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
- package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
- package/build/main//321/201omponents/Checkbox/index.js +2 -0
- package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
- package/build/main//321/201omponents/Checkbox/types.d.ts +14 -0
- package/build/main//321/201omponents/Checkbox/types.js +2 -0
- package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
- package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
- package/build/main//321/201omponents/Chip/Chip.js +118 -0
- package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
- package/build/main//321/201omponents/Chip/index.d.ts +1 -0
- package/build/main//321/201omponents/Chip/index.js +2 -0
- package/build/main//321/201omponents/Chip/index.js.map +1 -0
- package/build/main//321/201omponents/Chip/types.d.ts +28 -0
- package/build/main//321/201omponents/Chip/types.js +2 -0
- package/build/main//321/201omponents/Chip/types.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +63 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
- package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
- package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/types.d.ts +28 -0
- package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
- package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
- package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js +81 -0
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
- package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
- package/build/main//321/201omponents/ContextMenu/index.js +2 -0
- package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
- package/build/main//321/201omponents/ContextMenu/types.d.ts +34 -0
- package/build/main//321/201omponents/ContextMenu/types.js +2 -0
- package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +12 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js +248 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
- package/build/main//321/201omponents/CustomSelect/index.js +2 -0
- package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
- package/build/main//321/201omponents/CustomSelect/selectStyles.js +70 -0
- package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/types.d.ts +69 -0
- package/build/main//321/201omponents/CustomSelect/types.js +2 -0
- package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +58 -0
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
- package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
- package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
- package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
- package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
- package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
- package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
- package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
- package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
- package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
- package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +4 -0
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +222 -0
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -0
- package/build/main//321/201omponents/DraggablePopup/index.d.ts +1 -0
- package/build/main//321/201omponents/DraggablePopup/index.js +2 -0
- package/build/main//321/201omponents/DraggablePopup/index.js.map +1 -0
- package/build/main//321/201omponents/DraggablePopup/types.d.ts +90 -0
- package/build/main//321/201omponents/DraggablePopup/types.js +2 -0
- package/build/main//321/201omponents/DraggablePopup/types.js.map +1 -0
- package/build/main//321/201omponents/Error/Error.d.ts +4 -0
- package/build/main//321/201omponents/Error/Error.js +23 -0
- package/build/main//321/201omponents/Error/Error.js.map +1 -0
- package/build/main//321/201omponents/Error/index.d.ts +1 -0
- package/build/main//321/201omponents/Error/index.js +2 -0
- package/build/main//321/201omponents/Error/index.js.map +1 -0
- package/build/main//321/201omponents/Error/types.d.ts +10 -0
- package/build/main//321/201omponents/Error/types.js +2 -0
- package/build/main//321/201omponents/Error/types.js.map +1 -0
- package/build/main//321/201omponents/Flex/Flex.d.ts +2 -0
- package/build/main//321/201omponents/Flex/Flex.js +35 -0
- package/build/main//321/201omponents/Flex/Flex.js.map +1 -0
- package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +5 -0
- package/build/main//321/201omponents/Flex/HFlex/HFlex.js +16 -0
- package/build/main//321/201omponents/Flex/HFlex/HFlex.js.map +1 -0
- package/build/main//321/201omponents/Flex/HFlex/index.d.ts +1 -0
- package/build/main//321/201omponents/Flex/HFlex/index.js +2 -0
- package/build/main//321/201omponents/Flex/HFlex/index.js.map +1 -0
- package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +5 -0
- package/build/main//321/201omponents/Flex/VFlex/VFlex.js +16 -0
- package/build/main//321/201omponents/Flex/VFlex/VFlex.js.map +1 -0
- package/build/main//321/201omponents/Flex/VFlex/index.d.ts +1 -0
- package/build/main//321/201omponents/Flex/VFlex/index.js +2 -0
- package/build/main//321/201omponents/Flex/VFlex/index.js.map +1 -0
- package/build/main//321/201omponents/Flex/index.d.ts +3 -0
- package/build/main//321/201omponents/Flex/index.js +4 -0
- package/build/main//321/201omponents/Flex/index.js.map +1 -0
- package/build/main//321/201omponents/Flex/types.d.ts +20 -0
- package/build/main//321/201omponents/Flex/types.js +2 -0
- package/build/main//321/201omponents/Flex/types.js.map +1 -0
- package/build/main//321/201omponents/Header/Header.d.ts +5 -0
- package/build/main//321/201omponents/Header/Header.js +125 -0
- package/build/main//321/201omponents/Header/Header.js.map +1 -0
- package/build/main//321/201omponents/Header/index.d.ts +1 -0
- package/build/main//321/201omponents/Header/index.js +2 -0
- package/build/main//321/201omponents/Header/index.js.map +1 -0
- package/build/main//321/201omponents/Header/types.d.ts +47 -0
- package/build/main//321/201omponents/Header/types.js +2 -0
- package/build/main//321/201omponents/Header/types.js.map +1 -0
- package/build/main//321/201omponents/Input/Input.d.ts +4 -0
- package/build/main//321/201omponents/Input/Input.js +182 -0
- package/build/main//321/201omponents/Input/Input.js.map +1 -0
- package/build/main//321/201omponents/Input/index.d.ts +1 -0
- package/build/main//321/201omponents/Input/index.js +2 -0
- package/build/main//321/201omponents/Input/index.js.map +1 -0
- package/build/main//321/201omponents/Input/types.d.ts +27 -0
- package/build/main//321/201omponents/Input/types.js +2 -0
- package/build/main//321/201omponents/Input/types.js.map +1 -0
- package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
- package/build/main//321/201omponents/ListItem/ListItem.js +203 -0
- package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
- package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
- package/build/main//321/201omponents/ListItem/index.js +2 -0
- package/build/main//321/201omponents/ListItem/index.js.map +1 -0
- package/build/main//321/201omponents/ListItem/types.d.ts +41 -0
- package/build/main//321/201omponents/ListItem/types.js +2 -0
- package/build/main//321/201omponents/ListItem/types.js.map +1 -0
- package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
- package/build/main//321/201omponents/Loader/Loader.js +44 -0
- package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
- package/build/main//321/201omponents/Loader/index.d.ts +1 -0
- package/build/main//321/201omponents/Loader/index.js +2 -0
- package/build/main//321/201omponents/Loader/index.js.map +1 -0
- package/build/main//321/201omponents/Loader/types.d.ts +18 -0
- package/build/main//321/201omponents/Loader/types.js +2 -0
- package/build/main//321/201omponents/Loader/types.js.map +1 -0
- package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
- package/build/main//321/201omponents/Modal/Modal.js +261 -0
- package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
- package/build/main//321/201omponents/Modal/index.d.ts +1 -0
- package/build/main//321/201omponents/Modal/index.js +2 -0
- package/build/main//321/201omponents/Modal/index.js.map +1 -0
- package/build/main//321/201omponents/Modal/types.d.ts +41 -0
- package/build/main//321/201omponents/Modal/types.js +2 -0
- package/build/main//321/201omponents/Modal/types.js.map +1 -0
- package/build/main//321/201omponents/Notification/Notification.d.ts +9 -0
- package/build/main//321/201omponents/Notification/Notification.js +231 -0
- package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
- package/build/main//321/201omponents/Notification/index.d.ts +1 -0
- package/build/main//321/201omponents/Notification/index.js +2 -0
- package/build/main//321/201omponents/Notification/index.js.map +1 -0
- package/build/main//321/201omponents/Notification/types.d.ts +48 -0
- package/build/main//321/201omponents/Notification/types.js +2 -0
- package/build/main//321/201omponents/Notification/types.js.map +1 -0
- package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
- package/build/main//321/201omponents/Profile/Profile.js +42 -0
- package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
- package/build/main//321/201omponents/Profile/index.d.ts +1 -0
- package/build/main//321/201omponents/Profile/index.js +2 -0
- package/build/main//321/201omponents/Profile/index.js.map +1 -0
- package/build/main//321/201omponents/Profile/types.d.ts +14 -0
- package/build/main//321/201omponents/Profile/types.js +2 -0
- package/build/main//321/201omponents/Profile/types.js.map +1 -0
- package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
- package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
- package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
- package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
- package/build/main//321/201omponents/ProgressBar/index.js +2 -0
- package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
- package/build/main//321/201omponents/ProgressBar/types.d.ts +7 -0
- package/build/main//321/201omponents/ProgressBar/types.js +2 -0
- package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
- package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
- package/build/main//321/201omponents/RadioButton/RadioButton.js +33 -0
- package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
- package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
- package/build/main//321/201omponents/RadioButton/index.js +2 -0
- package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
- package/build/main//321/201omponents/RadioButton/types.d.ts +12 -0
- package/build/main//321/201omponents/RadioButton/types.js +2 -0
- package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
- package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +5 -0
- package/build/main//321/201omponents/ScrollBar/ScrollBar.js +140 -0
- package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
- package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
- package/build/main//321/201omponents/ScrollBar/index.js +2 -0
- package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
- package/build/main//321/201omponents/ScrollBar/types.d.ts +24 -0
- package/build/main//321/201omponents/ScrollBar/types.js +2 -0
- package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
- package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
- package/build/main//321/201omponents/Skeleton/Skeleton.js +59 -0
- package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
- package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
- package/build/main//321/201omponents/Skeleton/index.js +2 -0
- package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
- package/build/main//321/201omponents/Skeleton/types.d.ts +17 -0
- package/build/main//321/201omponents/Skeleton/types.js +2 -0
- package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
- package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
- package/build/main//321/201omponents/Stories/Stories.js +338 -0
- package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
- package/build/main//321/201omponents/Stories/index.d.ts +1 -0
- package/build/main//321/201omponents/Stories/index.js +2 -0
- package/build/main//321/201omponents/Stories/index.js.map +1 -0
- package/build/main//321/201omponents/Stories/types.d.ts +71 -0
- package/build/main//321/201omponents/Stories/types.js +16 -0
- package/build/main//321/201omponents/Stories/types.js.map +1 -0
- package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
- package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
- package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
- package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
- package/build/main//321/201omponents/Switcher/index.js +2 -0
- package/build/main//321/201omponents/Switcher/index.js.map +1 -0
- package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
- package/build/main//321/201omponents/Switcher/types.js +2 -0
- package/build/main//321/201omponents/Switcher/types.js.map +1 -0
- package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
- package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
- package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
- package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
- package/build/main//321/201omponents/SyncLoader/index.js +2 -0
- package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
- package/build/main//321/201omponents/SyncLoader/types.d.ts +8 -0
- package/build/main//321/201omponents/SyncLoader/types.js +2 -0
- package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
- package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
- package/build/main//321/201omponents/Textarea/Textarea.js +59 -0
- package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
- package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
- package/build/main//321/201omponents/Textarea/index.js +2 -0
- package/build/main//321/201omponents/Textarea/index.js.map +1 -0
- package/build/main//321/201omponents/Textarea/types.d.ts +13 -0
- package/build/main//321/201omponents/Textarea/types.js +2 -0
- package/build/main//321/201omponents/Textarea/types.js.map +1 -0
- package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
- package/build/main//321/201omponents/Toggle/Toggle.js +35 -0
- package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
- package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
- package/build/main//321/201omponents/Toggle/index.js +2 -0
- package/build/main//321/201omponents/Toggle/index.js.map +1 -0
- package/build/main//321/201omponents/Toggle/types.d.ts +12 -0
- package/build/main//321/201omponents/Toggle/types.js +2 -0
- package/build/main//321/201omponents/Toggle/types.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +88 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +129 -0
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +137 -0
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/Option/Option.js +80 -0
- package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js +44 -0
- package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +549 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/constants.d.ts +8 -0
- package/build/main//321/201omponents/UserDropdown/constants.js +10 -0
- package/build/main//321/201omponents/UserDropdown/constants.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/helpers.d.ts +105 -0
- package/build/main//321/201omponents/UserDropdown/helpers.js +143 -0
- package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
- package/build/main//321/201omponents/UserDropdown/index.js +2 -0
- package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +69 -0
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/types.d.ts +269 -0
- package/build/main//321/201omponents/UserDropdown/types.js +9 -0
- package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
- package/build/main//321/201omponents/types.d.ts +2 -0
- package/build/main//321/201omponents/types.js +2 -0
- package/build/main//321/201omponents/types.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { TCalculatePercentageOfValue, TGenerateClassNames, TRenderCloseIconSpace, TRenderStoryComponent, TRenderUserIcon } from '../constants';
|
|
3
|
+
import { CONTACT_TYPES } from '../сomponents/UserDropdown/constants';
|
|
4
|
+
export declare const generateColor: (color?: string, defaultColor?: string) => string;
|
|
5
|
+
export declare const isWebPlatform: (platform: string) => boolean;
|
|
6
|
+
export declare const isIosPlatform: (platform: string) => boolean;
|
|
7
|
+
export declare const isAndroidPlatform: (platform: string) => boolean;
|
|
8
|
+
export declare const isMobilePlatform: (platform: string) => boolean;
|
|
9
|
+
export declare const isDarkTheme: (theme?: string) => boolean;
|
|
10
|
+
export declare const generateClassNames: ({ className, delimiter, additionalClassName }: TGenerateClassNames) => string;
|
|
11
|
+
export declare const userNameToColor: (userName?: string) => string;
|
|
12
|
+
export declare const createInitials: (str: string) => string;
|
|
13
|
+
export declare const calculatePercentageOfValue: ({ value, percentage, shouldBeRounded }: TCalculatePercentageOfValue) => number;
|
|
14
|
+
export declare const isFullScreen: (layoutType: string) => boolean;
|
|
15
|
+
export declare const isValueEqualToZero: (value: number) => boolean;
|
|
16
|
+
export declare const renderStoryComponent: ({ component, componentDarkTheme, styles }: TRenderStoryComponent) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const generateIsCloseIconHidden: (platform: string, isCloseIconHidden?: boolean) => boolean;
|
|
18
|
+
export declare const checkIfContentIsCentered: (elementRef: RefObject<HTMLElement | null>) => boolean | undefined;
|
|
19
|
+
export declare const generateBottomSheetClassName: (platform: string, shouldUseBottomSheet: boolean) => string[];
|
|
20
|
+
export declare const generateId: () => string;
|
|
21
|
+
export declare const generateAvatarIcon: (userType?: CONTACT_TYPES) => import("react/jsx-runtime").JSX.Element | null;
|
|
22
|
+
export declare const renderUserIcon: ({ isMyContacts, userType, style }: TRenderUserIcon) => import("react/jsx-runtime").JSX.Element | null;
|
|
23
|
+
export declare const extractFileExtensionRegex: (filename: string) => string;
|
|
24
|
+
export declare const generateFileIcon: (fileName: string, displaySize: string) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export declare const renderCloseIconSpace: ({ elementRef, closeIconRef, isContent }: TRenderCloseIconSpace) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare const generateFontFamilyStyle: (fontFamily?: string) => {
|
|
27
|
+
fontFamily: string;
|
|
28
|
+
};
|
|
29
|
+
export declare const createSanitizedHtml: (str: string) => {
|
|
30
|
+
__html: string;
|
|
31
|
+
};
|
|
@@ -0,0 +1,183 @@
|
|
|
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 classNames from 'classnames';
|
|
14
|
+
import DOMPurify from 'dompurify';
|
|
15
|
+
import juice from 'juice';
|
|
16
|
+
import { isArray, isNil } from 'lodash';
|
|
17
|
+
import { v4 as uuidv4 } from 'uuid';
|
|
18
|
+
import { DISPLAY_SIZE } from '../сomponents/AttachedFile/AttachedFile';
|
|
19
|
+
import { AVATAR_COLOR_BOTTOM, AVATAR_COLOR_BOTTOM_PERCENTS, AVATAR_COLOR_MIDDLE, AVATAR_COLOR_MIDDLE_PERCENTS, AVATAR_COLOR_TOP, AVATAR_COLOR_TOP_PERCENTS, AVATAR_DEGREES, BOTTOM_SHEET, CENTER, COLORS, DEFAULT_HEADER_AVATAR_INDEX, FILE_FORMATS, FONT_FAMILY, LAYOUT_TYPE, MODAL_ICONS_PADDING_LEFT, PLATFORM, THEME, } from '../constants';
|
|
20
|
+
import { CONTACT_TYPES } from '../сomponents/UserDropdown/constants';
|
|
21
|
+
import { ReactComponent as CorporateUserIcon } from '../assets/icons/corporate-user.svg';
|
|
22
|
+
import { ReactComponent as DistributionIcon } from '../assets/icons/distribution.svg';
|
|
23
|
+
import { ReactComponent as DocFileSmallIcon } from '../assets/icons/doc-small.svg';
|
|
24
|
+
import { ReactComponent as DocFileIcon } from '../assets/icons/doc.svg';
|
|
25
|
+
import { ReactComponent as FileSmallIcon } from '../assets/icons/file-small.svg';
|
|
26
|
+
import { ReactComponent as FileIcon } from '../assets/icons/file.svg';
|
|
27
|
+
import { ReactComponent as GlobalAddressBookIcon } from '../assets/icons/global-address-book-user.svg';
|
|
28
|
+
import { ReactComponent as GroupIcon } from '../assets/icons/group.svg';
|
|
29
|
+
import { ReactComponent as MeetingRoomIcon } from '../assets/icons/meeting-room.svg';
|
|
30
|
+
import { ReactComponent as MyContactsUserIcon } from '../assets/icons/my-contacts-user.svg';
|
|
31
|
+
import { ReactComponent as PdfFileSmallIcon } from '../assets/icons/pdf-small.svg';
|
|
32
|
+
import { ReactComponent as PdfFileIcon } from '../assets/icons/pdf.svg';
|
|
33
|
+
import { ReactComponent as PptFileSmallIcon } from '../assets/icons/ppt-small.svg';
|
|
34
|
+
import { ReactComponent as PptFileIcon } from '../assets/icons/ppt.svg';
|
|
35
|
+
import { ReactComponent as TxtFileSmallIcon } from '../assets/icons/txt-small.svg';
|
|
36
|
+
import { ReactComponent as TxtFileIcon } from '../assets/icons/txt.svg';
|
|
37
|
+
import { ReactComponent as XlsFileSmallIcon } from '../assets/icons/xls-small.svg';
|
|
38
|
+
import { ReactComponent as XlsFileIcon } from '../assets/icons/xls.svg';
|
|
39
|
+
export var generateColor = function (color, defaultColor) {
|
|
40
|
+
if (defaultColor === void 0) { defaultColor = ''; }
|
|
41
|
+
return (color && CSS.supports('color', color) ? color : defaultColor);
|
|
42
|
+
};
|
|
43
|
+
export var isWebPlatform = function (platform) { return platform === PLATFORM.web; };
|
|
44
|
+
export var isIosPlatform = function (platform) { return platform === PLATFORM.ios; };
|
|
45
|
+
export var isAndroidPlatform = function (platform) { return platform === PLATFORM.android; };
|
|
46
|
+
export var isMobilePlatform = function (platform) { return isAndroidPlatform(platform) || isIosPlatform(platform); };
|
|
47
|
+
export var isDarkTheme = function (theme) { return theme === THEME.dark; };
|
|
48
|
+
export var generateClassNames = function (_a) {
|
|
49
|
+
var className = _a.className, delimiter = _a.delimiter, additionalClassName = _a.additionalClassName;
|
|
50
|
+
return isArray(additionalClassName)
|
|
51
|
+
? classNames(className, additionalClassName.map(function (name) { return "".concat(className).concat(delimiter).concat(name); }))
|
|
52
|
+
: classNames(className, "".concat(className).concat(delimiter).concat(additionalClassName));
|
|
53
|
+
};
|
|
54
|
+
export var userNameToColor = function (userName) {
|
|
55
|
+
var _a = generateAvatarColor(userName), degrees = _a.degrees, top = _a.top, topPercent = _a.topPercent, middle = _a.middle, middlePercent = _a.middlePercent, bottom = _a.bottom, bottomPercent = _a.bottomPercent;
|
|
56
|
+
return middle
|
|
57
|
+
? "linear-gradient(".concat(degrees, "deg, ").concat(top, " ").concat(topPercent, "%, ").concat(middle, " ").concat(middlePercent, "%, ").concat(bottom, " ").concat(bottomPercent, "%)")
|
|
58
|
+
: "linear-gradient(".concat(degrees, "deg, ").concat(top, " ").concat(topPercent, "%, ").concat(bottom, " ").concat(bottomPercent, "%)");
|
|
59
|
+
};
|
|
60
|
+
var generateAvatarData = function (index) { return ({
|
|
61
|
+
degrees: AVATAR_DEGREES[index],
|
|
62
|
+
top: AVATAR_COLOR_TOP[index],
|
|
63
|
+
topPercent: AVATAR_COLOR_TOP_PERCENTS[index],
|
|
64
|
+
middle: AVATAR_COLOR_MIDDLE[index],
|
|
65
|
+
middlePercent: AVATAR_COLOR_MIDDLE_PERCENTS[index],
|
|
66
|
+
bottom: AVATAR_COLOR_BOTTOM[index],
|
|
67
|
+
bottomPercent: AVATAR_COLOR_BOTTOM_PERCENTS[index],
|
|
68
|
+
}); };
|
|
69
|
+
var generateAvatarColor = function (str) {
|
|
70
|
+
if (!str)
|
|
71
|
+
return generateAvatarData(DEFAULT_HEADER_AVATAR_INDEX);
|
|
72
|
+
var stylesIndex = calculateAvatarStylesIndex(str) || 0;
|
|
73
|
+
return generateAvatarData(stylesIndex);
|
|
74
|
+
};
|
|
75
|
+
var calculateAvatarStylesIndex = function (str) { return Math.abs(hashCode(str) % AVATAR_COLOR_TOP.length); };
|
|
76
|
+
var hashCode = function (str) {
|
|
77
|
+
return str.split('').reduce(function (a, b) {
|
|
78
|
+
a = (a << 5) - a + b.charCodeAt(0);
|
|
79
|
+
return a & a;
|
|
80
|
+
}, 0);
|
|
81
|
+
};
|
|
82
|
+
var generateFirstLetterOfWord = function (word) { return (word === null || word === void 0 ? void 0 : word[0]) || ''; };
|
|
83
|
+
export var createInitials = function (str) {
|
|
84
|
+
var _a = str.trim().toUpperCase().split(' '), firstWord = _a[0], secondWord = _a[1];
|
|
85
|
+
return "".concat(generateFirstLetterOfWord(firstWord)).concat(generateFirstLetterOfWord(secondWord));
|
|
86
|
+
};
|
|
87
|
+
export var calculatePercentageOfValue = function (_a) {
|
|
88
|
+
var value = _a.value, percentage = _a.percentage, _b = _a.shouldBeRounded, shouldBeRounded = _b === void 0 ? true : _b;
|
|
89
|
+
var result = (value * percentage) / 100;
|
|
90
|
+
return shouldBeRounded ? Math.ceil(result) : result;
|
|
91
|
+
};
|
|
92
|
+
export var isFullScreen = function (layoutType) { return layoutType === LAYOUT_TYPE.full; };
|
|
93
|
+
export var isValueEqualToZero = function (value) { return value === 0; };
|
|
94
|
+
export var renderStoryComponent = function (_a) {
|
|
95
|
+
var component = _a.component, componentDarkTheme = _a.componentDarkTheme, styles = _a.styles;
|
|
96
|
+
return (_jsxs("div", __assign({ style: { display: 'flex', flexDirection: 'column', gap: '16px' } }, { children: [_jsxs("div", __assign({ style: __assign({ border: '1px dashed #9747FF', borderRadius: '5px', padding: '0 16px 16px' }, styles) }, { children: [_jsx("h3", { children: "Light Theme" }), component] })), _jsxs("div", __assign({ style: __assign({ background: '#242424', borderRadius: '5px', padding: '0 16px 16px' }, styles) }, { children: [_jsx("h3", __assign({ style: { color: '#F9F9F9' } }, { children: "Dark Theme" })), _jsx("div", __assign({ "data-theme": "dark" }, { children: componentDarkTheme || component }))] }))] })));
|
|
97
|
+
};
|
|
98
|
+
export var generateIsCloseIconHidden = function (platform, isCloseIconHidden) {
|
|
99
|
+
return isNil(isCloseIconHidden) ? isMobilePlatform(platform) : isCloseIconHidden;
|
|
100
|
+
};
|
|
101
|
+
var isTextAlignEqualToCenter = function (element) { return (element ? window.getComputedStyle(element).textAlign === CENTER : false); };
|
|
102
|
+
export var checkIfContentIsCentered = function (elementRef) {
|
|
103
|
+
var elementRefCurrent = elementRef.current;
|
|
104
|
+
if (elementRefCurrent)
|
|
105
|
+
return isTextAlignEqualToCenter(elementRefCurrent) || isTextAlignEqualToCenter(elementRefCurrent.firstElementChild);
|
|
106
|
+
};
|
|
107
|
+
export var generateBottomSheetClassName = function (platform, shouldUseBottomSheet) {
|
|
108
|
+
return [platform, shouldUseBottomSheet ? BOTTOM_SHEET : ''].filter(Boolean);
|
|
109
|
+
};
|
|
110
|
+
export var generateId = function () { return uuidv4(); };
|
|
111
|
+
export var generateAvatarIcon = function (userType) {
|
|
112
|
+
switch (userType) {
|
|
113
|
+
case CONTACT_TYPES.privateDL:
|
|
114
|
+
return _jsx(GroupIcon, { color: COLORS.iconContrast });
|
|
115
|
+
case CONTACT_TYPES.publicDL:
|
|
116
|
+
return _jsx(DistributionIcon, { color: COLORS.iconContrast });
|
|
117
|
+
case CONTACT_TYPES.meetingRoom:
|
|
118
|
+
return _jsx(MeetingRoomIcon, { color: COLORS.iconContrast });
|
|
119
|
+
default:
|
|
120
|
+
return null;
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
export var renderUserIcon = function (_a) {
|
|
124
|
+
var isMyContacts = _a.isMyContacts, userType = _a.userType, style = _a.style;
|
|
125
|
+
if (isMyContacts)
|
|
126
|
+
return _jsx(MyContactsUserIcon, { color: COLORS.iconSecondary, style: style });
|
|
127
|
+
switch (userType) {
|
|
128
|
+
case CONTACT_TYPES.myContact:
|
|
129
|
+
case CONTACT_TYPES.privateDL:
|
|
130
|
+
return _jsx(MyContactsUserIcon, { color: COLORS.iconSecondary, style: style });
|
|
131
|
+
case CONTACT_TYPES.GALContact:
|
|
132
|
+
return _jsx(GlobalAddressBookIcon, { color: COLORS.iconPrimary, style: style });
|
|
133
|
+
case CONTACT_TYPES.meetingRoom:
|
|
134
|
+
case CONTACT_TYPES.publicDL:
|
|
135
|
+
return null;
|
|
136
|
+
default:
|
|
137
|
+
return _jsx(CorporateUserIcon, { color: COLORS.iconAccent, style: style });
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
export var extractFileExtensionRegex = function (filename) {
|
|
141
|
+
var match = filename.match(/\.([a-z0-9]+)$/i);
|
|
142
|
+
return (match === null || match === void 0 ? void 0 : match[1]) || '';
|
|
143
|
+
};
|
|
144
|
+
export var generateFileIcon = function (fileName, displaySize) {
|
|
145
|
+
var isSmallDisplaySize = displaySize === DISPLAY_SIZE.small;
|
|
146
|
+
var fileExtension = extractFileExtensionRegex(fileName);
|
|
147
|
+
switch (fileExtension) {
|
|
148
|
+
case FILE_FORMATS.pdf:
|
|
149
|
+
return isSmallDisplaySize ? _jsx(PdfFileSmallIcon, {}) : _jsx(PdfFileIcon, {});
|
|
150
|
+
case FILE_FORMATS.doc:
|
|
151
|
+
case FILE_FORMATS.docx:
|
|
152
|
+
return isSmallDisplaySize ? _jsx(DocFileSmallIcon, {}) : _jsx(DocFileIcon, {});
|
|
153
|
+
case FILE_FORMATS.xls:
|
|
154
|
+
case FILE_FORMATS.xlsx:
|
|
155
|
+
return isSmallDisplaySize ? _jsx(XlsFileSmallIcon, {}) : _jsx(XlsFileIcon, {});
|
|
156
|
+
case FILE_FORMATS.ppt:
|
|
157
|
+
case FILE_FORMATS.pptx:
|
|
158
|
+
return isSmallDisplaySize ? _jsx(PptFileSmallIcon, {}) : _jsx(PptFileIcon, {});
|
|
159
|
+
case FILE_FORMATS.txt:
|
|
160
|
+
return isSmallDisplaySize ? _jsx(TxtFileSmallIcon, {}) : _jsx(TxtFileIcon, {});
|
|
161
|
+
default:
|
|
162
|
+
return isSmallDisplaySize ? _jsx(FileSmallIcon, {}) : _jsx(FileIcon, {});
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
export var renderCloseIconSpace = function (_a) {
|
|
166
|
+
var _b;
|
|
167
|
+
var elementRef = _a.elementRef, closeIconRef = _a.closeIconRef, _c = _a.isContent, isContent = _c === void 0 ? false : _c;
|
|
168
|
+
var _d = (((_b = closeIconRef.current) === null || _b === void 0 ? void 0 : _b.getBoundingClientRect()) || {}).width, width = _d === void 0 ? 0 : _d;
|
|
169
|
+
return (_jsx("div", { style: { '--close-icon-space-width': "".concat(width + MODAL_ICONS_PADDING_LEFT, "px") }, className: classNames('close-icon-space', {
|
|
170
|
+
'close-icon-space__content': isContent,
|
|
171
|
+
'close-icon-space__centered': checkIfContentIsCentered(elementRef),
|
|
172
|
+
}) }));
|
|
173
|
+
};
|
|
174
|
+
export var generateFontFamilyStyle = function (fontFamily) {
|
|
175
|
+
if (fontFamily === void 0) { fontFamily = FONT_FAMILY.onest; }
|
|
176
|
+
return ({ fontFamily: "".concat(fontFamily, ", sans-serif") });
|
|
177
|
+
};
|
|
178
|
+
export var createSanitizedHtml = function (str) {
|
|
179
|
+
var preparedHtml = juice(str);
|
|
180
|
+
var html = DOMPurify.sanitize(preparedHtml);
|
|
181
|
+
return { __html: html };
|
|
182
|
+
};
|
|
183
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/helpers/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;AACA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,SAAS,MAAM,WAAW,CAAA;AACjC,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAA;AACvC,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,MAAM,CAAA;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAA;AACtE,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAC5B,mBAAmB,EACnB,4BAA4B,EAC5B,gBAAgB,EAChB,yBAAyB,EACzB,cAAc,EACd,YAAY,EACZ,MAAM,EACN,MAAM,EACN,2BAA2B,EAC3B,YAAY,EACZ,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,QAAQ,EAGR,KAAK,GAIN,MAAM,cAAc,CAAA;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAA;AAEpE,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,oCAAoC,CAAA;AACxF,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,kCAAkC,CAAA;AACrF,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAChF,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,0BAA0B,CAAA;AACrE,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,8CAA8C,CAAA;AACtG,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,2BAA2B,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,kCAAkC,CAAA;AACpF,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AAC3F,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAEvE,MAAM,CAAC,IAAM,aAAa,GAAG,UAAC,KAAc,EAAE,YAAyB;IAAzB,6BAAA,EAAA,iBAAyB;IAAK,OAAA,CAAC,KAAK,IAAI,GAAG,CAAC,QAAQ,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,YAAY,CAAC;AAA9D,CAA8D,CAAA;AAE1I,MAAM,CAAC,IAAM,aAAa,GAAG,UAAC,QAAgB,IAAK,OAAA,QAAQ,KAAK,QAAQ,CAAC,GAAG,EAAzB,CAAyB,CAAA;AAC5E,MAAM,CAAC,IAAM,aAAa,GAAG,UAAC,QAAgB,IAAK,OAAA,QAAQ,KAAK,QAAQ,CAAC,GAAG,EAAzB,CAAyB,CAAA;AAC5E,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAC,QAAgB,IAAK,OAAA,QAAQ,KAAK,QAAQ,CAAC,OAAO,EAA7B,CAA6B,CAAA;AACpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,QAAgB,IAAK,OAAA,iBAAiB,CAAC,QAAQ,CAAC,IAAI,aAAa,CAAC,QAAQ,CAAC,EAAtD,CAAsD,CAAA;AAE5G,MAAM,CAAC,IAAM,WAAW,GAAG,UAAC,KAAc,IAAK,OAAA,KAAK,KAAK,KAAK,CAAC,IAAI,EAApB,CAAoB,CAAA;AAEnE,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAC,EAAkE;QAAhE,SAAS,eAAA,EAAE,SAAS,eAAA,EAAE,mBAAmB,yBAAA;IAC5E,OAAA,OAAO,CAAC,mBAAmB,CAAC;QAC1B,CAAC,CAAC,UAAU,CACR,SAAS,EACT,mBAAmB,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,UAAG,SAAS,SAAG,SAAS,SAAG,IAAI,CAAE,EAAjC,CAAiC,CAAC,CACrE;QACH,CAAC,CAAC,UAAU,CAAC,SAAS,EAAE,UAAG,SAAS,SAAG,SAAS,SAAG,mBAAmB,CAAE,CAAC;AAL3E,CAK2E,CAAA;AAE7E,MAAM,CAAC,IAAM,eAAe,GAAG,UAAC,QAAiB;IACzC,IAAA,KAA6E,mBAAmB,CAAC,QAAQ,CAAC,EAAxG,OAAO,aAAA,EAAE,GAAG,SAAA,EAAE,UAAU,gBAAA,EAAE,MAAM,YAAA,EAAE,aAAa,mBAAA,EAAE,MAAM,YAAA,EAAE,aAAa,mBAAkC,CAAA;IAChH,OAAO,MAAM;QACX,CAAC,CAAC,0BAAmB,OAAO,kBAAQ,GAAG,cAAI,UAAU,gBAAM,MAAM,cAAI,aAAa,gBAAM,MAAM,cAAI,aAAa,OAAI;QACnH,CAAC,CAAC,0BAAmB,OAAO,kBAAQ,GAAG,cAAI,UAAU,gBAAM,MAAM,cAAI,aAAa,OAAI,CAAA;AAC1F,CAAC,CAAA;AAED,IAAM,kBAAkB,GAAG,UAAC,KAAa,IAAK,OAAA,CAAC;IAC7C,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC;IAC9B,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC;IAC5B,UAAU,EAAE,yBAAyB,CAAC,KAAK,CAAC;IAC5C,MAAM,EAAE,mBAAmB,CAAC,KAAK,CAAC;IAClC,aAAa,EAAE,4BAA4B,CAAC,KAAK,CAAC;IAClD,MAAM,EAAE,mBAAmB,CAAC,KAAK,CAAC;IAClC,aAAa,EAAE,4BAA4B,CAAC,KAAK,CAAC;CACnD,CAAC,EAR4C,CAQ5C,CAAA;AAEF,IAAM,mBAAmB,GAAG,UAAC,GAAY;IACvC,IAAI,CAAC,GAAG;QAAE,OAAO,kBAAkB,CAAC,2BAA2B,CAAC,CAAA;IAEhE,IAAM,WAAW,GAAG,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;IACxD,OAAO,kBAAkB,CAAC,WAAW,CAAC,CAAA;AACxC,CAAC,CAAA;AAED,IAAM,0BAA0B,GAAG,UAAC,GAAW,IAAK,OAAA,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,gBAAgB,CAAC,MAAM,CAAC,EAAjD,CAAiD,CAAA;AAErG,IAAM,QAAQ,GAAG,UAAC,GAAW;IAC3B,OAAA,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,UAAC,CAAC,EAAE,CAAC;QACxB,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;QAClC,OAAO,CAAC,GAAG,CAAC,CAAA;IACd,CAAC,EAAE,CAAC,CAAC;AAHL,CAGK,CAAA;AAEP,IAAM,yBAAyB,GAAG,UAAC,IAAa,IAAK,OAAA,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAG,CAAC,CAAC,KAAI,EAAE,EAAf,CAAe,CAAA;AAEpE,MAAM,CAAC,IAAM,cAAc,GAAG,UAAC,GAAW;IAClC,IAAA,KAA0B,GAAG,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,EAA5D,SAAS,QAAA,EAAE,UAAU,QAAuC,CAAA;IACnE,OAAO,UAAG,yBAAyB,CAAC,SAAS,CAAC,SAAG,yBAAyB,CAAC,UAAU,CAAC,CAAE,CAAA;AAC1F,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,0BAA0B,GAAG,UAAC,EAA0E;QAAxE,KAAK,WAAA,EAAE,UAAU,gBAAA,EAAE,uBAAsB,EAAtB,eAAe,mBAAG,IAAI,KAAA;IACpF,IAAM,MAAM,GAAG,CAAC,KAAK,GAAG,UAAU,CAAC,GAAG,GAAG,CAAA;IACzC,OAAO,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAA;AACrD,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,YAAY,GAAG,UAAC,UAAkB,IAAK,OAAA,UAAU,KAAK,WAAW,CAAC,IAAI,EAA/B,CAA+B,CAAA;AACnF,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAC,KAAa,IAAK,OAAA,KAAK,KAAK,CAAC,EAAX,CAAW,CAAA;AAEhE,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,EAAgE;QAA9D,SAAS,eAAA,EAAE,kBAAkB,wBAAA,EAAE,MAAM,YAAA;IAA8B,OAAA,CACxG,wBAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,EAAE,iBACnE,wBAAK,KAAK,aAAI,MAAM,EAAE,oBAAoB,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,aAAa,IAAK,MAAM,kBAChG,uCAAoB,EACnB,SAAS,KACN,EACN,wBAAK,KAAK,aAAI,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,aAAa,IAAK,MAAM,kBACzF,sBAAI,KAAK,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,gCAAiB,EAChD,qCAAgB,MAAM,gBAAE,kBAAkB,IAAI,SAAS,IAAO,KAC1D,KACF,CACP;AAXyG,CAWzG,CAAA;AAED,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAC,QAAgB,EAAE,iBAA2B;IACrF,OAAA,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,iBAAiB;AAAzE,CAAyE,CAAA;AAE3E,IAAM,wBAAwB,GAAG,UAAC,OAAuB,IAAK,OAAA,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,SAAS,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,EAAzE,CAAyE,CAAA;AAEvI,MAAM,CAAC,IAAM,wBAAwB,GAAG,UAAC,UAAyC;IAChF,IAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,CAAA;IAC5C,IAAI,iBAAiB;QAAE,OAAO,wBAAwB,CAAC,iBAAiB,CAAC,IAAI,wBAAwB,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAA;AAC5I,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,4BAA4B,GAAG,UAAC,QAAgB,EAAE,oBAA6B;IAC1F,OAAA,CAAC,QAAQ,EAAE,oBAAoB,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC;AAApE,CAAoE,CAAA;AAEtE,MAAM,CAAC,IAAM,UAAU,GAAG,cAAM,OAAA,MAAM,EAAE,EAAR,CAAQ,CAAA;AAExC,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAC,QAAwB;IACzD,QAAQ,QAAQ,EAAE;QAChB,KAAK,aAAa,CAAC,SAAS;YAC1B,OAAO,KAAC,SAAS,IAAC,KAAK,EAAE,MAAM,CAAC,YAAY,GAAI,CAAA;QAClD,KAAK,aAAa,CAAC,QAAQ;YACzB,OAAO,KAAC,gBAAgB,IAAC,KAAK,EAAE,MAAM,CAAC,YAAY,GAAI,CAAA;QACzD,KAAK,aAAa,CAAC,WAAW;YAC5B,OAAO,KAAC,eAAe,IAAC,KAAK,EAAE,MAAM,CAAC,YAAY,GAAI,CAAA;QACxD;YACE,OAAO,IAAI,CAAA;KACd;AACH,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,cAAc,GAAG,UAAC,EAAkD;QAAhD,YAAY,kBAAA,EAAE,QAAQ,cAAA,EAAE,KAAK,WAAA;IAC5D,IAAI,YAAY;QAAE,OAAO,KAAC,kBAAkB,IAAC,KAAK,EAAE,MAAM,CAAC,aAAa,EAAE,KAAK,EAAE,KAAK,GAAI,CAAA;IAC1F,QAAQ,QAAQ,EAAE;QAChB,KAAK,aAAa,CAAC,SAAS,CAAC;QAC7B,KAAK,aAAa,CAAC,SAAS;YAC1B,OAAO,KAAC,kBAAkB,IAAC,KAAK,EAAE,MAAM,CAAC,aAAa,EAAE,KAAK,EAAE,KAAK,GAAI,CAAA;QAC1E,KAAK,aAAa,CAAC,UAAU;YAC3B,OAAO,KAAC,qBAAqB,IAAC,KAAK,EAAE,MAAM,CAAC,WAAW,EAAE,KAAK,EAAE,KAAK,GAAI,CAAA;QAC3E,KAAK,aAAa,CAAC,WAAW,CAAC;QAC/B,KAAK,aAAa,CAAC,QAAQ;YACzB,OAAO,IAAI,CAAA;QACb;YACE,OAAO,KAAC,iBAAiB,IAAC,KAAK,EAAE,MAAM,CAAC,UAAU,EAAE,KAAK,EAAE,KAAK,GAAI,CAAA;KACvE;AACH,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAC,QAAgB;IACxD,IAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAA;IAC/C,OAAO,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAG,CAAC,CAAC,KAAI,EAAE,CAAA;AACzB,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,QAAgB,EAAE,WAAmB;IACpE,IAAM,kBAAkB,GAAG,WAAW,KAAK,YAAY,CAAC,KAAK,CAAA;IAC7D,IAAM,aAAa,GAAG,yBAAyB,CAAC,QAAQ,CAAC,CAAA;IAEzD,QAAQ,aAAa,EAAE;QACrB,KAAK,YAAY,CAAC,GAAG;YACnB,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAAC,gBAAgB,KAAG,CAAC,CAAC,CAAC,KAAC,WAAW,KAAG,CAAA;QACpE,KAAK,YAAY,CAAC,GAAG,CAAC;QACtB,KAAK,YAAY,CAAC,IAAI;YACpB,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAAC,gBAAgB,KAAG,CAAC,CAAC,CAAC,KAAC,WAAW,KAAG,CAAA;QACpE,KAAK,YAAY,CAAC,GAAG,CAAC;QACtB,KAAK,YAAY,CAAC,IAAI;YACpB,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAAC,gBAAgB,KAAG,CAAC,CAAC,CAAC,KAAC,WAAW,KAAG,CAAA;QACpE,KAAK,YAAY,CAAC,GAAG,CAAC;QACtB,KAAK,YAAY,CAAC,IAAI;YACpB,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAAC,gBAAgB,KAAG,CAAC,CAAC,CAAC,KAAC,WAAW,KAAG,CAAA;QACpE,KAAK,YAAY,CAAC,GAAG;YACnB,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAAC,gBAAgB,KAAG,CAAC,CAAC,CAAC,KAAC,WAAW,KAAG,CAAA;QACpE;YACE,OAAO,kBAAkB,CAAC,CAAC,CAAC,KAAC,aAAa,KAAG,CAAC,CAAC,CAAC,KAAC,QAAQ,KAAG,CAAA;KAC/D;AACH,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAC,EAAsE;;QAApE,UAAU,gBAAA,EAAE,YAAY,kBAAA,EAAE,iBAAiB,EAAjB,SAAS,mBAAG,KAAK,KAAA;IACxE,IAAA,KAAc,CAAA,CAAA,MAAA,YAAY,CAAC,OAAO,0CAAE,qBAAqB,EAAE,KAAI,EAAE,CAAA,MAAxD,EAAT,KAAK,mBAAG,CAAC,KAAA,CAAwD;IAEzE,OAAO,CACL,cACE,KAAK,EAAE,EAAE,0BAA0B,EAAE,UAAG,KAAK,GAAG,wBAAwB,OAAI,EAAmB,EAC/F,SAAS,EAAE,UAAU,CAAC,kBAAkB,EAAE;YACxC,2BAA2B,EAAE,SAAS;YACtC,4BAA4B,EAAE,wBAAwB,CAAC,UAAU,CAAC;SACnE,CAAC,GACF,CACH,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,uBAAuB,GAAG,UAAC,UAAsC;IAAtC,2BAAA,EAAA,aAAqB,WAAW,CAAC,KAAK;IAAK,OAAA,CAAC,EAAE,UAAU,EAAE,UAAG,UAAU,iBAAc,EAAE,CAAC;AAA7C,CAA6C,CAAA;AAEhI,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAC,GAAW;IAC7C,IAAM,YAAY,GAAG,KAAK,CAAC,GAAG,CAAC,CAAA;IAC/B,IAAM,IAAI,GAAG,SAAS,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAA;IAC7C,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,CAAA;AACzB,CAAC,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type TLongTapEvent = React.TouchEvent<HTMLElement> | React.MouseEvent<HTMLElement, MouseEvent>;
|
|
3
|
+
type TUseLongTap = {
|
|
4
|
+
onLongTap?: (e: TLongTapEvent) => void;
|
|
5
|
+
onCancelLongTap?: () => void;
|
|
6
|
+
longTapDelay?: number;
|
|
7
|
+
};
|
|
8
|
+
export declare const useLongTap: ({ onLongTap, onCancelLongTap, longTapDelay }: TUseLongTap) => {
|
|
9
|
+
cancelPressTimer: () => void;
|
|
10
|
+
startPressTimer: (e: TLongTapEvent) => void;
|
|
11
|
+
};
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { useEffect, useRef } from 'react';
|
|
2
|
+
var DEFAULT_LONG_TAP_DELAY = 500;
|
|
3
|
+
export var useLongTap = function (_a) {
|
|
4
|
+
var onLongTap = _a.onLongTap, onCancelLongTap = _a.onCancelLongTap, _b = _a.longTapDelay, longTapDelay = _b === void 0 ? DEFAULT_LONG_TAP_DELAY : _b;
|
|
5
|
+
var timerRef = useRef(null);
|
|
6
|
+
var isLongTapFulfilledRef = useRef(false);
|
|
7
|
+
var startPressTimer = function (e) {
|
|
8
|
+
e.stopPropagation();
|
|
9
|
+
isLongTapFulfilledRef.current = false;
|
|
10
|
+
timerRef.current = setTimeout(function () {
|
|
11
|
+
onLongTap === null || onLongTap === void 0 ? void 0 : onLongTap(e);
|
|
12
|
+
isLongTapFulfilledRef.current = true;
|
|
13
|
+
}, longTapDelay);
|
|
14
|
+
};
|
|
15
|
+
var cancelPressTimer = function () {
|
|
16
|
+
if (timerRef.current) {
|
|
17
|
+
clearTimeout(timerRef.current);
|
|
18
|
+
timerRef.current = null;
|
|
19
|
+
if (!isLongTapFulfilledRef.current)
|
|
20
|
+
onCancelLongTap === null || onCancelLongTap === void 0 ? void 0 : onCancelLongTap();
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
useEffect(function () { return function () {
|
|
24
|
+
if (timerRef.current)
|
|
25
|
+
clearTimeout(timerRef.current);
|
|
26
|
+
}; }, []);
|
|
27
|
+
return { cancelPressTimer: cancelPressTimer, startPressTimer: startPressTimer };
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=useLongTap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLongTap.js","sourceRoot":"","sources":["../../../src/hooks/useLongTap.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAWhD,IAAM,sBAAsB,GAAG,GAAG,CAAA;AAElC,MAAM,CAAC,IAAM,UAAU,GAAG,UAAC,EAAkF;QAAhF,SAAS,eAAA,EAAE,eAAe,qBAAA,EAAE,oBAAqC,EAArC,YAAY,mBAAG,sBAAsB,KAAA;IAC5F,IAAM,QAAQ,GAAG,MAAM,CAAkB,IAAI,CAAC,CAAA;IAC9C,IAAM,qBAAqB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;IAE3C,IAAM,eAAe,GAAG,UAAC,CAAgB;QACvC,CAAC,CAAC,eAAe,EAAE,CAAA;QACnB,qBAAqB,CAAC,OAAO,GAAG,KAAK,CAAA;QACrC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;YAC5B,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAG,CAAC,CAAC,CAAA;YACd,qBAAqB,CAAC,OAAO,GAAG,IAAI,CAAA;QACtC,CAAC,EAAE,YAAY,CAAC,CAAA;IAClB,CAAC,CAAA;IAED,IAAM,gBAAgB,GAAG;QACvB,IAAI,QAAQ,CAAC,OAAO,EAAE;YACpB,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA;YAC9B,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAA;YACvB,IAAI,CAAC,qBAAqB,CAAC,OAAO;gBAAE,eAAe,aAAf,eAAe,uBAAf,eAAe,EAAI,CAAA;SACxD;IACH,CAAC,CAAA;IAED,SAAS,CACP,cAAM,OAAA;QACJ,IAAI,QAAQ,CAAC,OAAO;YAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA;IACtD,CAAC,EAFK,CAEL,EACD,EAAE,CACH,CAAA;IAED,OAAO,EAAE,gBAAgB,kBAAA,EAAE,eAAe,iBAAA,EAAE,CAAA;AAC9C,CAAC,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React, { RefObject } from 'react';
|
|
2
|
+
import { BottomSheetProps } from 'alex.chus-react-spring-bottom-sheet';
|
|
3
|
+
import 'alex.chus-react-spring-bottom-sheet/dist/style.css';
|
|
4
|
+
interface UseModalProps {
|
|
5
|
+
isModalOpen: boolean;
|
|
6
|
+
platform?: string;
|
|
7
|
+
isDisabledBottomSheet?: boolean;
|
|
8
|
+
initialIsBottomSheet?: boolean;
|
|
9
|
+
modalRef: RefObject<HTMLDivElement | null>;
|
|
10
|
+
isClosableOutside: boolean;
|
|
11
|
+
handleCloseModal: () => void;
|
|
12
|
+
popupClassName?: string;
|
|
13
|
+
popupStyles?: React.CSSProperties;
|
|
14
|
+
bottomSheetProps?: Partial<Omit<BottomSheetProps, 'externalScrollContainer'>>;
|
|
15
|
+
bottomSheetStyles?: React.CSSProperties;
|
|
16
|
+
scrollRef?: RefObject<HTMLDivElement | null>;
|
|
17
|
+
}
|
|
18
|
+
export declare const useModal: ({ isModalOpen, platform, isDisabledBottomSheet, initialIsBottomSheet, modalRef, isClosableOutside, handleCloseModal, popupClassName, popupStyles, bottomSheetProps, bottomSheetStyles, scrollRef, }: UseModalProps) => {
|
|
19
|
+
shouldUseBottomSheet: boolean;
|
|
20
|
+
renderModal: (children: React.ReactNode) => import("react/jsx-runtime").JSX.Element | null;
|
|
21
|
+
};
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,61 @@
|
|
|
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 { useCallback, useLayoutEffect, useState } from 'react';
|
|
14
|
+
import Popup from 'reactjs-popup';
|
|
15
|
+
import { BottomSheet } from 'alex.chus-react-spring-bottom-sheet';
|
|
16
|
+
import { isMobilePlatform } from '../helpers';
|
|
17
|
+
import { BOTTOM_SHEET, PLATFORM } from '../constants';
|
|
18
|
+
import 'alex.chus-react-spring-bottom-sheet/dist/style.css';
|
|
19
|
+
var MAX_MODAL_MOBILE_HEIGHT = 360;
|
|
20
|
+
var MODAL_ANIMATION = 'modalFadeIn 0.25s ease-in-out forwards';
|
|
21
|
+
var BOTTOM_SHEET_BORDER_RADIUS = '24px';
|
|
22
|
+
export var useModal = function (_a) {
|
|
23
|
+
var isModalOpen = _a.isModalOpen, _b = _a.platform, platform = _b === void 0 ? PLATFORM.web : _b, _c = _a.isDisabledBottomSheet, isDisabledBottomSheet = _c === void 0 ? false : _c, _d = _a.initialIsBottomSheet, initialIsBottomSheet = _d === void 0 ? false : _d, modalRef = _a.modalRef, isClosableOutside = _a.isClosableOutside, handleCloseModal = _a.handleCloseModal, popupClassName = _a.popupClassName, popupStyles = _a.popupStyles, bottomSheetProps = _a.bottomSheetProps, bottomSheetStyles = _a.bottomSheetStyles, scrollRef = _a.scrollRef;
|
|
24
|
+
var _e = useState(initialIsBottomSheet), shouldUseBottomSheet = _e[0], setShouldUseBottomSheet = _e[1];
|
|
25
|
+
var updateModalState = useCallback(function () {
|
|
26
|
+
var modalElement = modalRef.current;
|
|
27
|
+
if (!modalElement)
|
|
28
|
+
return;
|
|
29
|
+
var modalHeight = modalElement.getBoundingClientRect().height;
|
|
30
|
+
var shouldShowBottomSheet = function () {
|
|
31
|
+
if (isMobilePlatform(platform))
|
|
32
|
+
return !isDisabledBottomSheet && (initialIsBottomSheet || modalHeight > MAX_MODAL_MOBILE_HEIGHT);
|
|
33
|
+
return initialIsBottomSheet;
|
|
34
|
+
};
|
|
35
|
+
setShouldUseBottomSheet(shouldShowBottomSheet());
|
|
36
|
+
}, [platform, isDisabledBottomSheet, initialIsBottomSheet, modalRef]);
|
|
37
|
+
useLayoutEffect(function () {
|
|
38
|
+
if (!isModalOpen)
|
|
39
|
+
return;
|
|
40
|
+
// Даем время для рендера контента
|
|
41
|
+
var updateModalTimeout = setTimeout(updateModalState, 0);
|
|
42
|
+
return function () {
|
|
43
|
+
clearTimeout(updateModalTimeout);
|
|
44
|
+
setShouldUseBottomSheet(initialIsBottomSheet);
|
|
45
|
+
};
|
|
46
|
+
}, [isModalOpen, updateModalState, modalRef, initialIsBottomSheet]);
|
|
47
|
+
var renderModal = function (children) {
|
|
48
|
+
if (!isModalOpen)
|
|
49
|
+
return null;
|
|
50
|
+
var handleOutsideClick = function (event) {
|
|
51
|
+
event.preventDefault();
|
|
52
|
+
event.stopPropagation();
|
|
53
|
+
handleCloseModal();
|
|
54
|
+
};
|
|
55
|
+
var BottomSheetModal = (_jsx(BottomSheet, __assign({ id: BOTTOM_SHEET, open: isModalOpen, onDismiss: handleCloseModal, expandOnContentDrag: true, sibling: _jsx("div", { "data-rsbs-backdrop": "true", onClick: handleOutsideClick }), style: __assign({ '--rsbs-overlay-rounded': BOTTOM_SHEET_BORDER_RADIUS }, bottomSheetStyles), externalScrollContainer: scrollRef === null || scrollRef === void 0 ? void 0 : scrollRef.current }, bottomSheetProps, { children: children })));
|
|
56
|
+
var Modal = (_jsx(Popup, __assign({ className: popupClassName, overlayStyle: __assign(__assign({}, popupStyles), { opacity: 0, animation: MODAL_ANIMATION }), closeOnDocumentClick: isClosableOutside, modal: true, open: isModalOpen, closeOnEscape: isClosableOutside, onClose: handleCloseModal }, { children: children })));
|
|
57
|
+
return shouldUseBottomSheet ? BottomSheetModal : Modal;
|
|
58
|
+
};
|
|
59
|
+
return { shouldUseBottomSheet: shouldUseBottomSheet, renderModal: renderModal };
|
|
60
|
+
};
|
|
61
|
+
//# sourceMappingURL=useModal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useModal.js","sourceRoot":"","sources":["../../../src/hooks/useModal.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export * from './styles';
|
|
2
|
+
export * from './сomponents/types';
|
|
3
|
+
export { default as Button } from './сomponents/Button';
|
|
4
|
+
export { default as Header } from './сomponents/Header';
|
|
5
|
+
export { default as ActionModal } from './сomponents/ActionModal';
|
|
6
|
+
export { default as AttachedFile } from './сomponents/AttachedFile';
|
|
7
|
+
export { default as Avatar } from './сomponents/Avatar';
|
|
8
|
+
export { default as Calendar } from './сomponents/Calendar';
|
|
9
|
+
export { default as Checkbox } from './сomponents/Checkbox';
|
|
10
|
+
export { default as Chip } from './сomponents/Chip';
|
|
11
|
+
export { default as ConfirmationModal } from './сomponents/ConfirmationModal';
|
|
12
|
+
export { default as CustomSelect } from './сomponents/CustomSelect';
|
|
13
|
+
export { default as CustomSelectProfiles } from './сomponents/CustomSelectProfiles';
|
|
14
|
+
export { default as DragAndDrop } from './сomponents/DragAndDrop';
|
|
15
|
+
export { default as DraggablePopup } from './сomponents/DraggablePopup';
|
|
16
|
+
export { default as Error } from './сomponents/Error';
|
|
17
|
+
export { default as Input } from './сomponents/Input';
|
|
18
|
+
export { default as Loader } from './сomponents/Loader';
|
|
19
|
+
export { default as Profile } from './сomponents/Profile';
|
|
20
|
+
export { default as Switcher } from './сomponents/Switcher';
|
|
21
|
+
export { default as ScrollBar } from './сomponents/ScrollBar';
|
|
22
|
+
export { default as Toggle } from './сomponents/Toggle';
|
|
23
|
+
export { default as Stories } from './сomponents/Stories';
|
|
24
|
+
export { default as SyncLoader } from './сomponents/SyncLoader';
|
|
25
|
+
export { default as Modal } from './сomponents/Modal';
|
|
26
|
+
export { default as Notification } from './сomponents/Notification';
|
|
27
|
+
export { default as RadioButton } from './сomponents/RadioButton';
|
|
28
|
+
export { default as Textarea } from './сomponents/Textarea';
|
|
29
|
+
export { default as ContextMenu } from './сomponents/ContextMenu';
|
|
30
|
+
export { default as UserDropdown } from './сomponents/UserDropdown';
|
|
31
|
+
export { Skeleton } from './сomponents/Skeleton';
|
|
32
|
+
export { default as ListItem } from './сomponents/ListItem';
|
|
33
|
+
export { default as CachedImage } from './сomponents/CachedImage';
|
|
34
|
+
export { default as ProgressBar } from './сomponents/ProgressBar';
|
|
35
|
+
export { ChartBar, ChartLine, ChartPie } from './сomponents/Charts';
|
|
36
|
+
export { Flex, VFlex, HFlex } from './сomponents/Flex';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export * from './styles';
|
|
2
|
+
export * from './сomponents/types';
|
|
3
|
+
export { default as Button } from './сomponents/Button';
|
|
4
|
+
export { default as Header } from './сomponents/Header';
|
|
5
|
+
export { default as ActionModal } from './сomponents/ActionModal';
|
|
6
|
+
export { default as AttachedFile } from './сomponents/AttachedFile';
|
|
7
|
+
export { default as Avatar } from './сomponents/Avatar';
|
|
8
|
+
export { default as Calendar } from './сomponents/Calendar';
|
|
9
|
+
export { default as Checkbox } from './сomponents/Checkbox';
|
|
10
|
+
export { default as Chip } from './сomponents/Chip';
|
|
11
|
+
export { default as ConfirmationModal } from './сomponents/ConfirmationModal';
|
|
12
|
+
export { default as CustomSelect } from './сomponents/CustomSelect';
|
|
13
|
+
export { default as CustomSelectProfiles } from './сomponents/CustomSelectProfiles';
|
|
14
|
+
export { default as DragAndDrop } from './сomponents/DragAndDrop';
|
|
15
|
+
export { default as DraggablePopup } from './сomponents/DraggablePopup';
|
|
16
|
+
export { default as Error } from './сomponents/Error';
|
|
17
|
+
export { default as Input } from './сomponents/Input';
|
|
18
|
+
export { default as Loader } from './сomponents/Loader';
|
|
19
|
+
export { default as Profile } from './сomponents/Profile';
|
|
20
|
+
export { default as Switcher } from './сomponents/Switcher';
|
|
21
|
+
export { default as ScrollBar } from './сomponents/ScrollBar';
|
|
22
|
+
export { default as Toggle } from './сomponents/Toggle';
|
|
23
|
+
export { default as Stories } from './сomponents/Stories';
|
|
24
|
+
export { default as SyncLoader } from './сomponents/SyncLoader';
|
|
25
|
+
export { default as Modal } from './сomponents/Modal';
|
|
26
|
+
export { default as Notification } from './сomponents/Notification';
|
|
27
|
+
export { default as RadioButton } from './сomponents/RadioButton';
|
|
28
|
+
export { default as Textarea } from './сomponents/Textarea';
|
|
29
|
+
export { default as ContextMenu } from './сomponents/ContextMenu';
|
|
30
|
+
export { default as UserDropdown } from './сomponents/UserDropdown';
|
|
31
|
+
export { Skeleton } from './сomponents/Skeleton';
|
|
32
|
+
export { default as ListItem } from './сomponents/ListItem';
|
|
33
|
+
export { default as CachedImage } from './сomponents/CachedImage';
|
|
34
|
+
export { default as ProgressBar } from './сomponents/ProgressBar';
|
|
35
|
+
export { ChartBar, ChartLine, ChartPie } from './сomponents/Charts';
|
|
36
|
+
export { Flex, VFlex, HFlex } from './сomponents/Flex';
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACjE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AACnE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './styles.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
|
|
File without changes
|