Socket
Socket
Sign inDemoInstall

@nextui-org/theme

Package Overview
Dependencies
Maintainers
1
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/theme - npm Package Compare versions

Comparing version 0.0.0-dev-v2-20230405030905 to 0.0.0-dev-v2-20230405200614

dist/chunk-6YCEBN5V.mjs

16

dist/components/input.d.ts

@@ -10,3 +10,3 @@ import * as tailwind_variants from 'tailwind-variants';

* ```js
* const {base, label, inputWrapper, input, clearButton, description, helperText} = input({...})
* const {base, label, inputWrapper, input, clearButton, description, errorMessage} = input({...})
*

@@ -20,3 +20,3 @@ * <div className={base())}>

* <span className={description()}>Description</span>
* <span className={helperText()}>Helper text</span>
* <span className={errorMessage()}>Invalid input</span>
* </div>

@@ -164,2 +164,8 @@ * ```

};
isMultiline: {
true: {
inputWrapper: string;
input: string;
};
};
disableAnimation: {

@@ -324,2 +330,8 @@ true: {

};
isMultiline: {
true: {
inputWrapper: string;
input: string;
};
};
disableAnimation: {

@@ -326,0 +338,0 @@ true: {

@@ -224,3 +224,3 @@ "use strict";

true: {
label: "text-danger",
label: "!text-danger",
input: "placeholder:text-danger text-danger"

@@ -234,2 +234,8 @@ }

},
isMultiline: {
true: {
inputWrapper: "!h-auto",
input: "resize-none"
}
},
disableAnimation: {

@@ -236,0 +242,0 @@ true: {

2

package.json
{
"name": "@nextui-org/theme",
"version": "0.0.0-dev-v2-20230405030905",
"version": "0.0.0-dev-v2-20230405200614",
"description": "The default theme for NextUI components",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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 too big to display

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