Skip to content

Commit

Permalink
chore: upgrade bits ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 28, 2023
1 parent 314a1e0 commit 669ad17
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"vitest": "^0.34.3",
"xlsx": "^0.18.5",
"zod": "^3.22.2",
"bits-ui": "^0.5.0",
"bits-ui": "^0.5.2",
"clsx": "^2.0.0",
"lucide-svelte": "^0.268.0",
"tailwind-merge": "^1.14.0",
Expand Down
28 changes: 14 additions & 14 deletions apps/frontend/src/lib/components/ui/select/index.ts
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
import { Select as SelectPrimitive } from 'bits-ui'

import Root from './select.svelte'
import Label from './select-label.svelte'
import Item from './select-item.svelte'
import Content from './select-content.svelte'
import Trigger from './select-trigger.svelte'
import Item from './select-item.svelte'
import Label from './select-label.svelte'
import Separator from './select-separator.svelte'
import Trigger from './select-trigger.svelte'
import Root from './select.svelte'

const Group = SelectPrimitive.Group
const Input = SelectPrimitive.Input
const Value = SelectPrimitive.Value
export {
Root,
Content,
Group,
Input,
Label,
Item,
Value,
Content,
Trigger,
Separator,
Label,
Root,
//
Root as Select,
Content as SelectContent,
Group as SelectGroup,
Input as SelectInput,
Label as SelectLabel,
Item as SelectItem,
Value as SelectValue,
Content as SelectContent,
Trigger as SelectTrigger,
Label as SelectLabel,
Separator as SelectSeparator,
Trigger as SelectTrigger,
Value as SelectValue,
Separator,
Trigger,
Value,
}
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 669ad17

Please sign in to comment.