@tilli-pro/cookieconsent-plugin 0.7.23 → 0.7.29
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/.cache/tsbuildinfo.json +1 -1
- package/demos/demo.html +2 -2
- package/demos/demo.min.html +1 -1
- package/demos/demo.styles.dark.html +2 -2
- package/demos/demo.styles.dark.min.html +1 -1
- package/demos/demo.styles.nudge.dark.html +2 -2
- package/demos/demo.styles.nudge.dark.min.html +1 -1
- package/demos/demo.styles.nudge.light.html +2 -2
- package/demos/demo.styles.nudge.light.min.html +1 -1
- package/demos/demo.styles.tenant_con-edison.dark.html +2 -2
- package/demos/demo.styles.tenant_con-edison.dark.min.html +1 -1
- package/demos/demo.styles.tenant_con-edison.light.html +2 -2
- package/demos/demo.styles.tenant_con-edison.light.min.html +1 -1
- package/demos/demo.styles.tenant_freeman.dark.html +2 -2
- package/demos/demo.styles.tenant_freeman.dark.min.html +1 -1
- package/demos/demo.styles.tenant_freeman.light.html +2 -2
- package/demos/demo.styles.tenant_frontier.dark.html +2 -2
- package/demos/demo.styles.tenant_frontier.dark.min.html +1 -1
- package/demos/demo.styles.tenant_frontier.light.html +2 -2
- package/demos/demo.styles.tenant_frontier.light.min.html +1 -1
- package/demos/demo.styles.tenant_oru.dark.html +2 -2
- package/demos/demo.styles.tenant_oru.dark.min.html +1 -1
- package/demos/demo.styles.tenant_oru.light.html +2 -2
- package/demos/demo.styles.tenant_oru.light.min.html +1 -1
- package/demos/demo.styles.tilli-pay.dark.html +2 -2
- package/demos/demo.styles.tilli-pay.dark.min.html +1 -1
- package/demos/demo.styles.tilli-pay.light.html +2 -2
- package/demos/demo.styles.tilli-pay.light.min.html +1 -1
- package/demos/demo.styles.tilli-website.dark.html +2 -2
- package/demos/demo.styles.tilli-website.dark.min.html +1 -1
- package/demos/demo.styles.tilli-website.light.html +2 -2
- package/demos/demo.styles.tilli-website.light.min.html +1 -1
- package/dist/init.d.ts +1 -1
- package/dist/init.js +2 -2
- package/dist/styles/tenants/con-edison.css +29 -12
- package/dist/styles/tenants/oru.css +29 -12
- package/package.json +1 -1
- package/src/init.ts +2 -2
- package/src/styles/tenants/con-edison.css +29 -12
- package/src/styles/tenants/oru.css +29 -12
package/demos/demo.html
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</html>
|
package/demos/demo.min.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<body>
|
4
4
|
<script
|
5
5
|
type="module"
|
6
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=elegant-black"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=elegant-black"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/nudge.js?theme=nudge-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/nudge.js?theme=nudge-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/nudge.js?theme=nudge-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/nudge.js?theme=nudge-light"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Acon-edison-light"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afreeman-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afreeman-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afrontier-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/brf.js?theme=tenant%3Afrontier-light"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
7
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilliX.js?theme=tenant%3Aoru-light"
|
8
8
|
></script>
|
9
9
|
</body>
|
10
10
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-pay.js?theme=tilli-pay-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-pay.js?theme=tilli-pay-light"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-website.js?theme=tilli-website-dark"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
@@ -5,14 +5,14 @@
|
|
5
5
|
<link
|
6
6
|
rel="stylesheet"
|
7
7
|
href="
|
8
|
-
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
8
|
+
https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/cookieconsent.css"
|
9
9
|
/>
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
13
13
|
<script
|
14
14
|
type="module"
|
15
|
-
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
15
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
|
16
16
|
></script>
|
17
17
|
</body>
|
18
18
|
</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@
|
6
|
+
src="https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/dist/plugin/init/tilli-website.js?theme=tilli-website-light"
|
7
7
|
></script>
|
8
8
|
</body>
|
9
9
|
</html>
|
package/dist/init.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@
|
1
|
+
import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/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@
|
1
|
+
import "https://cdn.jsdelivr.net/gh/tilli-pro/cookieconsent@e7ce1cf75b91068c10b64cbaa7fff5020fe90880/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 = "
|
6
|
+
const GIT_SHA = "e7ce1cf75b91068c10b64cbaa7fff5020fe90880";
|
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}`;
|
@@ -5,9 +5,12 @@
|
|
5
5
|
|
6
6
|
/** `tenant:con-edison` color-scheme **/
|
7
7
|
.cc--tenant\:con-edison-light {
|
8
|
+
--cc-modal-border-radius: 0px !important;
|
9
|
+
--cc-btn-border-radius: 0px !important;
|
10
|
+
|
8
11
|
--cc-bg: #ffffff !important;
|
9
|
-
--cc-primary-color: #
|
10
|
-
--cc-secondary-color: #
|
12
|
+
--cc-primary-color: #2A2A2A !important;
|
13
|
+
--cc-secondary-color: #2A2A2A !important;
|
11
14
|
|
12
15
|
--cc-btn-primary-bg: #0078cf !important;
|
13
16
|
--cc-btn-primary-color: #ffffff !important;
|
@@ -18,14 +21,14 @@
|
|
18
21
|
--cc-btn-primary-hover-bg
|
19
22
|
) !important;
|
20
23
|
|
21
|
-
--cc-btn-secondary-bg: #
|
24
|
+
--cc-btn-secondary-bg: #ffffff !important;
|
22
25
|
--cc-btn-secondary-color: #334155 !important;
|
23
26
|
--cc-btn-secondary-border-color: var(--cc-btn-secondary-bg) !important;
|
24
|
-
--cc-btn-secondary-hover-bg: #
|
27
|
+
--cc-btn-secondary-hover-bg: #e6e6e6 !important;
|
25
28
|
--cc-btn-secondary-hover-color: #000000 !important;
|
26
|
-
--cc-btn-secondary-hover-border-color: #
|
29
|
+
--cc-btn-secondary-hover-border-color: #636363 !important;
|
27
30
|
|
28
|
-
--cc-separator-border-color:
|
31
|
+
--cc-separator-border-color: transparent !important;
|
29
32
|
|
30
33
|
--cc-toggle-on-bg: var(--cc-btn-primary-bg) !important;
|
31
34
|
--cc-toggle-off-bg: #667481 !important;
|
@@ -41,10 +44,10 @@
|
|
41
44
|
|
42
45
|
--cc-section-category-border: var(--cc-cookie-category-block-bg) !important;
|
43
46
|
|
44
|
-
--cc-cookie-category-block-bg:
|
45
|
-
--cc-cookie-category-block-border: #
|
46
|
-
--cc-cookie-category-block-hover-bg: #
|
47
|
-
--cc-cookie-category-block-hover-border: #
|
47
|
+
--cc-cookie-category-block-bg: transparent !important;
|
48
|
+
--cc-cookie-category-block-border: #636363 !important;
|
49
|
+
--cc-cookie-category-block-hover-bg: #e6e6e6 !important;
|
50
|
+
--cc-cookie-category-block-hover-border: #636363 !important;
|
48
51
|
--cc-cookie-category-expanded-block-bg: transparent !important;
|
49
52
|
--cc-cookie-category-expanded-block-hover-bg: #dee4e9 !important;
|
50
53
|
|
@@ -52,12 +55,15 @@
|
|
52
55
|
--cc-webkit-scrollbar-bg: var(--cc-section-category-border) !important;
|
53
56
|
--cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg) !important;
|
54
57
|
|
55
|
-
--cc-footer-bg: #
|
58
|
+
--cc-footer-bg: #e6e6e6 !important;
|
56
59
|
--cc-footer-color: var(--cc-secondary-color) !important;
|
57
|
-
--cc-footer-border-color:
|
60
|
+
--cc-footer-border-color: transparent !important;
|
58
61
|
}
|
59
62
|
|
60
63
|
.cc--tenant\:con-edison-dark {
|
64
|
+
--cc-modal-border-radius: 0px !important;
|
65
|
+
--cc-btn-border-radius: 0px !important;
|
66
|
+
|
61
67
|
color-scheme: dark;
|
62
68
|
--cc-bg: #000 !important;
|
63
69
|
--cc-primary-color: #eff4f6 !important;
|
@@ -111,6 +117,17 @@
|
|
111
117
|
--cc-footer-border-color: #212529 !important;
|
112
118
|
}
|
113
119
|
|
120
|
+
.cc--tenant\:con-edison-light div.cm,
|
121
|
+
.cc--tenant\:con-edison-dark div.cm {
|
122
|
+
box-shadow: none !important;
|
123
|
+
border: 1px solid #636363 !important;
|
124
|
+
}
|
125
|
+
|
126
|
+
.cc--tenant\:con-edison-light div.pm__section--toggle,
|
127
|
+
.cc--tenant\:con-edison-dark div.pm__section--toggle {
|
128
|
+
margin-bottom: 8px !important;
|
129
|
+
}
|
130
|
+
|
114
131
|
.cc--tenant\:con-edison-light div.cm__btn-group,
|
115
132
|
.cc--tenant\:con-edison-dark div.cm__btn-group,
|
116
133
|
.cc--tenant\:con-edison-light div.cm__btns,
|
@@ -5,9 +5,12 @@
|
|
5
5
|
|
6
6
|
/** `tenant:oru` color-scheme **/
|
7
7
|
.cc--tenant\:oru-light {
|
8
|
+
--cc-modal-border-radius: 0px !important;
|
9
|
+
--cc-btn-border-radius: 0px !important;
|
10
|
+
|
8
11
|
--cc-bg: #ffffff !important;
|
9
|
-
--cc-primary-color: #
|
10
|
-
--cc-secondary-color: #
|
12
|
+
--cc-primary-color: #2A2A2A !important;
|
13
|
+
--cc-secondary-color: #2A2A2A !important;
|
11
14
|
|
12
15
|
--cc-btn-primary-bg: #004557 !important;
|
13
16
|
--cc-btn-primary-color: #ffffff !important;
|
@@ -18,14 +21,14 @@
|
|
18
21
|
--cc-btn-primary-hover-bg
|
19
22
|
) !important;
|
20
23
|
|
21
|
-
--cc-btn-secondary-bg: #
|
24
|
+
--cc-btn-secondary-bg: #ffffff !important;
|
22
25
|
--cc-btn-secondary-color: #334155 !important;
|
23
26
|
--cc-btn-secondary-border-color: var(--cc-btn-secondary-bg) !important;
|
24
|
-
--cc-btn-secondary-hover-bg: #
|
27
|
+
--cc-btn-secondary-hover-bg: #e6e6e6 !important;
|
25
28
|
--cc-btn-secondary-hover-color: #000000 !important;
|
26
|
-
--cc-btn-secondary-hover-border-color: #
|
29
|
+
--cc-btn-secondary-hover-border-color: #636363 !important;
|
27
30
|
|
28
|
-
--cc-separator-border-color:
|
31
|
+
--cc-separator-border-color: transparent !important;
|
29
32
|
|
30
33
|
--cc-toggle-on-bg: var(--cc-btn-primary-bg) !important;
|
31
34
|
--cc-toggle-off-bg: #667481 !important;
|
@@ -41,10 +44,10 @@
|
|
41
44
|
|
42
45
|
--cc-section-category-border: var(--cc-cookie-category-block-bg) !important;
|
43
46
|
|
44
|
-
--cc-cookie-category-block-bg:
|
45
|
-
--cc-cookie-category-block-border: #
|
46
|
-
--cc-cookie-category-block-hover-bg: #
|
47
|
-
--cc-cookie-category-block-hover-border: #
|
47
|
+
--cc-cookie-category-block-bg: transparent !important;
|
48
|
+
--cc-cookie-category-block-border: #636363 !important;
|
49
|
+
--cc-cookie-category-block-hover-bg: #e6e6e6 !important;
|
50
|
+
--cc-cookie-category-block-hover-border: #636363 !important;
|
48
51
|
--cc-cookie-category-expanded-block-bg: transparent !important;
|
49
52
|
--cc-cookie-category-expanded-block-hover-bg: #dee4e9 !important;
|
50
53
|
|
@@ -52,12 +55,15 @@
|
|
52
55
|
--cc-webkit-scrollbar-bg: var(--cc-section-category-border) !important;
|
53
56
|
--cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg) !important;
|
54
57
|
|
55
|
-
--cc-footer-bg: #
|
58
|
+
--cc-footer-bg: #e6e6e6 !important;
|
56
59
|
--cc-footer-color: var(--cc-secondary-color) !important;
|
57
|
-
--cc-footer-border-color:
|
60
|
+
--cc-footer-border-color: transparent !important;
|
58
61
|
}
|
59
62
|
|
60
63
|
.cc--tenant\:oru-dark {
|
64
|
+
--cc-modal-border-radius: 0px !important;
|
65
|
+
--cc-btn-border-radius: 0px !important;
|
66
|
+
|
61
67
|
color-scheme: dark;
|
62
68
|
--cc-bg: #000 !important;
|
63
69
|
--cc-primary-color: #eff4f6 !important;
|
@@ -111,6 +117,17 @@
|
|
111
117
|
--cc-footer-border-color: #212529 !important;
|
112
118
|
}
|
113
119
|
|
120
|
+
.cc--tenant\:oru-light div.cm,
|
121
|
+
.cc--tenant\:oru-dark div.cm {
|
122
|
+
box-shadow: none !important;
|
123
|
+
border: 1px solid #636363 !important;
|
124
|
+
}
|
125
|
+
|
126
|
+
.cc--tenant\:oru-light div.pm__section--toggle,
|
127
|
+
.cc--tenant\:oru-dark div.pm__section--toggle {
|
128
|
+
margin-bottom: 8px !important;
|
129
|
+
}
|
130
|
+
|
114
131
|
.cc--tenant\:oru-light div.cm__btn-group,
|
115
132
|
.cc--tenant\:oru-dark div.cm__btn-group,
|
116
133
|
.cc--tenant\:oru-light div.cm__btns,
|