Skip to content

Commit

Permalink
mib
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 18, 2024
1 parent de7dc8d commit ae96777
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion components/ui/progress-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ const ProgressBar = ({ label, ...props }: ProgressBarProps) => {
)
}

export { ProgressBar, type ProgressBarProps }
export { ProgressBar }
4 changes: 2 additions & 2 deletions components/ui/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ToolbarGroup = ({ isDisabled, ...props }: GroupProps) => {
)
}

const ToolbarItem = ({ isDisabled, ...props }: ToggleProps) => {
const Item = ({ isDisabled, ...props }: ToggleProps) => {
const context = React.useContext(ToolbarGroupContext)
const effectiveIsDisabled = isDisabled || context.isDisabled

Expand All @@ -97,6 +97,6 @@ const ToolbarItem = ({ isDisabled, ...props }: ToggleProps) => {

Toolbar.Group = ToolbarGroup
Toolbar.Separator = ToolbarSeparator
Toolbar.Item = ToolbarItem
Toolbar.Item = Item

export { Toolbar }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"embla-carousel-react": "^8.1.8",
"framer-motion": "^11.3.28",
"input-otp": "^1.2.4",
"justd-icons": "^1.4.35",
"justd-icons": "^1.4.36",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"next-view-transitions": "^0.2.0",
Expand Down

0 comments on commit ae96777

Please sign in to comment.