tpmjs/packages/ui
Ajax Davis 5df484718a fix(ui): fix checkbox tick not visible in light/dark mode
The checkmark SVG was nested inside a span, making peer-checked
selectors ineffective since peer only works on siblings.

Fix by moving the checkmark and indeterminate SVGs to be direct
siblings of the hidden input element, allowing Tailwind's peer-checked
and peer-data-[indeterminate] selectors to properly toggle visibility.
2025-12-12 12:51:37 +10:00
..
src fix(ui): fix checkbox tick not visible in light/dark mode 2025-12-12 12:51:37 +10:00
CHANGELOG.md chore: version packages 2025-11-26 03:15:35 +10:00
eslint.config.mjs fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
package.json feat(ui): add Spinner component with orbital animation 2025-12-11 07:47:32 +10:00
tsconfig.json fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
tsup.config.ts feat: implement revolutionary dithered landing page with Bayer matrix animation 2025-11-27 22:44:32 +10:00
vitest.config.ts fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00