Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
73a2d00
feat(pricing-card): use Tag component for popular badge
isaquebock May 14, 2026
f66faf0
fix(storybook): correct PricingCard popularText arg name
isaquebock May 14, 2026
d294e53
Merge pull request #554 from aziontech/feat/pricing-card-tag-badge
isaquebock May 14, 2026
396c245
fix: adjust stories
isaquebock May 14, 2026
73e4857
Merge branch 'main' into feat/pricing-card-tag-badge
isaquebock May 14, 2026
5996d80
fix: adjust props
isaquebock May 14, 2026
da422ce
Merge pull request #555 from aziontech/feat/pricing-card-tag-badge
isaquebock May 14, 2026
44d2735
chore(release): @aziontech/webkit 2.0.1 [skip ci]
semantic-release-bot May 14, 2026
1e050de
fix: adjust tag component icon alignment and spacing
gdsantana May 15, 2026
c693b85
Merge pull request #556 from aziontech/fix/tag-icon-align
isaquebock May 15, 2026
f045125
chore(release): @aziontech/webkit 2.0.2 [skip ci]
semantic-release-bot May 15, 2026
c94a981
refactor(theme): consolidate brand and surface primitives into colors
isaquebock May 13, 2026
cd170f6
refactor(theme): keep only available semantic plugin entrypoints
isaquebock May 13, 2026
96507fd
chore(storybook): point token docs to available theme exports
isaquebock May 13, 2026
c77f876
Merge branch 'main' into refactoring-tokens
isaquebock May 13, 2026
5f47de0
Merge branch 'main' into refactoring-tokens
robsongajunior May 13, 2026
79caee5
Merge branch 'main' into refactoring-tokens
robsongajunior May 13, 2026
4fd215a
Merge branch 'main' into refactoring-tokens
isaquebock May 14, 2026
66505d7
refactor(theme): migrate semantic colors to native tailwind theme keys
isaquebock May 13, 2026
d53a35e
chore(theme): relocate token build helpers to scripts/
isaquebock May 14, 2026
a10a378
refactor(theme): split primitives/colors.js into colors/colors+brand+…
isaquebock May 14, 2026
820f22e
refactor(theme): adopt kebab-case keys in semantic color refs
isaquebock May 14, 2026
d6a4f08
feat(theme): add shape primitives (container, size, spacing, width, h…
isaquebock May 14, 2026
f5fa3f8
feat(theme): add breakpoint, border-width and ring-offset primitives
isaquebock May 14, 2026
85f0e0c
feat(theme): add typography primitives (font-family, font-size, line-…
isaquebock May 14, 2026
13ff33d
feat(theme): add effects primitives (blur, opacity)
isaquebock May 14, 2026
6e08b4d
feat(theme): add compile-primitives script and visual test harness
isaquebock May 14, 2026
64f6a01
feat(theme): add semantic theme tokens (primary, secondary, accent, s…
isaquebock May 14, 2026
2def316
feat(theme): add feedback theme tokens (success, warning, danger, info)
isaquebock May 14, 2026
2e0632b
feat(theme): add compile-theme script and light/dark toggle test harness
isaquebock May 14, 2026
d2bc811
docs(theme): rewrite tokens README for v4 architecture
isaquebock May 14, 2026
ff40bbd
Merge branch 'main' into refactoring-tokens
isaquebock May 14, 2026
3bb79f2
feat(theme): add shape primitive tokens and refine theme tokens
isaquebock May 15, 2026
919b2cb
Merge branch 'main' into refactoring-tokens
isaquebock May 15, 2026
8453a91
docs(theme): add multi-product token benchmark
isaquebock May 15, 2026
b3f1805
feat(theme): unify v3/v4 token builder with declarative semantic data
isaquebock May 15, 2026
0b29e94
chore: remove primary and accent alpha values
May 18, 2026
ff236d4
feat: add tailwind configuration
isaquebock May 18, 2026
bcf7cb4
chore: inclue blue-alpha to primitive pallete
May 18, 2026
c38676a
chore: change bg-canvas on light mode to surface-0
May 18, 2026
576a4c8
feat(theme): expand primitive tokens (typography, effects, shape, ani…
isaquebock May 18, 2026
10e3582
Merge branch 'main' into refactoring-tokens
isaquebock May 18, 2026
e2a2907
refactor(theme): align radius tokens with tailwind naming
isaquebock May 19, 2026
a60f12e
Merge branch 'main' into refactoring-tokens
isaquebock May 20, 2026
9ed4fe0
fix(theme): restore semantic colors in v3 tailwind build
isaquebock May 20, 2026
ad44b05
chore: revert webkit and storybook changes to main state
isaquebock May 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/theme/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pnpm-debug.log*
# Compiled output
dist/
build/
# Source-controlled token build helpers (not a build output directory)
!src/tokens/build/
!src/tokens/build/**

# Temporary files
*.tmp
Expand Down
24 changes: 0 additions & 24 deletions packages/theme/colors-brand.js

This file was deleted.

425 changes: 425 additions & 0 deletions packages/theme/docs/BENCHMARK.md

Large diffs are not rendered by default.

Loading
Loading