alpha
Login
or
Join now
lukebennett.dev
/
luke-ui
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui.
luke-ui.netlify.app/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
luke-ui
/
packages
/
@luke-ui
/
react
/
src
/
box
/
at
main
5 files
Luke Bennett
Flip to the 128-leaf theme contract and defineTheme-only authoring (breaking) (#230)
8d ago
76ed6aec
box.browser.test.tsx
Rename bundled themes to Tactile and Paper (#122)
2 weeks ago
box.stories.tsx
Flip to the 128-leaf theme contract and defineTheme-only authoring (breaking) (#230) * Flip to the 128-leaf theme contract and defineTheme-only authoring Reduce the emitted contract 152->128: feedback intents (info/success/ warning) collapse to a static subtle+border+text kit; drop surface.resting, surfaceDisabled, borderDisabled, and the unused motion tail; rename textDisabled->text.disabled (CSS-var-stable); add color.scrim. Emit color.scrim from the theme and replace the hardcoded combobox tray scrim with vars.color.scrim. Make defineTheme the sole public authoring API: drop buildTheme and the raw foundation types from the package entry (kept internal for the build pipeline), rewrite Tactile/Paper as defineTheme inputs, and route build-themes/themes through defineTheme. validateContrast drops removed-token checks and adds text.primary x neutral.surface.subtle*. Retained token values are byte-identical (zero visual drift; goldens unchanged). Breaking major. Part of #226 / #228. * Update docs for the 128-leaf contract and defineTheme authoring Rewrite the theming and overview docs plus STYLING.md to document defineTheme as the sole public authoring API and the reduced 128-leaf token contract (static feedback intents, text.disabled, scrim; removed surface.resting, the disabled surface/border tokens, and the unused motion tail). Repoint live docs examples/samples off removed tokens. Part of #226 / #228.
1 week ago
box.test.ts
Rebuild styling entrypoints and add Box (#119)
2 weeks ago
box.visual.test.tsx
Complete visual-system conformance coverage (#121)
2 weeks ago
index.tsx
Bypass internal barrel imports and guard against new barrels (#196) Adds unbarrelify as a dev tool (catalog + @luke-ui/react devDependency) and rewires the five internal consumers that imported through src/styles/index.ts and src/combobox-field/primitive/index.tsx to import directly from utilities.css.js and item.js instead. Neither barrel file is deleted: both back public subpath exports (./styles and ./combobox-field/primitive). Because those exports point at built dist/ paths rather than the src/ files themselves, unbarrelify's built-in package-export exception does not recognise them and would delete both as internal barrels, which breaks the public API (confirmed via a failing tsc run and vp pack silently dropping both exports entries). check:barrels therefore skips these two known package-export barrels; every other barrel in the source tree is still caught, verified with a throwaway negative test. Wires check:barrels ("unbarrelify --check") into turbo.json's aggregate check task the same way check:format/check:lint/check:types are wired, as its own global task that no-ops for packages without the script, so `pnpm run check` exercises it repo-wide. pnpm-lock.yaml picks up unrelated transitive churn (mostly optional oxc-transform/oxc-minify platform binaries no longer needed after a srvx bump) that surfaced when the lockfile was re-resolved for the new dependency; build and tests pass against the regenerated lockfile.
2 weeks ago