@tilli-pro/cookieconsent-plugin 0.7.75 → 0.7.80

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 (47) hide show
  1. package/.cache/tsbuildinfo.json +1 -1
  2. package/demos/demo.html +2 -2
  3. package/demos/demo.min.html +1 -1
  4. package/demos/demo.styles.dark.html +2 -2
  5. package/demos/demo.styles.dark.min.html +1 -1
  6. package/demos/demo.styles.nudge-website.dark.html +2 -2
  7. package/demos/demo.styles.nudge-website.dark.min.html +1 -1
  8. package/demos/demo.styles.nudge-website.light.html +2 -2
  9. package/demos/demo.styles.nudge-website.light.min.html +1 -1
  10. package/demos/demo.styles.nudge.dark.html +2 -2
  11. package/demos/demo.styles.nudge.dark.min.html +1 -1
  12. package/demos/demo.styles.nudge.light.html +2 -2
  13. package/demos/demo.styles.nudge.light.min.html +1 -1
  14. package/demos/demo.styles.tenant_con-edison.dark.html +2 -2
  15. package/demos/demo.styles.tenant_con-edison.dark.min.html +1 -1
  16. package/demos/demo.styles.tenant_con-edison.light.html +2 -2
  17. package/demos/demo.styles.tenant_con-edison.light.min.html +1 -1
  18. package/demos/demo.styles.tenant_freeman.dark.html +2 -2
  19. package/demos/demo.styles.tenant_freeman.dark.min.html +1 -1
  20. package/demos/demo.styles.tenant_freeman.light.html +2 -2
  21. package/demos/demo.styles.tenant_freeman.light.min.html +1 -1
  22. package/demos/demo.styles.tenant_frontier.dark.html +2 -2
  23. package/demos/demo.styles.tenant_frontier.dark.min.html +1 -1
  24. package/demos/demo.styles.tenant_frontier.light.html +2 -2
  25. package/demos/demo.styles.tenant_frontier.light.min.html +1 -1
  26. package/demos/demo.styles.tenant_oru.dark.html +2 -2
  27. package/demos/demo.styles.tenant_oru.dark.min.html +1 -1
  28. package/demos/demo.styles.tenant_oru.light.html +2 -2
  29. package/demos/demo.styles.tenant_oru.light.min.html +1 -1
  30. package/demos/demo.styles.tilli-pay.dark.html +2 -2
  31. package/demos/demo.styles.tilli-pay.dark.min.html +1 -1
  32. package/demos/demo.styles.tilli-pay.light.html +2 -2
  33. package/demos/demo.styles.tilli-pay.light.min.html +1 -1
  34. package/demos/demo.styles.tilli-website.dark.html +2 -2
  35. package/demos/demo.styles.tilli-website.dark.min.html +1 -1
  36. package/demos/demo.styles.tilli-website.light.html +2 -2
  37. package/demos/demo.styles.tilli-website.light.min.html +1 -1
  38. package/dist/_types.d.ts +1 -1
  39. package/dist/_types.d.ts.map +1 -1
  40. package/dist/init/tilliX.config.d.ts.map +1 -1
  41. package/dist/init/tilliX.config.js +20 -1
  42. package/dist/init.d.ts +1 -1
  43. package/dist/init.js +2 -2
  44. package/package.json +2 -2
  45. package/src/_types.ts +2 -0
  46. package/src/init/tilliX.config.ts +21 -1
  47. package/src/init.ts +2 -2
package/demos/demo.html CHANGED
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=elegant-black"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=elegant-black"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=elegant-black"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=elegant-black"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge-website.js?theme=nudge-website-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge-website.js?theme=nudge-website-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge-website.js?theme=nudge-website-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge-website.js?theme=nudge-website-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge.js?theme=nudge-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge.js?theme=nudge-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge.js?theme=nudge-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/nudge.js?theme=nudge-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -4,7 +4,7 @@
4
4
  <body>
5
5
  <script
6
6
  type="module"
7
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
7
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
8
8
  ></script>
9
9
  </body>
10
10
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -4,14 +4,14 @@
4
4
  <head>
5
5
  <link
6
6
  rel="stylesheet"
7
- href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
8
8
  />
9
9
  </head>
10
10
 
11
11
  <body>
12
12
  <script
13
13
  type="module"
14
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
15
15
  ></script>
16
16
  </body>
17
17
  </html>
@@ -3,7 +3,7 @@
3
3
  <body>
4
4
  <script
5
5
  type="module"
6
- src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
package/dist/_types.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export type Theme = "light" | "dark" | "system";
2
- export type TenantRefId = "nudge" | "gps" | "freeman" | "wgl-energy" | "frontier" | "con-edison" | "oru";
2
+ export type TenantRefId = "nudge" | "gps" | "freeman" | "howard-county" | "aaa" | "wgl-energy" | "frontier" | "con-edison" | "oru";
3
3
  //# sourceMappingURL=_types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../src/_types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAChD,MAAM,MAAM,WAAW,GACnB,OAAO,GACP,KAAK,GACL,SAAS,GACT,YAAY,GACZ,UAAU,GACV,YAAY,GACZ,KAAK,CAAC"}
1
+ {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../src/_types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAChD,MAAM,MAAM,WAAW,GACnB,OAAO,GACP,KAAK,GACL,SAAS,GACT,eAAe,GACf,KAAK,GACL,YAAY,GACZ,UAAU,GACV,YAAY,GACZ,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tilliX.config.d.ts","sourceRoot":"","sources":["../../src/init/tilliX.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAwBpE,eAAO,MAAM,MAAM,EAAE,mBAIpB,CAAC"}
1
+ {"version":3,"file":"tilliX.config.d.ts","sourceRoot":"","sources":["../../src/init/tilliX.config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AA4CpE,eAAO,MAAM,MAAM,EAAE,mBAIpB,CAAC"}
@@ -1,12 +1,31 @@
1
1
  import _config from "../config";
2
2
  import { stripInvalidLinkedCategoriesFromTranslations } from "./utils";
3
+ import { LABELS } from "../config/categories/labels";
4
+ import cookies from "../config/cookies";
5
+ // TODO: auto-detect detect language
6
+ const __LANGUAGE__ = "en"; // "English" ("English")
3
7
  const categories = {
4
8
  necessary: {
5
9
  enabled: true, // "necessary" category is always enabled.
6
10
  readOnly: true,
7
11
  },
8
12
  functional: {},
9
- analytics: {},
13
+ analytics: {
14
+ services: {
15
+ /** Datadog (RUM) */
16
+ datadog: {
17
+ label: LABELS.en.analytics.datadog,
18
+ cookies: [...cookies.analytics.datadog(__LANGUAGE__)],
19
+ },
20
+ },
21
+ autoClear: {
22
+ cookies: [
23
+ {
24
+ name: /^(_tilli_analytics_dd_)/, // Datadog (RUM)
25
+ },
26
+ ],
27
+ },
28
+ },
10
29
  };
11
30
  // TODO: DRY further w/ `./brf.ts`
12
31
  const language = {
package/dist/init.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.umd.js";
1
+ import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.umd.js";
2
2
  import type * as _CookieConsent from "@tilli-pro/cookieconsent";
3
3
  import type { CookieConsentConfig } from "@tilli-pro/cookieconsent";
4
4
  import { cookieConsentTheme } from "./_utils";
package/dist/init.js CHANGED
@@ -1,9 +1,9 @@
1
- import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36/dist/cookieconsent.umd.js";
1
+ import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.umd.js";
2
2
  import { cookieConsentTheme } from "./_utils";
3
3
  import _config from "./config";
4
4
  import styles from "./styles";
5
5
  import { initTheme } from "./init/utils.script";
6
- const GIT_SHA = "aa4f7bca5f30c5ef5322aa6e7cbd9f4a00467f36";
6
+ const GIT_SHA = "04e8bcb53a73b7484fe01cebec69520eed2a55b4";
7
7
  const GIT_REPO = "tilli-pro/cookieconsent";
8
8
  const GIT_CDN_BASE_URL = "https://cdn.jsdelivr.net/gh";
9
9
  const GIT_CDN_URL = `${GIT_CDN_BASE_URL}/${GIT_REPO}@${GIT_SHA}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilli-pro/cookieconsent-plugin",
3
- "version": "0.7.75",
3
+ "version": "0.7.80",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@tilli-pro/cookieconsent": "3.3.9"
23
+ "@tilli-pro/cookieconsent": "3.3.11"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@tilli-pro/eslint-config": "0.3.7",
package/src/_types.ts CHANGED
@@ -3,6 +3,8 @@ export type TenantRefId =
3
3
  | "nudge" // internal
4
4
  | "gps" // internal
5
5
  | "freeman"
6
+ | "howard-county"
7
+ | "aaa"
6
8
  | "wgl-energy"
7
9
  | "frontier"
8
10
  | "con-edison"