Volnei Munhoz
d5a915e6d0
add biome
2025-11-13 19:19:31 -03:00
Pasquale Vitiello
d91604e325
feat: extend Sheet component with inset prop ( #501 )
...
* feat: extend Sheet component with inset prop
* feat: use cva for better code readability
2025-11-12 17:18:31 +01:00
Pasquale Vitiello
925682ecac
refactor: remove Radix UI dependencies and update sidebar implementation ( #503 )
2025-11-12 09:41:41 +00:00
Pasquale Vitiello
9861328748
feat: add 'side' prop to MenuPopup ( #504 )
2025-11-12 09:37:16 +00:00
Pasquale Vitiello
a08c39753d
chore: group cn classes in DialogPrimitive.Popup ( #500 )
2025-11-12 09:36:14 +00:00
Pasquale Vitiello
15c183e20b
Pasquale/cui 31 replace color oklch values with vars in globalscss ( #498 )
...
* refactor: replace oklch values with css vars
* docs: update get-started guide to recommend optimized color tokens installation
2025-11-12 09:35:32 +00:00
Volnei Munhoz
7389396c87
Add husky ( #489 )
2025-11-10 11:21:07 +01:00
Pasquale Vitiello
606a7b7863
refactor: hook / lib registry distribution ( #486 )
...
* refactor: rename hook files from .tsx to .ts and remove unused absoluteUrl function
* chore: format
2025-11-10 09:53:39 +01:00
Pasquale Vitiello
912855a683
fix(textarea): ensure disabled and other props are applied correctly ( #497 )
2025-11-10 08:41:28 +00:00
XIN
187e6ed63c
fix: update import paths for ToastProvider in documentation ( #495 )
2025-11-10 09:22:01 +01:00
Pasquale Vitiello
74898cdf66
feat: add new select examples ( #494 )
2025-11-07 17:58:58 +00:00
Pasquale Vitiello
d52145bed9
Pasquale/cui 28 group component improvements ( #491 )
...
* refactor wip
* fix: z-index issues + mc
* refactor: improve Group component
* fix: resolve deploy error + mc
* fix: z-index issues
* chore: remove button-with-kbd example and related documentation
2025-11-07 09:02:35 +00:00
Pasquale Vitiello
2744f0920c
Fix/particles page ( #493 )
...
* fix: particles page load error
* chore: remove class
2025-11-06 16:43:41 -03:00
Pasquale Vitiello
c993e674c9
feat: add "use client" directive to popover examples for client-side rendering ( #492 )
2025-11-06 17:26:42 +00:00
Volnei Munhoz
f5df3a2ae9
refactor: configs improvements ( #482 )
...
* configs improvements
* add cache to lint to faster lint checks
* Remove check-types from turbo.json
* fix: registry buind and ui propagation issues
* chore: update TypeScript paths and ESLint ignores, and clean up mobile-nav component
* fix: update imports
---------
Co-authored-by: pasqualevitiello <pasqualevitiello@gmail.com >
2025-11-04 09:54:33 +00:00
Junaid Anjum
5c1d0252bb
Fix capitalization in migration path text ( #480 )
...
Corrected capitalization in the migration path description.
2025-11-03 22:30:40 +01:00
Rodrigo Ehlers
237dc34da7
chore: install bun 1.3.1 as per package.json on vercel ( #485 )
2025-11-03 19:50:26 +01:00
Pasquale Vitiello
351409ee05
Pasquale/cui 25 build new input particles ( #484 )
...
* feat: add input group (wip)
* feat: improve input group (wip)
* chore: add eslint-disable comment
* feat: reorganize examples and particles
* feat: enhance input components with ref support and improve clipboard functionality
* feat: add spinner docs and demo
* feat: add kbd component and examples for keyboard shortcuts
* feat: update ButtonWithKbd example to include padding and adjust kbd component placement
* chore: remove group-*
* chore: mc
* feat: introduce InputGroupInput and InputGroupTextarea
* feat: unstyle FormControl and encourage Input usage
* docs: improve field documentation
* chore: review className structure in InputGroup component
* feat: several improvements
* feat: add new input group examples and update documentation
* feat: integrate ScrollArea in mdx-components and enhance docs
* docs: update Popover documentation
* chore: adjust negative margin consistently
* feat: improve useCopyToClipboard hook with timeout cleanup
* fix: correct KbdGroup component props type from "div" to "kbd"
* fix: enhance input focus handling in InputGroupAddon to include textarea elements
* chore: format files
* chore: fix Cubic AI issues
* fix: move timeout cleanup logic inside clipboard writeText promise
* fix input group
* refactor: simplify textarea component usage by removing FieldControl wrapper in examples and documentation
* chore: build registry
* refactor: remove outdated FieldControl example for Textarea in documentation
* fix: enhance focus handling in InputGroupAddon to include more interactive elements
* fix: correct prop order in mergeProps for Textarea component
---------
Co-authored-by: Sean Brydon <sean@cal.com >
2025-11-03 14:41:23 +00:00
Rodrigo Ehlers
0820c39a90
fix: use bun run over pnpm in readme and others ( #478 )
...
* fix: use bun run over pnpm in readme and others
* fix: re-add pnpm as create-next-app did it
* Update apps/ui/README.md
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: Pasquale Vitiello <pasqualevitiello@gmail.com >
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-30 17:20:22 +01:00
Rodrigo Ehlers
7cb845098d
chore: replace pnpm with bun ( #477 )
2025-10-30 12:12:40 +01:00
Pasquale Vitiello
a6cad16a0b
feat: allow the installation of all components with one command ( #472 )
...
* refactor(skeleton-demo): convert UserCard to use state and effect for loading, remove Suspense
* feat: add one-command installation for all UI components
2025-10-28 14:15:13 +00:00
Akshay Pathak
2b8bba4878
fix(ui): fix copy to clipboard ( #473 )
2025-10-28 15:08:24 +01:00
Pasquale Vitiello
43df854416
refactor(skeleton-demo): convert UserCard to use state and effect for loading, remove Suspense ( #471 )
2025-10-28 10:23:12 +00:00
Pasquale Vitiello
ce4dbdd44a
fix(origin): minor issues ( #461 )
...
* fix(origin): minor issues
* fix(origin): registry dependencies
2025-10-28 10:25:12 +01:00
Pasquale Vitiello
06f82ed578
feat: create skeleton component with suspense demo ( #470 )
2025-10-28 09:16:34 +00:00
Pasquale Vitiello
17fbe5b2d7
chore: prevent component code manipulation + mc ( #456 )
2025-10-28 09:14:24 +00:00
Pasquale Vitiello
7fb98c4714
fix(page): adjust z-index for header text styling ( #466 )
2025-10-27 09:21:09 +00:00
Pasquale Vitiello
f28789033b
feat: upgrade to nextjs 16 ( #463 )
...
* feat: upgrade to next.js 16
* fix: update types
2025-10-27 09:20:54 +00:00
Luan Fabri
1bb6ffadd4
chore: add empty component reference at llms.txt ( #465 )
2025-10-26 20:42:17 +01:00
Pasquale Vitiello
14591a5215
feat: add empty state component ( #462 )
...
* feat: add empty state component
* feat: add "New" badge to sidebar links for updated pages
* chore: add new badge to mobile menu
2025-10-24 10:45:17 +01:00
sunfkny
a602ca1e5d
chore: fix broken link ( #413 )
2025-10-23 16:20:53 +02:00
Neha Prasad
6ffb07e13a
updated comp-62 to point to comp-62.tsx instead of comp-63.tsx ( #430 )
2025-10-23 14:58:59 +02:00
gudh
4188e40492
Fix: Fix a import path typo in docs ( #458 )
2025-10-23 09:42:56 +02:00
Nathan Brodin
5e73a02438
fix(table): prevent background bleeding outside rounded corners in Firefox ( #442 )
2025-10-22 09:51:24 +02:00
Pasquale Vitiello
28b0a8c18c
fix: update command to use namespaced registry everywhere ( #453 )
...
* fix: update command to use namespaced registry everywhere
* fix: update on sheet component too
* fix docs
* fix: prevent fumadocs mdx files from being prettified
2025-10-21 15:26:02 +02:00
Pasquale Vitiello
e8dbda5269
chore: rename components from "comp" to "particle" and update related files ( #454 )
2025-10-21 13:49:29 +02:00
Pasquale Vitiello
03c1ed7192
feat: support namespaced registries ( #452 )
...
* fix: yarn command + mc
* feat: replace json urls with namespaced registry
2025-10-20 17:50:44 +02:00
Nathan Brodin
2333faf3ca
fix(particle-display): use correct yarn command syntax ( #446 )
...
* fix(particle-display): use correct yarn command syntax
* fix(particle-display): use yarn dlx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-20 16:45:35 +02:00
Pasquale Vitiello
3fd6ef3c7d
chore: update references from "coss.com ui" to "coss ui" ( #451 )
2025-10-20 14:15:43 +01:00
Pasquale Vitiello
3c6239265d
fix: issue with underline tab indicator ( #448 )
2025-10-20 14:14:32 +01:00
Pasquale Vitiello
d5698c3e6c
fix: particle display overflows ( #450 )
...
* fix: restore alert examples and propagate ui
* docs: optimize particle display for mobile scrolling and responsiveness
* chore: remove unused ScrollArea component
2025-10-20 14:12:21 +01:00
Pasquale Vitiello
ba0b38125a
fix: update particles dependencies to use the right ui paths ( #449 )
2025-10-20 14:11:22 +01:00
Pasquale Vitiello
2755a075d1
fix: toggle border issue on dark layout ( #445 )
...
* fix: toggle border issue on dark layout
* chore: rebuild the registry
2025-10-17 13:40:11 +01:00
Pasquale Vitiello
c8c9803164
style: borders and shadows improvements ( #443 )
2025-10-17 13:25:49 +01:00
pasqualevitiello
8eb498c0f8
style: improve alert and add improve consistency with toast component
2025-10-16 13:44:00 +02:00
Nader Ferjani
42bce3b2f3
docs: remove duplicate Comparing with Radix/shadcn section from Badge page ( #440 )
2025-10-15 19:48:26 +02:00
pasqualevitiello
a0f469b499
chore: update alert docs
2025-10-15 19:42:54 +02:00
Akash Moradiya
bec195bf42
fix: manual installation guide for group component ( #438 )
2025-10-15 18:02:43 +02:00
pasqualevitiello
c5542d5971
fix: adjust z-index of copy button to prevent overlap
2025-10-15 15:24:17 +02:00
Pasquale Vitiello
7db19cfac4
feat: add coss.com ui app ( #434 )
2025-10-15 11:39:22 +02:00