- extracted code which handles setting/getting cookies.
- added correct implementation of the legacy cookie fix according to the provided url
- added cookieSecurity attribute with default value based on runtime environment
- updated README
- ran builds
Checking the {acceptedByScrolling} boolean property will allow you to
determine whether the acceptance was triggered by the user scrolling
(if acceptedByScrolling=true) or explicitly clicking the Accept button
(if acceptedByScrolling=false).
* ✨ Add prop buttonComponent
Allow users to use their own button component
* 🐛 Make it work as expected
* 📝 Add ButtonComponent to the Props table
* ✏️ Capitalize ButtonComponent in index.d.ts