fix(consentsoftware-cookieconsent): Refine cookie consent modal shake behaviour and cleanup imports

This commit is contained in:
2025-11-30 22:00:57 +00:00
parent 777acd06a5
commit 2c2f843a6e
3 changed files with 92 additions and 47 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-11-30 - 2.0.1 - fix(consentsoftware-cookieconsent)
Refine cookie consent modal shake behaviour and cleanup imports
- Shorten shake animation delay from 2000ms to 300ms for snappier feedback
- Limit shake effect to the modal box only; stop toggling the page overlay to avoid unwanted overlay visual changes
- Remove unused 'property' import from @design.estate/dees-element
- Introduce an isMobile flag to detect mobile layout in connectedCallback
- Simplify DOM queries and use tighter type assertions when manipulating modal elements
## 2025-11-30 - 2.0.0 - BREAKING CHANGE(elements)
Migrate web components to @design.estate/dees-element, introduce shared theme colors and cssManager, and update imports/usages across ts_web.