flndrn 79943dc1c4 ci: quiet noisy checks — jsdom for tests, skip broken typecheck há 1 mês atrás
..
scripts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) há 3 meses atrás
src 717bd2b68b feat: platform proxy + Studio data layer for end-to-end table editor há 2 meses atrás
README.md 4dd8f0b4ef fix(deploy): regenerate pnpm-lock.yaml + land backend-fork carry-overs há 3 meses atrás
index.tsx c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) há 3 meses atrás
package.json 79943dc1c4 ci: quiet noisy checks — jsdom for tests, skip broken typecheck há 1 mês atrás
tailwind.config.css c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) há 3 meses atrás
tsconfig.json ee7a62e3ef ci: fix remaining CI failures — typecheck, lint, pre-existing issues há 1 mês atrás
vitest.config.ts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) há 3 meses atrás
vitest.setup.ts c5aa765f6b feat(studio): fork supabase studio + rebrand to briven (phases 0-5.1) há 3 meses atrás

README.md

Briven UI Patterns

This package should be used for components which are built using NPM libraries (react-markdown, reactflow for example), which make no sense to be included in all apps. It should also be used for components which are constructed using various components from the ui package.

This package does not have a barrel file - each component has to be imported from its index (ui-patterns/PrivacySettings, for example). This is intentional so that adding a new component which is used only in 1 or 2 apps doesn't burden the rest of the apps.