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.0.73 to 0.0.74

dist/chunk-7WISQIHF.js

2

dist/index.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
"use client";var _chunkFVMTGCUDjs = require('./chunk-FVMTGCUD.js');var _chunkFASL66VLjs = require('./chunk-FASL66VL.js');var _chunkZWX4FGAIjs = require('./chunk-ZWX4FGAI.js');exports.Input = _chunkFVMTGCUDjs.a; exports.inputVariants = _chunkZWX4FGAIjs.b; exports.useInput = _chunkFASL66VLjs.a;
"use client";var _chunkLGFY2MNYjs = require('./chunk-LGFY2MNY.js');var _chunk7WISQIHFjs = require('./chunk-7WISQIHF.js');var _chunkZWX4FGAIjs = require('./chunk-ZWX4FGAI.js');exports.Input = _chunkLGFY2MNYjs.a; exports.inputVariants = _chunkZWX4FGAIjs.b; exports.useInput = _chunk7WISQIHFjs.a;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkFVMTGCUDjs = require('./chunk-FVMTGCUD.js');require('./chunk-FASL66VL.js');require('./chunk-ZWX4FGAI.js');exports.Input = _chunkFVMTGCUDjs.a;
var _chunkLGFY2MNYjs = require('./chunk-LGFY2MNY.js');require('./chunk-7WISQIHF.js');require('./chunk-ZWX4FGAI.js');exports.Input = _chunkLGFY2MNYjs.a;

@@ -12,4 +12,4 @@ import { InputProps } from './input.js';

export interface UIStylesType {
input?: Pick<InputProps, "className" | "classNames">;
input?: Partial<InputProps>;
}
}

@@ -36,3 +36,3 @@ import * as react from 'react';

type UseInputProps = InputProps & Props & InputVariantProps;
declare const useInput: (props: UseInputProps) => {
declare const useInput: ($props: UseInputProps) => {
Component: _jamsr_ui_utils.As<any>;

@@ -39,0 +39,0 @@ InputComponent: string;

"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkFASL66VLjs = require('./chunk-FASL66VL.js');require('./chunk-ZWX4FGAI.js');exports.useInput = _chunkFASL66VLjs.a;
var _chunk7WISQIHFjs = require('./chunk-7WISQIHF.js');require('./chunk-ZWX4FGAI.js');exports.useInput = _chunk7WISQIHFjs.a;
{
"name": "@jamsr-ui/input",
"version": "0.0.73",
"version": "0.0.74",
"description": "A react js ui library with tailwindcss",

@@ -27,7 +27,7 @@ "sideEffects": false,

"dependencies": {
"@jamsr-ui/button": "^0.0.60",
"@jamsr-ui/hooks": "^0.0.39",
"@jamsr-ui/styles": "^0.0.4",
"@jamsr-ui/shared-icons": "^0.0.52",
"@jamsr-ui/utils": "^0.0.54"
"@jamsr-ui/styles": "^0.0.5",
"@jamsr-ui/shared-icons": "^0.0.53",
"@jamsr-ui/button": "^0.0.61",
"@jamsr-ui/hooks": "^0.0.40",
"@jamsr-ui/utils": "^0.0.55"
},

@@ -34,0 +34,0 @@ "exports": {

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

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