@reform-digital/cookie-flow 2.2.0 → 2.3.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.
- package/README.md +4 -4
- package/package.json +1 -1
- package/prod/index.js +1 -1
package/README.md
CHANGED
|
@@ -342,14 +342,14 @@ Beyond the basic setup, CookieFlow™ supports additional customizations to meet
|
|
|
342
342
|
3. The appropriate consent banner is shown again
|
|
343
343
|
4. User can reconfirm or change their preferences
|
|
344
344
|
|
|
345
|
-
**Displaying Expiry Date to Users (Optional)**: To inform users when their consent expires, add
|
|
345
|
+
**Displaying Expiry Date to Users (Optional)**: To inform users when their consent expires, add the `rd-consent-expiry` attribute to any text element (except script tags):
|
|
346
346
|
|
|
347
347
|
```html
|
|
348
|
-
<!-- Will
|
|
349
|
-
<p><span rd-
|
|
348
|
+
<!-- Will display "6" (based on your configuration) -->
|
|
349
|
+
<p><span rd-consent-expiry></span> months</p>
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
CookieFlow™ will automatically
|
|
352
|
+
CookieFlow™ will automatically set the text content of the element to the expiry period number from your script configuration.
|
|
353
353
|
|
|
354
354
|
**Regional Compliance Overview**
|
|
355
355
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reform-digital/cookie-flow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "CookieFlow™ is a comprehensive cookie consent management solution developed by Reform Digital® specifically for Webflow websites. It provides a compliant, customizable framework for handling user consent preferences across different geographical regions, automatically adapting to privacy regulations like GDPR, CCPA, and others.",
|
|
5
5
|
"author": "Reform Digital®",
|
|
6
6
|
"keywords": [],
|