Skip to content

Commit

Permalink
npm publish (0.0.283)
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Dec 9, 2024
1 parent 7e2e498 commit 1a309c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbodek-ui",
"version": "0.0.282",
"version": "0.0.283",
"type": "module",
"author": "Bbodek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/BottomSheet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const BottomSheet = forwardRef(
isOpen,
useCloseBtn = false,
useClickOutsideEvent = true,
rounded = BOTTOM_SHEET_ROUNDED_VARIANTS['ROUNDED_8'],
rounded = BOTTOM_SHEET_ROUNDED_VARIANTS['ROUNDED_12'],
...props
}: PropsWithChildren<BottomSheetProps>,
ref: React.Ref<HTMLDialogElement>,
Expand Down

0 comments on commit 1a309c7

Please sign in to comment.