@jamsr-ui/input
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -51,3 +51,3 @@ import * as _jamsr_ui_icon_button_src_use_icon_button from '@jamsr-ui/icon-button/src/use-icon-button'; | ||
children: React.ReactNode; | ||
classNames: SlotsToClasses<"base" | "labelWrapper" | "label" | "mainWrapper" | "helper" | "startContent" | "endContent" | "notation" | "contentWrapper" | "clearButton" | "icon" | "legend" | "inputWrapper" | "innerWrapper" | "input"> | undefined; | ||
classNames: SlotsToClasses<"base" | "input" | "label" | "legend" | "icon" | "labelWrapper" | "mainWrapper" | "helper" | "startContent" | "endContent" | "notation" | "contentWrapper" | "clearButton" | "inputWrapper" | "innerWrapper"> | undefined; | ||
label: string | undefined; | ||
@@ -58,3 +58,3 @@ helperText: string | undefined; | ||
isClearable: boolean; | ||
variant: "standard" | "underlined" | "bordered" | "outlined"; | ||
variant: "outlined" | "standard" | "underlined" | "bordered"; | ||
slots: { | ||
@@ -61,0 +61,0 @@ eyeOpenIcon?: React.ReactNode; |
{ | ||
"name": "@jamsr-ui/input", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"sideEffects": false, | ||
@@ -10,7 +10,7 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@jamsr-ui/hooks": "^0.1.0", | ||
"@jamsr-ui/icon-button": "^0.1.0", | ||
"@jamsr-ui/hooks": "^0.1.1", | ||
"@jamsr-ui/icon-button": "^0.1.1", | ||
"@jamsr-ui/styles": "^0.1.0", | ||
"@jamsr-ui/shared-icons": "^0.1.0", | ||
"@jamsr-ui/utils": "^0.1.0" | ||
"@jamsr-ui/utils": "^0.1.1", | ||
"@jamsr-ui/shared-icons": "^0.1.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Updated@jamsr-ui/hooks@^0.1.1
Updated@jamsr-ui/icon-button@^0.1.1
Updated@jamsr-ui/utils@^0.1.1