@consent.software/catalog 1.4.1 → 1.4.2

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.1",
3
+ "version": "1.4.2",
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.1',
6
+ version: '1.4.2',
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
  }
@@ -25,6 +25,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
25
25
  public static styles = css`
26
26
  :host {
27
27
  font-family: ${shared.fontStack};
28
+ user-select: none;
28
29
  /* Default theme variables */
29
30
  --text-color: #333;
30
31
  --background-color: #eeeeee;