Runtime and package contract
- Package-manager consumers receive pure ESM targeting ES2022.
- Vue remains external and is resolved from the consuming application.
- Every component renders one root
<svg>with its authoredviewBox. - The repository root is the only npm package;
pnpm buildwrites only to the ignored rootdist/directory. - The package does not publish CommonJS or public icon subpath exports.
See the runtime contract for details.
