feat(palettes): add vuetify0 brand palette#237
Open
johnleider wants to merge 2 commits into
Open
Conversation
- DocsFaq shows a search input when items >= 5; filter state managed via createFilterContext trinity, per-instance override via provideFaqFilter so each block has its own query state - DocsFaqItem hides via v-show driven by filter.apply per-question - Rename "Questions" / "Frequently Asked Questions" section headers to "FAQ" across 10 pages for consistency
Tokenized 11-hue scale anchored on v0's signature violet (#7c5cf6 at violet.500, #c4b5fd at violet.300). Exposed via @vuetify/v0/palettes/vuetify0 and surfaced as the default option in the docs palette browser.
|
commit: |
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
@vuetify/v0/palettes/vuetify0with 11 hues × 11 shades (50–950) anchored on v0's signature hex values —violet.500 = #7c5cf6,violet.300 = #c4b5fd(the light/dark primary tones the v0 themes already use),indigo.500 = #6366f1(accent),slate.500 = #64748b(secondary), plus semantic + neutral scales matching the v0 theme tokens../palettes/vuetify0intopublishConfig.exportsand the devexportsblock ofpackages/0/package.json(mirrors thetailwindshape).DocsPaletteBrowse.vue) as the first option under namespacev0, set as the default selection so the v0 docs open on the v0 palette./guide/features/palettes.Usage