[NO-ISSUE] feat(webkit): add Brand component consolidating the Azion logo lockups#751
Merged
Conversation
robsongajunior
approved these changes
Jul 16, 2026
HerbertJulio
approved these changes
Jul 16, 2026
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
Adds Brand — a new
contentcomponent (@aziontech/webkit/brand) that consolidates the loose@aziontech/webkit/svg/azion/*logo assets behind a single, documented API.kind('default' | 'reduced' | 'extended', defaultdefault) selects the lockup:default→ the AZION wordmarkreduced→ the "A" glyph for tight spacesextended→ the AZION wordmark with the "move to the edge technologies®" taglinesize('small' | 'medium' | 'large', defaultmedium) sets the lockup height (16 / 24 / 32 px) while width scales automatically, so everykindkeeps its own aspect ratio (swap kinds at the same size and they line up on height).role="img"element labeledAzion(consumer-overridable viaaria-label);data-kind/data-sizemirror the props; the inner SVG isaria-hidden.Follows the full spec-driven pipeline: approved
.specs/brand.md,component-scaffoldpatterns (inline utilities +data-*variants, no JS class presets), a co-located browser-mode test suite, astorybook-write-conformant story (Default + composite Types + Sizes), and a Code Connect mapping.Notes
./brandexport only. The existingsvg/azion/*exports are kept and remain individually importable — nothing removed or renamed. semantic-release: minor.var(--primary)).typevariant (Default→default,Min→reduced,Full→extended); "Move to the Edge" is intentionally not exposed andsizeis a code-only prop.vue-tsc,type-coverage(99.97%),vitest(21/21, real Chromium), andstorybook buildall pass.Not included
The old
AzionLogoStorybook story is left in place for now (it still documents themove-to-the-edge/fullassets that Brand doesn't surface); removing/trimming it can be a follow-up.