@htmlbricks/hb-cookie-law-banner 0.65.22 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/manifest.json +4 -3
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -157,7 +157,7 @@
157
157
  }
158
158
  }
159
159
  },
160
- "description": "",
160
+ "description": "Bootstrap alert cookie notice shown until the user chooses accept or decline; the choice is stored in `localStorage` under `cookielaw` so the banner stays hidden on return visits. Supports i18n via `i18nlang`, optional `cookielawuri4more` link, JSON `capabilities` for extended consent, slots to override title/text, and dispatches `acceptCookieLaw` with `{ accepted: boolean }`.",
161
161
  "storybookArgs": {
162
162
  "allowdecline": {
163
163
  "control": {
@@ -229,12 +229,13 @@
229
229
  "name": "hb-cookie-law-banner",
230
230
  "category": "layout",
231
231
  "tags": [
232
- "layout"
232
+ "layout",
233
+ "compliance"
233
234
  ],
234
235
  "size": {
235
236
  "layout": "fullscreen"
236
237
  },
237
238
  "iifePath": "main.iife.js",
238
239
  "repoName": "@htmlbricks/hb-cookie-law-banner",
239
- "version": "0.65.22"
240
+ "version": "0.66.0"
240
241
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-cookie-law-banner",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Bootstrap alert cookie notice shown until the user chooses accept or decline; the choice is stored in `localStorage` under `cookielaw` so the banner stays hidden on return visits. Supports i18n via `i18nlang`, optional `cookielawuri4more` link, JSON `capabilities` for extended consent, slots to override title/text, and dispatches `acceptCookieLaw` with `{ accepted: boolean }`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",