kk-cookie-banner
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "kk-cookie-banner", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "GDPR complaint cookie banner", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -169,41 +169,22 @@ 'use client'; | ||
const styles = { | ||
banner: { | ||
position: 'fixed', | ||
bottom: 0, | ||
left: 0, | ||
right: 0, | ||
background: '#000', | ||
color: '#fff', | ||
padding: '10px', | ||
textAlign: 'center', | ||
}, | ||
button: { | ||
marginLeft: '10px', | ||
marginTop: '10px', | ||
padding: '5px 10px', | ||
cursor: 'pointer', | ||
border: '1px solid #fff', | ||
borderRadius: '10px', | ||
}, | ||
}; | ||
export default CookieBanner; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61327