typebot.io/packages/embeds
Baptiste Arnaud 9224f4f770
🐛 Fix embed video overlay in preview (#2532)
## Summary
- Keeps video bubbles above the absolute typing/background layer in the
embedded chat renderer.
- Applies the same stacking approach to direct video URLs and embedded
video iframes.
- Bumps `@typebot.io/js` and `@typebot.io/react` from `0.10.4` to
`0.10.5`.

## Root cause
Chrome could place the full-size absolute `bubble-typing` layer over
video bubbles because the media content shared the same stacking level.
That made the overlay sit above the HTML video element in builder embed
preview.

## Validation
- `bunx nx typecheck @typebot.io/react`
- `bunx nx build @typebot.io/react --configuration=development`
- `bunx nx format-and-lint`
- Commit hook: `nx affected -t
format-and-lint,lint-repo,check-broken-links,test --parallel=4`

Note: I could not visually verify the exact provided local typebot URL
in this workspace because it returns `Typebot not found` locally.
2026-06-18 16:50:13 +02:00
..
js 🐛 Fix embed video overlay in preview (#2532) 2026-06-18 16:50:13 +02:00
react 🐛 Fix embed video overlay in preview (#2532) 2026-06-18 16:50:13 +02:00
stories 🔧 Remove "baseUrl": "." from tsconfigs 2026-03-25 16:40:12 +01:00
wordpress 🐛 Update WordPress embed default lib version from 0.3 to 0.x (#2438) 2026-04-08 10:24:39 +02:00