hzl-web 1.26.1 → 1.28.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.
@@ -109,6 +109,8 @@
109
109
  gap: 6px;
110
110
  font-size: 11px;
111
111
  color: var(--text-muted);
112
+ min-width: 85px;
113
+ justify-content: flex-end;
112
114
  }
113
115
 
114
116
  .connection-dot {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hzl-web",
3
- "version": "1.26.1",
3
+ "version": "1.28.0",
4
4
  "description": "Web dashboard for HZL - A Kanban-style task monitoring UI.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,7 +52,7 @@
52
52
  "visualization"
53
53
  ],
54
54
  "dependencies": {
55
- "hzl-core": "1.26.1"
55
+ "hzl-core": "1.28.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^20.10.0",