Skip to content

Commit 2a05516

Browse files
chore: remove radix and ariakit
1 parent 3c2a622 commit 2a05516

File tree

3 files changed

+10
-896
lines changed

3 files changed

+10
-896
lines changed

apps/www/src/content/docs/components/select/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { Select } from "@raystack/apsara";
4242

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

45-
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)
45+
The root element is the parent component that holds the select. Using the `autocomplete` prop, you can enable autocomplete functionality.
4646

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

packages/raystack/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react-components",
7171
"ui",
7272
"design-system",
73-
"radix",
73+
"base-ui",
7474
"typescript",
7575
"raystack",
7676
"apsara",
@@ -113,7 +113,6 @@
113113
"vitest": "^3.2.4"
114114
},
115115
"dependencies": {
116-
"@ariakit/react": "^0.4.16",
117116
"@base-ui/react": "^1.2.0",
118117
"@radix-ui/react-icons": "^1.3.2",
119118
"@tanstack/match-sorter-utils": "^8.8.4",
@@ -125,7 +124,6 @@
125124
"color": "^5.0.0",
126125
"dayjs": "^1.11.11",
127126
"prism-react-renderer": "^2.4.1",
128-
"radix-ui": "^1.4.2",
129127
"react-day-picker": "^9.6.7"
130128
},
131129
"peerDependencies": {

0 commit comments

Comments
 (0)