Skip to content

Commit

Permalink
Merge pull request #517 from orestbida/v2.9
Browse files Browse the repository at this point in the history
v2.9.1
  • Loading branch information
orestbida authored May 13, 2023
2 parents e8d432d + a62cf07 commit d452337
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 112 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ A __lightweight__ & __gdpr/ccpa compliant__ cookie consent plugin written in pla

```bash
# CDN links
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.css
```

Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm.
Expand Down
2 changes: 1 addition & 1 deletion dist/cookieconsent.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cookieconsent.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-cookieconsent",
"version": "v2.9.0",
"version": "v2.9.1",
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
"main": "dist/cookieconsent.js",
"files": [
Expand Down Expand Up @@ -32,10 +32,10 @@
},
"homepage": "https://github.com/orestbida/cookieconsent/tree/v2.8",
"devDependencies": {
"cssnano": "^6.0.0",
"cssnano": "^6.0.1",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-custom-properties": "^13.1.5",
"terser": "^5.17.1"
"terser": "^5.17.3"
}
}
87 changes: 44 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/cookieconsent.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
border-color: transparent;
}

.cc_div .c-bn > span {
pointer-events: none
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
Expand Down
Loading

0 comments on commit d452337

Please sign in to comment.