@consent.software/catalog 1.4.2 → 1.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@consent.software/catalog",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "private": false,
5
5
  "description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
6
6
  "exports": {
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@consent.software/catalog',
6
- version: '1.4.2',
6
+ version: '1.4.3',
7
7
  description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
8
8
  }
@@ -8,6 +8,12 @@ import * as csInterfaces from '@consent.software/interfaces';
8
8
  import * as csWebclient from '@consent.software/webclient';
9
9
  import { delayFor } from '@push.rocks/smartdelay';
10
10
 
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'consentsoftware-cookieconsent': ConsentsoftwareCookieconsent;
14
+ }
15
+ }
16
+
11
17
  @customElement('consentsoftware-cookieconsent')
12
18
  export class ConsentsoftwareCookieconsent extends LitElement {
13
19
  public static demo = () => html`<consentsoftware-cookieconsent></consentsoftware-cookieconsent>`;
@@ -168,7 +174,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
168
174
  line-height: 30px;
169
175
  text-align: center;
170
176
  cursor: pointer;
171
- transition: background 0.2s;
177
+ transition: all 0.2s;
172
178
  }
173
179
 
174
180
  .consent-button:hover {