@jamsr-ui/input
Advanced tools
Comparing version 0.0.121 to 0.0.122
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
"use client";var _chunkVPBU5HO3js = require('./chunk-VPBU5HO3.js');require('./chunk-N4MRQAQB.js');var _chunk3KSNMBZ3js = require('./chunk-3KSNMBZ3.js');exports.Input = _chunkVPBU5HO3js.a; exports.inputVariants = _chunk3KSNMBZ3js.b; | ||
"use client";var _chunkAVXPFS4Ojs = require('./chunk-AVXPFS4O.js');require('./chunk-IFEIYQDY.js');var _chunk6ALKQT2Ojs = require('./chunk-6ALKQT2O.js');exports.Input = _chunkAVXPFS4Ojs.a; exports.inputVariants = _chunk6ALKQT2Ojs.b; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkVPBU5HO3js = require('./chunk-VPBU5HO3.js');require('./chunk-N4MRQAQB.js');require('./chunk-3KSNMBZ3.js');exports.Input = _chunkVPBU5HO3js.a; | ||
var _chunkAVXPFS4Ojs = require('./chunk-AVXPFS4O.js');require('./chunk-IFEIYQDY.js');require('./chunk-6ALKQT2O.js');exports.Input = _chunkAVXPFS4Ojs.a; |
@@ -32,3 +32,3 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -39,3 +39,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -122,3 +122,3 @@ label: string; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -129,3 +129,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -196,3 +196,3 @@ label: string; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -203,3 +203,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -270,3 +270,3 @@ label: string; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -277,3 +277,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -360,3 +360,3 @@ label: string; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -367,3 +367,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -450,3 +450,3 @@ label: string; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -457,3 +457,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -524,3 +524,3 @@ label: string; | ||
}; | ||
outlined: { | ||
bordered: { | ||
inputWrapper: string; | ||
@@ -531,3 +531,3 @@ startContent: string; | ||
}; | ||
bordered: { | ||
outlined: { | ||
inputWrapper: string; | ||
@@ -534,0 +534,0 @@ label: string; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunk3KSNMBZ3js = require('./chunk-3KSNMBZ3.js');exports.inputVariants = _chunk3KSNMBZ3js.b; exports.test = _chunk3KSNMBZ3js.a; | ||
var _chunk6ALKQT2Ojs = require('./chunk-6ALKQT2O.js');exports.inputVariants = _chunk6ALKQT2Ojs.b; exports.test = _chunk6ALKQT2Ojs.a; |
@@ -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" | "input" | "label" | "legend" | "labelWrapper" | "mainWrapper" | "helper" | "startContent" | "endContent" | "notation" | "contentWrapper" | "clearButton" | "icon" | "inputWrapper" | "innerWrapper"> | 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" | "outlined" | "bordered" | "underlined"; | ||
variant: "outlined" | "standard" | "bordered" | "underlined"; | ||
slots: { | ||
@@ -61,0 +61,0 @@ eyeOpenIcon?: React.ReactNode; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client" | ||
var _chunkN4MRQAQBjs = require('./chunk-N4MRQAQB.js');require('./chunk-3KSNMBZ3.js');exports.useInput = _chunkN4MRQAQBjs.a; | ||
var _chunkIFEIYQDYjs = require('./chunk-IFEIYQDY.js');require('./chunk-6ALKQT2O.js');exports.useInput = _chunkIFEIYQDYjs.a; |
{ | ||
"name": "@jamsr-ui/input", | ||
"version": "0.0.121", | ||
"version": "0.0.122", | ||
"sideEffects": false, | ||
@@ -10,6 +10,6 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@jamsr-ui/hooks": "^0.0.60", | ||
"@jamsr-ui/icon-button": "^0.0.19", | ||
"@jamsr-ui/shared-icons": "^0.0.70", | ||
"@jamsr-ui/styles": "^0.0.19", | ||
"@jamsr-ui/icon-button": "^0.0.19", | ||
"@jamsr-ui/hooks": "^0.0.60", | ||
"@jamsr-ui/utils": "^0.0.78" | ||
@@ -16,0 +16,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
64752