@tilli-pro/cookieconsent-plugin 0.2.42 → 0.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.
@@ -0,0 +1,18 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <!-- it's best to also import the CSS at the <head> level, but it's optional (since the script will auto-add it if not already-present) -->
5
+ <link
6
+ rel="stylesheet"
7
+ href="
8
+ https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e263f7ee8870689ff91d7184bf5d4f12933d79fe/dist/cookieconsent.css"
9
+ />
10
+ </head>
11
+
12
+ <body>
13
+ <script
14
+ type="module"
15
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e263f7ee8870689ff91d7184bf5d4f12933d79fe/dist/plugin/init/tilli-website.js"
16
+ ></script>
17
+ </body>
18
+ </html>
@@ -0,0 +1,9 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <body>
4
+ <script
5
+ type="module"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e263f7ee8870689ff91d7184bf5d4f12933d79fe/dist/plugin/init/tilli-website.js"
7
+ ></script>
8
+ </body>
9
+ </html>
@@ -0,0 +1,9 @@
1
+ <!doctype html>
2
+ <html lang="en" class="cc--elegant-black dark">
3
+ <body>
4
+ <script
5
+ type="module"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e263f7ee8870689ff91d7184bf5d4f12933d79fe/dist/plugin/init/tilli-website.js"
7
+ ></script>
8
+ </body>
9
+ </html>
@@ -0,0 +1,9 @@
1
+ <!doctype html>
2
+ <html lang="en" class="cc--tenant:freeman-light">
3
+ <body>
4
+ <script
5
+ type="module"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e263f7ee8870689ff91d7184bf5d4f12933d79fe/dist/plugin/init/tilli-website.js"
7
+ ></script>
8
+ </body>
9
+ </html>
@@ -0,0 +1,9 @@
1
+ <!doctype html>
2
+ <html lang="en" class="cc--tenant:frontier-light">
3
+ <body>
4
+ <script
5
+ type="module"
6
+ src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e263f7ee8870689ff91d7184bf5d4f12933d79fe/dist/plugin/init/tilli-website.js"
7
+ ></script>
8
+ </body>
9
+ </html>
@@ -59,5 +59,5 @@
59
59
 
60
60
  /** font */
61
61
  .cc--tenant\:freeman-light #cc-main {
62
- font-family: var(--font-inter), var(--cc-font-family) !important;
62
+ font-family: var(--font-inter, inherit), var(--cc-font-family, inherit), inherit !important;
63
63
  }
@@ -67,5 +67,5 @@
67
67
 
68
68
  /** font */
69
69
  .cc--tenant\:frontier-light #cc-main {
70
- font-family: var(--font-frontier-pp-object-sans), var(--cc-font-family) !important;
70
+ font-family: var(--font-frontier-pp-object-sans, inherit), var(--cc-font-family, inherit), inherit !important;
71
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilli-pro/cookieconsent-plugin",
3
- "version": "0.2.42",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -59,5 +59,5 @@
59
59
 
60
60
  /** font */
61
61
  .cc--tenant\:freeman-light #cc-main {
62
- font-family: var(--font-inter), var(--cc-font-family) !important;
62
+ font-family: var(--font-inter, inherit), var(--cc-font-family, inherit), inherit !important;
63
63
  }
@@ -67,5 +67,5 @@
67
67
 
68
68
  /** font */
69
69
  .cc--tenant\:frontier-light #cc-main {
70
- font-family: var(--font-frontier-pp-object-sans), var(--cc-font-family) !important;
70
+ font-family: var(--font-frontier-pp-object-sans, inherit), var(--cc-font-family, inherit), inherit !important;
71
71
  }