@tilli-pro/cookieconsent-plugin 0.7.80 → 0.7.91

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 (66) 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/config/gui-options/html-components/TilliXCallout.js +1 -1
  39. package/dist/config/gui-options/scripts/cookiePrefsButtonDragObserver.d.ts.map +1 -1
  40. package/dist/config/gui-options/scripts/cookiePrefsButtonDragObserver.js +14 -6
  41. package/dist/config/gui-options/scripts/injectUTM.d.ts +38 -0
  42. package/dist/config/gui-options/scripts/injectUTM.d.ts.map +1 -0
  43. package/dist/config/gui-options/scripts/injectUTM.js +61 -0
  44. package/dist/config/translations/de/index.js +5 -5
  45. package/dist/config/translations/en/index.js +5 -5
  46. package/dist/config/translations/es/index.js +5 -5
  47. package/dist/config/translations/fr/index.js +5 -5
  48. package/dist/config/translations/it/index.js +5 -5
  49. package/dist/init/tilli-pay.config.d.ts.map +1 -1
  50. package/dist/init/tilli-pay.config.js +20 -0
  51. package/dist/init/utils.d.ts.map +1 -1
  52. package/dist/init/utils.js +3 -0
  53. package/dist/init.d.ts +1 -1
  54. package/dist/init.js +2 -2
  55. package/package.json +1 -1
  56. package/src/config/gui-options/html-components/TilliXCallout.ts +1 -1
  57. package/src/config/gui-options/scripts/cookiePrefsButtonDragObserver.ts +16 -7
  58. package/src/config/gui-options/scripts/injectUTM.ts +112 -0
  59. package/src/config/translations/de/index.ts +5 -5
  60. package/src/config/translations/en/index.ts +5 -5
  61. package/src/config/translations/es/index.ts +5 -5
  62. package/src/config/translations/fr/index.ts +5 -5
  63. package/src/config/translations/it/index.ts +5 -5
  64. package/src/init/tilli-pay.config.ts +21 -0
  65. package/src/init/utils.ts +6 -1
  66. 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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=elegant-black"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=elegant-black"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge-website.js?theme=nudge-website-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/nudge.js?theme=nudge-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
7
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/cookieconsent.css"
7
+ href="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
14
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/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@04e8bcb53a73b7484fe01cebec69520eed2a55b4/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@709b2aa2f29196fec1e1e4576d12dc78f56e1088/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
7
7
  ></script>
8
8
  </body>
9
9
  </html>
@@ -21,7 +21,7 @@ export default (lang = "en", inPrefs) => `
21
21
  <!-- "powered by tilliX" callout -->
22
22
  <div style="${!inPrefs ? "margin-left: auto; " : ""}margin-top: auto; margin-bottom: auto">
23
23
  <abbr title="${translations[lang].poweredByTilliX}" style="${inPrefs ? "margin-right: 1em" : "margin-left: 1.3rem"}; display: flex; align-items: center">
24
- <a href="https://tilli.pro" target="_blank" style="display: inline-block; background-image: none">
24
+ <a id="tilli-cc-powered-by-tillix-link${inPrefs ? "-preferences" : ""}" href="https://tilli.pro" target="_blank" style="display: inline-block; background-image: none">
25
25
  <img src="data:image/svg+xml;charset=utf8,${encodeURIComponent(assets.logo)}" alt="tilli" style="height: 1em; width: auto; min-height: 1em; min-width: 1em; vertical-align: middle" />
26
26
  </a>
27
27
  </abbr>
@@ -1 +1 @@
1
- {"version":3,"file":"cookiePrefsButtonDragObserver.d.ts","sourceRoot":"","sources":["../../../../src/config/gui-options/scripts/cookiePrefsButtonDragObserver.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D;;;;;;;;GAQG;yBAuHG,OAAO,SAAS,OAAO,eAAe,cAAc,CAAC,OAAO,SAAS,IAAI,GAC3E,cAAc,GACd,aAAa,CAAC;AAxHlB,wBAwHoB;AAEpB,MAAM,MAAM,8BAA8B,GAAG,cAAc,GAAG;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,gFAAgF;AAChF,eAAO,MAAM,UAAU,SACf,8BAA8B,KACjC,UAAU,mBACI,iBAAiB,KACjC,IAuBF,CAAA;AAED,wCAAwC;AACxC,eAAO,MAAM,YAAY,EAOpB,8BAA8B,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"cookiePrefsButtonDragObserver.d.ts","sourceRoot":"","sources":["../../../../src/config/gui-options/scripts/cookiePrefsButtonDragObserver.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D;;;;;;;;GAQG;yBAgIG,OAAO,SAAS,OAAO,eAAe,cAAc,CAAC,OAAO,SAAS,IAAI,GAC3E,cAAc,GACd,aAAa,CAAC;AAjIlB,wBAiIoB;AAEpB,MAAM,MAAM,8BAA8B,GAAG,cAAc,GAAG;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,gFAAgF;AAChF,eAAO,MAAM,UAAU,SACf,8BAA8B,KACjC,UAAU,mBACI,iBAAiB,KACjC,IAuBF,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,YAAY,EAOpB,8BAA8B,CAAC,cAAc,CAAC,CAAC"}
@@ -26,7 +26,7 @@ export default (function (e) {
26
26
  function onMouseDown(e) {
27
27
  if (e.button !== 0)
28
28
  return; // only drag on left-click
29
- e.preventDefault();
29
+ // e.preventDefault(); // disabled since we're using passive event listeners - causes an error now
30
30
  isDragging = true;
31
31
  startY = e.clientY;
32
32
  /** on each new drag, read the button’s *current* bottom */
@@ -55,7 +55,7 @@ export default (function (e) {
55
55
  function onTouchStart(e) {
56
56
  if (e.touches?.length !== 1)
57
57
  return; // only drag with one finger
58
- e.preventDefault();
58
+ // e.preventDefault(); // disabled since we're using passive event listeners - causes an error now
59
59
  isDragging = true;
60
60
  startY = e.touches[0]?.clientY ?? startY;
61
61
  const buttonStyle = window.getComputedStyle(this);
@@ -90,12 +90,20 @@ export default (function (e) {
90
90
  lowestBottomPx = originalBottomPx;
91
91
  highestBottomPx = originalBottomPx + maxDragPx;
92
92
  /** attach the mouse events for dragging */
93
- buttonEl.addEventListener("mousedown", onMouseDown.bind(buttonEl), { passive: true });
94
- document.addEventListener("mousemove", onMouseMove.bind(buttonEl), { passive: true });
93
+ buttonEl.addEventListener("mousedown", onMouseDown.bind(buttonEl), {
94
+ passive: true,
95
+ });
96
+ document.addEventListener("mousemove", onMouseMove.bind(buttonEl), {
97
+ passive: true,
98
+ });
95
99
  document.addEventListener("mouseup", onMouseUp, { passive: true });
96
100
  // [mobile (touch) support]
97
- buttonEl.addEventListener("touchstart", onTouchStart.bind(buttonEl), { passive: true });
98
- document.addEventListener("touchmove", onTouchMove.bind(buttonEl), { passive: true });
101
+ buttonEl.addEventListener("touchstart", onTouchStart.bind(buttonEl), {
102
+ passive: true,
103
+ });
104
+ document.addEventListener("touchmove", onTouchMove.bind(buttonEl), {
105
+ passive: true,
106
+ });
99
107
  document.addEventListener("touchend", onTouchEnd, { passive: true });
100
108
  }
101
109
  // MUTATION OBSERVER – for if the button is removed/re-added
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ * UTM Parameters -- @see https://en.wikipedia.org/wiki/UTM_parameters#Parameters
4
+ *
5
+ * There are six different UTM parameters, which may be used in any order:
6
+ *
7
+ * _____________________________________________________________________________________________________________________________________________________________
8
+ * | Parameter | Purpose | Example |
9
+ * |--------------|---------------------------------------------------------------------------------------------|----------------------------------------------|
10
+ * | utm_id | Identifies which ads campaign this referral references. | utm_id=abc.123 |
11
+ * | utm_source | Identifies which site sent the traffic, and is a required parameter. | utm_source=google |
12
+ * | utm_medium | Identifies what type of link was used, such as email or pay-per-click advertising. | utm_medium=ppc |
13
+ * | utm_campaign | Identifies a specific product promotion or strategic campaign. | utm_campaign=spring_sale |
14
+ * | utm_term | Identifies search terms. | utm_term=running+shoes |
15
+ * | utm_content | Identifies what specifically was clicked to bring the user to the site, such as a banner ad | utm_content=logolink or utm_content=textlink |
16
+ * | | or a text link. It is often used for A/B testing and content-targeted ads. | |
17
+ * -------------------------------------------------------------------------------------------------------------------------------------------------------------
18
+ */
19
+ interface UTMParameters {
20
+ id: string;
21
+ source: string;
22
+ medium: string;
23
+ campaign: string;
24
+ term: string;
25
+ content: string;
26
+ }
27
+ export declare const injectUTMParametersIntoATags: (maxAttempts?: number, attempt?: number) => void;
28
+ /**
29
+ * adds UTM parameters to a URL.
30
+ *
31
+ * - ⚠️ note: overrides existing UTM parameters (1. strips out all existing UTM parameters, 2. injects the new ones)
32
+ * - if "unknown" is provided for any parameter, it will just be stripped out from the resultant URL.
33
+ *
34
+ * @param {UTMParameters} parameters - The parameters for the UTM parameter.
35
+ */
36
+ export declare const addUTMParameters: (url: URL, parameters?: Partial<UTMParameters>) => URL;
37
+ export {};
38
+ //# sourceMappingURL=injectUTM.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"injectUTM.d.ts","sourceRoot":"","sources":["../../../../src/config/gui-options/scripts/injectUTM.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;GAiBG;AAEH,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AA4BD,eAAO,MAAM,4BAA4B,kDA2BxC,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,QACtB,GAAG,eACI,OAAO,CAAC,aAAa,CAAC,KACjC,GAeF,CAAC"}