@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/index.cjs +674 -656
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.esm.js +407 -389
- package/dist/styles.css +6 -0
- package/package.json +1 -1
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,
|