@tagit/ai-client-react 0.8.0-beta.15.1 → 0.8.0-beta.17.1

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/README.md CHANGED
@@ -507,6 +507,7 @@ Use it to test:
507
507
  - tab labels and tooltips
508
508
  - open/close behavior
509
509
  - sizing and resize behavior
510
+ - request-level `runtimeVariables` against a real `/v2/chat` use case
510
511
 
511
512
  The starter is not the distributable package.
512
513
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagit/ai-client-react",
3
- "version": "0.8.0-beta.15.1",
3
+ "version": "0.8.0-beta.17.1",
4
4
  "description": "Self-contained React chat widget and hooks for TagIt AI client",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@tagit/ai-client-core": "0.8.0-beta.15.1",
40
+ "@tagit/ai-client-core": "0.8.0-beta.17.1",
41
41
  "highlight.js": "^11.11.1",
42
42
  "lucide-react": "^0.539.0",
43
43
  "react-markdown": "^10.1.0",
@@ -463,6 +463,13 @@
463
463
 
464
464
  .tagIt-chat-widget-mobile-fullscreen.tagIt-chat-widget-closed {
465
465
  pointer-events: none;
466
+ inset: auto;
467
+ width: 0;
468
+ max-width: 0;
469
+ height: 0;
470
+ background: transparent;
471
+ border: 0;
472
+ overflow: visible;
466
473
  }
467
474
 
468
475
  .tagIt-chat-widget-mobile-fullscreen .tagIt-chat-panel {