@tilli-pro/cookieconsent-plugin 0.7.29 → 0.7.39

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 (40) 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.dark.html +2 -2
  7. package/demos/demo.styles.nudge.dark.min.html +1 -1
  8. package/demos/demo.styles.nudge.light.html +2 -2
  9. package/demos/demo.styles.nudge.light.min.html +1 -1
  10. package/demos/demo.styles.tenant_con-edison.dark.html +2 -2
  11. package/demos/demo.styles.tenant_con-edison.dark.min.html +1 -1
  12. package/demos/demo.styles.tenant_con-edison.light.html +2 -2
  13. package/demos/demo.styles.tenant_con-edison.light.min.html +1 -1
  14. package/demos/demo.styles.tenant_freeman.dark.html +2 -2
  15. package/demos/demo.styles.tenant_freeman.dark.min.html +1 -1
  16. package/demos/demo.styles.tenant_freeman.light.html +2 -2
  17. package/demos/demo.styles.tenant_frontier.dark.html +2 -2
  18. package/demos/demo.styles.tenant_frontier.dark.min.html +1 -1
  19. package/demos/demo.styles.tenant_frontier.light.html +2 -2
  20. package/demos/demo.styles.tenant_frontier.light.min.html +1 -1
  21. package/demos/demo.styles.tenant_oru.dark.html +2 -2
  22. package/demos/demo.styles.tenant_oru.dark.min.html +1 -1
  23. package/demos/demo.styles.tenant_oru.light.html +2 -2
  24. package/demos/demo.styles.tenant_oru.light.min.html +1 -1
  25. package/demos/demo.styles.tilli-pay.dark.html +2 -2
  26. package/demos/demo.styles.tilli-pay.dark.min.html +1 -1
  27. package/demos/demo.styles.tilli-pay.light.html +2 -2
  28. package/demos/demo.styles.tilli-pay.light.min.html +1 -1
  29. package/demos/demo.styles.tilli-website.dark.html +2 -2
  30. package/demos/demo.styles.tilli-website.dark.min.html +1 -1
  31. package/demos/demo.styles.tilli-website.light.html +2 -2
  32. package/demos/demo.styles.tilli-website.light.min.html +1 -1
  33. package/dist/init.d.ts +1 -1
  34. package/dist/init.js +2 -2
  35. package/dist/styles/tenants/con-edison.css +21 -1
  36. package/dist/styles/tenants/oru.css +21 -1
  37. package/package.json +1 -1
  38. package/src/init.ts +2 -2
  39. package/src/styles/tenants/con-edison.css +21 -1
  40. package/src/styles/tenants/oru.css +21 -1
@@ -49,7 +49,7 @@
49
49
  --cc-cookie-category-block-hover-bg: #e6e6e6 !important;
50
50
  --cc-cookie-category-block-hover-border: #636363 !important;
51
51
  --cc-cookie-category-expanded-block-bg: transparent !important;
52
- --cc-cookie-category-expanded-block-hover-bg: #dee4e9 !important;
52
+ --cc-cookie-category-expanded-block-hover-bg: #636363 !important;
53
53
 
54
54
  --cc-overlay-bg: rgba(0, 0, 0, 0.65) !important;
55
55
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border) !important;
@@ -123,11 +123,31 @@
123
123
  border: 1px solid #636363 !important;
124
124
  }
125
125
 
126
+ .cc--tenant\:oru-light .cm__title,
127
+ .cc--tenant\:oru-dark .cm__title,
128
+ .cc--tenant\:oru-light .pm__title,
129
+ .cc--tenant\:oru-dark .pm__title,
130
+ .cc--tenant\:oru-light .pm__section-title,
131
+ .cc--tenant\:oru-dark .pm__section-title {
132
+ font-weight: 800 !important;
133
+ }
134
+
126
135
  .cc--tenant\:oru-light div.pm__section--toggle,
127
136
  .cc--tenant\:oru-dark div.pm__section--toggle {
128
137
  margin-bottom: 8px !important;
129
138
  }
130
139
 
140
+ .cc--tenant\:oru-light .pm__section:not(:first-child),
141
+ .cc--tenant\:oru-dark .pm__section:not(:first-child) {
142
+ padding: 0px !important;
143
+ }
144
+
145
+ .cc--tenant\:oru-light .pm__section:not(:first-child):hover,
146
+ .cc--tenant\:oru-dark .pm__section:not(:first-child):hover {
147
+ background: inherit !important;
148
+ border-color: transparent !important;
149
+ }
150
+
131
151
  .cc--tenant\:oru-light div.cm__btn-group,
132
152
  .cc--tenant\:oru-dark div.cm__btn-group,
133
153
  .cc--tenant\:oru-light div.cm__btns,