18 Commits

Author SHA1 Message Date
fc2ba54725 1.5.4 2025-01-21 12:39:35 +01:00
a9ae67b43b fix(consentsoftware-components): Add interactive consent software components for managing cookie levels. 2025-01-21 12:39:35 +01:00
599b529744 1.5.3 2025-01-20 20:59:36 +01:00
d15f8ecf39 fix(consentsoftware-cookieconsent): Fix visual inconsistencies in the consent software modal overlay and shadow. 2025-01-20 20:59:36 +01:00
ed51ea2049 1.5.2 2025-01-20 18:06:26 +01:00
7ab409ca80 fix(core): No changes detected 2025-01-20 18:06:26 +01:00
e4b611c86d 1.5.1 2025-01-20 18:04:47 +01:00
5bb5e8e458 fix(consentsoftware-cookieconsent): Adjusted shake animation duration and box-shadow for modalBox in consent cookie component. 2025-01-20 18:04:47 +01:00
e4efdcd9a6 1.5.0 2025-01-20 17:59:50 +01:00
6b31a80f07 feat(consentsoftware-cookieconsent): Enhance consent modal with shake animation on overlay click 2025-01-20 17:59:50 +01:00
7829e6a052 1.4.5 2025-01-17 19:21:20 +01:00
8b18e33c6e fix(elements): Fix issues in consentsoftware-cookieconsent component 2025-01-17 19:21:20 +01:00
9407295866 1.4.4 2025-01-17 17:45:33 +01:00
472fa6b684 fix(core): Update LitElement properties to use accessors 2025-01-17 17:45:33 +01:00
bdf9aa7e54 1.4.3 2025-01-17 06:45:06 +01:00
72c318a793 fix(consentsoftware-cookieconsent): Fix transition property in consent button styles and add HTMLElementTagNameMap declaration for global interface. 2025-01-17 06:45:06 +01:00
71ee96307e 1.4.2 2025-01-16 03:06:46 +01:00
e0ed973b3a fix(cookieconsent): Fix user-select property in consentsoftware-cookieconsent component for consistency in interaction. 2025-01-16 03:06:45 +01:00
6 changed files with 139 additions and 51 deletions

View File

@ -1,5 +1,59 @@
# Changelog # Changelog
## 2025-01-21 - 1.5.4 - fix(consentsoftware-components)
Add interactive consent software components for managing cookie levels.
- Implemented 'consentsoftware-cookieconsent' component for cookie management
- Introduced 'consentsoftware-toggle' for user interaction improvements
- Added theme support for light/dark modes in consent components
- Enhanced consent interface with responsive design and accessibility features
## 2025-01-20 - 1.5.3 - fix(consentsoftware-cookieconsent)
Fix visual inconsistencies in the consent software modal overlay and shadow.
- Updated the shadow color in the modal box to use a consistent color.
- Restored backdrop blur effect in the page overlay when visible.
## 2025-01-20 - 1.5.2 - fix(core)
No changes detected
## 2025-01-20 - 1.5.1 - fix(consentsoftware-cookieconsent)
Adjusted shake animation duration and box-shadow for modalBox in consent cookie component.
- Changed the box-shadow to be softer with reduced spread for more subtle visual effect.
- Increased the duration of shake animation from 300ms to 2000ms for enhanced user feedback upon overlay interaction.
## 2025-01-20 - 1.5.0 - feat(consentsoftware-cookieconsent)
Enhance consent modal with shake animation on overlay click
- Added shake animation to the modal and overlay when clicked outside the modal.
- Updated dependency @consent.software/interfaces to version ^1.0.14.
## 2025-01-17 - 1.4.5 - fix(elements)
Fix issues in consentsoftware-cookieconsent component
- Removed unused attribute handling for 'gotIt'.
- Fixed background and backdrop-filter transitions to ensure proper UI behavior.
- Consolidated consent button click handling into handleConsentButtonClick.
- Improved modal visibility toggling and acceptance flow.
## 2025-01-17 - 1.4.4 - fix(core)
Update LitElement properties to use accessors
- Changes made in ts_web/elements/consentsoftware-toggle.ts
- Updated properties 'required' and 'selected' to use accessors
## 2025-01-17 - 1.4.3 - fix(consentsoftware-cookieconsent)
Fix transition property in consent button styles and add HTMLElementTagNameMap declaration for global interface.
- Updated the transition property for consent buttons to transition all properties instead of just the background.
- Added global interface HTMLElementTagNameMap for custom element type support.
## 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) ## 2025-01-16 - 1.4.1 - fix(consentsoftware-toggle)
Fix issue in drag event handling logic for the toggle component. Fix issue in drag event handling logic for the toggle component.

View File

@ -1,6 +1,6 @@
{ {
"name": "@consent.software/catalog", "name": "@consent.software/catalog",
"version": "1.4.1", "version": "1.5.4",
"private": false, "private": false,
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.", "description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
"exports": { "exports": {
@ -15,7 +15,7 @@
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@consent.software/interfaces": "^1.0.11", "@consent.software/interfaces": "^1.0.14",
"@consent.software/webclient": "^1.1.0", "@consent.software/webclient": "^1.1.0",
"@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartdelay": "^3.0.5",
"lit": "^3.2.1" "lit": "^3.2.1"

19
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@consent.software/interfaces': '@consent.software/interfaces':
specifier: ^1.0.11 specifier: ^1.0.14
version: 1.0.13 version: 1.0.14
'@consent.software/webclient': '@consent.software/webclient':
specifier: ^1.1.0 specifier: ^1.1.0
version: 1.1.0 version: 1.1.0
@ -42,9 +42,6 @@ packages:
'@api.global/typedrequest-interfaces@2.0.2': '@api.global/typedrequest-interfaces@2.0.2':
resolution: {integrity: sha512-D+mkr4IiUZ/eUgrdp5jXjBKOW/iuMcl0z2ZLQsLLypKX/psFGD3viZJ58FNRa+/1OSM38JS5wFyoWl8oPEFLrw==} resolution: {integrity: sha512-D+mkr4IiUZ/eUgrdp5jXjBKOW/iuMcl0z2ZLQsLLypKX/psFGD3viZJ58FNRa+/1OSM38JS5wFyoWl8oPEFLrw==}
'@api.global/typedrequest-interfaces@3.0.1':
resolution: {integrity: sha512-eR2Cr01BYRwIq/X2ajOenWhm8l+/YE4A5kK/9V6I8ZnhtEBMFHG6YjF6Fg8npLJWbvhZXhOms+axZ6JKI71o8g==}
'@api.global/typedrequest-interfaces@3.0.19': '@api.global/typedrequest-interfaces@3.0.19':
resolution: {integrity: sha512-uuHUXJeOy/inWSDrwD0Cwax2rovpxYllDhM2RWh+6mVpQuNmZ3uw6IVg6dA2G1rOe24Ebs+Y9SzEogo+jYN7vw==} resolution: {integrity: sha512-uuHUXJeOy/inWSDrwD0Cwax2rovpxYllDhM2RWh+6mVpQuNmZ3uw6IVg6dA2G1rOe24Ebs+Y9SzEogo+jYN7vw==}
@ -227,8 +224,8 @@ packages:
'@cloudflare/workers-types@4.20241230.0': '@cloudflare/workers-types@4.20241230.0':
resolution: {integrity: sha512-dtLD4jY35Lb750cCVyO1i/eIfdZJg2Z0i+B1RYX6BVeRPlgaHx/H18ImKAkYmy0g09Ow8R2jZy3hIxMgXun0WQ==} resolution: {integrity: sha512-dtLD4jY35Lb750cCVyO1i/eIfdZJg2Z0i+B1RYX6BVeRPlgaHx/H18ImKAkYmy0g09Ow8R2jZy3hIxMgXun0WQ==}
'@consent.software/interfaces@1.0.13': '@consent.software/interfaces@1.0.14':
resolution: {integrity: sha512-xB1h5n5vltRLBrvQhrKz4K6tz+TN5RHHvcbQbTIphxetiWOJJq/RwyEN2iH8TtwWIGBSqHRtoljBQqY8t8Oanw==} resolution: {integrity: sha512-xfOhDuj4ECEMyutJCSwEOX1SPN/MlReR40D/x7CsKg1mSauoq0pZbZEUb9m4z5EoPfywZl8gkLVzFoiGyg1IcA==}
'@consent.software/webclient@1.1.0': '@consent.software/webclient@1.1.0':
resolution: {integrity: sha512-VX7e8ygZwgU8WEzn22fdvvEytLYl4kfp/u40GusaBU4iFtjrCY2hxDy9Z1FTKicpGcRxf3t13lM0Jaugq7Jj/w==} resolution: {integrity: sha512-VX7e8ygZwgU8WEzn22fdvvEytLYl4kfp/u40GusaBU4iFtjrCY2hxDy9Z1FTKicpGcRxf3t13lM0Jaugq7Jj/w==}
@ -2981,8 +2978,6 @@ snapshots:
'@api.global/typedrequest-interfaces@2.0.2': {} '@api.global/typedrequest-interfaces@2.0.2': {}
'@api.global/typedrequest-interfaces@3.0.1': {}
'@api.global/typedrequest-interfaces@3.0.19': {} '@api.global/typedrequest-interfaces@3.0.19': {}
'@api.global/typedrequest@3.1.10': '@api.global/typedrequest@3.1.10':
@ -3569,14 +3564,14 @@ snapshots:
'@cloudflare/workers-types@4.20241230.0': {} '@cloudflare/workers-types@4.20241230.0': {}
'@consent.software/interfaces@1.0.13': '@consent.software/interfaces@1.0.14':
dependencies: dependencies:
'@api.global/typedrequest-interfaces': 3.0.1 '@api.global/typedrequest-interfaces': 3.0.19
'@consent.software/webclient@1.1.0': '@consent.software/webclient@1.1.0':
dependencies: dependencies:
'@api.global/typedrequest': 3.1.10 '@api.global/typedrequest': 3.1.10
'@consent.software/interfaces': 1.0.13 '@consent.software/interfaces': 1.0.14
'@push.rocks/smarttime': 4.1.1 '@push.rocks/smarttime': 4.1.1
'@push.rocks/webstore': 2.0.20 '@push.rocks/webstore': 2.0.20

View File

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

View File

@ -8,6 +8,12 @@ import * as csInterfaces from '@consent.software/interfaces';
import * as csWebclient from '@consent.software/webclient'; import * as csWebclient from '@consent.software/webclient';
import { delayFor } from '@push.rocks/smartdelay'; import { delayFor } from '@push.rocks/smartdelay';
declare global {
interface HTMLElementTagNameMap {
'consentsoftware-cookieconsent': ConsentsoftwareCookieconsent;
}
}
@customElement('consentsoftware-cookieconsent') @customElement('consentsoftware-cookieconsent')
export class ConsentsoftwareCookieconsent extends LitElement { export class ConsentsoftwareCookieconsent extends LitElement {
public static demo = () => html`<consentsoftware-cookieconsent></consentsoftware-cookieconsent>`; public static demo = () => html`<consentsoftware-cookieconsent></consentsoftware-cookieconsent>`;
@ -25,6 +31,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
public static styles = css` public static styles = css`
:host { :host {
font-family: ${shared.fontStack}; font-family: ${shared.fontStack};
user-select: none;
/* Default theme variables */ /* Default theme variables */
--text-color: #333; --text-color: #333;
--background-color: #eeeeee; --background-color: #eeeeee;
@ -66,16 +73,20 @@ export class ConsentsoftwareCookieconsent extends LitElement {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 1000; /* standard z-index for fixed elements */ z-index: 1000; /* standard z-index for fixed elements */
background: rgba(0, 0, 0, 0); background: rgba(255, 255, 255, 0);
backdrop-filter: blur(0px); backdrop-filter: blur(0px);
transition: all 0.2s; transition: all 0.2s;
} }
.pageOverlay.shake {
background: rgba(0, 0, 0, 0.5) !important;
}
.modalBox { .modalBox {
display: block; display: block;
color: var(--text-color); color: var(--text-color);
background: var(--background-color); background: var(--background-color);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6); box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
position: realtive; position: realtive;
border: 1px dotted rgba(255, 255, 255, 0.1); border: 1px dotted rgba(255, 255, 255, 0.1);
border-top: 1px solid var(--accent-color); border-top: 1px solid var(--accent-color);
@ -84,16 +95,28 @@ export class ConsentsoftwareCookieconsent extends LitElement {
min-width: calc(100vw / 3); min-width: calc(100vw / 3);
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; overflow: hidden;
/*
* We start with margin-bottom as negative to hide the banner.
* The animation occurs when we toggle the gotIt/show attributes.
*/
will-change: transform; /* ensure efficient rendering */ will-change: transform; /* ensure efficient rendering */
transition: all 0.3s; transition: all 0.3s;
transform: scale(0.95); transform: scale(0.95);
opacity: 0; opacity: 0;
} }
.modalBox.shake {
animation: shake 150ms 2 linear;
}
@keyframes shake {
0% {
transform: translate(3px, 0);
}
50% {
transform: translate(-3px, 0);
}
100% {
transform: translate(0, 0);
}
}
/* /*
* Toggle display based on [show] attribute * Toggle display based on [show] attribute
* (so if show=false, the banner doesn't show at all). * (so if show=false, the banner doesn't show at all).
@ -105,18 +128,6 @@ export class ConsentsoftwareCookieconsent extends LitElement {
display: block; display: block;
} }
/*
* Animate margin-bottom when [gotIt] toggles.
* If gotIt=true, push the banner down off-screen.
* If gotIt=false, pull the banner into view.
*/
:host([gotIt='true']) {
background: blue;
}
:host([gotIt='false']) {
background: red;
}
.content { .content {
margin: auto; margin: auto;
} }
@ -167,7 +178,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
transition: background 0.2s; transition: all 0.2s;
} }
.consent-button:hover { .consent-button:hover {
@ -177,13 +188,12 @@ export class ConsentsoftwareCookieconsent extends LitElement {
constructor() { constructor() {
super(); super();
this.setAttribute('gotIt', 'true');
this.setAttribute('show', 'false'); this.setAttribute('show', 'false');
} }
public render(): TemplateResult { public render(): TemplateResult {
return html` return html`
<div class="pageOverlay"> <div class="pageOverlay" @click=${this.pageOverlayClick}>
<div class="modalBox"> <div class="modalBox">
<div class="content"> <div class="content">
<consentsoftware-header></consentsoftware-header> <consentsoftware-header></consentsoftware-header>
@ -198,27 +208,29 @@ export class ConsentsoftwareCookieconsent extends LitElement {
<!-- <div class="button-container"> <!-- <div class="button-container">
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => this.setLevel(event, ['functional'])} @click=${(event: MouseEvent) =>
this.handleConsentButtonClick(event, ['functional'])}
> >
Functional cookies Functional cookies
</div> </div>
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => this.setLevel(event, ['functional', 'analytics'])} @click=${(event: MouseEvent) =>
this.handleConsentButtonClick(event, ['functional', 'analytics'])}
> >
Analytics cookies Analytics cookies
</div> </div>
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => @click=${(event: MouseEvent) =>
this.setLevel(event, ['functional', 'analytics', 'marketing'])} this.handleConsentButtonClick(event, ['functional', 'analytics', 'marketing'])}
> >
Marketing cookies Marketing cookies
</div> </div>
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => @click=${(event: MouseEvent) =>
this.setLevel(event, ['functional', 'analytics', 'marketing', 'all'])} this.handleConsentButtonClick(event, ['functional', 'analytics', 'marketing', 'all'])}
> >
All cookies All cookies
</div> </div>
@ -227,20 +239,22 @@ export class ConsentsoftwareCookieconsent extends LitElement {
<div class="button-container"> <div class="button-container">
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => this.setLevel(event, ['functional'])} @click=${(event: MouseEvent) =>
this.handleConsentButtonClick(event, ['functional'])}
> >
Deny Deny
</div> </div>
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => this.setLevel(event, ['functional', 'analytics'])} @click=${(event: MouseEvent) =>
this.handleConsentButtonClick(event, ['functional', 'analytics'])}
> >
Accept selection Accept selection
</div> </div>
<div <div
class="consent-button" class="consent-button"
@click=${(event: MouseEvent) => @click=${(event: MouseEvent) =>
this.setLevel(event, ['functional', 'analytics', 'marketing'])} this.handleConsentButtonClick(event, ['functional', 'analytics', 'marketing'])}
> >
Accept all cookies Accept all cookies
</div> </div>
@ -248,6 +262,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
<div class="info-container"> <div class="info-container">
consent management powered by consent management powered by
<a href="https://consent.software">consent.software</a> <a href="https://consent.software">consent.software</a>
(Open Source)
</div> </div>
</div> </div>
</div> </div>
@ -265,13 +280,12 @@ export class ConsentsoftwareCookieconsent extends LitElement {
const cookieLevel = await this.csWebclientInstance.getCookieLevels(); const cookieLevel = await this.csWebclientInstance.getCookieLevels();
if (!cookieLevel) { if (!cookieLevel) {
this.setAttribute('show', 'true'); this.setAttribute('show', 'true');
this.setAttribute('gotIt', 'false');
requestAnimationFrame(async () => { requestAnimationFrame(async () => {
await this.updated(); await this.updated();
const pageOverlay: HTMLDivElement = this.shadowRoot?.querySelector('.pageOverlay'); const pageOverlay: HTMLDivElement = this.shadowRoot?.querySelector('.pageOverlay');
if (pageOverlay) { if (pageOverlay) {
pageOverlay.style.background = 'rgba(0, 0, 0, 0.1)'; pageOverlay.style.background = 'rgba(0,0,0, 0.5)';
pageOverlay.style.backdropFilter = 'blur(2px)'; pageOverlay.style.backdropFilter = 'blur(20px)';
} }
const modalBox: HTMLDivElement = this.shadowRoot?.querySelector('.modalBox'); const modalBox: HTMLDivElement = this.shadowRoot?.querySelector('.modalBox');
if (modalBox) { if (modalBox) {
@ -281,7 +295,6 @@ export class ConsentsoftwareCookieconsent extends LitElement {
}); });
} else { } else {
this.setAttribute('show', 'false'); this.setAttribute('show', 'false');
this.setAttribute('gotIt', 'true');
} }
} }
@ -306,16 +319,42 @@ export class ConsentsoftwareCookieconsent extends LitElement {
/** /**
* Sets the users chosen cookie level(s) and hides the banner. * Sets the users chosen cookie level(s) and hides the banner.
*/ */
private async setLevel(event: MouseEvent, levelsArg: csInterfaces.TCookieLevel[]) { private async handleConsentButtonClick(
event: MouseEvent,
levelsArg: csInterfaces.TCookieLevel[]
) {
console.log(`Set level to ${levelsArg}`); console.log(`Set level to ${levelsArg}`);
const pageOverlay: HTMLDivElement = this.shadowRoot?.querySelector('.pageOverlay');
if (pageOverlay) {
pageOverlay.style.background = 'rgba(255,255,255, 0)';
pageOverlay.style.backdropFilter = 'blur(0px)';
}
const modalBox: HTMLDivElement = this.shadowRoot?.querySelector('.modalBox');
if (modalBox) {
modalBox.style.transform = `scale(0.95)`;
modalBox.style.opacity = '0';
}
await this.csWebclientInstance.setCookieLevels(levelsArg); await this.csWebclientInstance.setCookieLevels(levelsArg);
this.setAttribute('gotIt', 'true');
await delayFor(300); await delayFor(300);
this.setAttribute('show', 'false'); this.setAttribute('show', 'false');
// After user selection, re-check for any required scripts to run // After user selection, re-check for any required scripts to run
this.updated(); this.updated();
} }
private async pageOverlayClick(e: MouseEvent) {
if (e.target === e.currentTarget) {
const pageOverlay: HTMLDivElement = this.shadowRoot?.querySelector('.pageOverlay');
const modalBox: HTMLDivElement = this.shadowRoot?.querySelector('.modalBox');
if (pageOverlay && modalBox) {
pageOverlay.classList.add('shake');
modalBox.classList.add('shake');
await delayFor(2000);
pageOverlay.classList.remove('shake');
modalBox.classList.remove('shake');
}
}
}
/** /**
* Dynamically switches the theme between light/dark, * Dynamically switches the theme between light/dark,
* respecting `prefers-color-scheme` by default. * respecting `prefers-color-scheme` by default.

View File

@ -6,10 +6,10 @@ import { delayFor } from '@push.rocks/smartdelay';
@customElement('consentsoftware-toggle') @customElement('consentsoftware-toggle')
export class ConsentsoftwareToggle extends LitElement { export class ConsentsoftwareToggle extends LitElement {
@property({ type: Boolean }) @property({ type: Boolean })
public required = false; public accessor required = false;
@property({ type: Boolean, reflect: true }) @property({ type: Boolean, reflect: true })
public selected = false; public accessor selected = false;
/** /**
* We always track the knobs left offset in `currentX`. * We always track the knobs left offset in `currentX`.