Rename bubbles => cards

This commit is contained in:
Jorge Manrubia
2025-04-09 14:50:49 +02:00
parent e86b266f4c
commit 723e6d94f5
333 changed files with 3012 additions and 2820 deletions
@@ -47,7 +47,7 @@ export default class extends Controller {
#triggerChangeEvent(newValue) {
if (this.inputTarget.tagName === "HOUSE-MD") {
this.inputTarget.dispatchEvent(new CustomEvent('house-md:change', {
bubbles: true,
cards: true,
detail: {
previousContent: '',
newContent: newValue