optimized-react-component-library-xyz123 0.19.6 → 0.19.7
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/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/mobileView.css +2 -1
- package/src/css/styles.css +33 -2
package/dist/index.mjs
CHANGED
|
@@ -1787,7 +1787,6 @@ var useCookieConsent = ({
|
|
|
1787
1787
|
if (onConsentChange) {
|
|
1788
1788
|
onConsentChange(cookiesNowAccepted);
|
|
1789
1789
|
}
|
|
1790
|
-
console.log("handleCookieStateChange");
|
|
1791
1790
|
setShowBanner(false);
|
|
1792
1791
|
}, [areCookiesAccepted, onConsentChange]);
|
|
1793
1792
|
useEffect10(() => {
|
|
@@ -1976,7 +1975,6 @@ var CookieBanner = ({
|
|
|
1976
1975
|
}) => {
|
|
1977
1976
|
if (!visible) return null;
|
|
1978
1977
|
const handleCookieChoice = (accepted) => {
|
|
1979
|
-
console.log(accepted);
|
|
1980
1978
|
if (accepted) {
|
|
1981
1979
|
acceptCookies();
|
|
1982
1980
|
} else {
|