Commit 1c6f7b4
* docs(spec): record why `element:text`'s `content` is off the page-component translation face
`PageTranslation.components` names its deliberate exclusions with reasons —
`help` because no component declares it, `subtitle` because `page:header` is
addressed by page name. `content` was neither named nor excluded, so an author
looking for a bundle key for the one string `element:text` renders found an
absence that reads exactly like an oversight.
It is not one. `element:text` declares `content: I18nLabelSchema`
(`ui/component.zod.ts`), localizable at its own authoring site, so adding it to
this face would be the face widening the `submitLabel` retirement declined for
the identical shape (#10926). Written down beside the other two, citing that
precedent, and pointing the separate extraction/coverage question at #14749.
Comment only: no schema key, no `describe()`, no resolver change.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H2oQebDDxYKfWZusyd8GXk
* chore(changeset): patch for the `element:text` `content` exclusion note
`@objectstack/spec` publishes `src/**/*.zod.ts` in its npm `files`, so the
edited comment ships in the tarball verbatim (and the text also lands in
`dist/browser/**`). The diff therefore publishes from a released package, which
is exactly what `skip-changeset` is NOT for.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H2oQebDDxYKfWZusyd8GXk
---------
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3933819 commit 1c6f7b4
2 files changed
Lines changed: 24 additions & 2 deletions
File tree
- .changeset
- packages/spec/src/system
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
879 | | - | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
880 | 881 | | |
881 | 882 | | |
882 | 883 | | |
| |||
886 | 887 | | |
887 | 888 | | |
888 | 889 | | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
889 | 898 | | |
890 | 899 | | |
891 | 900 | | |
| |||
0 commit comments