Commit Graph

915 Commits

Author SHA1 Message Date
Volnei Munhoz 3e3fe53f2c Add tests structure (#509) 2025-11-17 15:11:06 -03:00
Volnei Munhoz 2bac39e51e labeler trigger 2025-11-14 07:07:42 -03:00
Volnei Munhoz 6d979ab2da labeler trigger 2025-11-14 07:05:32 -03:00
Volnei Munhoz 6ff6732136 labeler trigger 2025-11-14 07:04:03 -03:00
Volnei Munhoz 3fd8a1d50d better job names 2025-11-14 06:45:43 -03:00
Volnei Munhoz 6ec01bcd7d parallelize format 2025-11-14 06:43:44 -03:00
Volnei Munhoz aa0ae621a8 parallelize 2025-11-14 06:42:07 -03:00
Volnei Munhoz 88d23fe16e format only to verify 2025-11-14 06:36:40 -03:00
Volnei Munhoz c69e1e62ec organize workflow 2025-11-14 06:32:46 -03:00
Volnei Munhoz 6eb5819b29 add minimal github actions 2025-11-13 19:42:41 -03:00
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 200373905d style: adjust header skeleton size (#499) 2025-11-12 09:37:44 +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 6b808ec2e1 style: increase border contrast + build registry (#460) 2025-11-10 09:51:44 +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
Pasquale Vitiello edc5f30967 docs: update licensing information (#488) 2025-11-04 09:31:23 +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
sean-brydon 86566f3981 Update README files to replace pnpm commands with bun commands for building and developing applications (#481) 2025-10-31 09:55:09 +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