mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
351409ee05
* 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>
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
export const PAGES_NEW = [
|
|
"/docs/components/empty",
|
|
"/docs/components/skeleton",
|
|
"/docs/components/input-group",
|
|
"/docs/components/kbd",
|
|
"/docs/components/spinner",
|
|
]
|