2 Commits

4 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2025-01-16 - 1.4.2 - fix(cookieconsent)
Fix user-select property in consentsoftware-cookieconsent component for consistency in interaction.
## 2025-01-16 - 1.4.1 - fix(consentsoftware-toggle)
Fix issue in drag event handling logic for the toggle component.

View File

@ -1,6 +1,6 @@
{
"name": "@consent.software/catalog",
"version": "1.4.1",
"version": "1.4.2",
"private": false,
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
"exports": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@consent.software/catalog',
version: '1.4.1',
version: '1.4.2',
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
}

View File

@ -25,6 +25,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
public static styles = css`
:host {
font-family: ${shared.fontStack};
user-select: none;
/* Default theme variables */
--text-color: #333;
--background-color: #eeeeee;