{"version":3,"file":"orientation-message-518445a4.js","sources":["../../../client/src/javascripts/customer_pages/_prism-builder/desktop/notices/full-screen-spinner.jsx","../../../client/src/javascripts/customer_pages/_application/signed-in-menu.jsx","../../../client/src/javascripts/customer_pages/_application/guest-menu.jsx","../../../client/src/javascripts/customer_pages/_common/dropdown.jsx","../../../client/src/javascripts/customer_pages/_application/login.jsx","../../../client/src/javascripts/customer_pages/_utils/advanced_editor/filter-effects-options.js","../../../node_modules/cropperjs/dist/cropper.js","../../../node_modules/react-cropper/dist/react-cropper.js","../../../client/src/javascripts/customer_pages/_utils/orientation-message.jsx"],"sourcesContent":["'use strict';\n\n// Import Libraries\nimport React from 'react';\n// Import JS Modules\n// Import JSX Modules\nimport FullScreenSpinnerBase from '../../common/notices/full-screen-spinner-base.jsx'\nimport Spinner from '../../../_utils/spinner';\n\n// -----------------------------------------------------------\n\nclass FullScreenSpinner extends FullScreenSpinnerBase {\n constructor(props) {\n super(props);\n }\n\n render() {\n if (!this.state.visible) {\n return null;\n }\n\n return (\n