release 7.6.0

This commit is contained in:
Rick van Lieshout 2022-07-26 14:46:46 +02:00
parent d7fce12ea4
commit c6799ea446
4 changed files with 5 additions and 4 deletions

1
build/index.d.ts vendored
View File

@ -49,6 +49,7 @@ export interface CookieConsentProps {
customContainerAttributes?: object;
customButtonProps?: object;
customDeclineButtonProps?: object;
customButtonWrapperAttributes?: React.HTMLAttributes<HTMLDivElement>;
}
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "react-cookie-consent",
"version": "7.5.0",
"version": "7.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "react-cookie-consent",
"version": "7.5.0",
"version": "7.6.0",
"license": "MIT",
"dependencies": {
"js-cookie": "^2.2.1",

View File

@ -4,7 +4,7 @@
"name": "Rick van Lieshout",
"email": "info@rickvanlieshout.com"
},
"version": "7.5.0",
"version": "7.6.0",
"description": "A small, simple and customizable cookie consent bar for use in React applications.",
"main": "build/index.js",
"types": "build/index.d.ts",