Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/www/src/content/docs/components/select/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { Select } from "@raystack/apsara";

The Select component is composed of several parts, each with their own props.

The root element is the parent component that holds the select. Using the `autocomplete` prop, you can enable autocomplete functionality. Autcomplet is built using [Ariakit ComboboxProvider](https://ariakit.org/reference/combobox-provider)
The root element is the parent component that holds the select. Using the `autocomplete` prop, you can enable autocomplete functionality.

<auto-type-table path="./props.ts" name="SelectRootProps" />

Expand Down
4 changes: 1 addition & 3 deletions packages/raystack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-components",
"ui",
"design-system",
"radix",
"base-ui",
"typescript",
"raystack",
"apsara",
Expand Down Expand Up @@ -113,7 +113,6 @@
"vitest": "^3.2.4"
},
"dependencies": {
"@ariakit/react": "^0.4.16",
"@base-ui/react": "^1.2.0",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/match-sorter-utils": "^8.8.4",
Expand All @@ -125,7 +124,6 @@
"color": "^5.0.0",
"dayjs": "^1.11.11",
"prism-react-renderer": "^2.4.1",
"radix-ui": "^1.4.2",
"react-day-picker": "^9.6.7"
},
"peerDependencies": {
Expand Down
Loading
Loading