feat(ui): expose grouped component entrypoints #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/turbo-ui-entrypoints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds grouped package entrypoints for the UI component library.
Why
The UI package has a clean four-domain component tree, but consumers only had the root barrel. Grouped subpath exports make the component library easier to reuse while preserving the existing
@dimensionlab/uiimport surface.Changes
foundation,frames,operations, andtelemetrycomponent barrel files.@dimensionlab/ui/foundation,@dimensionlab/ui/frames,@dimensionlab/ui/operations, and@dimensionlab/ui/telemetrypackage exports.distfiles.Testing
bun run --cwd packages/ui test:unit src/storybook.test.tsbun run --cwd packages/ui buildbun run --cwd packages/ui checkbun run test:qabun run db:checkgit diff --checkpodman build -f apps/web/Containerfile -t localhost/dimensionlab-website:codex-ui-entrypoints ./and/api/dashboard.Notes
The existing root
@dimensionlab/uiexports are preserved for current consumers.