Skip to content

Commit

Permalink
fix: build (#4314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev authored Dec 10, 2024
1 parent f64b2c3 commit 5598806
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/chatty-pants-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@nextui-org/button": patch
"@nextui-org/card": patch
"@nextui-org/checkbox": patch
"@nextui-org/dropdown": patch
"@nextui-org/input-otp": patch
"@nextui-org/listbox": patch
"@nextui-org/menu": patch
"@nextui-org/pagination": patch
"@nextui-org/radio": patch
"@nextui-org/ripple": patch
"@nextui-org/switch": patch
"@nextui-org/react": patch
"@nextui-org/theme": patch
---

Fix build
1 change: 1 addition & 0 deletions apps/docs/content/docs/components/checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ The `isIndeterminate` prop sets a `Checkbox` to an indeterminate state, overridi

- **base**: Checkbox wrapper, it handles alignment, placement, and general appearance.
- **wrapper**: An inner container that includes styles for relative positioning, flex properties, overflow handling and managing hover and selected states.
- **hiddenInput**: The hidden input element that is used to handle the checkbox state.
- **icon**: Icon within the checkbox, controlling size, visibility, and changes when checked.
- **label**: The text associated with the checkbox.

Expand Down

0 comments on commit 5598806

Please sign in to comment.