embed cal and chatwoot bubble missing fix (#483)

This commit is contained in:
PK 2026-06-29 13:32:55 -04:00 committed by GitHub
parent 090d042a78
commit 075b1389f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 194 additions and 48 deletions

30
ui/package-lock.json generated
View file

@ -8,6 +8,7 @@
"name": "ui",
"version": "1.39.0",
"dependencies": {
"@calcom/embed-react": "^1.5.3",
"@dagrejs/dagre": "^1.1.4",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.2",
@ -970,6 +971,35 @@
"node": ">=6.9.0"
}
},
"node_modules/@calcom/embed-core": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/@calcom/embed-core/-/embed-core-1.5.3.tgz",
"integrity": "sha512-GeId9gaByJ5EWiPmuvelZOvFWPOTWkcWZr5vGTCbIUTX125oE5yn0n8lDF1MJk5Xj1WO+/dk9jKIE08Ad9ytiQ==",
"license": "SEE LICENSE IN LICENSE"
},
"node_modules/@calcom/embed-react": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/@calcom/embed-react/-/embed-react-1.5.3.tgz",
"integrity": "sha512-JCgge04pc8fhdvUmPNVLhW8/lCWK+AAziKecKWWPfv1nn2s+qKP2BwsEAnxhxK9yPOBgE1EIEgmYkrrNB1iajA==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@calcom/embed-core": "1.5.3",
"@calcom/embed-snippet": "1.3.3"
},
"peerDependencies": {
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
}
},
"node_modules/@calcom/embed-snippet": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@calcom/embed-snippet/-/embed-snippet-1.3.3.tgz",
"integrity": "sha512-pqqKaeLB8R6BvyegcpI9gAyY6Xyx1bKYfWvIGOvIbTpguWyM1BBBVcT9DCeGe8Zw7Ujp5K56ci7isRUrT2Uadg==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@calcom/embed-core": "1.5.3"
}
},
"node_modules/@dagrejs/dagre": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@dagrejs/dagre/-/dagre-1.1.4.tgz",