@apholdings/jensen-web-ui 0.57.6 → 1.0.0
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/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.57.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Refactored interactive mode components to use a new BorderedBox for a cleaner, transparent UI with rounded borders in tool executions and user messages.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @apholdings/jensen-ai@0.57.7
|
|
10
|
+
- @apholdings/jensen-tui@0.57.7
|
|
11
|
+
|
|
3
12
|
## [Unreleased]
|
|
4
13
|
|
|
5
14
|
## [0.57.6] - 2026-03-26
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apholdings/jensen-web-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Reusable web UI components for AI chat interfaces powered by @apholdings/jensen-ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"ollama": "^0.6.0",
|
|
29
29
|
"pdfjs-dist": "5.4.394",
|
|
30
30
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
31
|
-
"@apholdings/jensen-tui": "0.
|
|
32
|
-
"@apholdings/jensen-ai": "0.
|
|
31
|
+
"@apholdings/jensen-tui": "1.0.0",
|
|
32
|
+
"@apholdings/jensen-ai": "1.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@mariozechner/mini-lit": "^0.2.0",
|