Commit b4c18ee
fix: align NavigationItem and NavigationArea label types with @objectstack/spec v4
Updated NavigationItem.label and NavigationArea.label to use plain string type instead of the legacy i18n object format `{key, defaultValue}`.
This aligns our type definitions with @objectstack/spec v4 protocol which requires label fields to be plain strings only.
Note: The validation warning from @objectstack/plugin-auth persists because that package's runtime code still transforms string labels into i18n objects. This is an upstream issue in the @objectstack framework.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 7c98944 commit b4c18ee
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments