docs(site): rename ejected UI to source-owned UI - #2618
Draft
decepulis wants to merge 13 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@videojs/core
@videojs/element
@videojs/html
@videojs/media
@videojs/react
@videojs/spf
@videojs/store
@videojs/utils
commit: |
Contributor
📦 Bundle Size Report🎨 @videojs/html — no changesPresets (7)
Media (18)
Extensions (2)
Players (5)
Skins (29)
UI Components (62)
⚛️ @videojs/react — no changesPresets (7)
Media (22)
Extensions (2)
Players (5)
Skins (18)
UI Components (39)
🧩 @videojs/core — no changesEntries (76)
🏷️ @videojs/element — no changesEntries (2)
📦 @videojs/store — no changesEntries (3)
🔧 @videojs/utils — no changesEntries (13)
📦 @videojs/media
Entries (23)
📦 @videojs/spf — no changesEntries (10)
ℹ️ How to interpretEach entry is independently bundled, minified, and brotli-compressed. Initial size includes its static import graph; lazy dynamic chunks are reported separately. Entries are not additive because their dependency graphs overlap. Preset rows represent realistic combined bundles. Changes of 300 B or less across initial, lazy, and total size are collapsed, not discarded. Run |
The site generated copy-paste skin source with its own eject pipeline. The hosted Shadcn registry now publishes that source, so the docs point at it instead. A new guide, right after Installation, walks through the namespace, the add command, what lands where, and the catalog, with a styling select that defaults React to Tailwind CSS and HTML to vanilla CSS. The installation page derives the command from its pickers, each skin reference gains an install section, and Customize skins, Skins, and the migration guides describe ejecting as that install. The home page loses its framework and skin pickers, pulls Get started up under the hero, and shows the registry command where the ejected code was. The eject scripts, their tests, the content collection, and the build tasks are gone.
…led skins Source-Owned UI Replace the hand-edited components.json step with shadcn registry add, rename ejected skins to Source-Owned UI across the docs, drop the home page demo section, remove the Styling section from the Skins concept, rework Customize skins around the theme tokens the registry installs, and keep every registry command block at the prose width.
Match the ComponentName.astro + ComponentNameClient.tsx split the other registry pairs use, so the two halves of each island read as one component.
decepulis
force-pushed
the
codex/source-owned-ui
branch
from
September 3, 2026 20:53
4c7025d to
1666ee6
Compare
decepulis
force-pushed
the
codex/source-owned-ui
branch
from
September 3, 2026 20:58
1666ee6 to
272cabf
Compare
✅ Deploy Preview for vjs10-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Separates the terminology decision from the Shadcn registry implementation in #2615. This stacked PR replaces eject and ejected language with the descriptive term source-owned UI and plain-language install-source wording, without changing registry behavior, guide structure, or the sidebar.
Changes
Testing
CI=true pnpm -F site test(576 tests passed)CI=true pnpm -F site check:anchorsenv -u SENTRY_AUTH_TOKEN CI=true pnpm build:siteStack
b5867ee46