Skip to content

Support children in schematic sections#749

Open
MustafaMulla29 wants to merge 1 commit into
mainfrom
agent/support-schematic-section-children
Open

Support children in schematic sections#749
MustafaMulla29 wants to merge 1 commit into
mainfrom
agent/support-schematic-section-children

Conversation

@MustafaMulla29

Copy link
Copy Markdown
Contributor

Summary

  • add optional children support to SchematicSectionProps and its Zod schema
  • regenerate the public props documentation
  • add coverage for parsing nested schematic section children

Why

<schematicsection> is intended to work as a container, similar to <schematicsheet>, but its public prop type and parser did not accept children. This prevented users from expressing section membership by nesting JSX inside the section element.

Impact

Users can type and parse nested children in <schematicsection> elements. The corresponding Core change makes those descendants inherit section membership and participate in section-aware layout.

Validation

  • bun test (375 tests passed)
  • bun run typecheck
  • bun run format:check
  • bun run build
  • all required documentation generators

@MustafaMulla29
MustafaMulla29 marked this pull request as ready for review July 23, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant