@reform-digital/cookie-flow 2.1.0 → 2.1.1

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 (3) hide show
  1. package/README.md +11 -11
  2. package/package.json +1 -1
  3. package/prod/index.js +1 -1
package/README.md CHANGED
@@ -965,21 +965,21 @@ CookieFlow™ uses **HTML data attributes** to identify and control UI elements.
965
965
 
966
966
  **Position**: Typically positioned as a floating button, often in the bottom-right corner
967
967
 
968
- **Privacy Settings Link (Alternative to Manager)**
968
+ **Privacy Settings Link (Alternative to Manager)**
969
969
 
970
- If you prefer to use a text link instead of the floating manager button (e.g., a "Privacy Settings" link in your footer), you can add this attribute to any element:
970
+ If you prefer to use a text link instead of the floating manager button (e.g., a "Privacy Settings" link in your footer), you can add this attribute to any element:
971
971
 
972
- **Attribute**: `rd-cookieflow="manager-link"`
972
+ **Attribute**: `rd-cookieflow="manager-link"`
973
973
 
974
- ```html
975
- <!-- Example: Footer privacy link -->
976
- <a href="#" rd-cookieflow="manager-link">Privacy Settings</a>
977
- ```
974
+ ```html
975
+ <!-- Example: Footer privacy link -->
976
+ <a href="#" rd-cookieflow="manager-link">Privacy Settings</a>
977
+ ```
978
978
 
979
- **How It Works:**
980
- - Clicking this element opens the CookieFlow™ settings modal, just like the floating manager button
981
- - You can place this link anywhere on your page (footer, navigation, etc.)
982
- - If using this approach, the floating manager button (`rd-cookieflow="manager"`) can be removed without affecting functionality
979
+ **How It Works:**
980
+ - Clicking this element opens the CookieFlow™ settings modal, just like the floating manager button
981
+ - You can place this link anywhere on your page (footer, navigation, etc.)
982
+ - If using this approach, the floating manager button (`rd-cookieflow="manager"`) can be removed without affecting functionality
983
983
 
984
984
  **3. Banner Components**
985
985
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reform-digital/cookie-flow",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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": [],