@tagit/ai-client-react 0.8.0-beta.17.1 → 0.8.0-beta.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagit/ai-client-react",
3
- "version": "0.8.0-beta.17.1",
3
+ "version": "0.8.0-beta.18.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.17.1",
40
+ "@tagit/ai-client-core": "0.8.0-beta.18.1",
41
41
  "highlight.js": "^11.11.1",
42
42
  "lucide-react": "^0.539.0",
43
43
  "react-markdown": "^10.1.0",
@@ -511,6 +511,11 @@
511
511
  left: auto;
512
512
  }
513
513
 
514
+ .tagIt-chat-widget-mobile-fullscreen.tagIt-chat-widget-open .tagIt-chat-tab {
515
+ opacity: 0;
516
+ pointer-events: none;
517
+ }
518
+
514
519
  .tagIt-chat-widget-mobile-fullscreen .tagIt-chat-resize-handle {
515
520
  display: none;
516
521
  }
@@ -1305,6 +1310,7 @@
1305
1310
 
1306
1311
  .tagIt-chat-input-form {
1307
1312
  padding: 10px 12px;
1313
+ padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
1308
1314
  border-top: 1px solid var(--tagIt-chat-border);
1309
1315
  background: var(--tagIt-chat-panel-footer-bg);
1310
1316
  flex-shrink: 0;