@expressms/smartapp-ui 3.0.0-alpha.22 → 3.0.0-alpha.23
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.svg +5 -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 +6 -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 +19 -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 +259 -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 +8 -0
- package/build/main//321/201omponents/Notification/Notification.js +199 -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 +44 -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,59 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
import { useEffect, useRef, useState } from 'react';
|
|
7
|
+
import styled, { css, keyframes } from 'styled-components';
|
|
8
|
+
import { generateColor } from '../../helpers';
|
|
9
|
+
import '../../styles/styles.scss';
|
|
10
|
+
var Skeleton = function (_a) {
|
|
11
|
+
var className = _a.className, styles = _a.styles, baseColor = _a.baseColor, width = _a.width, height = _a.height, _b = _a.borderRadius, borderRadius = _b === void 0 ? 8 : _b, circle = _a.circle,
|
|
12
|
+
// needed to determine the offset, the left border must coincide with the left border of the skeletons (without padding in container)
|
|
13
|
+
containerRef = _a.containerRef,
|
|
14
|
+
// if not default, then it must be specified for all skeletons
|
|
15
|
+
_c = _a.animationDuration,
|
|
16
|
+
// if not default, then it must be specified for all skeletons
|
|
17
|
+
animationDuration = _c === void 0 ? 2 : _c,
|
|
18
|
+
// equal to gradient width
|
|
19
|
+
_d = _a.initialOffset,
|
|
20
|
+
// equal to gradient width
|
|
21
|
+
initialOffset = _d === void 0 ? -230 : _d;
|
|
22
|
+
var skeletonRef = useRef(null);
|
|
23
|
+
var _e = useState({ container: { left: 0, width: 0 }, item: { left: 0, width: 0 } }), position = _e[0], setPosition = _e[1];
|
|
24
|
+
//after mount set offset sizes
|
|
25
|
+
useEffect(function () {
|
|
26
|
+
var containerRefCurrent = containerRef === null || containerRef === void 0 ? void 0 : containerRef.current;
|
|
27
|
+
var skeletonRefContainerCurrent = skeletonRef === null || skeletonRef === void 0 ? void 0 : skeletonRef.current;
|
|
28
|
+
if (containerRefCurrent && skeletonRefContainerCurrent) {
|
|
29
|
+
var containerLeft = containerRefCurrent.getBoundingClientRect().left || 0;
|
|
30
|
+
var containerWidth = containerRefCurrent.clientWidth || 0;
|
|
31
|
+
var itemLeft = skeletonRefContainerCurrent.getBoundingClientRect().left || 0;
|
|
32
|
+
var itemWidth = skeletonRefContainerCurrent.getBoundingClientRect().width || 0;
|
|
33
|
+
setPosition({ container: { left: containerLeft, width: containerWidth }, item: { left: itemLeft, width: itemWidth } });
|
|
34
|
+
}
|
|
35
|
+
}, [containerRef]);
|
|
36
|
+
var calculateOffset = function () {
|
|
37
|
+
var diff = position.item.left - position.container.left;
|
|
38
|
+
var startOffset = initialOffset - diff;
|
|
39
|
+
var finalOffset = position.container.width - diff;
|
|
40
|
+
return { startOffset: startOffset, finalOffset: finalOffset };
|
|
41
|
+
};
|
|
42
|
+
var skeletonBackgroundColor = generateColor(baseColor, 'var(--color-input-primary)');
|
|
43
|
+
var skeletonCSS = {
|
|
44
|
+
width: width,
|
|
45
|
+
height: circle ? width : height,
|
|
46
|
+
minWidth: circle ? width : 0,
|
|
47
|
+
borderRadius: circle ? '50%' : borderRadius,
|
|
48
|
+
backgroundColor: skeletonBackgroundColor,
|
|
49
|
+
};
|
|
50
|
+
return (_jsx(StyledSkeleton, { "$animationDuration": animationDuration, "$initialOffset": calculateOffset().startOffset, "$finalOffset": calculateOffset().finalOffset, "$CSS": skeletonCSS, ref: skeletonRef, className: className, style: styles }));
|
|
51
|
+
};
|
|
52
|
+
export default Skeleton;
|
|
53
|
+
var StyledSkeleton = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: relative;\n overflow: hidden;\n background-size: 230px;\n background-repeat: no-repeat;\n background-image: linear-gradient(\n 90deg,\n var(--color-skeleton-gradient-edge) var(--skeleton-start-edge-gradient-size),\n var(--color-skeleton-gradient-center) var(--skeleton-center-gradient-size),\n var(--color-skeleton-gradient-edge) var(--skeleton-end-edge-gradient-size)\n );\n ", ";\n"], ["\n position: relative;\n overflow: hidden;\n background-size: 230px;\n background-repeat: no-repeat;\n background-image: linear-gradient(\n 90deg,\n var(--color-skeleton-gradient-edge) var(--skeleton-start-edge-gradient-size),\n var(--color-skeleton-gradient-center) var(--skeleton-center-gradient-size),\n var(--color-skeleton-gradient-edge) var(--skeleton-end-edge-gradient-size)\n );\n ", ";\n"])), function (_a) {
|
|
54
|
+
var $CSS = _a.$CSS, $animationDuration = _a.$animationDuration, $initialOffset = _a.$initialOffset, $finalOffset = _a.$finalOffset;
|
|
55
|
+
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n animation: ", " ", "s infinite linear;\n ", ";\n "], ["\n animation: ", " ", "s infinite linear;\n ", ";\n "])), flash($initialOffset, $finalOffset), $animationDuration, $CSS);
|
|
56
|
+
});
|
|
57
|
+
var flash = function (initialOffset, finalOffset) { return keyframes(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n 0% {\n background-position: ", "px;\n }\n\n 60%,\n 100% {\n background-position: ", "px;\n }\n \n"], ["\n 0% {\n background-position: ", "px;\n }\n\n 60%,\n 100% {\n background-position: ", "px;\n }\n \n"])), initialOffset, finalOffset); };
|
|
58
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
59
|
+
//# sourceMappingURL=Skeleton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.js","sourceRoot":"","sources":["../../../../src/сomponents/Skeleton/Skeleton.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Skeleton } from './Skeleton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { TStyles } from '../../constants';
|
|
3
|
+
type Enumerate<N extends number, Acc extends number[] = []> = Acc['length'] extends N ? Acc[number] : Enumerate<N, [...Acc, Acc['length']]>;
|
|
4
|
+
type IntRange<F extends number, T extends number> = Exclude<Enumerate<T>, Enumerate<F>>;
|
|
5
|
+
export interface ISkeletonProps {
|
|
6
|
+
className?: string;
|
|
7
|
+
styles?: TStyles;
|
|
8
|
+
baseColor?: string;
|
|
9
|
+
width?: number;
|
|
10
|
+
height?: number;
|
|
11
|
+
borderRadius?: number;
|
|
12
|
+
circle?: boolean;
|
|
13
|
+
containerRef: RefObject<HTMLDivElement | null>;
|
|
14
|
+
animationDuration?: IntRange<1, 7>;
|
|
15
|
+
initialOffset?: number;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Skeleton/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IStoriesProps } from './types';
|
|
2
|
+
import '../../styles/styles.scss';
|
|
3
|
+
declare const StoriesComponent: ({ isCloseIconHidden, isStoryStoppedOnBtnClick, platform, fontFamily, imageClassName, titleClassName, bodyClassName, buttonClassName, contentClassName, bottomContentClassName, contentStyles, closeIconPosition, closeIcon, bottomContent, currentStoryId, groupStories, allGroupsStories, changeStoryToViewed, changeGroupStoriesToViewed, handleCloseGroupStories, }: IStoriesProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
4
|
+
export default StoriesComponent;
|
|
@@ -0,0 +1,338 @@
|
|
|
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
|
+
var _a, _b;
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
+
/* eslint-disable max-lines */
|
|
15
|
+
import { useCallback, useEffect, useLayoutEffect, useState } from 'react';
|
|
16
|
+
import Stories from 'react-insta-stories';
|
|
17
|
+
import { useSwipeable } from 'react-swipeable';
|
|
18
|
+
import Popup from 'reactjs-popup';
|
|
19
|
+
import classNames from 'classnames';
|
|
20
|
+
import { isEmpty, isNull, sortBy } from 'lodash';
|
|
21
|
+
import { generateColor, generateFontFamilyStyle, isIosPlatform, isWebPlatform } from '../../helpers';
|
|
22
|
+
import { COLORS, NUMBER_OF_STORIES_FOR_ROUND_INDICATORS, PLATFORM } from '../../constants';
|
|
23
|
+
import { STORY_BACKGROUND_TYPES, STORY_TYPE, } from './types';
|
|
24
|
+
import { ReactComponent as CloseStoriesIcon } from '../../assets/icons/close-stories.svg';
|
|
25
|
+
import { ReactComponent as ExternalLinkIcon } from '../../assets/icons/external-link.svg';
|
|
26
|
+
import { ReactComponent as LoaderIcon } from '../../assets/icons/story-loader.svg';
|
|
27
|
+
import '../../styles/styles.scss';
|
|
28
|
+
var storyItemBaseStyles = {
|
|
29
|
+
height: '100%',
|
|
30
|
+
width: '100%',
|
|
31
|
+
};
|
|
32
|
+
var progressContainerStyles = function (platform, storiesCount) { return ({
|
|
33
|
+
gap: storiesCount >= NUMBER_OF_STORIES_FOR_ROUND_INDICATORS ? '8px' : '12px',
|
|
34
|
+
width: '100%',
|
|
35
|
+
filter: 'none',
|
|
36
|
+
paddingTop: isWebPlatform(platform) ? '22px' : isIosPlatform(platform) ? '21px' : '26px',
|
|
37
|
+
paddingLeft: '0',
|
|
38
|
+
paddingRight: '0',
|
|
39
|
+
paddingBottom: '0',
|
|
40
|
+
}); };
|
|
41
|
+
var progressWrapperStyles = {
|
|
42
|
+
height: '4px',
|
|
43
|
+
borderRadius: '51px',
|
|
44
|
+
background: 'rgba(255, 255, 255, 0.4)',
|
|
45
|
+
margin: 0,
|
|
46
|
+
overflow: 'hidden',
|
|
47
|
+
};
|
|
48
|
+
var progressStyles = {
|
|
49
|
+
height: '4px',
|
|
50
|
+
borderRadius: '51px',
|
|
51
|
+
background: 'rgba(255, 255, 255, 1)',
|
|
52
|
+
};
|
|
53
|
+
var DEFAULT_STORY_DURATION = 5000;
|
|
54
|
+
var STORY_SIZE;
|
|
55
|
+
(function (STORY_SIZE) {
|
|
56
|
+
STORY_SIZE["xs"] = "xs";
|
|
57
|
+
STORY_SIZE["sm"] = "sm";
|
|
58
|
+
STORY_SIZE["l"] = "l";
|
|
59
|
+
})(STORY_SIZE || (STORY_SIZE = {}));
|
|
60
|
+
var STORY_SIZE_HEIGHT = (_a = {},
|
|
61
|
+
_a[STORY_SIZE.xs] = 620,
|
|
62
|
+
_a[STORY_SIZE.sm] = 768,
|
|
63
|
+
_a[STORY_SIZE.l] = 812,
|
|
64
|
+
_a);
|
|
65
|
+
var STORY_WIDTH_BREAKPOINT = (_b = {},
|
|
66
|
+
_b[STORY_SIZE.xs] = 377,
|
|
67
|
+
_b[STORY_SIZE.sm] = 399,
|
|
68
|
+
_b);
|
|
69
|
+
var generateSize = function (width, height) {
|
|
70
|
+
var isSizeXS = width < STORY_WIDTH_BREAKPOINT[STORY_SIZE.xs] || height < STORY_SIZE_HEIGHT[STORY_SIZE.sm];
|
|
71
|
+
var isSizeSM = width < STORY_WIDTH_BREAKPOINT[STORY_SIZE.sm] || height < STORY_SIZE_HEIGHT[STORY_SIZE.l];
|
|
72
|
+
if (isSizeXS)
|
|
73
|
+
return STORY_SIZE.xs;
|
|
74
|
+
if (isSizeSM)
|
|
75
|
+
return STORY_SIZE.sm;
|
|
76
|
+
return STORY_SIZE.l;
|
|
77
|
+
};
|
|
78
|
+
var PERCENTAGE_OF_IMAGE_WIDTH = 0.827;
|
|
79
|
+
var ACTIONS;
|
|
80
|
+
(function (ACTIONS) {
|
|
81
|
+
ACTIONS["pause"] = "pause";
|
|
82
|
+
ACTIONS["play"] = "play";
|
|
83
|
+
})(ACTIONS || (ACTIONS = {}));
|
|
84
|
+
var StoriesComponent = function (_a) {
|
|
85
|
+
var _b;
|
|
86
|
+
var _c = _a.isCloseIconHidden, isCloseIconHidden = _c === void 0 ? false : _c, _d = _a.isStoryStoppedOnBtnClick, isStoryStoppedOnBtnClick = _d === void 0 ? false : _d, _e = _a.platform, platform = _e === void 0 ? PLATFORM.web : _e, fontFamily = _a.fontFamily, imageClassName = _a.imageClassName, titleClassName = _a.titleClassName, bodyClassName = _a.bodyClassName, buttonClassName = _a.buttonClassName, contentClassName = _a.contentClassName, bottomContentClassName = _a.bottomContentClassName, contentStyles = _a.contentStyles, closeIconPosition = _a.closeIconPosition, closeIcon = _a.closeIcon, bottomContent = _a.bottomContent, currentStoryId = _a.currentStoryId, groupStories = _a.groupStories, allGroupsStories = _a.allGroupsStories, changeStoryToViewed = _a.changeStoryToViewed, changeGroupStoriesToViewed = _a.changeGroupStoriesToViewed, handleCloseGroupStories = _a.handleCloseGroupStories;
|
|
87
|
+
var sortStoriesByOrder = function (stories) { return sortBy(stories, ['order']); };
|
|
88
|
+
var generateActiveGroupStoriesIndex = function () { return allGroupsStories.findIndex(function (_a) {
|
|
89
|
+
var id = _a.id;
|
|
90
|
+
return id === (activeGroupStories === null || activeGroupStories === void 0 ? void 0 : activeGroupStories.id);
|
|
91
|
+
}); };
|
|
92
|
+
var _f = useState(groupStories), activeGroupStories = _f[0], setActiveGroupStories = _f[1];
|
|
93
|
+
var _g = useState(sortStoriesByOrder((groupStories === null || groupStories === void 0 ? void 0 : groupStories.stories) || [])), stories = _g[0], setStories = _g[1];
|
|
94
|
+
var _h = useState(currentStoryId || ((_b = stories[0]) === null || _b === void 0 ? void 0 : _b.id)), activeStoryId = _h[0], setActiveStoryId = _h[1];
|
|
95
|
+
var _j = useState(false), isAnimateToRight = _j[0], setIsAnimateToRight = _j[1];
|
|
96
|
+
var _k = useState(false), isAnimateToLeft = _k[0], setIsAnimateToLeft = _k[1];
|
|
97
|
+
var _l = useState(false), isImageStoryPaused = _l[0], setIsImageStoryPaused = _l[1];
|
|
98
|
+
var activeStory = stories.find(function (_a) {
|
|
99
|
+
var id = _a.id;
|
|
100
|
+
return id === activeStoryId;
|
|
101
|
+
});
|
|
102
|
+
var activeStoryIndex = stories.findIndex(function (_a) {
|
|
103
|
+
var id = _a.id;
|
|
104
|
+
return id === activeStoryId;
|
|
105
|
+
});
|
|
106
|
+
var popupElement = document.querySelector('.smartapp-stories-content');
|
|
107
|
+
var containerHeight = (popupElement === null || popupElement === void 0 ? void 0 : popupElement.offsetHeight) || 0;
|
|
108
|
+
var containerWidth = (popupElement === null || popupElement === void 0 ? void 0 : popupElement.offsetWidth) || 0;
|
|
109
|
+
var size = generateSize(containerWidth, containerHeight);
|
|
110
|
+
var isShowCloseIconInsideStory = STORY_SIZE_HEIGHT[size] < containerHeight;
|
|
111
|
+
var isColorOnBackground = function (type) { return type === STORY_BACKGROUND_TYPES.color; };
|
|
112
|
+
var isImageOnBackground = function (_a) {
|
|
113
|
+
var type = _a.type;
|
|
114
|
+
return type === STORY_BACKGROUND_TYPES.image;
|
|
115
|
+
};
|
|
116
|
+
var generateStoryStyles = function (_a) {
|
|
117
|
+
var type = _a.type, value = _a.value;
|
|
118
|
+
return isColorOnBackground(type)
|
|
119
|
+
? __assign(__assign({}, storyItemBaseStyles), { background: value }) : __assign(__assign({}, storyItemBaseStyles), { backgroundImage: "url(".concat(value, ")"), backgroundSize: 'cover', backgroundPosition: 'center', backgroundRepeat: 'no-repeat' });
|
|
120
|
+
};
|
|
121
|
+
var changeActiveGroupStories = function (groupStoriesItem) {
|
|
122
|
+
setActiveGroupStories(groupStoriesItem);
|
|
123
|
+
setStories(sortStoriesByOrder(groupStoriesItem.stories));
|
|
124
|
+
setTimeout(function () {
|
|
125
|
+
setIsAnimateToLeft(false);
|
|
126
|
+
setIsAnimateToRight(false);
|
|
127
|
+
}, 500);
|
|
128
|
+
};
|
|
129
|
+
var handlePrevious = function () {
|
|
130
|
+
var prevGroupStories = allGroupsStories[generateActiveGroupStoriesIndex() - 1];
|
|
131
|
+
if (prevGroupStories) {
|
|
132
|
+
setIsAnimateToLeft(true);
|
|
133
|
+
changeActiveGroupStories(prevGroupStories);
|
|
134
|
+
}
|
|
135
|
+
else {
|
|
136
|
+
handleCloseGroupStories();
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
var handleNext = function () {
|
|
140
|
+
var nextGroupStories = allGroupsStories[generateActiveGroupStoriesIndex() + 1];
|
|
141
|
+
if (nextGroupStories) {
|
|
142
|
+
setIsAnimateToRight(true);
|
|
143
|
+
changeActiveGroupStories(nextGroupStories);
|
|
144
|
+
}
|
|
145
|
+
else {
|
|
146
|
+
handleCloseGroupStories();
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
var onStoryStart = function (storyIndex) {
|
|
150
|
+
var _a = stories[storyIndex], storyId = _a.id, storyType = _a.type, viewed = _a.viewed;
|
|
151
|
+
var isVideoStory = storyType === STORY_TYPE.video;
|
|
152
|
+
var isLastStory = stories.at(-1).id === storyId;
|
|
153
|
+
isVideoStory && setActiveStoryId(storyId);
|
|
154
|
+
isImageStoryPaused && setIsImageStoryPaused(false);
|
|
155
|
+
if (!viewed)
|
|
156
|
+
changeStoryToViewed === null || changeStoryToViewed === void 0 ? void 0 : changeStoryToViewed(stories[storyIndex], activeGroupStories);
|
|
157
|
+
if (isLastStory && !activeGroupStories.viewed)
|
|
158
|
+
changeGroupStoriesToViewed === null || changeGroupStoriesToViewed === void 0 ? void 0 : changeGroupStoriesToViewed(activeGroupStories);
|
|
159
|
+
};
|
|
160
|
+
var generateCurrentStoryIndex = useCallback(function () { return stories.findIndex(function (_a) {
|
|
161
|
+
var id = _a.id;
|
|
162
|
+
return id === activeStoryId;
|
|
163
|
+
}); }, [stories, activeStoryId]);
|
|
164
|
+
var onPrevious = function () {
|
|
165
|
+
activeStoryId === stories[0].id ? handlePrevious() : onStoryStart(generateCurrentStoryIndex() - 1);
|
|
166
|
+
};
|
|
167
|
+
var onNext = function () {
|
|
168
|
+
var currentStoryIndex = generateCurrentStoryIndex();
|
|
169
|
+
currentStoryIndex !== stories.length - 1 && onStoryStart(currentStoryIndex + 1);
|
|
170
|
+
};
|
|
171
|
+
var handleButtonClick = function (action) {
|
|
172
|
+
var currentStoryIndex = generateCurrentStoryIndex();
|
|
173
|
+
var isNotLastStory = currentStoryIndex !== stories.length - 1;
|
|
174
|
+
var nextActiveStory = stories[currentStoryIndex + 1];
|
|
175
|
+
var generateGroupStoriesId = function () {
|
|
176
|
+
var nextGroupStories = allGroupsStories[generateActiveGroupStoriesIndex() + 1];
|
|
177
|
+
if (isNotLastStory)
|
|
178
|
+
return activeGroupStories === null || activeGroupStories === void 0 ? void 0 : activeGroupStories.id;
|
|
179
|
+
return (nextGroupStories === null || nextGroupStories === void 0 ? void 0 : nextGroupStories.id) || null;
|
|
180
|
+
};
|
|
181
|
+
if (isStoryStoppedOnBtnClick) {
|
|
182
|
+
if (isNotLastStory)
|
|
183
|
+
setActiveStoryId(nextActiveStory.id);
|
|
184
|
+
else
|
|
185
|
+
handleNext();
|
|
186
|
+
setTimeout(function () { return setIsImageStoryPaused(true); }, 100);
|
|
187
|
+
}
|
|
188
|
+
action(generateGroupStoriesId(), isNotLastStory ? nextActiveStory.id : null);
|
|
189
|
+
};
|
|
190
|
+
var renderButton = function (_a) {
|
|
191
|
+
var text = _a.text, textColor = _a.textColor, backgroundColor = _a.backgroundColor, isTransitionToExternalSource = _a.isTransitionToExternalSource, action = _a.action;
|
|
192
|
+
return (_jsxs("div", __assign({ style: {
|
|
193
|
+
color: generateColor(textColor, COLORS.darkBlack),
|
|
194
|
+
background: generateColor(backgroundColor, COLORS.white),
|
|
195
|
+
}, className: classNames('smartapp-stories__story--bottom-content__button', buttonClassName, {
|
|
196
|
+
'smartapp-stories__story--bottom-content__button--with-icon': isTransitionToExternalSource,
|
|
197
|
+
}), onClick: function () { return handleButtonClick(action); } }, { children: [text, isTransitionToExternalSource && _jsx(ExternalLinkIcon, {})] })));
|
|
198
|
+
};
|
|
199
|
+
var createImageContent = function (_a) {
|
|
200
|
+
var id = _a.id, durationInMs = _a.durationInMs, title = _a.title, body = _a.body, backgroundSource = _a.backgroundSource, button = _a.button, image = _a.image;
|
|
201
|
+
return ({
|
|
202
|
+
duration: durationInMs || DEFAULT_STORY_DURATION,
|
|
203
|
+
content: function (_a) {
|
|
204
|
+
var action = _a.action;
|
|
205
|
+
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
206
|
+
var _b = useState(false), isImageLoaded = _b[0], setIsImageLoaded = _b[1];
|
|
207
|
+
var isLoaderVisible = image && (!isImageLoaded || isAnimateToLeft || isAnimateToRight);
|
|
208
|
+
var storyContainer = document.querySelector('.smartapp-stories');
|
|
209
|
+
var containerWidth = (storyContainer === null || storyContainer === void 0 ? void 0 : storyContainer.offsetWidth) || 0;
|
|
210
|
+
var imageContainerHeight = containerWidth * PERCENTAGE_OF_IMAGE_WIDTH;
|
|
211
|
+
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
212
|
+
useLayoutEffect(function () {
|
|
213
|
+
if (currentStoryId)
|
|
214
|
+
return;
|
|
215
|
+
activeStoryId !== id && setActiveStoryId(id);
|
|
216
|
+
}, []);
|
|
217
|
+
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
218
|
+
useLayoutEffect(function () {
|
|
219
|
+
if (isImageStoryPaused)
|
|
220
|
+
setTimeout(function () { return action(ACTIONS.pause); }, 0);
|
|
221
|
+
// eslint-disable-next-line
|
|
222
|
+
}, [isImageStoryPaused]);
|
|
223
|
+
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
224
|
+
useLayoutEffect(function () {
|
|
225
|
+
if (isImageStoryPaused)
|
|
226
|
+
return;
|
|
227
|
+
var timeoutId;
|
|
228
|
+
timeoutId = setTimeout(function () { return action(isLoaderVisible ? ACTIONS.pause : ACTIONS.play); }, 0);
|
|
229
|
+
return function () { return clearTimeout(timeoutId); };
|
|
230
|
+
// eslint-disable-next-line
|
|
231
|
+
}, [isLoaderVisible]);
|
|
232
|
+
var handleImageLoad = function () {
|
|
233
|
+
setIsImageLoaded(true);
|
|
234
|
+
if (isImageStoryPaused)
|
|
235
|
+
return;
|
|
236
|
+
setTimeout(function () { return action(ACTIONS.play); }, 0);
|
|
237
|
+
};
|
|
238
|
+
return (_jsx("div", __assign({ style: generateStoryStyles(backgroundSource) }, { children: _jsxs("div", __assign({ style: __assign(__assign({}, generateFontFamilyStyle(fontFamily)), contentStyles), className: classNames('smartapp-stories__story', { 'smartapp-stories__story--image-bg': isImageOnBackground(backgroundSource) }, contentClassName) }, { children: [_jsxs("div", __assign({ style: { opacity: isLoaderVisible ? '0' : '1' } }, { children: [image && (_jsx("div", __assign({ className: classNames('smartapp-stories__story--image', imageClassName), style: { maxHeight: "".concat(imageContainerHeight, "px") } }, { children: _jsx("img", { src: image, alt: "", onLoad: handleImageLoad, onError: handleImageLoad }) }))), title && _jsx("div", __assign({ className: classNames('smartapp-stories__story--title', titleClassName) }, { children: title })), body && _jsx("div", __assign({ className: classNames('smartapp-stories__story--body', bodyClassName) }, { children: body })), (button || bottomContent) && (_jsxs("div", __assign({ className: classNames('smartapp-stories__story--bottom-content', "smartapp-stories__story--bottom-content__".concat(platform), bottomContentClassName) }, { children: [button && renderButton(button), bottomContent] })))] })), isLoaderVisible && (_jsx("div", __assign({ className: "smartapp-stories__story--loader" }, { children: _jsx(LoaderIcon, {}) })))] })) }), id));
|
|
239
|
+
},
|
|
240
|
+
});
|
|
241
|
+
};
|
|
242
|
+
var createVideoContent = function (_a) {
|
|
243
|
+
var url = _a.url;
|
|
244
|
+
return ({
|
|
245
|
+
type: STORY_TYPE.video,
|
|
246
|
+
url: url,
|
|
247
|
+
});
|
|
248
|
+
};
|
|
249
|
+
var generateStories = function () { return stories.map(function (story) { return (story.type === STORY_TYPE.image ? createImageContent(story) : createVideoContent(story)); }); };
|
|
250
|
+
var swipeableHandlers = useSwipeable({
|
|
251
|
+
trackMouse: true,
|
|
252
|
+
onSwipedLeft: function () { return handleNext(); },
|
|
253
|
+
onSwipedRight: function () { return handlePrevious(); },
|
|
254
|
+
});
|
|
255
|
+
var createBackgroundVideo = function (id, url) {
|
|
256
|
+
var video = document.createElement('video');
|
|
257
|
+
video.id = "background_video_".concat(id);
|
|
258
|
+
video.src = url;
|
|
259
|
+
video.muted = true;
|
|
260
|
+
video.playsInline = true;
|
|
261
|
+
video.autoplay = true;
|
|
262
|
+
video.classList.add('smartapp-stories-content__background-video');
|
|
263
|
+
return video;
|
|
264
|
+
};
|
|
265
|
+
useEffect(function () {
|
|
266
|
+
currentStoryId && setActiveStoryId(currentStoryId);
|
|
267
|
+
}, [currentStoryId]);
|
|
268
|
+
useEffect(function () {
|
|
269
|
+
var sortedStories = sortStoriesByOrder((groupStories === null || groupStories === void 0 ? void 0 : groupStories.stories) || []);
|
|
270
|
+
setActiveGroupStories(groupStories);
|
|
271
|
+
setStories(sortedStories);
|
|
272
|
+
}, [groupStories]);
|
|
273
|
+
useEffect(function () {
|
|
274
|
+
var video = document.querySelector('video');
|
|
275
|
+
var pauseVideosOnBackground = function () {
|
|
276
|
+
var backgroundVideos = document.querySelectorAll("#background_video_".concat(activeStoryId));
|
|
277
|
+
backgroundVideos.forEach(function (video) { return video.pause(); });
|
|
278
|
+
};
|
|
279
|
+
var playVideosOnBackground = function () {
|
|
280
|
+
var backgroundVideos = document.querySelectorAll("#background_video_".concat(activeStoryId));
|
|
281
|
+
backgroundVideos.forEach(function (video) { return video.play().catch(function () { }); });
|
|
282
|
+
};
|
|
283
|
+
video === null || video === void 0 ? void 0 : video.addEventListener(ACTIONS.play, playVideosOnBackground);
|
|
284
|
+
video === null || video === void 0 ? void 0 : video.addEventListener(ACTIONS.pause, pauseVideosOnBackground);
|
|
285
|
+
return function () {
|
|
286
|
+
video === null || video === void 0 ? void 0 : video.removeEventListener(ACTIONS.play, playVideosOnBackground);
|
|
287
|
+
video === null || video === void 0 ? void 0 : video.removeEventListener(ACTIONS.pause, pauseVideosOnBackground);
|
|
288
|
+
};
|
|
289
|
+
}, [activeStoryId]);
|
|
290
|
+
useEffect(function () {
|
|
291
|
+
var currentStoryIndex = generateCurrentStoryIndex();
|
|
292
|
+
var indicatorsContainer = document.querySelector('.smartapp-stories > div:first-of-type > div:first-of-type');
|
|
293
|
+
var indicators = Array.from((indicatorsContainer === null || indicatorsContainer === void 0 ? void 0 : indicatorsContainer.children) || []);
|
|
294
|
+
indicators.forEach(function (indicator, index) {
|
|
295
|
+
if (indicators.length >= NUMBER_OF_STORIES_FOR_ROUND_INDICATORS) {
|
|
296
|
+
indicator.style.width = index !== currentStoryIndex ? '4px' : '48px';
|
|
297
|
+
}
|
|
298
|
+
else {
|
|
299
|
+
indicator.style.width = '38px';
|
|
300
|
+
}
|
|
301
|
+
});
|
|
302
|
+
}, [generateCurrentStoryIndex]);
|
|
303
|
+
useEffect(function () {
|
|
304
|
+
var popupElement = document.querySelector('.smartapp-stories-content');
|
|
305
|
+
var videoWrapper = document.querySelector('.smartapp-stories-content > div > div > div:nth-child(2) > div');
|
|
306
|
+
if (activeStory) {
|
|
307
|
+
if (activeStory.type === STORY_TYPE.image) {
|
|
308
|
+
var _a = activeStory.backgroundSource, type = _a.type, value = _a.value;
|
|
309
|
+
var prevBackgroundVideos = document.querySelectorAll('.smartapp-stories-content__background-video');
|
|
310
|
+
var background = isColorOnBackground(type) ? value : "url(".concat(value, ")");
|
|
311
|
+
!isEmpty(prevBackgroundVideos) && prevBackgroundVideos.forEach(function (video) { return video.remove(); });
|
|
312
|
+
isWebPlatform(platform) && (popupElement === null || popupElement === void 0 ? void 0 : popupElement.style.setProperty('--background', background));
|
|
313
|
+
}
|
|
314
|
+
else {
|
|
315
|
+
var id = activeStory.id, url = activeStory.url;
|
|
316
|
+
var prevBackgroundVideos = document.querySelectorAll('.smartapp-stories-content__background-video');
|
|
317
|
+
!isEmpty(prevBackgroundVideos) && prevBackgroundVideos.forEach(function (video) { return video.remove(); });
|
|
318
|
+
// eslint-disable-next-line max-depth
|
|
319
|
+
if (isWebPlatform(platform)) {
|
|
320
|
+
popupElement === null || popupElement === void 0 ? void 0 : popupElement.style.removeProperty('--background');
|
|
321
|
+
popupElement === null || popupElement === void 0 ? void 0 : popupElement.appendChild(createBackgroundVideo(id, url));
|
|
322
|
+
}
|
|
323
|
+
videoWrapper === null || videoWrapper === void 0 ? void 0 : videoWrapper.appendChild(createBackgroundVideo(id, url));
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
}, [platform, activeStory]);
|
|
327
|
+
if (isNull(activeGroupStories)) {
|
|
328
|
+
return null;
|
|
329
|
+
}
|
|
330
|
+
var closeStoriesIcon = !isCloseIconHidden && (_jsx("div", __assign({ className: classNames('smartapp-stories__icon', "smartapp-stories__icon--".concat(platform), "smartapp-stories__icon--".concat(closeIconPosition)), onClick: handleCloseGroupStories }, { children: closeIcon || _jsx(CloseStoriesIcon, {}) })));
|
|
331
|
+
return (_jsxs(Popup, __assign({ className: "smartapp-stories", open: true }, { children: [_jsxs("div", __assign({ className: classNames('smartapp-stories', "smartapp-stories__".concat(size), "smartapp-stories__".concat(platform), {
|
|
332
|
+
'smartapp-stories__video': (activeStory === null || activeStory === void 0 ? void 0 : activeStory.type) === STORY_TYPE.video,
|
|
333
|
+
'smartapp-stories__animate-right': isAnimateToRight,
|
|
334
|
+
'smartapp-stories__animate-left': isAnimateToLeft,
|
|
335
|
+
}) }, swipeableHandlers, { children: [_jsx(Stories, { currentIndex: activeStoryIndex, defaultInterval: 6000, width: "100%", height: "100%", stories: generateStories(), onStoryStart: onStoryStart, onPrevious: onPrevious, onNext: onNext, onAllStoriesEnd: handleNext, progressContainerStyles: progressContainerStyles(platform, stories.length), progressWrapperStyles: progressWrapperStyles, progressStyles: progressStyles }, activeGroupStories.id), isShowCloseIconInsideStory && closeStoriesIcon] })), !isShowCloseIconInsideStory && closeStoriesIcon] })));
|
|
336
|
+
};
|
|
337
|
+
export default StoriesComponent;
|
|
338
|
+
//# sourceMappingURL=Stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stories.js","sourceRoot":"","sources":["../../../../src/сomponents/Stories/Stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Stories';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/Stories/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { IFontFamilyProps, IPlatformProps, TStyles } from '../../constants';
|
|
3
|
+
export declare enum STORY_BACKGROUND_TYPES {
|
|
4
|
+
color = "color",
|
|
5
|
+
image = "image"
|
|
6
|
+
}
|
|
7
|
+
export declare enum STORY_TYPE {
|
|
8
|
+
image = "image",
|
|
9
|
+
video = "video"
|
|
10
|
+
}
|
|
11
|
+
export declare enum STORY_CLOSE_ICON_POSITION {
|
|
12
|
+
left = "left",
|
|
13
|
+
right = "right"
|
|
14
|
+
}
|
|
15
|
+
export type TBackgroundType = 'color' | 'image';
|
|
16
|
+
export type TBackgroundSource = {
|
|
17
|
+
type: TBackgroundType;
|
|
18
|
+
value: string;
|
|
19
|
+
};
|
|
20
|
+
type TCommonStoryItem = {
|
|
21
|
+
id: number;
|
|
22
|
+
order: number;
|
|
23
|
+
viewed?: boolean;
|
|
24
|
+
};
|
|
25
|
+
export type TImageStoryButton = {
|
|
26
|
+
text: string;
|
|
27
|
+
isTransitionToExternalSource?: boolean;
|
|
28
|
+
textColor?: string;
|
|
29
|
+
backgroundColor?: string;
|
|
30
|
+
action: (groupStoriesId?: number | null, activeStoryId?: number | null) => void;
|
|
31
|
+
};
|
|
32
|
+
export interface TImageStoryItem extends TCommonStoryItem {
|
|
33
|
+
type: 'image';
|
|
34
|
+
durationInMs?: number;
|
|
35
|
+
title: string | null;
|
|
36
|
+
body: string | ReactElement | null;
|
|
37
|
+
backgroundSource: TBackgroundSource;
|
|
38
|
+
button: TImageStoryButton | null;
|
|
39
|
+
image: string | null;
|
|
40
|
+
}
|
|
41
|
+
export interface TVideoStoryItem extends TCommonStoryItem {
|
|
42
|
+
type: 'video';
|
|
43
|
+
url: string;
|
|
44
|
+
}
|
|
45
|
+
export type TStoryItem = TImageStoryItem | TVideoStoryItem;
|
|
46
|
+
export type TGroupStories = {
|
|
47
|
+
id: number;
|
|
48
|
+
viewed: boolean;
|
|
49
|
+
stories: TStoryItem[];
|
|
50
|
+
};
|
|
51
|
+
export interface IStoriesProps extends IPlatformProps, IFontFamilyProps {
|
|
52
|
+
isCloseIconHidden?: boolean;
|
|
53
|
+
isStoryStoppedOnBtnClick?: boolean;
|
|
54
|
+
imageClassName?: string;
|
|
55
|
+
titleClassName?: string;
|
|
56
|
+
bodyClassName?: string;
|
|
57
|
+
buttonClassName?: string;
|
|
58
|
+
contentClassName?: string;
|
|
59
|
+
bottomContentClassName?: string;
|
|
60
|
+
contentStyles?: TStyles;
|
|
61
|
+
closeIconPosition?: 'left' | 'right';
|
|
62
|
+
closeIcon?: ReactElement;
|
|
63
|
+
bottomContent?: ReactElement;
|
|
64
|
+
currentStoryId?: number | null;
|
|
65
|
+
groupStories: TGroupStories | null;
|
|
66
|
+
allGroupsStories: TGroupStories[];
|
|
67
|
+
changeStoryToViewed?: (story: TStoryItem, groupStories: TGroupStories) => void;
|
|
68
|
+
changeGroupStoriesToViewed?: (groupStories: TGroupStories) => void;
|
|
69
|
+
handleCloseGroupStories: () => void;
|
|
70
|
+
}
|
|
71
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var STORY_BACKGROUND_TYPES;
|
|
2
|
+
(function (STORY_BACKGROUND_TYPES) {
|
|
3
|
+
STORY_BACKGROUND_TYPES["color"] = "color";
|
|
4
|
+
STORY_BACKGROUND_TYPES["image"] = "image";
|
|
5
|
+
})(STORY_BACKGROUND_TYPES || (STORY_BACKGROUND_TYPES = {}));
|
|
6
|
+
export var STORY_TYPE;
|
|
7
|
+
(function (STORY_TYPE) {
|
|
8
|
+
STORY_TYPE["image"] = "image";
|
|
9
|
+
STORY_TYPE["video"] = "video";
|
|
10
|
+
})(STORY_TYPE || (STORY_TYPE = {}));
|
|
11
|
+
export var STORY_CLOSE_ICON_POSITION;
|
|
12
|
+
(function (STORY_CLOSE_ICON_POSITION) {
|
|
13
|
+
STORY_CLOSE_ICON_POSITION["left"] = "left";
|
|
14
|
+
STORY_CLOSE_ICON_POSITION["right"] = "right";
|
|
15
|
+
})(STORY_CLOSE_ICON_POSITION || (STORY_CLOSE_ICON_POSITION = {}));
|
|
16
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Stories/types.ts"],"names":[],"mappings":"AAGA,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,yCAAe,CAAA;IACf,yCAAe,CAAA;AACjB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAED,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,6BAAe,CAAA;IACf,6BAAe,CAAA;AACjB,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB;AAED,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,0CAAa,CAAA;IACb,4CAAe,CAAA;AACjB,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { NavLink } from 'react-router-dom';
|
|
14
|
+
import Slider from 'react-slick';
|
|
15
|
+
import '../../styles/styles.scss';
|
|
16
|
+
var Switcher = function (_a) {
|
|
17
|
+
var pages = _a.pages;
|
|
18
|
+
var sliderSettings = {
|
|
19
|
+
variableWidth: true,
|
|
20
|
+
dots: false,
|
|
21
|
+
centerPadding: '60px',
|
|
22
|
+
swipeToSlide: true,
|
|
23
|
+
slidesToShow: 3,
|
|
24
|
+
arrows: false,
|
|
25
|
+
infinite: false,
|
|
26
|
+
speed: 300,
|
|
27
|
+
};
|
|
28
|
+
return (_jsx("div", __assign({ className: "smartapp-switcher" }, { children: _jsx(Slider, __assign({}, sliderSettings, { children: pages.map(function (page) { return (_jsx(NavLink, __assign({ className: function (_a) {
|
|
29
|
+
var isActive = _a.isActive;
|
|
30
|
+
return isActive ? ' smartapp-switcher__instance smartapp-switcher__instance--active' : 'smartapp-switcher__instance';
|
|
31
|
+
}, to: page.route }, { children: page.title }), page.route)); }) })) })));
|
|
32
|
+
};
|
|
33
|
+
export default Switcher;
|
|
34
|
+
//# sourceMappingURL=Switcher.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switcher.js","sourceRoot":"","sources":["../../../../src/сomponents/Switcher/Switcher.tsx"],"names":[],"mappings":";;;;;;;;;;;;AACA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC1C,OAAO,MAAM,MAAM,aAAa,CAAA;AAEhC,OAAO,0BAA0B,CAAA;AAEjC,IAAM,QAAQ,GAAG,UAAC,EAAyB;QAAvB,KAAK,WAAA;IACvB,IAAM,cAAc,GAAG;QACrB,aAAa,EAAE,IAAI;QACnB,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,MAAM;QACrB,YAAY,EAAE,IAAI;QAClB,YAAY,EAAE,CAAC;QACf,MAAM,EAAE,KAAK;QACb,QAAQ,EAAE,KAAK;QACf,KAAK,EAAE,GAAG;KACX,CAAA;IAED,OAAO,CACL,uBAAK,SAAS,EAAC,mBAAmB,gBAChC,KAAC,MAAM,eAAK,cAAc,cACvB,KAAK,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,CACnB,KAAC,OAAO,aAEN,SAAS,EAAE,UAAC,EAAY;wBAAV,QAAQ,cAAA;oBACpB,OAAA,QAAQ,CAAC,CAAC,CAAC,kEAAkE,CAAC,CAAC,CAAC,6BAA6B;gBAA7G,CAA6G,EAE/G,EAAE,EAAE,IAAI,CAAC,KAAK,gBAEb,IAAI,CAAC,KAAK,KANN,IAAI,CAAC,KAAK,CAOP,CACX,EAVoB,CAUpB,CAAC,IACK,IACL,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,QAAQ,CAAA"}
|