@tagit/ai-client-react 1.4.0-beta.38.1 → 1.4.0-beta.39.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": "1.4.0-beta.38.1",
3
+ "version": "1.4.0-beta.39.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",
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@tagit/ai-client-core": "1.4.0-beta.38.1",
46
+ "@tagit/ai-client-core": "1.4.0-beta.39.1",
47
47
  "highlight.js": "^11.11.1",
48
48
  "lucide-react": "^0.539.0",
49
49
  "react-markdown": "^10.1.0",
@@ -68,8 +68,29 @@
68
68
  .tagIt-action-result-heading svg { width:17px; height:17px; }
69
69
  .tagIt-action-result-heading p { margin:0; font-size:16px; font-weight:700; }
70
70
  .tagIt-action-result-heading small { display:block; margin-top:5px; color:var(--tagIt-action-muted); font-size:14px; line-height:1.5; }
71
- .tagIt-action-result { margin-top:18px; overflow:hidden; border:1px solid var(--tagIt-action-border); border-radius:7px; background:var(--tagIt-action-result-bg); padding:16px; font-size:14px; line-height:1.55; }
72
- .tagIt-action-result pre { overflow-x:auto; border-radius:7px; background:#111827; color:#f1f5f9; padding:14px; font-size:12px; line-height:1.55; }
71
+ .tagIt-action-result { margin:20px 10px 0; overflow:hidden; border-block:1px solid color-mix(in srgb,var(--tagIt-action-border) 65%,transparent); padding:18px 0; font-size:15px; line-height:1.55; }
72
+ .tagIt-action-result .tagIt-chat-md-root { color:var(--tagIt-action-text); }
73
+ .tagIt-action-result .tagIt-chat-md-root>*:first-child { margin-top:0; }
74
+ .tagIt-action-result .tagIt-chat-md-root>*:last-child { margin-bottom:0; }
75
+ .tagIt-action-result .tagIt-chat-md-root p { margin:0 0 14px; line-height:1.55; }
76
+ .tagIt-action-result .tagIt-chat-md-root h1,
77
+ .tagIt-action-result .tagIt-chat-md-root h2,
78
+ .tagIt-action-result .tagIt-chat-md-root h3,
79
+ .tagIt-action-result .tagIt-chat-md-root h4 { margin:22px 0 8px; color:var(--tagIt-action-text); line-height:1.25; }
80
+ .tagIt-action-result .tagIt-chat-md-root h1 { font-size:1.4rem; }
81
+ .tagIt-action-result .tagIt-chat-md-root h2 { font-size:1.22rem; }
82
+ .tagIt-action-result .tagIt-chat-md-root h3 { font-size:1.08rem; }
83
+ .tagIt-action-result .tagIt-chat-md-root h4 { font-size:1rem; }
84
+ .tagIt-action-result .tagIt-chat-md-root ul,
85
+ .tagIt-action-result .tagIt-chat-md-root ol { margin:8px 0 16px 22px; padding:0; }
86
+ .tagIt-action-result .tagIt-chat-md-root li { margin:5px 0; line-height:1.5; }
87
+ .tagIt-action-result .tagIt-chat-md-root li>p { margin:0; }
88
+ .tagIt-action-result .tagIt-chat-md-root table { width:100%; margin:14px 0 18px; border-collapse:collapse; font-size:13px; }
89
+ .tagIt-action-result .tagIt-chat-md-root th,
90
+ .tagIt-action-result .tagIt-chat-md-root td { height:auto; border:1px solid color-mix(in srgb,var(--tagIt-action-border) 72%,transparent); padding:8px 10px; text-align:left; vertical-align:top; }
91
+ .tagIt-action-result .tagIt-chat-md-root th { background:color-mix(in srgb,var(--tagIt-action-border) 24%,transparent); }
92
+ .tagIt-action-result .tagIt-chat-md-root a { color:var(--tagIt-action-primary); text-decoration:underline; text-underline-offset:2px; }
93
+ .tagIt-action-result pre { margin:12px 0 16px; overflow-x:auto; border-radius:7px; background:#111827; color:#f1f5f9; padding:14px; font-size:12px; line-height:1.55; }
73
94
  .tagIt-action-result code { font-size:12px; }
74
95
  .tagIt-action-footer { display:flex; flex:0 0 auto; flex-wrap:wrap; justify-content:flex-end; gap:8px; border-top:1px solid var(--tagIt-action-border); background:var(--tagIt-action-surface); padding:12px 16px; }
75
96
  .tagIt-action-footer button { display:inline-flex; min-height:34px; align-items:center; gap:7px; border:1px solid var(--tagIt-action-border); border-radius:7px; background:transparent; color:var(--tagIt-action-text); padding:7px 12px; cursor:pointer; font-size:13px; font-weight:700; }