@jamsr-ui/input
Advanced tools
Comparing version 0.0.83 to 0.0.84
@@ -40,3 +40,3 @@ import * as react from 'react'; | ||
children: react.ReactNode; | ||
classNames: SlotsToClasses<"base" | "input" | "label" | "startContent" | "endContent" | "labelWrapper" | "mainWrapper" | "innerWrapper" | "helper" | "notation" | "contentWrapper" | "inputWrapper"> | undefined; | ||
classNames: SlotsToClasses<"base" | "input" | "label" | "labelWrapper" | "mainWrapper" | "innerWrapper" | "helper" | "startContent" | "endContent" | "notation" | "contentWrapper" | "inputWrapper"> | undefined; | ||
label: string | undefined; | ||
@@ -46,3 +46,3 @@ helperText: string | undefined; | ||
endContent: react.ReactNode; | ||
variant: "outlined" | "standard"; | ||
variant: "standard" | "outlined"; | ||
isInvalid: boolean | undefined; | ||
@@ -49,0 +49,0 @@ isSecuredText: boolean | undefined; |
{ | ||
"name": "@jamsr-ui/input", | ||
"version": "0.0.83", | ||
"version": "0.0.84", | ||
"description": "A react js ui library with tailwindcss", | ||
@@ -29,5 +29,5 @@ "sideEffects": false, | ||
"@jamsr-ui/hooks": "^0.0.42", | ||
"@jamsr-ui/styles": "^0.0.7", | ||
"@jamsr-ui/shared-icons": "^0.0.56", | ||
"@jamsr-ui/utils": "^0.0.60", | ||
"@jamsr-ui/shared-icons": "^0.0.55" | ||
"@jamsr-ui/styles": "^0.0.7" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
+ Added@jamsr-ui/shared-icons@0.0.56(transitive)
- Removed@jamsr-ui/shared-icons@0.0.55(transitive)