@lotics/ui 15.2.0 → 15.2.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/docs/ai_patterns.md +3 -1
- package/package.json +1 -1
package/docs/ai_patterns.md
CHANGED
|
@@ -24,7 +24,9 @@ the human stays in charge follows the stakes — split by whether a before-state
|
|
|
24
24
|
`circle-alert` red-600 · needs-attention = `circle-alert` amber-600 · skipped = `minus`
|
|
25
25
|
zinc-400, size 18) · outcome-first title (sm semibold) · the key figures / the reason (xs,
|
|
26
26
|
danger ink on error) · one-line provenance (xs muted) · a right-slot `Button` (an
|
|
27
|
-
open-record jump, a retry); rows stack with `gap: 12`.
|
|
27
|
+
open-record jump, a retry); rows stack with `gap: 12`. A batch-level failure lands on
|
|
28
|
+
EVERY row as its reason — never ALSO paint it as a banner above the list (a top `Callout`
|
|
29
|
+
is only for information the rows don't carry). The closing footer button is
|
|
28
30
|
dismissal (secondary "Done"), never primary. Correction uses
|
|
29
31
|
the record's ORDINARY verbs — open it, edit or delete (make the delete workflow CASCADE the
|
|
30
32
|
record's children, so deletion is always safe) — never a special undo affordance duplicating
|