fix(input): default label placement

This commit is contained in:
Junior Garcia 2023-04-05 00:10:23 -03:00
parent 7bfec0b730
commit 99965a07f0
89 changed files with 1275 additions and 48 deletions

View File

@ -1,5 +1,50 @@
# @nextui-org/accordion
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/use-aria-accordion-item@0.0.0-dev-v2-20230405030905
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230405030905
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405030905
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/aria-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/use-aria-accordion-item@0.0.0-dev-v2-20230405024854
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230405024854
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024854
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/aria-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/use-aria-accordion-item@0.0.0-dev-v2-20230405024536
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230405024536
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024536
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/aria-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",

View File

@ -1,5 +1,41 @@
# @nextui-org/avatar
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/use-image@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/use-image@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/use-image@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"

View File

@ -1,5 +1,38 @@
# @nextui-org/badge
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"

View File

@ -1,5 +1,44 @@
# @nextui-org/button
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/spinner@0.0.0-dev-v2-20230405030905
- @nextui-org/drip@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/spinner@0.0.0-dev-v2-20230405024854
- @nextui-org/drip@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/spinner@0.0.0-dev-v2-20230405024536
- @nextui-org/drip@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"

View File

@ -1,5 +1,41 @@
# @nextui-org/card
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/drip@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/drip@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/drip@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"

View File

@ -1,5 +1,38 @@
# @nextui-org/checkbox
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"

View File

@ -1,5 +1,41 @@
# @nextui-org/chip
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405030905
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024854
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024536
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"

View File

@ -1,5 +1,38 @@
# @nextui-org/code
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/code",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"

View File

@ -1,5 +1,38 @@
# @nextui-org/drip
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/drip",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A ripple effect for ensuring that the user fells the system is reacting instantaneously",
"keywords": [
"drip"

View File

@ -0,0 +1,40 @@
# @nextui-org/input
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405030905
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/use-aria-field@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024854
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/use-aria-field@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024536
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/use-aria-field@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.0.0-beta.1",
"version": "0.0.0-dev-v2-20230405030905",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"

View File

@ -114,7 +114,7 @@ export function useInput(originalProps: UseInputProps) {
});
const isInvalid = props.validationState === "invalid";
const labelPosition = originalProps.labelPosition || "outside";
const labelPosition = originalProps.labelPosition || "inside";
const isLabelPlaceholder = !props.placeholder && labelPosition !== "outside-left";
const isClearable = !!onClear || originalProps.isClearable;

View File

@ -434,6 +434,11 @@ const CustomWithHooksTemplate: ComponentStory<typeof Input> = (args: InputProps)
);
};
export const Empty = Template.bind({});
Empty.args = {
label: "Email",
};
export const Default = MirrorTemplate.bind({});
Default.args = {
...defaultProps,

View File

@ -1,5 +1,38 @@
# @nextui-org/link
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"

View File

@ -1,5 +1,44 @@
# @nextui-org/pagination
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405030905
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/use-pagination@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024854
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/use-pagination@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-icons@0.0.0-dev-v2-20230405024536
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/use-pagination@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"

View File

@ -1,5 +1,44 @@
# @nextui-org/progress
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230405030905
- @nextui-org/use-is-mounted@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230405024854
- @nextui-org/use-is-mounted@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230405024536
- @nextui-org/use-is-mounted@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/progress",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"

View File

@ -1,5 +1,38 @@
# @nextui-org/radio
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"

View File

@ -1,5 +1,44 @@
# @nextui-org/snippet
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/use-clipboard@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/tooltip@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/use-clipboard@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/tooltip@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/use-clipboard@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/tooltip@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"

View File

@ -1,5 +1,38 @@
# @nextui-org/spinner
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/spinner",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Loaders express an unspecified wait time or display the length of a process.",
"keywords": [
"loading",

View File

@ -1,5 +1,38 @@
# @nextui-org/switch
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/switch",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"keywords": [
"switch"

View File

@ -1,5 +1,44 @@
# @nextui-org/tooltip
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230405030905
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/react-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230405024854
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/react-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/framer-transitions@0.0.0-dev-v2-20230405024536
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/react-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/tooltip",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"

View File

@ -1,5 +1,41 @@
# @nextui-org/user
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/avatar@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/avatar@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/avatar@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/user",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Flexible User Profile Component.",
"keywords": [
"user"

View File

@ -1,5 +1,88 @@
# @nextui-org/react
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/pagination@0.0.0-dev-v2-20230405030905
- @nextui-org/accordion@0.0.0-dev-v2-20230405030905
- @nextui-org/checkbox@0.0.0-dev-v2-20230405030905
- @nextui-org/progress@0.0.0-dev-v2-20230405030905
- @nextui-org/snippet@0.0.0-dev-v2-20230405030905
- @nextui-org/spinner@0.0.0-dev-v2-20230405030905
- @nextui-org/tooltip@0.0.0-dev-v2-20230405030905
- @nextui-org/avatar@0.0.0-dev-v2-20230405030905
- @nextui-org/button@0.0.0-dev-v2-20230405030905
- @nextui-org/switch@0.0.0-dev-v2-20230405030905
- @nextui-org/badge@0.0.0-dev-v2-20230405030905
- @nextui-org/input@0.0.0-dev-v2-20230405030905
- @nextui-org/radio@0.0.0-dev-v2-20230405030905
- @nextui-org/card@0.0.0-dev-v2-20230405030905
- @nextui-org/chip@0.0.0-dev-v2-20230405030905
- @nextui-org/code@0.0.0-dev-v2-20230405030905
- @nextui-org/drip@0.0.0-dev-v2-20230405030905
- @nextui-org/link@0.0.0-dev-v2-20230405030905
- @nextui-org/user@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
- @nextui-org/theme@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/pagination@0.0.0-dev-v2-20230405024854
- @nextui-org/accordion@0.0.0-dev-v2-20230405024854
- @nextui-org/checkbox@0.0.0-dev-v2-20230405024854
- @nextui-org/progress@0.0.0-dev-v2-20230405024854
- @nextui-org/snippet@0.0.0-dev-v2-20230405024854
- @nextui-org/spinner@0.0.0-dev-v2-20230405024854
- @nextui-org/tooltip@0.0.0-dev-v2-20230405024854
- @nextui-org/avatar@0.0.0-dev-v2-20230405024854
- @nextui-org/button@0.0.0-dev-v2-20230405024854
- @nextui-org/switch@0.0.0-dev-v2-20230405024854
- @nextui-org/badge@0.0.0-dev-v2-20230405024854
- @nextui-org/input@0.0.0-dev-v2-20230405024854
- @nextui-org/radio@0.0.0-dev-v2-20230405024854
- @nextui-org/card@0.0.0-dev-v2-20230405024854
- @nextui-org/chip@0.0.0-dev-v2-20230405024854
- @nextui-org/code@0.0.0-dev-v2-20230405024854
- @nextui-org/drip@0.0.0-dev-v2-20230405024854
- @nextui-org/link@0.0.0-dev-v2-20230405024854
- @nextui-org/user@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
- @nextui-org/theme@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/pagination@0.0.0-dev-v2-20230405024536
- @nextui-org/accordion@0.0.0-dev-v2-20230405024536
- @nextui-org/checkbox@0.0.0-dev-v2-20230405024536
- @nextui-org/progress@0.0.0-dev-v2-20230405024536
- @nextui-org/snippet@0.0.0-dev-v2-20230405024536
- @nextui-org/spinner@0.0.0-dev-v2-20230405024536
- @nextui-org/tooltip@0.0.0-dev-v2-20230405024536
- @nextui-org/avatar@0.0.0-dev-v2-20230405024536
- @nextui-org/button@0.0.0-dev-v2-20230405024536
- @nextui-org/switch@0.0.0-dev-v2-20230405024536
- @nextui-org/badge@0.0.0-dev-v2-20230405024536
- @nextui-org/radio@0.0.0-dev-v2-20230405024536
- @nextui-org/card@0.0.0-dev-v2-20230405024536
- @nextui-org/chip@0.0.0-dev-v2-20230405024536
- @nextui-org/code@0.0.0-dev-v2-20230405024536
- @nextui-org/drip@0.0.0-dev-v2-20230405024536
- @nextui-org/link@0.0.0-dev-v2-20230405024536
- @nextui-org/user@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
- @nextui-org/theme@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
@ -58,7 +58,8 @@
"@nextui-org/switch": "workspace:*",
"@nextui-org/tooltip": "workspace:*",
"@nextui-org/user": "workspace:*",
"@nextui-org/progress": "workspace:*"
"@nextui-org/progress": "workspace:*",
"@nextui-org/input": "workspace:*"
},
"peerDependencies": {
"react": ">=18"

View File

@ -18,3 +18,4 @@ export * from "@nextui-org/switch";
export * from "@nextui-org/tooltip";
export * from "@nextui-org/user";
export * from "@nextui-org/progress";
export * from "@nextui-org/input";

View File

@ -1,5 +1,23 @@
# @nextui-org/system
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/system",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "NextUI system primitives",
"keywords": [
"system"

View File

@ -10,7 +10,7 @@ export function forwardRef<Props extends object, Component extends As>(
}
>,
) {
return baseForwardRef(component) as unknown as ComponentWithAs<Component, Props>;
return (baseForwardRef(component) as unknown) as ComponentWithAs<Component, Props>;
}
export const toIterator = (obj: any) => {

View File

@ -1,5 +1,23 @@
# @nextui-org/theme
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "The default theme for NextUI components",
"keywords": [
"theme",

View File

@ -1,5 +1,23 @@
# @nextui-org/use-aria-accordion-item
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-accordion-item",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Internal impl for react aria accordion item",
"keywords": [
"use-aria-accordion-item"

View File

@ -0,0 +1,28 @@
# @nextui-org/use-aria-field
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/use-aria-slot-id@0.0.0-dev-v2-20230405030905
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/use-aria-slot-id@0.0.0-dev-v2-20230405024854
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/use-aria-slot-id@0.0.0-dev-v2-20230405024536
- @nextui-org/use-aria-label@0.0.0-dev-v2-20230405024536

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-field",
"version": "2.0.0-beta.1",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Based on react-aria useField hook, provides the accessibility implementation for input fields",
"keywords": [
"use-aria-field"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-aria-label
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-label",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Based on react-aria label hook, it provides the accessibility implementation for labels and their associated elements. Labels provide context for user inputs.",
"keywords": [
"use-aria-label"

View File

@ -0,0 +1,19 @@
# @nextui-org/use-aria-slot-id
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-slot-id",
"version": "2.0.0-beta.1",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Based on react-aria useSlotId, used to generate an id, and after render check if that id is rendered",
"keywords": [
"use-aria-slot-id"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-clipboard
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-clipboard",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Wrapper around navigator.clipboard with feedback timeout",
"keywords": [
"use-clipboard"

View File

@ -1,5 +1,29 @@
# @nextui-org/use-image
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-image",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "React hook for progressing image loading",
"keywords": [
"use-image"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-is-mounted
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-is-mounted",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "This hook can be used to render client-based components or run client logic",
"keywords": [
"use-is-mounted"

View File

@ -1,5 +1,29 @@
# @nextui-org/use-pagination
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-pagination",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state",
"keywords": [
"use-pagination"

View File

@ -1,5 +1,29 @@
# @nextui-org/use-real-shape
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/dom-utils@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-real-shape",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Hook that returns the real dimensions of an element",
"keywords": [
"use-real-shape"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-ref-state
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-ref-state",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Hook for saving the state in a ref value",
"keywords": [
"use-ref-state"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-resize
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-resize",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Hook that adds an event listener to the resize window event",
"keywords": [
"use-resize"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-safe-layout-effect
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-safe-layout-effect",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "",
"keywords": [
"use-safe-layout-effect"

View File

@ -1,5 +1,23 @@
# @nextui-org/use-ssr
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-ssr",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "",
"keywords": [
"use-ssr"

View File

@ -1,5 +1,29 @@
# @nextui-org/aria-utils
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/system@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/system@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/system@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/aria-utils",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A package for managing @react-aria nextui utils.",
"keywords": [
"aria-utils"

View File

@ -1,5 +1,23 @@
# @nextui-org/dom-utils
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/dom-utils",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "NextUI DOM Utilities",
"keywords": [
"dom-utils"

View File

@ -1,5 +1,32 @@
# @nextui-org/framer-transitions
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/framer-transitions",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A set of framer motion transitions for react",
"keywords": [
"framer-transitions"

View File

@ -1,5 +1,32 @@
# @nextui-org/react-utils
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405030905
- @nextui-org/system@0.0.0-dev-v2-20230405030905
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024854
- @nextui-org/system@0.0.0-dev-v2-20230405024854
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
- Updated dependencies
- @nextui-org/shared-utils@0.0.0-dev-v2-20230405024536
- @nextui-org/system@0.0.0-dev-v2-20230405024536
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react-utils",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A package for sharing react components and utilities",
"keywords": [
"react-utils"

View File

@ -1,5 +1,23 @@
# @nextui-org/shared-icons
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/shared-icons",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "Internal icons set, commonly used in the components stories",
"keywords": [
"icons-utils"

View File

@ -1,5 +1,23 @@
# @nextui-org/shared-utils
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/shared-utils",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A set of NextUI utilities",
"keywords": [
"system"

View File

@ -1,5 +1,23 @@
# @nextui-org/test-utils
## 0.0.0-dev-v2-20230405030905
### Patch Changes
- Fix default labelPlacement in the input
## 0.0.0-dev-v2-20230405024854
### Patch Changes
- Input component added to the react exports
## 0.0.0-dev-v2-20230405024536
### Patch Changes
- Input component created
## 0.0.0-dev-v2-20230401132309
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/test-utils",
"version": "0.0.0-dev-v2-20230401132309",
"version": "0.0.0-dev-v2-20230405030905",
"description": "A set of utilities for react testing",
"keywords": [
"test-utils"

6
pnpm-lock.yaml generated
View File

@ -840,9 +840,6 @@ importers:
'@react-aria/focus':
specifier: ^3.11.0
version: 3.11.0(react@18.2.0)
'@react-aria/i18n':
specifier: ^3.7.0
version: 3.7.0(react@18.2.0)
'@react-aria/interactions':
specifier: ^3.14.0
version: 3.14.0(react@18.2.0)
@ -1246,6 +1243,9 @@ importers:
'@nextui-org/drip':
specifier: workspace:*
version: link:../../components/drip
'@nextui-org/input':
specifier: workspace:*
version: link:../../components/input
'@nextui-org/link':
specifier: workspace:*
version: link:../../components/link