What to build
packages/ui/src/open-*.tsx files call customElements.define at module load. This complicates SSR, tests, and tree-shaking. Export classes without registering and provide an explicit registerOpenUi() function.
Acceptance criteria
Blocked by
None
What to build
packages/ui/src/open-*.tsxfiles callcustomElements.defineat module load. This complicates SSR, tests, and tree-shaking. Export classes without registering and provide an explicitregisterOpenUi()function.Acceptance criteria
registerOpenUi()is exported from@openelement/ui.wwwand tests updated to call registration.Blocked by
None