v2.0.0
What's Changed
- Use dark/light theme styles for component buttons by @tcaish in #12
- Add
CODEOWNERS
file and update templates by @tcaish in #13
Breaking changes
- The
<CookiesConsentAlert.Button />
and<CookiesConsentModal.Button />
components' prop namedregularButtonColor
andtextButtonColor
now accepts a theme-styled dictionary that looks like this:
<CookiesConsentAlert.Button
regularButtonColor={{ dark: "#123456", light: "grey" }}
/>
Full Changelog: v1.0.8...v2.0.0