@staff0rd/assist 0.71.0 → 0.72.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/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.71.0",
9
+ version: "0.72.0",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -53,6 +53,7 @@ var package_default = {
53
53
  zod: "^4.3.6"
54
54
  },
55
55
  devDependencies: {
56
+ "@base-ui/react": "^1.2.0",
56
57
  "@biomejs/biome": "^2.3.8",
57
58
  "@semantic-release/changelog": "^6.0.3",
58
59
  "@semantic-release/exec": "^7.1.0",
@@ -2165,6 +2166,8 @@ function getHtml() {
2165
2166
  .form-actions { display: flex; gap: 8px; margin-top: 16px; }
2166
2167
  .preview-toggle { font-size: 0.8rem; color: #2563eb; cursor: pointer; margin-left: 8px; }
2167
2168
  .preview-box { border: 1px solid #e5e7eb; border-radius: 6px; padding: 12px; margin-top: 8px; min-height: 60px; background: #fafafa; }
2169
+ .field-error { color: #ef4444; font-size: 0.8rem; margin-top: 4px; }
2170
+ .field [data-invalid] { border-color: #ef4444; }
2168
2171
  .empty { text-align: center; color: #9ca3af; padding: 48px 16px; }
2169
2172
  .status-badge { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 0.8rem; font-weight: 500; }
2170
2173
  .badge-todo { background: #f3f4f6; color: #6b7280; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.71.0",
3
+ "version": "0.72.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,6 +47,7 @@
47
47
  "zod": "^4.3.6"
48
48
  },
49
49
  "devDependencies": {
50
+ "@base-ui/react": "^1.2.0",
50
51
  "@biomejs/biome": "^2.3.8",
51
52
  "@semantic-release/changelog": "^6.0.3",
52
53
  "@semantic-release/exec": "^7.1.0",