@timbal-ai/timbal-react 0.5.2 → 0.5.4

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
@@ -460,11 +460,8 @@
460
460
  * Component fixes — baked in so consumers don't need overrides *
461
461
  * =============================================================== */
462
462
 
463
- /* Opaque sticky footer so scrolled messages and the playground gradient do
464
- not bleed through the composer. */
463
+ /* Sticky footer stacks above scrolling messages; composer shell is opaque. */
465
464
  .aui-thread-viewport-footer {
466
- background-color: var(--background) !important;
467
- border-radius: 0 !important;
468
465
  isolation: isolate;
469
466
  z-index: 10;
470
467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timbal-ai/timbal-react",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "React components and runtime for building Timbal chat UIs",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",