New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jamsr-ui/input

Package Overview
Dependencies
Maintainers
0
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/input - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/use-input.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc