@zohodesk/dot 1.0.0-temp-187.24 → 1.0.0-temp-225
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/README.md +27 -0
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +425 -422
- package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +16 -16
- package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +16 -16
- package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +16 -16
- package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +16 -16
- package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +16 -16
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +425 -422
- package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +16 -16
- package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +16 -16
- package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +16 -16
- package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +16 -16
- package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +16 -16
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +425 -422
- package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +16 -16
- package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +16 -16
- package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +16 -16
- package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +16 -16
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +16 -16
- package/es/ActionButton/ActionButton.js +166 -0
- package/es/ActionButton/ActionButton.module.css +193 -0
- package/es/ActionButton/__tests__/ActionButton.spec.js +369 -0
- package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2673 -0
- package/es/ActionButton/props/defaultProps.js +19 -0
- package/es/ActionButton/props/propTypes.js +37 -0
- package/es/AlphabeticList/AlphabeticList.js +113 -0
- package/es/AlphabeticList/AlphabeticList.module.css +57 -0
- package/es/AlphabeticList/__tests__/AlphabeticList.spec.js +11 -0
- package/es/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +338 -0
- package/es/AlphabeticList/props/defaultProps.js +12 -0
- package/es/AlphabeticList/props/propTypes.js +23 -0
- package/es/Attachment/Attachment.js +96 -0
- package/es/Attachment/Attachment.module.css +189 -0
- package/es/Attachment/__tests__/Attachment.spec.js +35 -0
- package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +146 -0
- package/es/Attachment/props/defaultProps.js +8 -0
- package/es/Attachment/props/propTypes.js +18 -0
- package/es/AttachmentViewer/Attachment.js +122 -0
- package/es/AttachmentViewer/AttachmentImage.js +115 -0
- package/es/AttachmentViewer/AttachmentViewer.js +719 -0
- package/es/AttachmentViewer/AttachmentViewer.module.css +388 -0
- package/es/AttachmentViewer/__tests__/AttachmentImage.spec.js +115 -0
- package/es/AttachmentViewer/__tests__/AttachmentViewer.spec.js +133 -0
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +15 -0
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +382 -0
- package/es/AttachmentViewer/props/defaultProps.js +17 -0
- package/es/AttachmentViewer/props/propTypes.js +50 -0
- package/es/AttachmentViewer/utils.js +241 -0
- package/es/AudioPlayer/AudioPlayer.js +580 -0
- package/es/AudioPlayer/AudioPlayer.module.css +146 -0
- package/es/AudioPlayer/Timer/Timer.js +67 -0
- package/es/AudioPlayer/Timer/Timer.module.css +5 -0
- package/es/AudioPlayer/Timer/__tests__/Timer.spec.js +19 -0
- package/es/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
- package/es/AudioPlayer/Timer/propTypes/defaultProps.js +4 -0
- package/es/AudioPlayer/Timer/propTypes/propTypes.js +11 -0
- package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +193 -0
- package/es/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +1995 -0
- package/es/AudioPlayer/propTypes/defaultProps.js +14 -0
- package/es/AudioPlayer/propTypes/propTypes.js +33 -0
- package/es/AudioPlayer/utils/utils.js +24 -0
- package/es/ChannelIcon/ChannelIcon.js +109 -0
- package/es/ChannelIcon/ChannelIcon.module.css +226 -0
- package/es/ChannelIcon/__tests__/ChannelIcon.spec.js +11 -0
- package/es/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +27 -0
- package/es/ChannelIcon/props/defaultProps.js +8 -0
- package/es/ChannelIcon/props/propTypes.js +33 -0
- package/es/DotProvider/DotProvider.js +62 -0
- package/es/DotProvider/__tests__/DotProvider.spec.js +200 -0
- package/es/DotProvider/__tests__/__snapshots__/DotProvider.spec.js.snap +478 -0
- package/es/DotProvider/hooks/useDotProvider.js +56 -0
- package/es/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +97 -0
- package/es/DotProvider/libraryChunks/appearance/component/Dark_Component.js +2 -0
- package/es/DotProvider/libraryChunks/appearance/component/Light_Component.js +2 -0
- package/es/DotProvider/libraryChunks/appearance/component/PureDark_Component.js +2 -0
- package/es/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/DotProvider/props/defaultProps.js +11 -0
- package/es/DotProvider/props/propTypes.js +16 -0
- package/es/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js +4 -0
- package/es/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js +28 -0
- package/es/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js +29 -0
- package/es/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js +4 -0
- package/es/DotProvider/utils/constants.js +14 -0
- package/es/DotProvider/utils/errorValidation.js +17 -0
- package/es/DotProvider/utils/getAssetsImportPromises.js +17 -0
- package/es/DotProvider/utils/sizeAssetsConfig.js +12 -0
- package/es/DotProvider/utils/themeAppearanceAssetsConfig.js +47 -0
- package/es/DotProvider/utils/themeColorAssetsConfig.js +221 -0
- package/es/Drawer/Drawer.js +292 -0
- package/es/Drawer/Drawer.module.css +191 -0
- package/es/Drawer/__tests__/Content.spec.js +24 -0
- package/es/Drawer/__tests__/Drawer.spec.js +152 -0
- package/es/Drawer/__tests__/Footer.spec.js +34 -0
- package/es/Drawer/__tests__/Header.spec.js +173 -0
- package/es/Drawer/__tests__/__snapshots__/Content.spec.js.snap +127 -0
- package/es/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +564 -0
- package/es/Drawer/__tests__/__snapshots__/Footer.spec.js.snap +1233 -0
- package/es/Drawer/__tests__/__snapshots__/Header.spec.js.snap +782 -0
- package/es/Drawer/index.js +1 -0
- package/es/Drawer/props/defaultProps.js +24 -0
- package/es/Drawer/props/propTypes.js +57 -0
- package/es/ExternalLink/ExternalLink.js +52 -0
- package/es/ExternalLink/ExternalLink.module.css +4 -0
- package/es/ExternalLink/__tests__/ExternalLink.spec.js +86 -0
- package/es/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +131 -0
- package/es/ExternalLink/props/defaultProps.js +5 -0
- package/es/ExternalLink/props/propTypes.js +12 -0
- package/es/FlipCard/FlipCard.js +145 -0
- package/es/FlipCard/FlipCard.module.css +44 -0
- package/es/FlipCard/__tests__/FlipCard.spec.js +615 -0
- package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +6711 -0
- package/es/FlipCard/props/defaultProps.js +5 -0
- package/es/FlipCard/props/propTypes.js +37 -0
- package/es/FormAction/FormAction.js +78 -0
- package/es/FormAction/FormAction.module.css +101 -0
- package/es/FormAction/__tests__/FormAction.spec.js +11 -0
- package/es/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +20 -0
- package/es/FormAction/props/defaultProps.js +5 -0
- package/es/FormAction/props/propTypes.js +8 -0
- package/es/FreezeLayer/FreezeLayer.js +80 -0
- package/es/FreezeLayer/__tests__/FreezeLayer.spec.js +19 -0
- package/es/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +13 -0
- package/es/FreezeLayer/css/FreezeLayer.module.css +42 -0
- package/es/FreezeLayer/css/cssJSLogic.js +23 -0
- package/es/FreezeLayer/index.js +2 -0
- package/es/FreezeLayer/props/defaultProps.js +9 -0
- package/es/FreezeLayer/props/propTypes.js +22 -0
- package/es/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/es/Hooks/Dragger/props/defaultProps.js +10 -0
- package/es/Hooks/Dragger/props/propTypes.js +11 -0
- package/es/Hooks/Dragger/useDragger.js +143 -0
- package/es/Hooks/Dragger/utils/DraggerUtil.js +27 -0
- package/es/Hooks/useFreezeLayer.js +55 -0
- package/es/IconButton/IconButton.js +150 -0
- package/es/IconButton/IconButton.module.css +52 -0
- package/es/IconButton/__tests__/IconButton.spec.js +157 -0
- package/es/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +381 -0
- package/es/IconButton/props/defaultProps.js +18 -0
- package/es/IconButton/props/propTypes.js +34 -0
- package/es/Image/Image.js +43 -0
- package/es/Image/Image.module.css +12 -0
- package/es/Image/__tests__/Image.spec.js +70 -0
- package/es/Image/__tests__/__snapshots__/Image.spec.js.snap +74 -0
- package/es/Image/props/defaultProps.js +4 -0
- package/es/Image/props/propTypes.js +15 -0
- package/es/ImportantNotes/ImportantNotes.js +48 -0
- package/es/ImportantNotes/ImportantNotes.module.css +24 -0
- package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +107 -0
- package/es/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +361 -0
- package/es/ImportantNotes/props/defaultProps.js +6 -0
- package/es/ImportantNotes/props/propTypes.js +10 -0
- package/es/Link/Link.js +106 -0
- package/es/Link/Link.module.css +4 -0
- package/es/Link/LinkContext.js +9 -0
- package/es/Link/__tests__/Link.spec.js +131 -0
- package/es/Link/__tests__/__snapshots__/Link.spec.js.snap +151 -0
- package/es/Link/props/defaultProps.js +5 -0
- package/es/Link/props/propTypes.js +18 -0
- package/es/Loader/Loader.js +21 -0
- package/es/Loader/Loader.module.css +48 -0
- package/es/Loader/__tests__/Loader.spec.js +11 -0
- package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +14 -0
- package/es/Message/Message.js +118 -0
- package/es/Message/Message.module.css +103 -0
- package/es/Message/__tests__/Message.spec.js +11 -0
- package/es/Message/__tests__/__snapshots__/Message.spec.js.snap +51 -0
- package/es/Message/props/defaultProps.js +4 -0
- package/es/Message/props/propTypes.js +20 -0
- package/es/MessageBanner/MessageBanner.js +63 -0
- package/es/MessageBanner/MessageBanner.module.css +46 -0
- package/es/MessageBanner/__tests__/MessageBanner.spec.js +61 -0
- package/es/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +352 -0
- package/es/MessageBanner/props/defaultProps.js +7 -0
- package/es/MessageBanner/props/propTypes.js +13 -0
- package/es/NewStar/NewStar.js +65 -0
- package/es/NewStar/NewStar.module.css +244 -0
- package/es/NewStar/__tests__/NewStar.spec.js +37 -0
- package/es/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +325 -0
- package/es/NewStar/props/defaultProps.js +4 -0
- package/es/NewStar/props/propTypes.js +6 -0
- package/es/Onboarding/CarouselDots/CarouselDot/CarouselDot.js +34 -0
- package/es/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js +43 -0
- package/es/Onboarding/CarouselDots/CarouselDot/__tests__/__snapshots__/CarouselDot.spec.js.snap +51 -0
- package/es/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +74 -0
- package/es/Onboarding/CarouselDots/CarouselDot/props/defaultProps.js +6 -0
- package/es/Onboarding/CarouselDots/CarouselDot/props/propTypes.js +9 -0
- package/es/Onboarding/CarouselDots/CarouselDots.js +43 -0
- package/es/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js +64 -0
- package/es/Onboarding/CarouselDots/__tests__/__snapshots__/CarouselDots.spec.js.snap +94 -0
- package/es/Onboarding/CarouselDots/css/CarouselDots.module.css +6 -0
- package/es/Onboarding/CarouselDots/props/defaultProps.js +7 -0
- package/es/Onboarding/CarouselDots/props/propTypes.js +13 -0
- package/es/Onboarding/Onboarding.js +326 -0
- package/es/Onboarding/__tests__/Onboarding.spec.js +491 -0
- package/es/Onboarding/__tests__/__snapshots__/Onboarding.spec.js.snap +4194 -0
- package/es/Onboarding/css/Onboarding.module.css +478 -0
- package/es/Onboarding/hooks/useOnboarding.js +47 -0
- package/es/Onboarding/hooks/useOnboardingSlider.js +62 -0
- package/es/Onboarding/props/defaultProps.js +24 -0
- package/es/Onboarding/props/propTypes.js +67 -0
- package/es/PlusIcon/PlusIcon.js +46 -0
- package/es/PlusIcon/PlusIcon.module.css +19 -0
- package/es/PlusIcon/__tests__/PlusIcon.spec.js +68 -0
- package/es/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +340 -0
- package/es/PlusIcon/props/defaultProps.js +9 -0
- package/es/PlusIcon/props/propTypes.js +13 -0
- package/es/Provider/Config.js +20 -0
- package/es/Separator/Separator.js +60 -0
- package/es/Separator/Separator.module.css +34 -0
- package/es/Separator/__tests__/Separator.spec.js +83 -0
- package/es/Separator/__tests__/__snapshots__/Separator.spec.js.snap +1133 -0
- package/es/Separator/props/defaultProps.js +11 -0
- package/es/Separator/props/propTypes.js +11 -0
- package/es/TagWithIcon/TagWithIcon.js +42 -0
- package/es/TagWithIcon/TagWithIcon.module.css +67 -0
- package/es/TagWithIcon/__tests__/TagWithIcon.spec.js +11 -0
- package/es/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +12 -0
- package/es/TagWithIcon/props/defaultProps.js +8 -0
- package/es/TagWithIcon/props/propTypes.js +13 -0
- package/es/ToastMessage/ToastMessage.js +203 -0
- package/es/ToastMessage/ToastMessage.module.css +330 -0
- package/es/ToastMessage/__tests__/ToastMessage.spec.js +11 -0
- package/es/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +89 -0
- package/es/ToastMessage/props/defaultProps.js +18 -0
- package/es/ToastMessage/props/propTypes.js +40 -0
- package/es/Upload/Upload.js +76 -0
- package/es/Upload/Upload.module.css +125 -0
- package/es/Upload/__tests__/Upload.spec.js +151 -0
- package/es/Upload/__tests__/__snapshots__/Upload.spec.js.snap +483 -0
- package/es/Upload/props/defaultProps.js +7 -0
- package/es/Upload/props/propTypes.js +17 -0
- package/es/VideoLookup/VideoLookup.js +81 -0
- package/es/VideoLookup/__tests__/VideoLookup.spec.js +93 -0
- package/es/VideoLookup/__tests__/__snapshots__/VideoLookup.spec.js.snap +434 -0
- package/es/VideoLookup/css/VideoLookup.module.css +67 -0
- package/es/VideoLookup/props/defaultProps.js +8 -0
- package/es/VideoLookup/props/propTypes.js +12 -0
- package/es/actions/AutoClose.js +43 -0
- package/es/actions/index.js +28 -0
- package/es/actions/props/defaultProps.js +3 -0
- package/es/actions/props/propTypes.js +8 -0
- package/es/alert/AlertHeader/AlertHeader.js +74 -0
- package/es/alert/AlertHeader/AlertHeader.module.css +81 -0
- package/es/alert/AlertHeader/__tests__/AlertHeader.spec.js +119 -0
- package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +974 -0
- package/es/alert/AlertHeader/props/defaultProps.js +8 -0
- package/es/alert/AlertHeader/props/propTypes.js +15 -0
- package/es/alert/AlertLookup/AlertLookup.js +107 -0
- package/es/alert/AlertLookup/AlertLookup.module.css +27 -0
- package/es/alert/AlertLookup/__tests__/AlertLookup.spec.js +19 -0
- package/es/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/es/alert/AlertLookup/props/defaultProps.js +14 -0
- package/es/alert/AlertLookup/props/propTypes.js +35 -0
- package/es/alert/index.js +2 -0
- package/es/avatar/AvatarClose/AvatarClose.js +58 -0
- package/es/avatar/AvatarClose/AvatarClose.module.css +37 -0
- package/es/avatar/AvatarClose/__tests__/AvatarClose.spec.js +11 -0
- package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +26 -0
- package/es/avatar/AvatarClose/props/defaultProps.js +7 -0
- package/es/avatar/AvatarClose/props/propTypes.js +15 -0
- package/es/avatar/AvatarCollision/AvatarCollision.js +62 -0
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +69 -0
- package/es/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +11 -0
- package/es/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +41 -0
- package/es/avatar/AvatarCollision/props/defaultProps.js +8 -0
- package/es/avatar/AvatarCollision/props/propTypes.js +17 -0
- package/es/avatar/AvatarIcon/AvatarIcon.js +54 -0
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +61 -0
- package/es/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +11 -0
- package/es/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +21 -0
- package/es/avatar/AvatarIcon/props/defaultProps.js +14 -0
- package/es/avatar/AvatarIcon/props/propTypes.js +20 -0
- package/es/avatar/AvatarStatus/AvatarStatus.js +71 -0
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +146 -0
- package/es/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +11 -0
- package/es/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +29 -0
- package/es/avatar/AvatarStatus/props/defaultProps.js +12 -0
- package/es/avatar/AvatarStatus/props/propTypes.js +26 -0
- package/es/avatar/AvatarThread/AvatarThread.js +79 -0
- package/es/avatar/AvatarThread/AvatarThread.module.css +167 -0
- package/es/avatar/AvatarThread/__tests__/AvatarThread.spec.js +11 -0
- package/es/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +24 -0
- package/es/avatar/AvatarThread/props/defaultProps.js +9 -0
- package/es/avatar/AvatarThread/props/propTypes.js +30 -0
- package/es/avatar/AvatarUser/AvatarUser.js +116 -0
- package/es/avatar/AvatarUser/AvatarUser.module.css +171 -0
- package/es/avatar/AvatarUser/__tests__/AvatarUser.spec.js +11 -0
- package/es/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +24 -0
- package/es/avatar/AvatarUser/props/defaultProps.js +8 -0
- package/es/avatar/AvatarUser/props/propTypes.js +35 -0
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +98 -0
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -0
- package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +11 -0
- package/es/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +26 -0
- package/es/avatar/AvatarWithTeam/props/defaultProps.js +9 -0
- package/es/avatar/AvatarWithTeam/props/propTypes.js +25 -0
- package/es/avatar/index.js +7 -0
- package/es/common/dot_animation.module.css +27 -0
- package/es/common/dot_boxShadow.module.css +43 -0
- package/es/deprecated/FreezeLayer/FreezeLayer.js +135 -0
- package/es/deprecated/FreezeLayer/_FreezeLayer.module.css +42 -0
- package/es/deprecated/FreezeLayer/props/defaultProps.js +8 -0
- package/es/deprecated/FreezeLayer/props/propTypes.js +17 -0
- package/es/deprecated/SelectDropdown/SelectDropdown.js +146 -0
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +59 -0
- package/es/deprecated/utils/General.js +19 -0
- package/es/deprecated/utils/KeyboardApi.js +294 -0
- package/es/dot_layer.module.css +1 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +901 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +100 -0
- package/es/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +11 -0
- package/es/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +27 -0
- package/es/dropdown/ToggleDropDown/props/defaultProps.js +30 -0
- package/es/dropdown/ToggleDropDown/props/propTypes.js +84 -0
- package/es/emptystate/CommonEmptyState/CommonEmptyState.js +67 -0
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +91 -0
- package/es/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +11 -0
- package/es/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +11 -0
- package/es/emptystate/CommonEmptyState/props/defaultProps.js +10 -0
- package/es/emptystate/CommonEmptyState/props/propTypes.js +21 -0
- package/es/emptystate/EditionPage/EditionPage.css +43 -0
- package/es/emptystate/EditionPage/EditionPage.js +58 -0
- package/es/emptystate/EditionPage/__tests__/EditionPage.spec.js +11 -0
- package/es/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +99 -0
- package/es/emptystate/EditionPage/props/defaultProps.js +5 -0
- package/es/emptystate/EditionPage/props/propTypes.js +11 -0
- package/es/errorstate/EmptyStates.module.css +88 -0
- package/es/errorstate/Inconvenience/Inconvenience.js +86 -0
- package/es/errorstate/Inconvenience/Inconvenience.module.css +7 -0
- package/es/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +11 -0
- package/es/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +61 -0
- package/es/errorstate/Inconvenience/props/defaultProps.js +4 -0
- package/es/errorstate/Inconvenience/props/propTypes.js +11 -0
- package/es/errorstate/LinkText/LinkText.js +29 -0
- package/es/errorstate/LinkText/LinkText.module.css +6 -0
- package/es/errorstate/LinkText/__tests__/LinkText.spec.js +11 -0
- package/es/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +13 -0
- package/es/errorstate/LinkText/props/defaultProps.js +4 -0
- package/es/errorstate/LinkText/props/propTypes.js +8 -0
- package/es/errorstate/NoRequestFound/NoRequestFound.js +84 -0
- package/es/errorstate/NoRequestFound/NoRequestFound.module.css +3 -0
- package/es/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +11 -0
- package/es/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +61 -0
- package/es/errorstate/NoRequestFound/props/defaultProps.js +4 -0
- package/es/errorstate/NoRequestFound/props/propTypes.js +11 -0
- package/es/errorstate/PermissionPlay/PermissionPlay.js +83 -0
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +34 -0
- package/es/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +11 -0
- package/es/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +67 -0
- package/es/errorstate/PermissionPlay/props/defaultProps.js +4 -0
- package/es/errorstate/PermissionPlay/props/propTypes.js +11 -0
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +84 -0
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -0
- package/es/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +11 -0
- package/es/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +61 -0
- package/es/errorstate/RequestUrlNotFound/props/defaultProps.js +4 -0
- package/es/errorstate/RequestUrlNotFound/props/propTypes.js +11 -0
- package/es/errorstate/UnableToProcess/UnableToProcess.js +86 -0
- package/es/errorstate/UnableToProcess/UnableToProcess.module.css +3 -0
- package/es/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +11 -0
- package/es/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +61 -0
- package/es/errorstate/UnableToProcess/props/defaultProps.js +4 -0
- package/es/errorstate/UnableToProcess/props/propTypes.js +11 -0
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +84 -0
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -0
- package/es/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +11 -0
- package/es/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +61 -0
- package/es/errorstate/UnauthorizedLogin/props/defaultProps.js +4 -0
- package/es/errorstate/UnauthorizedLogin/props/propTypes.js +11 -0
- package/es/errorstate/WillBack/WillBack.js +75 -0
- package/es/errorstate/WillBack/WillBack.module.css +34 -0
- package/es/errorstate/WillBack/__tests__/WillBack.spec.js +11 -0
- package/es/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +76 -0
- package/es/errorstate/WillBack/props/defaultProps.js +4 -0
- package/es/errorstate/WillBack/props/propTypes.js +5 -0
- package/es/errorstate/index.js +8 -0
- package/es/form/fields/CheckBoxField/CheckBoxField.js +153 -0
- package/es/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +29 -0
- package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +276 -0
- package/es/form/fields/CheckBoxField/props/defaultProps.js +12 -0
- package/es/form/fields/CheckBoxField/props/propTypes.js +29 -0
- package/es/form/fields/CurrencyField/CurrencyField.js +193 -0
- package/es/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +11 -0
- package/es/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +50 -0
- package/es/form/fields/CurrencyField/props/defaultProps.js +17 -0
- package/es/form/fields/CurrencyField/props/propTypes.js +39 -0
- package/es/form/fields/DateField/DateField.js +204 -0
- package/es/form/fields/DateField/__tests__/DateField.spec.js +11 -0
- package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +84 -0
- package/es/form/fields/DateField/props/defaultProps.js +19 -0
- package/es/form/fields/DateField/props/propTypes.js +39 -0
- package/es/form/fields/FieldContainer/FieldContainer.js +71 -0
- package/es/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +11 -0
- package/es/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +12 -0
- package/es/form/fields/FieldContainer/props/defaultProps.js +6 -0
- package/es/form/fields/FieldContainer/props/propTypes.js +25 -0
- package/es/form/fields/Fields.module.css +235 -0
- package/es/form/fields/MultiSelectField/MultiSelectField.js +220 -0
- package/es/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +11 -0
- package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +90 -0
- package/es/form/fields/MultiSelectField/props/defaultProps.js +17 -0
- package/es/form/fields/MultiSelectField/props/propTypes.js +50 -0
- package/es/form/fields/PhoneField/PhoneField.js +189 -0
- package/es/form/fields/PhoneField/__tests__/PhoneField.spec.js +11 -0
- package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +70 -0
- package/es/form/fields/PhoneField/props/defaultProps.js +16 -0
- package/es/form/fields/PhoneField/props/propTypes.js +47 -0
- package/es/form/fields/RadioField/RadioField.js +228 -0
- package/es/form/fields/RadioField/__tests__/RadioField.spec.js +79 -0
- package/es/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +1046 -0
- package/es/form/fields/RadioField/props/defaultProps.js +14 -0
- package/es/form/fields/RadioField/props/propTypes.js +39 -0
- package/es/form/fields/SelectField/SelectField.js +193 -0
- package/es/form/fields/SelectField/__tests__/SelectField.spec.js +11 -0
- package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +103 -0
- package/es/form/fields/SelectField/props/defaultProps.js +18 -0
- package/es/form/fields/SelectField/props/propTypes.js +50 -0
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +335 -0
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +120 -0
- package/es/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +13 -0
- package/es/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +66 -0
- package/es/form/fields/TagsMultiSelect/props/defaultProps.js +16 -0
- package/es/form/fields/TagsMultiSelect/props/propTypes.js +59 -0
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +286 -0
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -0
- package/es/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +16 -0
- package/es/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +73 -0
- package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +23 -0
- package/es/form/fields/TagsMultiSelectField/props/propTypes.js +71 -0
- package/es/form/fields/TextBoxField/TextBoxField.js +173 -0
- package/es/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +11 -0
- package/es/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +50 -0
- package/es/form/fields/TextBoxField/props/defaultProps.js +17 -0
- package/es/form/fields/TextBoxField/props/propTypes.js +44 -0
- package/es/form/fields/TextEditor/TextEditor.js +422 -0
- package/es/form/fields/TextEditor/TextEditor.module.css +799 -0
- package/es/form/fields/TextEditor/__tests__/TextEditor.spec.js +11 -0
- package/es/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +21 -0
- package/es/form/fields/TextEditor/props/defaultProps.js +17 -0
- package/es/form/fields/TextEditor/props/propTypes.js +54 -0
- package/es/form/fields/TextEditorField/TextEditorField.js +183 -0
- package/es/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +11 -0
- package/es/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +27 -0
- package/es/form/fields/TextEditorField/props/defaultProps.js +15 -0
- package/es/form/fields/TextEditorField/props/propTypes.js +59 -0
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +203 -0
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +38 -0
- package/es/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +11 -0
- package/es/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +18 -0
- package/es/form/fields/TextEditorWrapper/props/defaultProps.js +9 -0
- package/es/form/fields/TextEditorWrapper/props/propTypes.js +40 -0
- package/es/form/fields/TextareaField/TextareaField.js +180 -0
- package/es/form/fields/TextareaField/__tests__/TextareaField.spec.js +11 -0
- package/es/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +22 -0
- package/es/form/fields/TextareaField/props/defaultProps.js +16 -0
- package/es/form/fields/TextareaField/props/propTypes.js +37 -0
- package/es/form/fields/ValidationMessage/ValidationMessage.js +101 -0
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +28 -0
- package/es/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +11 -0
- package/es/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +24 -0
- package/es/form/fields/ValidationMessage/props/defaultProps.js +8 -0
- package/es/form/fields/ValidationMessage/props/propTypes.js +30 -0
- package/es/form/fields/index.js +16 -0
- package/es/form/fields/props/FieldCommonDefaultProps.js +10 -0
- package/es/form/fields/props/FieldCommonPropTypes.js +17 -0
- package/es/form/layout/Field/Field.js +33 -0
- package/es/form/layout/Field/Field.module.css +22 -0
- package/es/form/layout/Field/__tests__/Field.spec.js +11 -0
- package/es/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +13 -0
- package/es/form/layout/Field/props/defaultProps.js +4 -0
- package/es/form/layout/Field/props/propTypes.js +10 -0
- package/es/form/layout/Section/ModuleFormSection.module.css +3 -0
- package/es/form/layout/Section/Section.js +37 -0
- package/es/form/layout/Section/__tests__/Section.spec.js +11 -0
- package/es/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +13 -0
- package/es/form/layout/Section/props/propTypes.js +11 -0
- package/es/form/layout/index.js +2 -0
- package/es/index.js +52 -0
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +217 -0
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -0
- package/es/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +11 -0
- package/es/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +13 -0
- package/es/layout/SetupDetailLayout/index.js +4 -0
- package/es/layout/SetupDetailLayout/props/defaultProps.js +20 -0
- package/es/layout/SetupDetailLayout/props/propTypes.js +40 -0
- package/es/layout/SubtabLayout/SubtabLayout.js +144 -0
- package/es/layout/SubtabLayout/SubtabLayout.module.css +165 -0
- package/es/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +11 -0
- package/es/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +13 -0
- package/es/layout/SubtabLayout/index.js +4 -0
- package/es/layout/SubtabLayout/props/defaultProps.js +25 -0
- package/es/layout/SubtabLayout/props/propTypes.js +40 -0
- package/es/list/AvatarFlip/AvatarFlip.js +76 -0
- package/es/list/AvatarFlip/AvatarFlip.module.css +3 -0
- package/es/list/AvatarFlip/__tests__/AvatarFlip.spec.js +11 -0
- package/es/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +90 -0
- package/es/list/AvatarFlip/props/defaultProps.js +6 -0
- package/es/list/AvatarFlip/props/propTypes.js +29 -0
- package/es/list/BluePrintStatus/BluePrintStatus.js +28 -0
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +17 -0
- package/es/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +11 -0
- package/es/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +17 -0
- package/es/list/BluePrintStatus/props/propTypes.js +4 -0
- package/es/list/Comment/Comment.js +42 -0
- package/es/list/Comment/Comment.module.css +29 -0
- package/es/list/Comment/__tests__/Comment.spec.js +11 -0
- package/es/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +23 -0
- package/es/list/Comment/props/defaultProps.js +4 -0
- package/es/list/Comment/props/propTypes.js +7 -0
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +107 -0
- package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -0
- package/es/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +11 -0
- package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +48 -0
- package/es/list/DepartmentDropDown/props/defaultProps.js +8 -0
- package/es/list/DepartmentDropDown/props/propTypes.js +27 -0
- package/es/list/Dot/Dot.js +22 -0
- package/es/list/Dot/Dot.module.css +15 -0
- package/es/list/Dot/__tests__/Dot.spec.js +11 -0
- package/es/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +11 -0
- package/es/list/Dot/props/defaultProps.js +4 -0
- package/es/list/Dot/props/propTypes.js +5 -0
- package/es/list/DotNew/DotNew.js +29 -0
- package/es/list/DotNew/DotNew.module.css +25 -0
- package/es/list/DotNew/__tests__/DotNew.spec.js +11 -0
- package/es/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +9 -0
- package/es/list/DotNew/props/defaultProps.js +3 -0
- package/es/list/DotNew/props/propTypes.js +6 -0
- package/es/list/GridStencils/GridStencils.js +34 -0
- package/es/list/GridStencils/GridStencils.module.css +156 -0
- package/es/list/GridStencils/__tests__/GridStencils.spec.js +11 -0
- package/es/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +9 -0
- package/es/list/GridStencils/props/propTypes.js +8 -0
- package/es/list/Icons/AddNewIcon.js +28 -0
- package/es/list/Icons/CompleteIcon.js +30 -0
- package/es/list/Icons/DeleteIcon.js +31 -0
- package/es/list/Icons/EditIcon.js +31 -0
- package/es/list/Icons/FloatingIcons.js +30 -0
- package/es/list/Icons/Icons.module.css +16 -0
- package/es/list/Icons/ReadUnreadIcon.js +35 -0
- package/es/list/Icons/SmartIcon.js +29 -0
- package/es/list/Icons/__tests__/AddNewIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/CompleteIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/DeleteIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/EditIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/FloatingIcons.spec.js +11 -0
- package/es/list/Icons/__tests__/ReadUnreadIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/SmartIcon.spec.js +11 -0
- package/es/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +17 -0
- package/es/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +9 -0
- package/es/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +24 -0
- package/es/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +17 -0
- package/es/list/Icons/index.js +7 -0
- package/es/list/Icons/props/defaultProps.js +6 -0
- package/es/list/Icons/props/propTypes.js +53 -0
- package/es/list/ListLayout/ListLayout.js +83 -0
- package/es/list/ListLayout/ListLayout.module.css +80 -0
- package/es/list/ListLayout/__tests__/ListLayout.spec.js +11 -0
- package/es/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +20 -0
- package/es/list/ListLayout/props/defaultProps.js +11 -0
- package/es/list/ListLayout/props/propTypes.js +28 -0
- package/es/list/ListStencils/ListStencils.js +52 -0
- package/es/list/ListStencils/ListStencils.module.css +67 -0
- package/es/list/ListStencils/__tests__/ListStencils.spec.js +20 -0
- package/es/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +89 -0
- package/es/list/ListStencils/props/defaultProps.js +3 -0
- package/es/list/ListStencils/props/propTypes.js +6 -0
- package/es/list/SecondaryText/AccountName.js +102 -0
- package/es/list/SecondaryText/ContactName.js +98 -0
- package/es/list/SecondaryText/DepartmentText.js +37 -0
- package/es/list/SecondaryText/Email.js +68 -0
- package/es/list/SecondaryText/HappinessRating.js +31 -0
- package/es/list/SecondaryText/PhoneNumber.js +72 -0
- package/es/list/SecondaryText/PriorityText.js +40 -0
- package/es/list/SecondaryText/SecondaryText.js +48 -0
- package/es/list/SecondaryText/SecondaryText.module.css +156 -0
- package/es/list/SecondaryText/StatusText.js +41 -0
- package/es/list/SecondaryText/TicketId.js +59 -0
- package/es/list/SecondaryText/Website.js +54 -0
- package/es/list/SecondaryText/__tests__/AccountName.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/ContactName.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/DepartmentText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/Email.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/HappinessRating.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/PhoneNumber.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/PriorityText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/SecondaryText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/StatusText.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/TicketId.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/Website.spec.js +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +46 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +32 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +9 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +15 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +18 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +15 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +9 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +11 -0
- package/es/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +16 -0
- package/es/list/SecondaryText/index.js +11 -0
- package/es/list/SecondaryText/props/defaultProps.js +62 -0
- package/es/list/SecondaryText/props/propTypes.js +163 -0
- package/es/list/SecondryPanel/SecondryPanel.js +105 -0
- package/es/list/SecondryPanel/SecondryPanel.module.css +6 -0
- package/es/list/SecondryPanel/__tests__/SecondryPanel.spec.js +11 -0
- package/es/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +9 -0
- package/es/list/SecondryPanel/props/defaultProps.js +18 -0
- package/es/list/SecondryPanel/props/propTypes.js +27 -0
- package/es/list/SentimentStatus/SentimentStatus.js +34 -0
- package/es/list/SentimentStatus/SentimentStatus.module.css +12 -0
- package/es/list/SentimentStatus/__tests__/SentimentStatus.spec.js +11 -0
- package/es/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +9 -0
- package/es/list/SentimentStatus/props/propTypes.js +5 -0
- package/es/list/Subject/Subject.js +78 -0
- package/es/list/Subject/Subject.module.css +35 -0
- package/es/list/Subject/__tests__/Subject.spec.js +137 -0
- package/es/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +195 -0
- package/es/list/Subject/props/defaultProps.js +11 -0
- package/es/list/Subject/props/propTypes.js +24 -0
- package/es/list/TagNew/TagNew.js +33 -0
- package/es/list/TagNew/TagNew.module.css +117 -0
- package/es/list/TagNew/__tests__/TagNew.spec.js +11 -0
- package/es/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +11 -0
- package/es/list/TagNew/props/defaultProps.js +4 -0
- package/es/list/TagNew/props/propTypes.js +8 -0
- package/es/list/Thread/Thread.js +42 -0
- package/es/list/Thread/Thread.module.css +43 -0
- package/es/list/Thread/__tests__/Thread.spec.js +11 -0
- package/es/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +25 -0
- package/es/list/Thread/props/defaultProps.js +4 -0
- package/es/list/Thread/props/propTypes.js +8 -0
- package/es/list/index.js +16 -0
- package/es/list/listCommon.module.css +79 -0
- package/es/list/status/StatusDropdown/StatusDropdown.js +362 -0
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +83 -0
- package/es/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +27 -0
- package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +49 -0
- package/es/list/status/StatusDropdown/props/defaultProps.js +23 -0
- package/es/list/status/StatusDropdown/props/propTypes.js +63 -0
- package/es/list/status/StatusListItem/StatusListItem.js +137 -0
- package/es/list/status/StatusListItem/StatusListItem.module.css +132 -0
- package/es/list/status/StatusListItem/__tests__/StatusListItem.spec.js +11 -0
- package/es/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +54 -0
- package/es/list/status/StatusListItem/props/defaultProps.js +17 -0
- package/es/list/status/StatusListItem/props/propTypes.js +32 -0
- package/es/list/status/index.js +2 -0
- package/es/lookup/EmptyPage/EmptyPage.js +65 -0
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +14 -0
- package/es/lookup/EmptyPage/__tests__/EmptyPage.spec.js +11 -0
- package/es/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +90 -0
- package/es/lookup/EmptyPage/props/defaultProps.js +4 -0
- package/es/lookup/EmptyPage/props/propTypes.js +5 -0
- package/es/lookup/Lookup/Lookup.js +130 -0
- package/es/lookup/Lookup/Lookup.module.css +49 -0
- package/es/lookup/Lookup/__tests__/Lookup.spec.js +19 -0
- package/es/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +20 -0
- package/es/lookup/Lookup/props/defaultProps.js +9 -0
- package/es/lookup/Lookup/props/propTypes.js +25 -0
- package/es/lookup/Section/LookupSection.module.css +9 -0
- package/es/lookup/Section/Section.js +24 -0
- package/es/lookup/Section/__tests__/Section.spec.js +11 -0
- package/es/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +19 -0
- package/es/lookup/Section/props/propTypes.js +6 -0
- package/es/lookup/header/Close/Close.js +30 -0
- package/es/lookup/header/Close/LookupClose.module.css +15 -0
- package/es/lookup/header/Close/__tests__/Close.spec.js +11 -0
- package/es/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +23 -0
- package/es/lookup/header/Close/props/defaultProps.js +3 -0
- package/es/lookup/header/Close/props/propTypes.js +6 -0
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +90 -0
- package/es/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +11 -0
- package/es/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +29 -0
- package/es/lookup/header/ModuleHeader/props/defaultProps.js +9 -0
- package/es/lookup/header/ModuleHeader/props/propTypes.js +20 -0
- package/es/lookup/header/Search/LookupSearch.module.css +63 -0
- package/es/lookup/header/Search/Search.js +249 -0
- package/es/lookup/header/Search/__tests__/Search.spec.js +77 -0
- package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +361 -0
- package/es/lookup/header/Search/props/defaultProps.js +7 -0
- package/es/lookup/header/Search/props/propTypes.js +33 -0
- package/es/lookup/header/TicketHeader/TicketHeader.js +112 -0
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +23 -0
- package/es/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +11 -0
- package/es/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +59 -0
- package/es/lookup/header/TicketHeader/props/defaultProps.js +10 -0
- package/es/lookup/header/TicketHeader/props/propTypes.js +21 -0
- package/es/lookup/header/Title/LookupTitle.module.css +25 -0
- package/es/lookup/header/Title/Title.js +27 -0
- package/es/lookup/header/Title/__tests__/Titles.spec.js +11 -0
- package/es/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +9 -0
- package/es/lookup/header/Title/props/defaultProps.js +3 -0
- package/es/lookup/header/Title/props/propTypes.js +6 -0
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +194 -0
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +61 -0
- package/es/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +11 -0
- package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +32 -0
- package/es/lookup/header/ViewDropDown/props/defaultProps.js +10 -0
- package/es/lookup/header/ViewDropDown/props/propTypes.js +27 -0
- package/es/lookup/header/index.js +5 -0
- package/es/lookup/header/lookupHeaderCommon.module.css +36 -0
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +24 -0
- package/es/lookup/index.js +5 -0
- package/es/setup/header/Button/Button.js +36 -0
- package/es/setup/header/Button/HeaderButton.module.css +5 -0
- package/es/setup/header/Button/__tests__/Button.spec.js +11 -0
- package/es/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +17 -0
- package/es/setup/header/Button/props/defaultProps.js +4 -0
- package/es/setup/header/Button/props/propTypes.js +7 -0
- package/es/setup/header/Link/HeaderLink.module.css +21 -0
- package/es/setup/header/Link/Link.js +44 -0
- package/es/setup/header/Link/__tests__/Link.spec.js +11 -0
- package/es/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +34 -0
- package/es/setup/header/Link/props/defaultProps.js +4 -0
- package/es/setup/header/Link/props/propTypes.js +8 -0
- package/es/setup/header/Search/Search.js +86 -0
- package/es/setup/header/Search/Search.module.css +69 -0
- package/es/setup/header/Search/__tests__/Search.spec.js +11 -0
- package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +22 -0
- package/es/setup/header/Search/props/defaultProps.js +6 -0
- package/es/setup/header/Search/props/propTypes.js +12 -0
- package/es/setup/header/Views/Views.js +46 -0
- package/es/setup/header/Views/Views.module.css +38 -0
- package/es/setup/header/Views/__tests__/Views.spec.js +11 -0
- package/es/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +35 -0
- package/es/setup/header/Views/props/defaultProps.js +6 -0
- package/es/setup/header/Views/props/propTypes.js +9 -0
- package/es/setup/header/index.js +4 -0
- package/es/setup/helptips/Description/Description.js +24 -0
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +6 -0
- package/es/setup/helptips/Description/__tests__/Description.spec.js +11 -0
- package/es/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +9 -0
- package/es/setup/helptips/Description/props/propTypes.js +4 -0
- package/es/setup/helptips/Link/HelpTipsLink.module.css +7 -0
- package/es/setup/helptips/Link/Link.js +41 -0
- package/es/setup/helptips/Link/__tests__/Link.spec.js +11 -0
- package/es/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +12 -0
- package/es/setup/helptips/Link/props/propTypes.js +7 -0
- package/es/setup/helptips/ListGroup/ListGroup.js +39 -0
- package/es/setup/helptips/ListGroup/ListGroup.module.css +22 -0
- package/es/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +13 -0
- package/es/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +20 -0
- package/es/setup/helptips/ListGroup/props/propTypes.js +5 -0
- package/es/setup/helptips/Title/HelpTipsTitle.module.css +5 -0
- package/es/setup/helptips/Title/Title.js +24 -0
- package/es/setup/helptips/Title/__tests__/Title.spec.js +11 -0
- package/es/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +9 -0
- package/es/setup/helptips/Title/props/propTypes.js +4 -0
- package/es/setup/helptips/index.js +4 -0
- package/es/setup/index.js +6 -0
- package/es/setup/table/Table/Table.js +25 -0
- package/es/setup/table/Table/__tests__/Table.spec.js +11 -0
- package/es/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +12 -0
- package/es/setup/table/Table/props/defaultProps.js +4 -0
- package/es/setup/table/Table/props/propTypes.js +6 -0
- package/es/setup/table/TableBody/TableBody.js +29 -0
- package/es/setup/table/TableBody/__tests__/TableBody.spec.js +11 -0
- package/es/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +12 -0
- package/es/setup/table/TableBody/props/defaultProps.js +3 -0
- package/es/setup/table/TableBody/props/propTypes.js +7 -0
- package/es/setup/table/TableData/SetupTableData.module.css +44 -0
- package/es/setup/table/TableData/TableData.js +38 -0
- package/es/setup/table/TableData/Tablehover.module.css +6 -0
- package/es/setup/table/TableData/__tests__/TableData.spec.js +11 -0
- package/es/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +12 -0
- package/es/setup/table/TableData/props/defaultProps.js +5 -0
- package/es/setup/table/TableData/props/propTypes.js +11 -0
- package/es/setup/table/TableHead/SetupTableHead.module.css +12 -0
- package/es/setup/table/TableHead/TableHead.js +38 -0
- package/es/setup/table/TableHead/__tests__/TableHead.spec.js +11 -0
- package/es/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +19 -0
- package/es/setup/table/TableHead/props/defaultProps.js +4 -0
- package/es/setup/table/TableHead/props/propTypes.js +8 -0
- package/es/setup/table/TableRow/SetupTableRow.module.css +15 -0
- package/es/setup/table/TableRow/TableRow.js +43 -0
- package/es/setup/table/TableRow/__tests__/TableRow.spec.js +11 -0
- package/es/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +12 -0
- package/es/setup/table/TableRow/props/defaultProps.js +4 -0
- package/es/setup/table/TableRow/props/propTypes.js +11 -0
- package/es/setup/table/Text/TableText.module.css +37 -0
- package/es/setup/table/Text/Text.js +53 -0
- package/es/setup/table/Text/__tests__/Text.spec.js +28 -0
- package/es/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +54 -0
- package/es/setup/table/Text/props/defaultProps.js +7 -0
- package/es/setup/table/Text/props/propTypes.js +13 -0
- package/es/setup/table/index.js +5 -0
- package/es/svg/PlusIcon.js +32 -0
- package/es/svg/SnippetIcon.js +34 -0
- package/es/svg/TemplateIcon.js +35 -0
- package/es/svg/__tests__/PlusIcon.spec.js +11 -0
- package/es/svg/__tests__/SnippetIcon.spec.js +11 -0
- package/es/svg/__tests__/TemplateIcon.spec.js +11 -0
- package/es/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +25 -0
- package/es/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +28 -0
- package/es/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +31 -0
- package/es/svg/index.js +3 -0
- package/es/svg/props/defaultProps.js +15 -0
- package/es/svg/props/propTypes.js +16 -0
- package/es/utils/ChannelIconMapping.js +129 -0
- package/es/utils/General.js +68 -0
- package/es/utils/editorUtils.js +193 -0
- package/es/version2/AlertClose/AlertClose.js +40 -0
- package/es/version2/AlertClose/AlertClose.module.css +44 -0
- package/es/version2/AlertClose/__tests__/AlertClose.spec.js +11 -0
- package/es/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +29 -0
- package/es/version2/AlertClose/props/propTypes.js +8 -0
- package/es/version2/GlobalNotification/GlobalNotification.js +209 -0
- package/es/version2/GlobalNotification/GlobalNotification.module.css +183 -0
- package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +20 -0
- package/es/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +144 -0
- package/es/version2/GlobalNotification/props/defaultProps.js +6 -0
- package/es/version2/GlobalNotification/props/propTypes.js +41 -0
- package/es/version2/GlobalNotification/utils/constants.js +6 -0
- package/es/version2/alertIcons/AlarmAlertIcon.js +68 -0
- package/es/version2/alertIcons/AlertIcons.js +63 -0
- package/es/version2/alertIcons/AlertIcons.module.css +77 -0
- package/es/version2/alertIcons/DangerAlertIcon.js +68 -0
- package/es/version2/alertIcons/ErrorAlertIcon.js +73 -0
- package/es/version2/alertIcons/InfoAlertIcon.js +77 -0
- package/es/version2/alertIcons/NotificationAlertIcon.js +73 -0
- package/es/version2/alertIcons/SuccessAlertIcon.js +68 -0
- package/es/version2/alertIcons/WarningAlertIcon.js +68 -0
- package/es/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/AlertIcons.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +11 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +76 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +77 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +82 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +77 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +71 -0
- package/es/version2/alertIcons/index.js +8 -0
- package/es/version2/alertIcons/props/defaultProps.js +27 -0
- package/es/version2/alertIcons/props/propTypes.js +34 -0
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +72 -0
- package/es/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +11 -0
- package/es/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +133 -0
- package/es/version2/errorstate/Inconvenience/props/defaultProps.js +8 -0
- package/es/version2/errorstate/Inconvenience/props/propTypes.js +16 -0
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +72 -0
- package/es/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +11 -0
- package/es/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +133 -0
- package/es/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +8 -0
- package/es/version2/errorstate/OopsSomethingMiss/props/propTypes.js +16 -0
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +72 -0
- package/es/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +11 -0
- package/es/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +133 -0
- package/es/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +8 -0
- package/es/version2/errorstate/UnableToProcessRequest/props/propTypes.js +16 -0
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +73 -0
- package/es/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +11 -0
- package/es/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +116 -0
- package/es/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +9 -0
- package/es/version2/errorstate/UnauthorizedLogin/props/propTypes.js +17 -0
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +72 -0
- package/es/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +11 -0
- package/es/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +133 -0
- package/es/version2/errorstate/UrlNotFound/props/defaultProps.js +8 -0
- package/es/version2/errorstate/UrlNotFound/props/propTypes.js +16 -0
- package/es/version2/errorstate/V2_ErrorStates.module.css +46 -0
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +72 -0
- package/es/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +11 -0
- package/es/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +133 -0
- package/es/version2/errorstate/WillBeRightBack/props/defaultProps.js +8 -0
- package/es/version2/errorstate/WillBeRightBack/props/propTypes.js +16 -0
- package/es/version2/errorstate/index.js +6 -0
- package/es/version2/index.js +12 -0
- package/es/version2/lookup/AlertHeader/AlertHeader.js +79 -0
- package/es/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +11 -0
- package/es/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +88 -0
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +90 -0
- package/es/version2/lookup/AlertHeader/css/cssJSLogic.js +20 -0
- package/es/version2/lookup/AlertHeader/props/defaultProps.js +12 -0
- package/es/version2/lookup/AlertHeader/props/propTypes.js +19 -0
- package/es/version2/lookup/AlertLookup/AlertLookup.js +205 -0
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +44 -0
- package/es/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +19 -0
- package/es/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/es/version2/lookup/AlertLookup/props/defaultProps.js +13 -0
- package/es/version2/lookup/AlertLookup/props/propTypes.js +35 -0
- package/es/version2/lookup/alertLookupCommonNew.module.css +33 -0
- package/es/version2/lookup/index.js +2 -0
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +191 -0
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +134 -0
- package/es/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +11 -0
- package/es/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +176 -0
- package/es/version2/notification/DesktopNotification/props/defaultProps.js +17 -0
- package/es/version2/notification/DesktopNotification/props/propTypes.js +42 -0
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +97 -0
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +139 -0
- package/es/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +11 -0
- package/es/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +141 -0
- package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +7 -0
- package/es/version2/notification/DesktopNotificationHeader/props/propTypes.js +12 -0
- package/es/version2/notification/index.js +3 -0
- package/lib/ActionButton/ActionButton.js +223 -0
- package/lib/ActionButton/ActionButton.module.css +193 -0
- package/lib/ActionButton/__tests__/ActionButton.spec.js +379 -0
- package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +2673 -0
- package/lib/ActionButton/props/defaultProps.js +26 -0
- package/lib/ActionButton/props/propTypes.js +48 -0
- package/lib/AlphabeticList/AlphabeticList.js +176 -0
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -0
- package/lib/AlphabeticList/__tests__/AlphabeticList.spec.js +18 -0
- package/lib/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +338 -0
- package/lib/AlphabeticList/props/defaultProps.js +20 -0
- package/lib/AlphabeticList/props/propTypes.js +50 -0
- package/lib/Attachment/Attachment.js +148 -0
- package/lib/Attachment/Attachment.module.css +189 -0
- package/lib/Attachment/__tests__/Attachment.spec.js +42 -0
- package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +146 -0
- package/lib/Attachment/props/defaultProps.js +15 -0
- package/lib/Attachment/props/propTypes.js +29 -0
- package/lib/AttachmentViewer/Attachment.js +136 -0
- package/lib/AttachmentViewer/AttachmentImage.js +162 -0
- package/lib/AttachmentViewer/AttachmentViewer.js +818 -0
- package/lib/AttachmentViewer/AttachmentViewer.module.css +388 -0
- package/lib/AttachmentViewer/__tests__/AttachmentImage.spec.js +123 -0
- package/lib/AttachmentViewer/__tests__/AttachmentViewer.spec.js +141 -0
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +15 -0
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +382 -0
- package/lib/AttachmentViewer/props/defaultProps.js +25 -0
- package/lib/AttachmentViewer/props/propTypes.js +63 -0
- package/lib/AttachmentViewer/utils.js +287 -0
- package/lib/AudioPlayer/AudioPlayer.js +662 -0
- package/lib/AudioPlayer/AudioPlayer.module.css +146 -0
- package/lib/AudioPlayer/Timer/Timer.js +117 -0
- package/lib/AudioPlayer/Timer/Timer.module.css +5 -0
- package/lib/AudioPlayer/Timer/__tests__/Timer.spec.js +26 -0
- package/lib/AudioPlayer/Timer/__tests__/__snapshots__/Timer.spec.js.snap +14 -0
- package/lib/AudioPlayer/Timer/propTypes/defaultProps.js +11 -0
- package/lib/AudioPlayer/Timer/propTypes/propTypes.js +22 -0
- package/lib/AudioPlayer/__tests__/AudioPlayer.spec.js +210 -0
- package/lib/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +1995 -0
- package/lib/AudioPlayer/propTypes/defaultProps.js +24 -0
- package/lib/AudioPlayer/propTypes/propTypes.js +44 -0
- package/lib/AudioPlayer/utils/utils.js +33 -0
- package/lib/ChannelIcon/ChannelIcon.js +164 -0
- package/lib/ChannelIcon/ChannelIcon.module.css +226 -0
- package/lib/ChannelIcon/__tests__/ChannelIcon.spec.js +18 -0
- package/lib/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +27 -0
- package/lib/ChannelIcon/props/defaultProps.js +15 -0
- package/lib/ChannelIcon/props/propTypes.js +47 -0
- package/lib/DotProvider/DotProvider.js +88 -0
- package/lib/DotProvider/__tests__/DotProvider.spec.js +468 -0
- package/lib/DotProvider/__tests__/__snapshots__/DotProvider.spec.js.snap +478 -0
- package/lib/DotProvider/hooks/useDotProvider.js +85 -0
- package/lib/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +119 -0
- package/lib/DotProvider/libraryChunks/appearance/component/Dark_Component.js +5 -0
- package/lib/DotProvider/libraryChunks/appearance/component/Light_Component.js +5 -0
- package/lib/DotProvider/libraryChunks/appearance/component/PureDark_Component.js +5 -0
- package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/DotProvider/props/defaultProps.js +20 -0
- package/lib/DotProvider/props/propTypes.js +28 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js +12 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js +39 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js +40 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js +12 -0
- package/lib/DotProvider/utils/constants.js +34 -0
- package/lib/DotProvider/utils/errorValidation.js +25 -0
- package/lib/DotProvider/utils/getAssetsImportPromises.js +22 -0
- package/lib/DotProvider/utils/sizeAssetsConfig.js +31 -0
- package/lib/DotProvider/utils/themeAppearanceAssetsConfig.js +69 -0
- package/lib/DotProvider/utils/themeColorAssetsConfig.js +249 -0
- package/lib/Drawer/Drawer.js +404 -0
- package/lib/Drawer/Drawer.module.css +191 -0
- package/lib/Drawer/__tests__/Content.spec.js +35 -0
- package/lib/Drawer/__tests__/Drawer.spec.js +161 -0
- package/lib/Drawer/__tests__/Footer.spec.js +41 -0
- package/lib/Drawer/__tests__/Header.spec.js +192 -0
- package/lib/Drawer/__tests__/__snapshots__/Content.spec.js.snap +127 -0
- package/lib/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +564 -0
- package/lib/Drawer/__tests__/__snapshots__/Footer.spec.js.snap +1233 -0
- package/lib/Drawer/__tests__/__snapshots__/Header.spec.js.snap +782 -0
- package/lib/Drawer/index.js +37 -0
- package/lib/Drawer/props/defaultProps.js +33 -0
- package/lib/Drawer/props/propTypes.js +71 -0
- package/lib/ExternalLink/ExternalLink.js +100 -0
- package/lib/ExternalLink/ExternalLink.module.css +4 -0
- package/lib/ExternalLink/__tests__/ExternalLink.spec.js +94 -0
- package/lib/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +131 -0
- package/lib/ExternalLink/props/defaultProps.js +12 -0
- package/lib/ExternalLink/props/propTypes.js +23 -0
- package/lib/FlipCard/FlipCard.js +203 -0
- package/lib/FlipCard/FlipCard.module.css +44 -0
- package/lib/FlipCard/__tests__/FlipCard.spec.js +630 -0
- package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +6711 -0
- package/lib/FlipCard/props/defaultProps.js +12 -0
- package/lib/FlipCard/props/propTypes.js +48 -0
- package/lib/FormAction/FormAction.js +142 -0
- package/lib/FormAction/FormAction.module.css +101 -0
- package/lib/FormAction/__tests__/FormAction.spec.js +18 -0
- package/lib/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +20 -0
- package/lib/FormAction/props/defaultProps.js +12 -0
- package/lib/FormAction/props/propTypes.js +19 -0
- package/lib/FreezeLayer/FreezeLayer.js +100 -0
- package/lib/FreezeLayer/__tests__/FreezeLayer.spec.js +26 -0
- package/lib/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +13 -0
- package/lib/FreezeLayer/css/FreezeLayer.module.css +42 -0
- package/lib/FreezeLayer/css/cssJSLogic.js +26 -0
- package/lib/FreezeLayer/index.js +23 -0
- package/lib/FreezeLayer/props/defaultProps.js +16 -0
- package/lib/FreezeLayer/props/propTypes.js +34 -0
- package/lib/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/lib/Hooks/Dragger/props/defaultProps.js +17 -0
- package/lib/Hooks/Dragger/props/propTypes.js +22 -0
- package/lib/Hooks/Dragger/useDragger.js +159 -0
- package/lib/Hooks/Dragger/utils/DraggerUtil.js +30 -0
- package/lib/Hooks/useFreezeLayer.js +94 -0
- package/lib/IconButton/IconButton.js +199 -0
- package/lib/IconButton/IconButton.module.css +52 -0
- package/lib/IconButton/__tests__/IconButton.spec.js +165 -0
- package/lib/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +381 -0
- package/lib/IconButton/props/defaultProps.js +25 -0
- package/lib/IconButton/props/propTypes.js +44 -0
- package/lib/Image/Image.js +93 -0
- package/lib/Image/Image.module.css +12 -0
- package/lib/Image/__tests__/Image.spec.js +77 -0
- package/lib/Image/__tests__/__snapshots__/Image.spec.js.snap +74 -0
- package/lib/Image/props/defaultProps.js +11 -0
- package/lib/Image/props/propTypes.js +26 -0
- package/lib/ImportantNotes/ImportantNotes.js +96 -0
- package/lib/ImportantNotes/ImportantNotes.module.css +24 -0
- package/lib/ImportantNotes/__tests__/ImportantNotes.spec.js +114 -0
- package/lib/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +361 -0
- package/lib/ImportantNotes/props/defaultProps.js +13 -0
- package/lib/ImportantNotes/props/propTypes.js +21 -0
- package/lib/Link/Link.js +159 -0
- package/lib/Link/Link.module.css +4 -0
- package/lib/Link/LinkContext.js +23 -0
- package/lib/Link/__tests__/Link.spec.js +144 -0
- package/lib/Link/__tests__/__snapshots__/Link.spec.js.snap +151 -0
- package/lib/Link/props/defaultProps.js +12 -0
- package/lib/Link/props/propTypes.js +29 -0
- package/lib/Loader/Loader.js +70 -0
- package/lib/Loader/Loader.module.css +48 -0
- package/lib/Loader/__tests__/Loader.spec.js +18 -0
- package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +14 -0
- package/lib/Message/Message.js +170 -0
- package/lib/Message/Message.module.css +103 -0
- package/lib/Message/__tests__/Message.spec.js +18 -0
- package/lib/Message/__tests__/__snapshots__/Message.spec.js.snap +51 -0
- package/lib/Message/props/defaultProps.js +11 -0
- package/lib/Message/props/propTypes.js +41 -0
- package/lib/MessageBanner/MessageBanner.js +116 -0
- package/lib/MessageBanner/MessageBanner.module.css +46 -0
- package/lib/MessageBanner/__tests__/MessageBanner.spec.js +68 -0
- package/lib/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +352 -0
- package/lib/MessageBanner/props/defaultProps.js +14 -0
- package/lib/MessageBanner/props/propTypes.js +24 -0
- package/lib/NewStar/NewStar.js +117 -0
- package/lib/NewStar/NewStar.module.css +244 -0
- package/lib/NewStar/__tests__/NewStar.spec.js +44 -0
- package/lib/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +325 -0
- package/lib/NewStar/props/defaultProps.js +11 -0
- package/lib/NewStar/props/propTypes.js +17 -0
- package/lib/Onboarding/CarouselDots/CarouselDot/CarouselDot.js +44 -0
- package/lib/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js +50 -0
- package/lib/Onboarding/CarouselDots/CarouselDot/__tests__/__snapshots__/CarouselDot.spec.js.snap +51 -0
- package/lib/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +74 -0
- package/lib/Onboarding/CarouselDots/CarouselDot/props/defaultProps.js +13 -0
- package/lib/Onboarding/CarouselDots/CarouselDot/props/propTypes.js +20 -0
- package/lib/Onboarding/CarouselDots/CarouselDots.js +66 -0
- package/lib/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js +71 -0
- package/lib/Onboarding/CarouselDots/__tests__/__snapshots__/CarouselDots.spec.js.snap +94 -0
- package/lib/Onboarding/CarouselDots/css/CarouselDots.module.css +6 -0
- package/lib/Onboarding/CarouselDots/props/defaultProps.js +14 -0
- package/lib/Onboarding/CarouselDots/props/propTypes.js +24 -0
- package/lib/Onboarding/Onboarding.js +346 -0
- package/lib/Onboarding/__tests__/Onboarding.spec.js +499 -0
- package/lib/Onboarding/__tests__/__snapshots__/Onboarding.spec.js.snap +4194 -0
- package/lib/Onboarding/css/Onboarding.module.css +478 -0
- package/lib/Onboarding/hooks/useOnboarding.js +73 -0
- package/lib/Onboarding/hooks/useOnboardingSlider.js +94 -0
- package/lib/Onboarding/props/defaultProps.js +31 -0
- package/lib/Onboarding/props/propTypes.js +84 -0
- package/lib/PlusIcon/PlusIcon.js +93 -0
- package/lib/PlusIcon/PlusIcon.module.css +19 -0
- package/lib/PlusIcon/__tests__/PlusIcon.spec.js +75 -0
- package/lib/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +340 -0
- package/lib/PlusIcon/props/defaultProps.js +16 -0
- package/lib/PlusIcon/props/propTypes.js +25 -0
- package/lib/Provider/Config.js +29 -0
- package/lib/Separator/Separator.js +107 -0
- package/lib/Separator/Separator.module.css +34 -0
- package/lib/Separator/__tests__/Separator.spec.js +90 -0
- package/lib/Separator/__tests__/__snapshots__/Separator.spec.js.snap +1133 -0
- package/lib/Separator/props/defaultProps.js +18 -0
- package/lib/Separator/props/propTypes.js +22 -0
- package/lib/TagWithIcon/TagWithIcon.js +94 -0
- package/lib/TagWithIcon/TagWithIcon.module.css +67 -0
- package/lib/TagWithIcon/__tests__/TagWithIcon.spec.js +18 -0
- package/lib/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +12 -0
- package/lib/TagWithIcon/props/defaultProps.js +15 -0
- package/lib/TagWithIcon/props/propTypes.js +24 -0
- package/lib/ToastMessage/ToastMessage.js +246 -0
- package/lib/ToastMessage/ToastMessage.module.css +330 -0
- package/lib/ToastMessage/__tests__/ToastMessage.spec.js +18 -0
- package/lib/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +89 -0
- package/lib/ToastMessage/props/defaultProps.js +25 -0
- package/lib/ToastMessage/props/propTypes.js +51 -0
- package/lib/Upload/Upload.js +128 -0
- package/lib/Upload/Upload.module.css +125 -0
- package/lib/Upload/__tests__/Upload.spec.js +158 -0
- package/lib/Upload/__tests__/__snapshots__/Upload.spec.js.snap +483 -0
- package/lib/Upload/props/defaultProps.js +14 -0
- package/lib/Upload/props/propTypes.js +28 -0
- package/lib/VideoLookup/VideoLookup.js +104 -0
- package/lib/VideoLookup/__tests__/VideoLookup.spec.js +101 -0
- package/lib/VideoLookup/__tests__/__snapshots__/VideoLookup.spec.js.snap +434 -0
- package/lib/VideoLookup/css/VideoLookup.module.css +67 -0
- package/lib/VideoLookup/props/defaultProps.js +15 -0
- package/lib/VideoLookup/props/propTypes.js +23 -0
- package/lib/actions/AutoClose.js +75 -0
- package/lib/actions/index.js +37 -0
- package/lib/actions/props/defaultProps.js +10 -0
- package/lib/actions/props/propTypes.js +19 -0
- package/lib/alert/AlertHeader/AlertHeader.js +132 -0
- package/lib/alert/AlertHeader/AlertHeader.module.css +81 -0
- package/lib/alert/AlertHeader/__tests__/AlertHeader.spec.js +126 -0
- package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +974 -0
- package/lib/alert/AlertHeader/props/defaultProps.js +15 -0
- package/lib/alert/AlertHeader/props/propTypes.js +26 -0
- package/lib/alert/AlertLookup/AlertLookup.js +163 -0
- package/lib/alert/AlertLookup/AlertLookup.module.css +27 -0
- package/lib/alert/AlertLookup/__tests__/AlertLookup.spec.js +26 -0
- package/lib/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/lib/alert/AlertLookup/props/defaultProps.js +21 -0
- package/lib/alert/AlertLookup/props/propTypes.js +46 -0
- package/lib/alert/index.js +23 -0
- package/lib/avatar/AvatarClose/AvatarClose.js +106 -0
- package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -0
- package/lib/avatar/AvatarClose/__tests__/AvatarClose.spec.js +18 -0
- package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +26 -0
- package/lib/avatar/AvatarClose/props/defaultProps.js +14 -0
- package/lib/avatar/AvatarClose/props/propTypes.js +26 -0
- package/lib/avatar/AvatarCollision/AvatarCollision.js +110 -0
- package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -0
- package/lib/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +18 -0
- package/lib/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +41 -0
- package/lib/avatar/AvatarCollision/props/defaultProps.js +15 -0
- package/lib/avatar/AvatarCollision/props/propTypes.js +28 -0
- package/lib/avatar/AvatarIcon/AvatarIcon.js +106 -0
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +61 -0
- package/lib/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +18 -0
- package/lib/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +21 -0
- package/lib/avatar/AvatarIcon/props/defaultProps.js +21 -0
- package/lib/avatar/AvatarIcon/props/propTypes.js +31 -0
- package/lib/avatar/AvatarStatus/AvatarStatus.js +118 -0
- package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -0
- package/lib/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +18 -0
- package/lib/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +29 -0
- package/lib/avatar/AvatarStatus/props/defaultProps.js +19 -0
- package/lib/avatar/AvatarStatus/props/propTypes.js +35 -0
- package/lib/avatar/AvatarThread/AvatarThread.js +130 -0
- package/lib/avatar/AvatarThread/AvatarThread.module.css +167 -0
- package/lib/avatar/AvatarThread/__tests__/AvatarThread.spec.js +18 -0
- package/lib/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +24 -0
- package/lib/avatar/AvatarThread/props/defaultProps.js +16 -0
- package/lib/avatar/AvatarThread/props/propTypes.js +41 -0
- package/lib/avatar/AvatarUser/AvatarUser.js +167 -0
- package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -0
- package/lib/avatar/AvatarUser/__tests__/AvatarUser.spec.js +18 -0
- package/lib/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +24 -0
- package/lib/avatar/AvatarUser/props/defaultProps.js +15 -0
- package/lib/avatar/AvatarUser/props/propTypes.js +46 -0
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +154 -0
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -0
- package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +18 -0
- package/lib/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +26 -0
- package/lib/avatar/AvatarWithTeam/props/defaultProps.js +16 -0
- package/lib/avatar/AvatarWithTeam/props/propTypes.js +36 -0
- package/lib/avatar/index.js +63 -0
- package/lib/common/dot_animation.module.css +27 -0
- package/lib/common/dot_boxShadow.module.css +43 -0
- package/lib/deprecated/FreezeLayer/FreezeLayer.js +192 -0
- package/lib/deprecated/FreezeLayer/_FreezeLayer.module.css +42 -0
- package/lib/deprecated/FreezeLayer/props/defaultProps.js +15 -0
- package/lib/deprecated/FreezeLayer/props/propTypes.js +28 -0
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +202 -0
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +59 -0
- package/lib/deprecated/utils/General.js +29 -0
- package/lib/deprecated/utils/KeyboardApi.js +299 -0
- package/lib/dot_layer.module.css +1 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +971 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +100 -0
- package/lib/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +18 -0
- package/lib/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +27 -0
- package/lib/dropdown/ToggleDropDown/props/defaultProps.js +37 -0
- package/lib/dropdown/ToggleDropDown/props/propTypes.js +95 -0
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +122 -0
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +91 -0
- package/lib/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +18 -0
- package/lib/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +11 -0
- package/lib/emptystate/CommonEmptyState/props/defaultProps.js +17 -0
- package/lib/emptystate/CommonEmptyState/props/propTypes.js +32 -0
- package/lib/emptystate/EditionPage/EditionPage.css +43 -0
- package/lib/emptystate/EditionPage/EditionPage.js +109 -0
- package/lib/emptystate/EditionPage/__tests__/EditionPage.spec.js +18 -0
- package/lib/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +99 -0
- package/lib/emptystate/EditionPage/props/defaultProps.js +12 -0
- package/lib/emptystate/EditionPage/props/propTypes.js +22 -0
- package/lib/errorstate/EmptyStates.module.css +88 -0
- package/lib/errorstate/Inconvenience/Inconvenience.js +137 -0
- package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -0
- package/lib/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +18 -0
- package/lib/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +61 -0
- package/lib/errorstate/Inconvenience/props/defaultProps.js +11 -0
- package/lib/errorstate/Inconvenience/props/propTypes.js +22 -0
- package/lib/errorstate/LinkText/LinkText.js +80 -0
- package/lib/errorstate/LinkText/LinkText.module.css +6 -0
- package/lib/errorstate/LinkText/__tests__/LinkText.spec.js +18 -0
- package/lib/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +13 -0
- package/lib/errorstate/LinkText/props/defaultProps.js +11 -0
- package/lib/errorstate/LinkText/props/propTypes.js +19 -0
- package/lib/errorstate/NoRequestFound/NoRequestFound.js +135 -0
- package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -0
- package/lib/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +18 -0
- package/lib/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +61 -0
- package/lib/errorstate/NoRequestFound/props/defaultProps.js +11 -0
- package/lib/errorstate/NoRequestFound/props/propTypes.js +22 -0
- package/lib/errorstate/PermissionPlay/PermissionPlay.js +134 -0
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -0
- package/lib/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +18 -0
- package/lib/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +67 -0
- package/lib/errorstate/PermissionPlay/props/defaultProps.js +11 -0
- package/lib/errorstate/PermissionPlay/props/propTypes.js +22 -0
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +135 -0
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -0
- package/lib/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +18 -0
- package/lib/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +61 -0
- package/lib/errorstate/RequestUrlNotFound/props/defaultProps.js +11 -0
- package/lib/errorstate/RequestUrlNotFound/props/propTypes.js +22 -0
- package/lib/errorstate/UnableToProcess/UnableToProcess.js +137 -0
- package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -0
- package/lib/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +18 -0
- package/lib/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +61 -0
- package/lib/errorstate/UnableToProcess/props/defaultProps.js +11 -0
- package/lib/errorstate/UnableToProcess/props/propTypes.js +22 -0
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +135 -0
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -0
- package/lib/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +18 -0
- package/lib/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +61 -0
- package/lib/errorstate/UnauthorizedLogin/props/defaultProps.js +11 -0
- package/lib/errorstate/UnauthorizedLogin/props/propTypes.js +22 -0
- package/lib/errorstate/WillBack/WillBack.js +125 -0
- package/lib/errorstate/WillBack/WillBack.module.css +34 -0
- package/lib/errorstate/WillBack/__tests__/WillBack.spec.js +18 -0
- package/lib/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +76 -0
- package/lib/errorstate/WillBack/props/defaultProps.js +11 -0
- package/lib/errorstate/WillBack/props/propTypes.js +16 -0
- package/lib/errorstate/index.js +71 -0
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +209 -0
- package/lib/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +36 -0
- package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +276 -0
- package/lib/form/fields/CheckBoxField/props/defaultProps.js +27 -0
- package/lib/form/fields/CheckBoxField/props/propTypes.js +47 -0
- package/lib/form/fields/CurrencyField/CurrencyField.js +244 -0
- package/lib/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +18 -0
- package/lib/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +50 -0
- package/lib/form/fields/CurrencyField/props/defaultProps.js +32 -0
- package/lib/form/fields/CurrencyField/props/propTypes.js +57 -0
- package/lib/form/fields/DateField/DateField.js +258 -0
- package/lib/form/fields/DateField/__tests__/DateField.spec.js +18 -0
- package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +84 -0
- package/lib/form/fields/DateField/props/defaultProps.js +34 -0
- package/lib/form/fields/DateField/props/propTypes.js +57 -0
- package/lib/form/fields/FieldContainer/FieldContainer.js +118 -0
- package/lib/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +18 -0
- package/lib/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +12 -0
- package/lib/form/fields/FieldContainer/props/defaultProps.js +22 -0
- package/lib/form/fields/FieldContainer/props/propTypes.js +35 -0
- package/lib/form/fields/Fields.module.css +235 -0
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +275 -0
- package/lib/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +18 -0
- package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +90 -0
- package/lib/form/fields/MultiSelectField/props/defaultProps.js +32 -0
- package/lib/form/fields/MultiSelectField/props/propTypes.js +68 -0
- package/lib/form/fields/PhoneField/PhoneField.js +236 -0
- package/lib/form/fields/PhoneField/__tests__/PhoneField.spec.js +18 -0
- package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +70 -0
- package/lib/form/fields/PhoneField/props/defaultProps.js +23 -0
- package/lib/form/fields/PhoneField/props/propTypes.js +58 -0
- package/lib/form/fields/RadioField/RadioField.js +287 -0
- package/lib/form/fields/RadioField/__tests__/RadioField.spec.js +86 -0
- package/lib/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +1046 -0
- package/lib/form/fields/RadioField/props/defaultProps.js +21 -0
- package/lib/form/fields/RadioField/props/propTypes.js +50 -0
- package/lib/form/fields/SelectField/SelectField.js +246 -0
- package/lib/form/fields/SelectField/__tests__/SelectField.spec.js +18 -0
- package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +103 -0
- package/lib/form/fields/SelectField/props/defaultProps.js +33 -0
- package/lib/form/fields/SelectField/props/propTypes.js +68 -0
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +394 -0
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +120 -0
- package/lib/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +20 -0
- package/lib/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +66 -0
- package/lib/form/fields/TagsMultiSelect/props/defaultProps.js +23 -0
- package/lib/form/fields/TagsMultiSelect/props/propTypes.js +70 -0
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +326 -0
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -0
- package/lib/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +23 -0
- package/lib/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +73 -0
- package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +38 -0
- package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +83 -0
- package/lib/form/fields/TextBoxField/TextBoxField.js +228 -0
- package/lib/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +18 -0
- package/lib/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +50 -0
- package/lib/form/fields/TextBoxField/props/defaultProps.js +32 -0
- package/lib/form/fields/TextBoxField/props/propTypes.js +62 -0
- package/lib/form/fields/TextEditor/TextEditor.js +465 -0
- package/lib/form/fields/TextEditor/TextEditor.module.css +799 -0
- package/lib/form/fields/TextEditor/__tests__/TextEditor.spec.js +18 -0
- package/lib/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +21 -0
- package/lib/form/fields/TextEditor/props/defaultProps.js +24 -0
- package/lib/form/fields/TextEditor/props/propTypes.js +65 -0
- package/lib/form/fields/TextEditorField/TextEditorField.js +235 -0
- package/lib/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +18 -0
- package/lib/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +27 -0
- package/lib/form/fields/TextEditorField/props/defaultProps.js +30 -0
- package/lib/form/fields/TextEditorField/props/propTypes.js +67 -0
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +256 -0
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +38 -0
- package/lib/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +18 -0
- package/lib/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +18 -0
- package/lib/form/fields/TextEditorWrapper/props/defaultProps.js +16 -0
- package/lib/form/fields/TextEditorWrapper/props/propTypes.js +51 -0
- package/lib/form/fields/TextareaField/TextareaField.js +236 -0
- package/lib/form/fields/TextareaField/__tests__/TextareaField.spec.js +18 -0
- package/lib/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +22 -0
- package/lib/form/fields/TextareaField/props/defaultProps.js +31 -0
- package/lib/form/fields/TextareaField/props/propTypes.js +55 -0
- package/lib/form/fields/ValidationMessage/ValidationMessage.js +165 -0
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +28 -0
- package/lib/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +18 -0
- package/lib/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +24 -0
- package/lib/form/fields/ValidationMessage/props/defaultProps.js +15 -0
- package/lib/form/fields/ValidationMessage/props/propTypes.js +41 -0
- package/lib/form/fields/index.js +135 -0
- package/lib/form/fields/props/FieldCommonDefaultProps.js +19 -0
- package/lib/form/fields/props/FieldCommonPropTypes.js +28 -0
- package/lib/form/layout/Field/Field.js +87 -0
- package/lib/form/layout/Field/Field.module.css +22 -0
- package/lib/form/layout/Field/__tests__/Field.spec.js +18 -0
- package/lib/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +13 -0
- package/lib/form/layout/Field/props/defaultProps.js +11 -0
- package/lib/form/layout/Field/props/propTypes.js +21 -0
- package/lib/form/layout/Section/ModuleFormSection.module.css +3 -0
- package/lib/form/layout/Section/Section.js +86 -0
- package/lib/form/layout/Section/__tests__/Section.spec.js +18 -0
- package/lib/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +13 -0
- package/lib/form/layout/Section/props/propTypes.js +22 -0
- package/lib/form/layout/index.js +23 -0
- package/lib/index.js +355 -0
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +305 -0
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -0
- package/lib/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +18 -0
- package/lib/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +13 -0
- package/lib/layout/SetupDetailLayout/index.js +37 -0
- package/lib/layout/SetupDetailLayout/props/defaultProps.js +30 -0
- package/lib/layout/SetupDetailLayout/props/propTypes.js +54 -0
- package/lib/layout/SubtabLayout/SubtabLayout.js +245 -0
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +165 -0
- package/lib/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +18 -0
- package/lib/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +13 -0
- package/lib/layout/SubtabLayout/index.js +37 -0
- package/lib/layout/SubtabLayout/props/defaultProps.js +35 -0
- package/lib/layout/SubtabLayout/props/propTypes.js +54 -0
- package/lib/list/AvatarFlip/AvatarFlip.js +131 -0
- package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -0
- package/lib/list/AvatarFlip/__tests__/AvatarFlip.spec.js +18 -0
- package/lib/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +90 -0
- package/lib/list/AvatarFlip/props/defaultProps.js +13 -0
- package/lib/list/AvatarFlip/props/propTypes.js +40 -0
- package/lib/list/BluePrintStatus/BluePrintStatus.js +73 -0
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -0
- package/lib/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +18 -0
- package/lib/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +17 -0
- package/lib/list/BluePrintStatus/props/propTypes.js +15 -0
- package/lib/list/Comment/Comment.js +94 -0
- package/lib/list/Comment/Comment.module.css +29 -0
- package/lib/list/Comment/__tests__/Comment.spec.js +18 -0
- package/lib/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +23 -0
- package/lib/list/Comment/props/defaultProps.js +11 -0
- package/lib/list/Comment/props/propTypes.js +18 -0
- package/lib/list/DepartmentDropDown/DepartmentDropDown.js +163 -0
- package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -0
- package/lib/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +18 -0
- package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +48 -0
- package/lib/list/DepartmentDropDown/props/defaultProps.js +15 -0
- package/lib/list/DepartmentDropDown/props/propTypes.js +37 -0
- package/lib/list/Dot/Dot.js +72 -0
- package/lib/list/Dot/Dot.module.css +15 -0
- package/lib/list/Dot/__tests__/Dot.spec.js +18 -0
- package/lib/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +11 -0
- package/lib/list/Dot/props/defaultProps.js +11 -0
- package/lib/list/Dot/props/propTypes.js +16 -0
- package/lib/list/DotNew/DotNew.js +79 -0
- package/lib/list/DotNew/DotNew.module.css +25 -0
- package/lib/list/DotNew/__tests__/DotNew.spec.js +18 -0
- package/lib/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +9 -0
- package/lib/list/DotNew/props/defaultProps.js +10 -0
- package/lib/list/DotNew/props/propTypes.js +17 -0
- package/lib/list/GridStencils/GridStencils.js +83 -0
- package/lib/list/GridStencils/GridStencils.module.css +156 -0
- package/lib/list/GridStencils/__tests__/GridStencils.spec.js +18 -0
- package/lib/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +9 -0
- package/lib/list/GridStencils/props/propTypes.js +19 -0
- package/lib/list/Icons/AddNewIcon.js +79 -0
- package/lib/list/Icons/CompleteIcon.js +81 -0
- package/lib/list/Icons/DeleteIcon.js +82 -0
- package/lib/list/Icons/EditIcon.js +82 -0
- package/lib/list/Icons/FloatingIcons.js +87 -0
- package/lib/list/Icons/Icons.module.css +16 -0
- package/lib/list/Icons/ReadUnreadIcon.js +87 -0
- package/lib/list/Icons/SmartIcon.js +84 -0
- package/lib/list/Icons/__tests__/AddNewIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/CompleteIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/DeleteIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/EditIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/FloatingIcons.spec.js +18 -0
- package/lib/list/Icons/__tests__/ReadUnreadIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/SmartIcon.spec.js +18 -0
- package/lib/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +17 -0
- package/lib/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +9 -0
- package/lib/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +24 -0
- package/lib/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +17 -0
- package/lib/list/Icons/index.js +63 -0
- package/lib/list/Icons/props/defaultProps.js +14 -0
- package/lib/list/Icons/props/propTypes.js +70 -0
- package/lib/list/ListLayout/ListLayout.js +145 -0
- package/lib/list/ListLayout/ListLayout.module.css +80 -0
- package/lib/list/ListLayout/__tests__/ListLayout.spec.js +18 -0
- package/lib/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +20 -0
- package/lib/list/ListLayout/props/defaultProps.js +18 -0
- package/lib/list/ListLayout/props/propTypes.js +41 -0
- package/lib/list/ListStencils/ListStencils.js +102 -0
- package/lib/list/ListStencils/ListStencils.module.css +67 -0
- package/lib/list/ListStencils/__tests__/ListStencils.spec.js +27 -0
- package/lib/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +89 -0
- package/lib/list/ListStencils/props/defaultProps.js +10 -0
- package/lib/list/ListStencils/props/propTypes.js +17 -0
- package/lib/list/SecondaryText/AccountName.js +155 -0
- package/lib/list/SecondaryText/ContactName.js +159 -0
- package/lib/list/SecondaryText/DepartmentText.js +88 -0
- package/lib/list/SecondaryText/Email.js +118 -0
- package/lib/list/SecondaryText/HappinessRating.js +81 -0
- package/lib/list/SecondaryText/PhoneNumber.js +122 -0
- package/lib/list/SecondaryText/PriorityText.js +92 -0
- package/lib/list/SecondaryText/SecondaryText.js +106 -0
- package/lib/list/SecondaryText/SecondaryText.module.css +156 -0
- package/lib/list/SecondaryText/StatusText.js +93 -0
- package/lib/list/SecondaryText/TicketId.js +112 -0
- package/lib/list/SecondaryText/Website.js +104 -0
- package/lib/list/SecondaryText/__tests__/AccountName.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/ContactName.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/DepartmentText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/Email.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/HappinessRating.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/PhoneNumber.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/PriorityText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/SecondaryText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/StatusText.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/TicketId.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/Website.spec.js +18 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +46 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +32 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +9 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +15 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +18 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +15 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +11 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +9 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +11 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +11 -0
- package/lib/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +16 -0
- package/lib/list/SecondaryText/index.js +95 -0
- package/lib/list/SecondaryText/props/defaultProps.js +77 -0
- package/lib/list/SecondaryText/props/propTypes.js +185 -0
- package/lib/list/SecondryPanel/SecondryPanel.js +205 -0
- package/lib/list/SecondryPanel/SecondryPanel.module.css +6 -0
- package/lib/list/SecondryPanel/__tests__/SecondryPanel.spec.js +18 -0
- package/lib/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +9 -0
- package/lib/list/SecondryPanel/props/defaultProps.js +28 -0
- package/lib/list/SecondryPanel/props/propTypes.js +41 -0
- package/lib/list/SentimentStatus/SentimentStatus.js +80 -0
- package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -0
- package/lib/list/SentimentStatus/__tests__/SentimentStatus.spec.js +18 -0
- package/lib/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +9 -0
- package/lib/list/SentimentStatus/props/propTypes.js +16 -0
- package/lib/list/Subject/Subject.js +140 -0
- package/lib/list/Subject/Subject.module.css +35 -0
- package/lib/list/Subject/__tests__/Subject.spec.js +151 -0
- package/lib/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +195 -0
- package/lib/list/Subject/props/defaultProps.js +20 -0
- package/lib/list/Subject/props/propTypes.js +36 -0
- package/lib/list/TagNew/TagNew.js +83 -0
- package/lib/list/TagNew/TagNew.module.css +117 -0
- package/lib/list/TagNew/__tests__/TagNew.spec.js +18 -0
- package/lib/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +11 -0
- package/lib/list/TagNew/props/defaultProps.js +11 -0
- package/lib/list/TagNew/props/propTypes.js +19 -0
- package/lib/list/Thread/Thread.js +94 -0
- package/lib/list/Thread/Thread.module.css +43 -0
- package/lib/list/Thread/__tests__/Thread.spec.js +18 -0
- package/lib/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +25 -0
- package/lib/list/Thread/props/defaultProps.js +11 -0
- package/lib/list/Thread/props/propTypes.js +19 -0
- package/lib/list/index.js +165 -0
- package/lib/list/listCommon.module.css +79 -0
- package/lib/list/status/StatusDropdown/StatusDropdown.js +429 -0
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +83 -0
- package/lib/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +32 -0
- package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +49 -0
- package/lib/list/status/StatusDropdown/props/defaultProps.js +30 -0
- package/lib/list/status/StatusDropdown/props/propTypes.js +36 -0
- package/lib/list/status/StatusListItem/StatusListItem.js +184 -0
- package/lib/list/status/StatusListItem/StatusListItem.module.css +132 -0
- package/lib/list/status/StatusListItem/__tests__/StatusListItem.spec.js +18 -0
- package/lib/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +54 -0
- package/lib/list/status/StatusListItem/props/defaultProps.js +24 -0
- package/lib/list/status/StatusListItem/props/propTypes.js +43 -0
- package/lib/list/status/index.js +23 -0
- package/lib/lookup/EmptyPage/EmptyPage.js +120 -0
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +14 -0
- package/lib/lookup/EmptyPage/__tests__/EmptyPage.spec.js +18 -0
- package/lib/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +90 -0
- package/lib/lookup/EmptyPage/props/defaultProps.js +11 -0
- package/lib/lookup/EmptyPage/props/propTypes.js +16 -0
- package/lib/lookup/Lookup/Lookup.js +191 -0
- package/lib/lookup/Lookup/Lookup.module.css +49 -0
- package/lib/lookup/Lookup/__tests__/Lookup.spec.js +26 -0
- package/lib/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +20 -0
- package/lib/lookup/Lookup/props/defaultProps.js +16 -0
- package/lib/lookup/Lookup/props/propTypes.js +36 -0
- package/lib/lookup/Section/LookupSection.module.css +9 -0
- package/lib/lookup/Section/Section.js +74 -0
- package/lib/lookup/Section/__tests__/Section.spec.js +18 -0
- package/lib/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +19 -0
- package/lib/lookup/Section/props/propTypes.js +17 -0
- package/lib/lookup/header/Close/Close.js +81 -0
- package/lib/lookup/header/Close/LookupClose.module.css +15 -0
- package/lib/lookup/header/Close/__tests__/Close.spec.js +18 -0
- package/lib/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +23 -0
- package/lib/lookup/header/Close/props/defaultProps.js +10 -0
- package/lib/lookup/header/Close/props/propTypes.js +17 -0
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +117 -0
- package/lib/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +18 -0
- package/lib/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +29 -0
- package/lib/lookup/header/ModuleHeader/props/defaultProps.js +16 -0
- package/lib/lookup/header/ModuleHeader/props/propTypes.js +31 -0
- package/lib/lookup/header/Search/LookupSearch.module.css +63 -0
- package/lib/lookup/header/Search/Search.js +297 -0
- package/lib/lookup/header/Search/__tests__/Search.spec.js +83 -0
- package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +361 -0
- package/lib/lookup/header/Search/props/defaultProps.js +14 -0
- package/lib/lookup/header/Search/props/propTypes.js +45 -0
- package/lib/lookup/header/TicketHeader/TicketHeader.js +138 -0
- package/lib/lookup/header/TicketHeader/TicketHeader.module.css +23 -0
- package/lib/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +18 -0
- package/lib/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +59 -0
- package/lib/lookup/header/TicketHeader/props/defaultProps.js +17 -0
- package/lib/lookup/header/TicketHeader/props/propTypes.js +32 -0
- package/lib/lookup/header/Title/LookupTitle.module.css +25 -0
- package/lib/lookup/header/Title/Title.js +78 -0
- package/lib/lookup/header/Title/__tests__/Titles.spec.js +18 -0
- package/lib/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +9 -0
- package/lib/lookup/header/Title/props/defaultProps.js +10 -0
- package/lib/lookup/header/Title/props/propTypes.js +17 -0
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +239 -0
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +61 -0
- package/lib/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +18 -0
- package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +32 -0
- package/lib/lookup/header/ViewDropDown/props/defaultProps.js +17 -0
- package/lib/lookup/header/ViewDropDown/props/propTypes.js +38 -0
- package/lib/lookup/header/index.js +47 -0
- package/lib/lookup/header/lookupHeaderCommon.module.css +36 -0
- package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -0
- package/lib/lookup/index.js +42 -0
- package/lib/setup/header/Button/Button.js +83 -0
- package/lib/setup/header/Button/HeaderButton.module.css +5 -0
- package/lib/setup/header/Button/__tests__/Button.spec.js +18 -0
- package/lib/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +17 -0
- package/lib/setup/header/Button/props/defaultProps.js +11 -0
- package/lib/setup/header/Button/props/propTypes.js +18 -0
- package/lib/setup/header/Link/HeaderLink.module.css +21 -0
- package/lib/setup/header/Link/Link.js +93 -0
- package/lib/setup/header/Link/__tests__/Link.spec.js +18 -0
- package/lib/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +34 -0
- package/lib/setup/header/Link/props/defaultProps.js +11 -0
- package/lib/setup/header/Link/props/propTypes.js +19 -0
- package/lib/setup/header/Search/Search.js +131 -0
- package/lib/setup/header/Search/Search.module.css +69 -0
- package/lib/setup/header/Search/__tests__/Search.spec.js +18 -0
- package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +22 -0
- package/lib/setup/header/Search/props/defaultProps.js +13 -0
- package/lib/setup/header/Search/props/propTypes.js +23 -0
- package/lib/setup/header/Views/Views.js +93 -0
- package/lib/setup/header/Views/Views.module.css +38 -0
- package/lib/setup/header/Views/__tests__/Views.spec.js +18 -0
- package/lib/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +35 -0
- package/lib/setup/header/Views/props/defaultProps.js +13 -0
- package/lib/setup/header/Views/props/propTypes.js +20 -0
- package/lib/setup/header/index.js +39 -0
- package/lib/setup/helptips/Description/Description.js +68 -0
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -0
- package/lib/setup/helptips/Description/__tests__/Description.spec.js +18 -0
- package/lib/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +9 -0
- package/lib/setup/helptips/Description/props/propTypes.js +15 -0
- package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -0
- package/lib/setup/helptips/Link/Link.js +88 -0
- package/lib/setup/helptips/Link/__tests__/Link.spec.js +18 -0
- package/lib/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +12 -0
- package/lib/setup/helptips/Link/props/propTypes.js +18 -0
- package/lib/setup/helptips/ListGroup/ListGroup.js +88 -0
- package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -0
- package/lib/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +20 -0
- package/lib/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +20 -0
- package/lib/setup/helptips/ListGroup/props/propTypes.js +16 -0
- package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -0
- package/lib/setup/helptips/Title/Title.js +68 -0
- package/lib/setup/helptips/Title/__tests__/Title.spec.js +18 -0
- package/lib/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +9 -0
- package/lib/setup/helptips/Title/props/propTypes.js +15 -0
- package/lib/setup/helptips/index.js +39 -0
- package/lib/setup/index.js +24 -0
- package/lib/setup/table/Table/Table.js +75 -0
- package/lib/setup/table/Table/__tests__/Table.spec.js +18 -0
- package/lib/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +12 -0
- package/lib/setup/table/Table/props/defaultProps.js +11 -0
- package/lib/setup/table/Table/props/propTypes.js +17 -0
- package/lib/setup/table/TableBody/TableBody.js +80 -0
- package/lib/setup/table/TableBody/__tests__/TableBody.spec.js +18 -0
- package/lib/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +12 -0
- package/lib/setup/table/TableBody/props/defaultProps.js +10 -0
- package/lib/setup/table/TableBody/props/propTypes.js +18 -0
- package/lib/setup/table/TableData/SetupTableData.module.css +44 -0
- package/lib/setup/table/TableData/TableData.js +85 -0
- package/lib/setup/table/TableData/Tablehover.module.css +6 -0
- package/lib/setup/table/TableData/__tests__/TableData.spec.js +18 -0
- package/lib/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +12 -0
- package/lib/setup/table/TableData/props/defaultProps.js +12 -0
- package/lib/setup/table/TableData/props/propTypes.js +22 -0
- package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -0
- package/lib/setup/table/TableHead/TableHead.js +85 -0
- package/lib/setup/table/TableHead/__tests__/TableHead.spec.js +18 -0
- package/lib/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +19 -0
- package/lib/setup/table/TableHead/props/defaultProps.js +11 -0
- package/lib/setup/table/TableHead/props/propTypes.js +19 -0
- package/lib/setup/table/TableRow/SetupTableRow.module.css +15 -0
- package/lib/setup/table/TableRow/TableRow.js +90 -0
- package/lib/setup/table/TableRow/__tests__/TableRow.spec.js +18 -0
- package/lib/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +12 -0
- package/lib/setup/table/TableRow/props/defaultProps.js +11 -0
- package/lib/setup/table/TableRow/props/propTypes.js +22 -0
- package/lib/setup/table/Text/TableText.module.css +37 -0
- package/lib/setup/table/Text/Text.js +105 -0
- package/lib/setup/table/Text/__tests__/Text.spec.js +35 -0
- package/lib/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +54 -0
- package/lib/setup/table/Text/props/defaultProps.js +14 -0
- package/lib/setup/table/Text/props/propTypes.js +24 -0
- package/lib/setup/table/index.js +47 -0
- package/lib/svg/PlusIcon.js +82 -0
- package/lib/svg/SnippetIcon.js +84 -0
- package/lib/svg/TemplateIcon.js +85 -0
- package/lib/svg/__tests__/PlusIcon.spec.js +18 -0
- package/lib/svg/__tests__/SnippetIcon.spec.js +18 -0
- package/lib/svg/__tests__/TemplateIcon.spec.js +18 -0
- package/lib/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +25 -0
- package/lib/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +28 -0
- package/lib/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +31 -0
- package/lib/svg/index.js +31 -0
- package/lib/svg/props/defaultProps.js +24 -0
- package/lib/svg/props/propTypes.js +29 -0
- package/lib/utils/ChannelIconMapping.js +138 -0
- package/lib/utils/General.js +86 -0
- package/lib/utils/editorUtils.js +224 -0
- package/lib/version2/AlertClose/AlertClose.js +94 -0
- package/lib/version2/AlertClose/AlertClose.module.css +44 -0
- package/lib/version2/AlertClose/__tests__/AlertClose.spec.js +18 -0
- package/lib/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +29 -0
- package/lib/version2/AlertClose/props/propTypes.js +19 -0
- package/lib/version2/GlobalNotification/GlobalNotification.js +273 -0
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +183 -0
- package/lib/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +28 -0
- package/lib/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +144 -0
- package/lib/version2/GlobalNotification/props/defaultProps.js +13 -0
- package/lib/version2/GlobalNotification/props/propTypes.js +54 -0
- package/lib/version2/GlobalNotification/utils/constants.js +13 -0
- package/lib/version2/alertIcons/AlarmAlertIcon.js +122 -0
- package/lib/version2/alertIcons/AlertIcons.js +126 -0
- package/lib/version2/alertIcons/AlertIcons.module.css +77 -0
- package/lib/version2/alertIcons/DangerAlertIcon.js +122 -0
- package/lib/version2/alertIcons/ErrorAlertIcon.js +127 -0
- package/lib/version2/alertIcons/InfoAlertIcon.js +131 -0
- package/lib/version2/alertIcons/NotificationAlertIcon.js +127 -0
- package/lib/version2/alertIcons/SuccessAlertIcon.js +122 -0
- package/lib/version2/alertIcons/WarningAlertIcon.js +122 -0
- package/lib/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/AlertIcons.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +18 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +76 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +77 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +82 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +77 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +71 -0
- package/lib/version2/alertIcons/index.js +71 -0
- package/lib/version2/alertIcons/props/defaultProps.js +41 -0
- package/lib/version2/alertIcons/props/propTypes.js +52 -0
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +126 -0
- package/lib/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +18 -0
- package/lib/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +133 -0
- package/lib/version2/errorstate/Inconvenience/props/defaultProps.js +15 -0
- package/lib/version2/errorstate/Inconvenience/props/propTypes.js +27 -0
- package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +126 -0
- package/lib/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +18 -0
- package/lib/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +133 -0
- package/lib/version2/errorstate/OopsSomethingMiss/props/defaultProps.js +15 -0
- package/lib/version2/errorstate/OopsSomethingMiss/props/propTypes.js +27 -0
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +126 -0
- package/lib/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +18 -0
- package/lib/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +133 -0
- package/lib/version2/errorstate/UnableToProcessRequest/props/defaultProps.js +15 -0
- package/lib/version2/errorstate/UnableToProcessRequest/props/propTypes.js +27 -0
- package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +127 -0
- package/lib/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +18 -0
- package/lib/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +116 -0
- package/lib/version2/errorstate/UnauthorizedLogin/props/defaultProps.js +16 -0
- package/lib/version2/errorstate/UnauthorizedLogin/props/propTypes.js +28 -0
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +126 -0
- package/lib/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +18 -0
- package/lib/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +133 -0
- package/lib/version2/errorstate/UrlNotFound/props/defaultProps.js +15 -0
- package/lib/version2/errorstate/UrlNotFound/props/propTypes.js +27 -0
- package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -0
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +126 -0
- package/lib/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +18 -0
- package/lib/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +133 -0
- package/lib/version2/errorstate/WillBeRightBack/props/defaultProps.js +15 -0
- package/lib/version2/errorstate/WillBeRightBack/props/propTypes.js +27 -0
- package/lib/version2/errorstate/index.js +55 -0
- package/lib/version2/index.js +58 -0
- package/lib/version2/lookup/AlertHeader/AlertHeader.js +104 -0
- package/lib/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +18 -0
- package/lib/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +88 -0
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +90 -0
- package/lib/version2/lookup/AlertHeader/css/cssJSLogic.js +24 -0
- package/lib/version2/lookup/AlertHeader/props/defaultProps.js +19 -0
- package/lib/version2/lookup/AlertHeader/props/propTypes.js +30 -0
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +268 -0
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +44 -0
- package/lib/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +26 -0
- package/lib/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
- package/lib/version2/lookup/AlertLookup/props/defaultProps.js +20 -0
- package/lib/version2/lookup/AlertLookup/props/propTypes.js +46 -0
- package/lib/version2/lookup/alertLookupCommonNew.module.css +33 -0
- package/lib/version2/lookup/index.js +23 -0
- package/lib/version2/notification/DesktopNotification/DesktopNotification.js +216 -0
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +134 -0
- package/lib/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +18 -0
- package/lib/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +176 -0
- package/lib/version2/notification/DesktopNotification/props/defaultProps.js +26 -0
- package/lib/version2/notification/DesktopNotification/props/propTypes.js +54 -0
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +149 -0
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +139 -0
- package/lib/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +18 -0
- package/lib/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +141 -0
- package/lib/version2/notification/DesktopNotificationHeader/props/defaultProps.js +16 -0
- package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +23 -0
- package/lib/version2/notification/index.js +35 -0
- package/package.json +12 -11
|
@@ -0,0 +1,662 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _Layout = require("@zohodesk/components/lib/Layout");
|
|
13
|
+
|
|
14
|
+
var _Timer = _interopRequireDefault(require("./Timer/Timer"));
|
|
15
|
+
|
|
16
|
+
var _Icon = _interopRequireDefault(require("@zohodesk/icons/lib/Icon"));
|
|
17
|
+
|
|
18
|
+
var _propTypes = require("./propTypes/propTypes");
|
|
19
|
+
|
|
20
|
+
var _defaultProps = require("./propTypes/defaultProps");
|
|
21
|
+
|
|
22
|
+
var _utils = require("./utils/utils");
|
|
23
|
+
|
|
24
|
+
var _Attachment = require("./../AttachmentViewer/Attachment");
|
|
25
|
+
|
|
26
|
+
var _AudioPlayerModule = _interopRequireDefault(require("./AudioPlayer.module.css"));
|
|
27
|
+
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
+
|
|
30
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
31
|
+
|
|
32
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
33
|
+
|
|
34
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
35
|
+
|
|
36
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
37
|
+
|
|
38
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
39
|
+
|
|
40
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
|
+
|
|
42
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
|
+
|
|
44
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
|
+
|
|
46
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
47
|
+
|
|
48
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
49
|
+
|
|
50
|
+
var AudioPlayer = /*#__PURE__*/function (_React$Component) {
|
|
51
|
+
_inherits(AudioPlayer, _React$Component);
|
|
52
|
+
|
|
53
|
+
var _super = _createSuper(AudioPlayer);
|
|
54
|
+
|
|
55
|
+
function AudioPlayer(props) {
|
|
56
|
+
var _this;
|
|
57
|
+
|
|
58
|
+
_classCallCheck(this, AudioPlayer);
|
|
59
|
+
|
|
60
|
+
_this = _super.call(this, props);
|
|
61
|
+
_this.audioPlayer = null;
|
|
62
|
+
_this.removeEventListeners = _this.removeEventListeners.bind(_assertThisInitialized(_this));
|
|
63
|
+
_this.setAudioPlayerRef = _this.setAudioPlayerRef.bind(_assertThisInitialized(_this));
|
|
64
|
+
return _this;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
_createClass(AudioPlayer, [{
|
|
68
|
+
key: "componentDidMount",
|
|
69
|
+
value: function componentDidMount() {
|
|
70
|
+
var AudioPlayerChild = this.refs.AudioPlayerChild;
|
|
71
|
+
this.audioPlayer.addEventListener('keydown', AudioPlayerChild.handleKeyDown);
|
|
72
|
+
}
|
|
73
|
+
}, {
|
|
74
|
+
key: "componentWillUnmount",
|
|
75
|
+
value: function componentWillUnmount() {
|
|
76
|
+
this.removeEventListeners();
|
|
77
|
+
}
|
|
78
|
+
}, {
|
|
79
|
+
key: "removeEventListeners",
|
|
80
|
+
value: function removeEventListeners() {
|
|
81
|
+
var AudioPlayerChild = this.refs.AudioPlayerChild;
|
|
82
|
+
this.audioPlayer.removeEventListener('keydown', AudioPlayerChild.handleKeyDown);
|
|
83
|
+
}
|
|
84
|
+
}, {
|
|
85
|
+
key: "setAudioPlayerRef",
|
|
86
|
+
value: function setAudioPlayerRef(ele) {
|
|
87
|
+
this.audioPlayer = ele;
|
|
88
|
+
}
|
|
89
|
+
}, {
|
|
90
|
+
key: "render",
|
|
91
|
+
value: function render() {
|
|
92
|
+
var _this$props = this.props,
|
|
93
|
+
id = _this$props.id,
|
|
94
|
+
isPlay = _this$props.isPlay,
|
|
95
|
+
onClose = _this$props.onClose,
|
|
96
|
+
src = _this$props.src,
|
|
97
|
+
timerFormat = _this$props.timerFormat,
|
|
98
|
+
forwardStepInSec = _this$props.forwardStepInSec,
|
|
99
|
+
backwardStepInSec = _this$props.backwardStepInSec,
|
|
100
|
+
getAudioDuration = _this$props.getAudioDuration,
|
|
101
|
+
needClose = _this$props.needClose,
|
|
102
|
+
needDownload = _this$props.needDownload,
|
|
103
|
+
needMuteIcon = _this$props.needMuteIcon,
|
|
104
|
+
onPlay = _this$props.onPlay,
|
|
105
|
+
onPause = _this$props.onPause,
|
|
106
|
+
onDownloading = _this$props.onDownloading,
|
|
107
|
+
onAudioSeeking = _this$props.onAudioSeeking,
|
|
108
|
+
onAudioLoading = _this$props.onAudioLoading,
|
|
109
|
+
onError = _this$props.onError,
|
|
110
|
+
onMuteUnmute = _this$props.onMuteUnmute,
|
|
111
|
+
duration = _this$props.duration,
|
|
112
|
+
i18nKeys = _this$props.i18nKeys,
|
|
113
|
+
dataId = _this$props.dataId,
|
|
114
|
+
customClass = _this$props.customClass,
|
|
115
|
+
range = _this$props.range;
|
|
116
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
117
|
+
dataId: dataId,
|
|
118
|
+
eleRef: this.setAudioPlayerRef,
|
|
119
|
+
tabIndex: 0,
|
|
120
|
+
isCover: false,
|
|
121
|
+
className: "".concat(customClass)
|
|
122
|
+
}, /*#__PURE__*/_react["default"].createElement(AudioPlayerChild, {
|
|
123
|
+
ref: "AudioPlayerChild",
|
|
124
|
+
id: id,
|
|
125
|
+
src: src,
|
|
126
|
+
isPlay: isPlay,
|
|
127
|
+
onClose: onClose,
|
|
128
|
+
timerFormat: timerFormat,
|
|
129
|
+
duration: duration,
|
|
130
|
+
forwardStepInSec: forwardStepInSec,
|
|
131
|
+
backwardStepInSec: backwardStepInSec,
|
|
132
|
+
getAudioDuration: getAudioDuration,
|
|
133
|
+
needClose: needClose,
|
|
134
|
+
needDownload: needDownload,
|
|
135
|
+
needMuteIcon: needMuteIcon,
|
|
136
|
+
onPlay: onPlay,
|
|
137
|
+
onPause: onPause,
|
|
138
|
+
onDownloading: onDownloading,
|
|
139
|
+
onAudioSeeking: onAudioSeeking,
|
|
140
|
+
onAudioLoading: onAudioLoading,
|
|
141
|
+
onError: onError,
|
|
142
|
+
onMuteUnmute: onMuteUnmute,
|
|
143
|
+
i18nKeys: i18nKeys,
|
|
144
|
+
dataId: dataId,
|
|
145
|
+
range: range
|
|
146
|
+
}));
|
|
147
|
+
}
|
|
148
|
+
}]);
|
|
149
|
+
|
|
150
|
+
return AudioPlayer;
|
|
151
|
+
}(_react["default"].Component);
|
|
152
|
+
|
|
153
|
+
exports["default"] = AudioPlayer;
|
|
154
|
+
AudioPlayer.defaultProps = _defaultProps.AudioPlayer_defaultProps;
|
|
155
|
+
AudioPlayer.propTypes = _propTypes.AudioPlayer_propTypes;
|
|
156
|
+
|
|
157
|
+
var AudioPlayerChild = /*#__PURE__*/function (_React$Component2) {
|
|
158
|
+
_inherits(AudioPlayerChild, _React$Component2);
|
|
159
|
+
|
|
160
|
+
var _super2 = _createSuper(AudioPlayerChild);
|
|
161
|
+
|
|
162
|
+
function AudioPlayerChild(props) {
|
|
163
|
+
var _this2;
|
|
164
|
+
|
|
165
|
+
_classCallCheck(this, AudioPlayerChild);
|
|
166
|
+
|
|
167
|
+
_this2 = _super2.call(this, props);
|
|
168
|
+
_this2.audio = null;
|
|
169
|
+
_this2.intervalId = props.intervalId || '';
|
|
170
|
+
_this2.state = {
|
|
171
|
+
isPlay: props.isPlay,
|
|
172
|
+
currentHour: '00',
|
|
173
|
+
currentMinute: '00',
|
|
174
|
+
currentSecond: '00',
|
|
175
|
+
sliderRangeValue: 0,
|
|
176
|
+
audioHours: '00',
|
|
177
|
+
audioMinutes: '00',
|
|
178
|
+
audioSeconds: '00',
|
|
179
|
+
overallSeconds: 0,
|
|
180
|
+
minValue: 0,
|
|
181
|
+
step: '1',
|
|
182
|
+
audioType: 'audio/mpeg',
|
|
183
|
+
isMuted: false,
|
|
184
|
+
disableControlIcons: true,
|
|
185
|
+
isShowDuration: false,
|
|
186
|
+
disableRangeSlider: false,
|
|
187
|
+
loadingRange: props.range || 0
|
|
188
|
+
}; // Bind all methods
|
|
189
|
+
|
|
190
|
+
_this2.getAudioDetails = _this2.getAudioDetails.bind(_assertThisInitialized(_this2));
|
|
191
|
+
_this2.onPlayAudio = _this2.onPlayAudio.bind(_assertThisInitialized(_this2));
|
|
192
|
+
_this2.onPauseAudio = _this2.onPauseAudio.bind(_assertThisInitialized(_this2));
|
|
193
|
+
_this2.togglePlayPause = _this2.togglePlayPause.bind(_assertThisInitialized(_this2));
|
|
194
|
+
_this2.updatePlayer = _this2.updatePlayer.bind(_assertThisInitialized(_this2));
|
|
195
|
+
_this2.updateRangeValue = _this2.updateRangeValue.bind(_assertThisInitialized(_this2));
|
|
196
|
+
_this2.updateTimerValues = _this2.updateTimerValues.bind(_assertThisInitialized(_this2));
|
|
197
|
+
_this2.togglePlayer = _this2.togglePlayer.bind(_assertThisInitialized(_this2));
|
|
198
|
+
_this2.getAudioDurationDetails = _this2.getAudioDurationDetails.bind(_assertThisInitialized(_this2));
|
|
199
|
+
_this2.browserCompatible = _this2.browserCompatible.bind(_assertThisInitialized(_this2));
|
|
200
|
+
_this2.onMuteUnmute = _this2.onMuteUnmute.bind(_assertThisInitialized(_this2));
|
|
201
|
+
_this2.handleAudioSeeking = _this2.handleAudioSeeking.bind(_assertThisInitialized(_this2));
|
|
202
|
+
_this2.handleError = _this2.handleError.bind(_assertThisInitialized(_this2));
|
|
203
|
+
_this2.handleAudioLoading = _this2.handleAudioLoading.bind(_assertThisInitialized(_this2));
|
|
204
|
+
_this2.removeEventListeners = _this2.removeEventListeners.bind(_assertThisInitialized(_this2));
|
|
205
|
+
_this2.downloadFile = _this2.downloadFile.bind(_assertThisInitialized(_this2));
|
|
206
|
+
_this2.handleKeyDown = _this2.handleKeyDown.bind(_assertThisInitialized(_this2));
|
|
207
|
+
_this2.handleClosePlayer = _this2.handleClosePlayer.bind(_assertThisInitialized(_this2));
|
|
208
|
+
_this2.updateRange = _this2.updateRange.bind(_assertThisInitialized(_this2));
|
|
209
|
+
_this2.setInputRangeRef = _this2.setInputRangeRef.bind(_assertThisInitialized(_this2));
|
|
210
|
+
_this2.removeEvent = _this2.removeEvent.bind(_assertThisInitialized(_this2));
|
|
211
|
+
return _this2;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
_createClass(AudioPlayerChild, [{
|
|
215
|
+
key: "componentDidMount",
|
|
216
|
+
value: function componentDidMount() {
|
|
217
|
+
this.audio.addEventListener('loadedmetadata', this.getAudioDetails);
|
|
218
|
+
this.audio.addEventListener('canplay', this.browserCompatible);
|
|
219
|
+
this.audio.addEventListener('seeking', this.handleAudioSeeking);
|
|
220
|
+
this.audio.addEventListener('waiting', this.handleAudioLoading);
|
|
221
|
+
this.audio.addEventListener('error', this.handleError);
|
|
222
|
+
this.audio.addEventListener('ended', this.removeEvent);
|
|
223
|
+
}
|
|
224
|
+
}, {
|
|
225
|
+
key: "componentDidUpdate",
|
|
226
|
+
value: function componentDidUpdate(prevProps) {
|
|
227
|
+
if (prevProps.isPlay !== this.props.isPlay && this.props.isPlay === false) {
|
|
228
|
+
this.onPauseAudio();
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}, {
|
|
232
|
+
key: "componentWillUnmount",
|
|
233
|
+
value: function componentWillUnmount() {
|
|
234
|
+
this.audio.pause();
|
|
235
|
+
clearInterval(this.intervalId);
|
|
236
|
+
this.removeEventListeners();
|
|
237
|
+
}
|
|
238
|
+
}, {
|
|
239
|
+
key: "removeEventListeners",
|
|
240
|
+
value: function removeEventListeners() {
|
|
241
|
+
this.audio.removeEventListener('loadedmetadata', this.getAudioDetails);
|
|
242
|
+
this.audio.removeEventListener('canplay', this.browserCompatible);
|
|
243
|
+
this.audio.removeEventListener('seeking', this.handleAudioSeeking);
|
|
244
|
+
this.audio.removeEventListener('waiting', this.handleAudioLoading);
|
|
245
|
+
this.audio.removeEventListener('error', this.handleError);
|
|
246
|
+
this.audio.removeEventListener('ended', this.removeEvent);
|
|
247
|
+
}
|
|
248
|
+
}, {
|
|
249
|
+
key: "removeEvent",
|
|
250
|
+
value: function removeEvent() {
|
|
251
|
+
setTimeout(this.onPauseAudio, 1000);
|
|
252
|
+
}
|
|
253
|
+
}, {
|
|
254
|
+
key: "getAudioDetails",
|
|
255
|
+
value: function getAudioDetails(event) {
|
|
256
|
+
var _this$props2 = this.props,
|
|
257
|
+
getAudioDuration = _this$props2.getAudioDuration,
|
|
258
|
+
src = _this$props2.src,
|
|
259
|
+
fallbackDuration = _this$props2.duration;
|
|
260
|
+
var audioType = (0, _Attachment.getExtensionFromFileName)(src);
|
|
261
|
+
var durationCalc = Math.ceil(event.target.duration);
|
|
262
|
+
var isDurationValid = Number.isFinite(durationCalc) && !Number.isNaN(durationCalc);
|
|
263
|
+
durationCalc = isDurationValid ? durationCalc : fallbackDuration ? fallbackDuration : 0;
|
|
264
|
+
|
|
265
|
+
var _this$getAudioDuratio = this.getAudioDurationDetails(durationCalc),
|
|
266
|
+
hours = _this$getAudioDuratio.hours,
|
|
267
|
+
minutes = _this$getAudioDuratio.minutes,
|
|
268
|
+
seconds = _this$getAudioDuratio.seconds;
|
|
269
|
+
|
|
270
|
+
var isShowDuration = isDurationValid || fallbackDuration !== undefined;
|
|
271
|
+
this.setState({
|
|
272
|
+
overallSeconds: durationCalc,
|
|
273
|
+
audioHours: hours,
|
|
274
|
+
audioMinutes: minutes,
|
|
275
|
+
audioSeconds: seconds,
|
|
276
|
+
audioType: audioType,
|
|
277
|
+
disableControlIcons: false,
|
|
278
|
+
isShowDuration: isShowDuration,
|
|
279
|
+
disableRangeSlider: !isDurationValid
|
|
280
|
+
});
|
|
281
|
+
getAudioDuration && getAudioDuration(hours, minutes, seconds);
|
|
282
|
+
}
|
|
283
|
+
}, {
|
|
284
|
+
key: "getAudioDurationDetails",
|
|
285
|
+
value: function getAudioDurationDetails(valueInSec) {
|
|
286
|
+
var hours = 0,
|
|
287
|
+
minutes = 0,
|
|
288
|
+
seconds = 0;
|
|
289
|
+
|
|
290
|
+
if (valueInSec > 0) {
|
|
291
|
+
hours = Math.floor(valueInSec / 3600);
|
|
292
|
+
valueInSec %= 3600;
|
|
293
|
+
minutes = Math.floor(valueInSec / 60);
|
|
294
|
+
seconds = Math.floor(valueInSec % 60);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
return {
|
|
298
|
+
hours: hours <= 9 ? "0".concat(hours) : "".concat(hours),
|
|
299
|
+
minutes: minutes <= 9 ? "0".concat(minutes) : "".concat(minutes),
|
|
300
|
+
seconds: seconds <= 9 ? "0".concat(seconds) : "".concat(seconds)
|
|
301
|
+
};
|
|
302
|
+
}
|
|
303
|
+
}, {
|
|
304
|
+
key: "togglePlayPause",
|
|
305
|
+
value: function togglePlayPause() {
|
|
306
|
+
this.state.isPlay ? this.onPauseAudio() : this.onPlayAudio();
|
|
307
|
+
}
|
|
308
|
+
}, {
|
|
309
|
+
key: "onPlayAudio",
|
|
310
|
+
value: function onPlayAudio() {
|
|
311
|
+
var _this$props3 = this.props,
|
|
312
|
+
onPlay = _this$props3.onPlay,
|
|
313
|
+
id = _this$props3.id;
|
|
314
|
+
var _this$state = this.state,
|
|
315
|
+
sliderRangeValue = _this$state.sliderRangeValue,
|
|
316
|
+
overallSeconds = _this$state.overallSeconds;
|
|
317
|
+
var isRestart = sliderRangeValue === overallSeconds;
|
|
318
|
+
this.audio.play();
|
|
319
|
+
this.intervalId = setInterval(this.updatePlayer, 1000);
|
|
320
|
+
this.setState({
|
|
321
|
+
isPlay: true,
|
|
322
|
+
isRestart: isRestart
|
|
323
|
+
});
|
|
324
|
+
onPlay && onPlay(id, 'playing');
|
|
325
|
+
}
|
|
326
|
+
}, {
|
|
327
|
+
key: "onPauseAudio",
|
|
328
|
+
value: function onPauseAudio() {
|
|
329
|
+
var _this$props4 = this.props,
|
|
330
|
+
onPause = _this$props4.onPause,
|
|
331
|
+
id = _this$props4.id;
|
|
332
|
+
this.audio.pause();
|
|
333
|
+
clearInterval(this.intervalId);
|
|
334
|
+
this.setState({
|
|
335
|
+
isPlay: false
|
|
336
|
+
});
|
|
337
|
+
onPause && onPause(id, 'paused');
|
|
338
|
+
}
|
|
339
|
+
}, {
|
|
340
|
+
key: "handleClosePlayer",
|
|
341
|
+
value: function handleClosePlayer() {
|
|
342
|
+
var _this$props5 = this.props,
|
|
343
|
+
onClose = _this$props5.onClose,
|
|
344
|
+
id = _this$props5.id;
|
|
345
|
+
this.togglePlayer();
|
|
346
|
+
this.onPauseAudio();
|
|
347
|
+
onClose && onClose(id, 'closed');
|
|
348
|
+
}
|
|
349
|
+
}, {
|
|
350
|
+
key: "handleAudioSeeking",
|
|
351
|
+
value: function handleAudioSeeking() {
|
|
352
|
+
var onAudioSeeking = this.props.onAudioSeeking;
|
|
353
|
+
onAudioSeeking && onAudioSeeking(this.audio.seeking);
|
|
354
|
+
}
|
|
355
|
+
}, {
|
|
356
|
+
key: "handleAudioLoading",
|
|
357
|
+
value: function handleAudioLoading() {
|
|
358
|
+
var onAudioLoading = this.props.onAudioLoading;
|
|
359
|
+
onAudioLoading && onAudioLoading();
|
|
360
|
+
}
|
|
361
|
+
}, {
|
|
362
|
+
key: "handleError",
|
|
363
|
+
value: function handleError() {
|
|
364
|
+
var onError = this.props.onError;
|
|
365
|
+
onError && onError(this.audio.error.code);
|
|
366
|
+
}
|
|
367
|
+
}, {
|
|
368
|
+
key: "browserCompatible",
|
|
369
|
+
value: function browserCompatible(playable) {
|
|
370
|
+
if (playable === '') alert('Your browser is unable to play the audio');
|
|
371
|
+
}
|
|
372
|
+
}, {
|
|
373
|
+
key: "onMuteUnmute",
|
|
374
|
+
value: function onMuteUnmute(e) {
|
|
375
|
+
e && e.preventDefault();
|
|
376
|
+
var isMuted = this.state.isMuted;
|
|
377
|
+
this.audio.muted = !isMuted;
|
|
378
|
+
var onMuteUnmute = this.props.onMuteUnmute;
|
|
379
|
+
this.setState({
|
|
380
|
+
isMuted: !isMuted
|
|
381
|
+
});
|
|
382
|
+
onMuteUnmute && onMuteUnmute(!isMuted);
|
|
383
|
+
}
|
|
384
|
+
}, {
|
|
385
|
+
key: "setInputRangeRef",
|
|
386
|
+
value: function setInputRangeRef(ele) {
|
|
387
|
+
var getRef = this.props.getRef;
|
|
388
|
+
this.inputRange = ele;
|
|
389
|
+
getRef && getRef(ele);
|
|
390
|
+
}
|
|
391
|
+
}, {
|
|
392
|
+
key: "updateRange",
|
|
393
|
+
value: function updateRange(e) {
|
|
394
|
+
this.props.updateRange(e.target.value);
|
|
395
|
+
}
|
|
396
|
+
}, {
|
|
397
|
+
key: "updatePlayer",
|
|
398
|
+
value: function updatePlayer(e) {
|
|
399
|
+
var _e$target;
|
|
400
|
+
|
|
401
|
+
this.updateRangeValue(e === null || e === void 0 ? void 0 : (_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.value, this.updateTimerValues);
|
|
402
|
+
}
|
|
403
|
+
}, {
|
|
404
|
+
key: "updateRangeValue",
|
|
405
|
+
value: function updateRangeValue(value, afterUpdateCallback) {
|
|
406
|
+
var _this$state2 = this.state,
|
|
407
|
+
isPlay = _this$state2.isPlay,
|
|
408
|
+
sliderRangeValue = _this$state2.sliderRangeValue,
|
|
409
|
+
overallSeconds = _this$state2.overallSeconds,
|
|
410
|
+
isRestart = _this$state2.isRestart;
|
|
411
|
+
sliderRangeValue = Math.max(0, sliderRangeValue);
|
|
412
|
+
var rangeValue = value || ++sliderRangeValue;
|
|
413
|
+
|
|
414
|
+
if (rangeValue > overallSeconds && !isRestart) {
|
|
415
|
+
if (isPlay) {
|
|
416
|
+
this.audio.pause();
|
|
417
|
+
this.setState({
|
|
418
|
+
isPlay: false
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
this.audio.currentTime = overallSeconds;
|
|
423
|
+
clearInterval(this.intervalId);
|
|
424
|
+
rangeValue = overallSeconds;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
if (isRestart) {
|
|
428
|
+
this.audio.currentTime = 0;
|
|
429
|
+
rangeValue = 0;
|
|
430
|
+
this.setState({
|
|
431
|
+
sliderRangeValue: rangeValue,
|
|
432
|
+
isRestart: false,
|
|
433
|
+
isPlay: true
|
|
434
|
+
});
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
if (rangeValue <= overallSeconds) {
|
|
438
|
+
value && (this.audio.currentTime = value);
|
|
439
|
+
this.setState({
|
|
440
|
+
sliderRangeValue: rangeValue
|
|
441
|
+
}, function () {
|
|
442
|
+
return afterUpdateCallback(rangeValue);
|
|
443
|
+
});
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
}, {
|
|
447
|
+
key: "updateTimerValues",
|
|
448
|
+
value: function updateTimerValues(sliderRangeValue) {
|
|
449
|
+
var _this$getAudioDuratio2 = this.getAudioDurationDetails(Number(sliderRangeValue)),
|
|
450
|
+
hours = _this$getAudioDuratio2.hours,
|
|
451
|
+
minutes = _this$getAudioDuratio2.minutes,
|
|
452
|
+
seconds = _this$getAudioDuratio2.seconds;
|
|
453
|
+
|
|
454
|
+
this.setState({
|
|
455
|
+
currentHour: hours,
|
|
456
|
+
currentMinute: minutes,
|
|
457
|
+
currentSecond: seconds
|
|
458
|
+
});
|
|
459
|
+
}
|
|
460
|
+
}, {
|
|
461
|
+
key: "togglePlayer",
|
|
462
|
+
value: function togglePlayer() {
|
|
463
|
+
this.audio.pause();
|
|
464
|
+
this.setState({
|
|
465
|
+
isPlay: false
|
|
466
|
+
});
|
|
467
|
+
}
|
|
468
|
+
}, {
|
|
469
|
+
key: "handleKeyDown",
|
|
470
|
+
value: function handleKeyDown(e) {
|
|
471
|
+
var keyCode = e.keyCode;
|
|
472
|
+
var sliderRangeValue = this.state.sliderRangeValue;
|
|
473
|
+
var _this$props6 = this.props,
|
|
474
|
+
forwardStepInSec = _this$props6.forwardStepInSec,
|
|
475
|
+
backwardStepInSec = _this$props6.backwardStepInSec;
|
|
476
|
+
if (keyCode === 32) this.togglePlayPause();else if (keyCode === 39) this.updatePlayer(sliderRangeValue + forwardStepInSec);else if (keyCode === 37) this.updatePlayer(sliderRangeValue - backwardStepInSec);else if (keyCode === 27) this.togglePlayer();
|
|
477
|
+
}
|
|
478
|
+
}, {
|
|
479
|
+
key: "downloadFile",
|
|
480
|
+
value: function downloadFile() {
|
|
481
|
+
var _this$props7 = this.props,
|
|
482
|
+
onDownloading = _this$props7.onDownloading,
|
|
483
|
+
src = _this$props7.src,
|
|
484
|
+
requestOptions = _this$props7.requestOptions;
|
|
485
|
+
|
|
486
|
+
var getFileName = function getFileName(url, ext) {
|
|
487
|
+
var parts = url.split('/');
|
|
488
|
+
var name = parts[parts.length - 1].split('?')[0];
|
|
489
|
+
return name.includes('.') ? name : "".concat(name, ".").concat(ext);
|
|
490
|
+
};
|
|
491
|
+
|
|
492
|
+
var reqOptions = requestOptions || {
|
|
493
|
+
credentials: 'include'
|
|
494
|
+
};
|
|
495
|
+
fetch(src, reqOptions).then(function (resp) {
|
|
496
|
+
return resp.blob();
|
|
497
|
+
}).then(function (blob) {
|
|
498
|
+
var url = window.URL.createObjectURL(blob);
|
|
499
|
+
var extnsn = blob.type.split('-')[1] || blob.type.split('/')[1];
|
|
500
|
+
var fileName = getFileName(src, extnsn);
|
|
501
|
+
var a = document.createElement('a');
|
|
502
|
+
a.style.display = 'none';
|
|
503
|
+
a.href = url;
|
|
504
|
+
a.download = fileName;
|
|
505
|
+
document.body.appendChild(a);
|
|
506
|
+
a.click();
|
|
507
|
+
window.URL.revokeObjectURL(url);
|
|
508
|
+
})["catch"](function () {
|
|
509
|
+
return (0, _utils.openInNewTabWithNoopener)(src);
|
|
510
|
+
});
|
|
511
|
+
onDownloading && onDownloading();
|
|
512
|
+
}
|
|
513
|
+
}, {
|
|
514
|
+
key: "render",
|
|
515
|
+
value: function render() {
|
|
516
|
+
var _this3 = this;
|
|
517
|
+
|
|
518
|
+
var _this$state3 = this.state,
|
|
519
|
+
isPlay = _this$state3.isPlay,
|
|
520
|
+
currentHour = _this$state3.currentHour,
|
|
521
|
+
currentMinute = _this$state3.currentMinute,
|
|
522
|
+
currentSecond = _this$state3.currentSecond,
|
|
523
|
+
audioHours = _this$state3.audioHours,
|
|
524
|
+
audioMinutes = _this$state3.audioMinutes,
|
|
525
|
+
audioSeconds = _this$state3.audioSeconds,
|
|
526
|
+
isMuted = _this$state3.isMuted,
|
|
527
|
+
disableControlIcons = _this$state3.disableControlIcons,
|
|
528
|
+
isShowDuration = _this$state3.isShowDuration,
|
|
529
|
+
disableRangeSlider = _this$state3.disableRangeSlider,
|
|
530
|
+
sliderRangeValue = _this$state3.sliderRangeValue,
|
|
531
|
+
overallSeconds = _this$state3.overallSeconds,
|
|
532
|
+
minValue = _this$state3.minValue,
|
|
533
|
+
step = _this$state3.step;
|
|
534
|
+
var _this$props8 = this.props,
|
|
535
|
+
src = _this$props8.src,
|
|
536
|
+
needDownload = _this$props8.needDownload,
|
|
537
|
+
needClose = _this$props8.needClose,
|
|
538
|
+
needMuteIcon = _this$props8.needMuteIcon,
|
|
539
|
+
id = _this$props8.id,
|
|
540
|
+
i18nKeys = _this$props8.i18nKeys,
|
|
541
|
+
dataId = _this$props8.dataId;
|
|
542
|
+
var timerFormat = audioHours ? 'hh:mm:ss' : 'mm:ss';
|
|
543
|
+
var loadingRange = (sliderRangeValue - minValue) * 100 / (overallSeconds - minValue);
|
|
544
|
+
var _i18nKeys$playTitle = i18nKeys.playTitle,
|
|
545
|
+
playTitle = _i18nKeys$playTitle === void 0 ? 'Play' : _i18nKeys$playTitle,
|
|
546
|
+
_i18nKeys$pauseTitle = i18nKeys.pauseTitle,
|
|
547
|
+
pauseTitle = _i18nKeys$pauseTitle === void 0 ? 'Pause' : _i18nKeys$pauseTitle,
|
|
548
|
+
_i18nKeys$downloadTit = i18nKeys.downloadTitle,
|
|
549
|
+
downloadTitle = _i18nKeys$downloadTit === void 0 ? 'Download' : _i18nKeys$downloadTit,
|
|
550
|
+
_i18nKeys$closeTitle = i18nKeys.closeTitle,
|
|
551
|
+
closeTitle = _i18nKeys$closeTitle === void 0 ? 'Close' : _i18nKeys$closeTitle,
|
|
552
|
+
_i18nKeys$muteTitle = i18nKeys.muteTitle,
|
|
553
|
+
muteTitle = _i18nKeys$muteTitle === void 0 ? 'Mute' : _i18nKeys$muteTitle,
|
|
554
|
+
_i18nKeys$unmuteTitle = i18nKeys.unmuteTitle,
|
|
555
|
+
unmuteTitle = _i18nKeys$unmuteTitle === void 0 ? 'Unmute' : _i18nKeys$unmuteTitle;
|
|
556
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
557
|
+
align: "vertical",
|
|
558
|
+
alignBox: "row",
|
|
559
|
+
className: _AudioPlayerModule["default"].container,
|
|
560
|
+
isCover: false
|
|
561
|
+
}, /*#__PURE__*/_react["default"].createElement("audio", {
|
|
562
|
+
id: id,
|
|
563
|
+
controls: true,
|
|
564
|
+
preload: "auto",
|
|
565
|
+
className: _AudioPlayerModule["default"].audioHid,
|
|
566
|
+
ref: function ref(ele) {
|
|
567
|
+
return _this3.audio = ele;
|
|
568
|
+
}
|
|
569
|
+
}, /*#__PURE__*/_react["default"].createElement("source", {
|
|
570
|
+
src: src,
|
|
571
|
+
type: this.state.audioType
|
|
572
|
+
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
573
|
+
className: "".concat(_AudioPlayerModule["default"].rightBox, " ").concat(_AudioPlayerModule["default"].downloadBox, " ").concat(_AudioPlayerModule["default"].boxLeftRadius)
|
|
574
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
575
|
+
className: disableControlIcons ? _AudioPlayerModule["default"].disable : '',
|
|
576
|
+
align: "both",
|
|
577
|
+
onClick: this.togglePlayPause,
|
|
578
|
+
"data-title": isPlay ? pauseTitle : playTitle,
|
|
579
|
+
dataId: "".concat(dataId, "_playpause")
|
|
580
|
+
}, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
|
|
581
|
+
name: isPlay ? 'ZD-commentTimerPause' : 'ZD-bcarr',
|
|
582
|
+
iconClass: "".concat(_AudioPlayerModule["default"].downloadIcon, " ").concat(_AudioPlayerModule["default"].iconColor)
|
|
583
|
+
}))), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
584
|
+
className: _AudioPlayerModule["default"].timerBox
|
|
585
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
586
|
+
align: "vertical",
|
|
587
|
+
alignBox: "row"
|
|
588
|
+
}, /*#__PURE__*/_react["default"].createElement(_Timer["default"], {
|
|
589
|
+
timerFormat: timerFormat,
|
|
590
|
+
hour: currentHour,
|
|
591
|
+
minute: currentMinute,
|
|
592
|
+
second: currentSecond,
|
|
593
|
+
separator: "colon",
|
|
594
|
+
className: _AudioPlayerModule["default"].iconColor
|
|
595
|
+
}), isShowDuration && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
596
|
+
className: _AudioPlayerModule["default"].line
|
|
597
|
+
}, /*#__PURE__*/_react["default"].createElement("span", null, "\xA0"), "/", /*#__PURE__*/_react["default"].createElement("span", null, "\xA0")), /*#__PURE__*/_react["default"].createElement(_Timer["default"], {
|
|
598
|
+
timerFormat: timerFormat,
|
|
599
|
+
hour: audioHours,
|
|
600
|
+
minute: audioMinutes,
|
|
601
|
+
second: audioSeconds,
|
|
602
|
+
separator: "colon",
|
|
603
|
+
className: _AudioPlayerModule["default"].iconColor
|
|
604
|
+
})))), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
605
|
+
className: "".concat(_AudioPlayerModule["default"].dragtag, " ").concat(disableControlIcons || disableRangeSlider ? _AudioPlayerModule["default"].disable : _AudioPlayerModule["default"].cursor),
|
|
606
|
+
flexible: true
|
|
607
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
608
|
+
className: _AudioPlayerModule["default"].audioRangeContainer
|
|
609
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
610
|
+
className: _AudioPlayerModule["default"].loading,
|
|
611
|
+
style: {
|
|
612
|
+
width: "".concat(loadingRange, "%")
|
|
613
|
+
}
|
|
614
|
+
}), /*#__PURE__*/_react["default"].createElement("input", {
|
|
615
|
+
"data-id": dataId,
|
|
616
|
+
ref: this.setInputRangeRef,
|
|
617
|
+
className: _AudioPlayerModule["default"].input,
|
|
618
|
+
type: "range",
|
|
619
|
+
value: sliderRangeValue,
|
|
620
|
+
min: minValue,
|
|
621
|
+
max: overallSeconds,
|
|
622
|
+
step: step,
|
|
623
|
+
onChange: this.updatePlayer
|
|
624
|
+
}))), needDownload && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
625
|
+
className: "".concat(_AudioPlayerModule["default"].rightBox, " ").concat(_AudioPlayerModule["default"].downloadBox, " ").concat(!needClose && !needMuteIcon ? _AudioPlayerModule["default"].boxRightRadius : '')
|
|
626
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
627
|
+
className: disableControlIcons ? _AudioPlayerModule["default"].disable : '',
|
|
628
|
+
align: "both",
|
|
629
|
+
onClick: this.downloadFile,
|
|
630
|
+
"data-title": downloadTitle,
|
|
631
|
+
dataId: "".concat(dataId, "_download")
|
|
632
|
+
}, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
|
|
633
|
+
name: "ZD-downloadNew",
|
|
634
|
+
iconClass: "".concat(_AudioPlayerModule["default"].downloadIcon, " ").concat(_AudioPlayerModule["default"].iconColor)
|
|
635
|
+
}))), needMuteIcon && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
636
|
+
className: "".concat(_AudioPlayerModule["default"].rightBox, " ").concat(_AudioPlayerModule["default"].downloadBox, " ").concat(!needClose ? _AudioPlayerModule["default"].boxRightRadius : '')
|
|
637
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
638
|
+
className: disableControlIcons ? _AudioPlayerModule["default"].disable : '',
|
|
639
|
+
align: "both",
|
|
640
|
+
onClick: this.onMuteUnmute,
|
|
641
|
+
"data-title": isMuted ? unmuteTitle : muteTitle,
|
|
642
|
+
dataId: "".concat(dataId, "_muteUnmute")
|
|
643
|
+
}, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
|
|
644
|
+
name: isMuted ? 'ZD-mute1New' : 'ZD-kbcatlogovolume',
|
|
645
|
+
iconClass: "".concat(_AudioPlayerModule["default"].downloadIcon, " ").concat(_AudioPlayerModule["default"].iconColor)
|
|
646
|
+
}))), needClose && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
647
|
+
className: "".concat(_AudioPlayerModule["default"].closeBox, " ").concat(_AudioPlayerModule["default"].boxRightRadius)
|
|
648
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
649
|
+
className: disableControlIcons ? _AudioPlayerModule["default"].disable : '',
|
|
650
|
+
align: "both",
|
|
651
|
+
onClick: this.handleClosePlayer,
|
|
652
|
+
"data-title": closeTitle,
|
|
653
|
+
dataId: "".concat(dataId, "_close")
|
|
654
|
+
}, /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
|
|
655
|
+
name: "ZD-cross",
|
|
656
|
+
iconClass: "".concat(_AudioPlayerModule["default"].pauseIcon, " ").concat(_AudioPlayerModule["default"].iconColor)
|
|
657
|
+
}))));
|
|
658
|
+
}
|
|
659
|
+
}]);
|
|
660
|
+
|
|
661
|
+
return AudioPlayerChild;
|
|
662
|
+
}(_react["default"].Component);
|