{"version":3,"file":"shelf-category-search-ba379b2e.js","sources":["../../../client/src/javascripts/customer_pages/_shelf-category/mobile-sort-option.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/mobile-sort.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/mobile-delivery-option-filter.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/mobile-delivery-option-filters.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/option-sorter.js","../../../client/src/javascripts/customer_pages/_shelf-category/standard-filter-options.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/mobile-filter.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/mobile-filters.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/types/delivery-option-type.js","../../../client/src/javascripts/customer_pages/_shelf-category/previewable-delivery-options.jsx","../../../node_modules/react-pageflip/node_modules/react/cjs/react.production.min.js","../../../node_modules/react-pageflip/node_modules/react/index.js","../../../node_modules/page-flip/dist/js/page-flip.browser.js","../../../node_modules/react-pageflip/main.js","../../../client/src/javascripts/customer_pages/_shelf-category/photobook-preview.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/types/modal-content-type.js","../../../client/src/javascripts/customer_pages/_shelf-category/photobook-modal.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/previewable-products.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/products.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/no-results.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/mobile-filters-full-screen.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/generate-query-string.js","../../../client/src/javascripts/customer_pages/_shelf-category/delivery-option-filter.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/delivery-option-filters.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/color-filter-options.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/image-filter-options.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/filter.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/clear-filters.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/search.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/sort.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/filters.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/favourited_filters.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/selected-option-button.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/selected-options.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/modal-header.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/modal.jsx","../../../client/src/javascripts/customer_pages/_shelf-category/shelf-category-search.jsx"],"sourcesContent":["import createReactClass from 'create-react-class';\n'use strict';\n\n// Import Libraries\nimport React, { useEffect, useState } from 'react';\nimport classNames from 'classnames';\nimport genericHelpers from '../_utils/generic-helpers';\nimport DecapitalisedTitle from '../_utils/decapitalised-title';\n// -----------------------------------------------------------\n// MobileSortOption\n// -----------------------------------------------------------\n\nconst MobileSortOption = ({value, title, onChange, selected}) => {\n const [selectedState, setSelectedState] = useState(false);\n\n useEffect(() => {\n setSelectedState(selected);\n }, []);\n\n const handleClick = (e) => {\n e.preventDefault();\n onChange(value);\n };\n\n return (\n
Let's clear your filters and start over.
\n