@timbal-ai/timbal-react 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -466,6 +466,12 @@
466
466
  z-index: 10;
467
467
  }
468
468
 
469
+ /* Clip inner textarea/toolbar fills to the rounded shell (also in Tailwind class). */
470
+ .aui-composer-shell {
471
+ border-radius: var(--radius-2xl, 1rem);
472
+ overflow: hidden;
473
+ }
474
+
469
475
  /* Scrolled assistant action bars must not show through the composer shell. */
470
476
  .aui-composer-shell,
471
477
  .aui-composer-input,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timbal-ai/timbal-react",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "React components and runtime for building Timbal chat UIs",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",