Socket
Socket
Sign inDemoInstall

@nextui-org/theme

Package Overview
Dependencies
Maintainers
1
Versions
422
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-canary-20240716211648 to 0.0.0-canary-20240718174436

dist/chunk-MERQJVXF.mjs

14

dist/components/button.d.ts

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

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -113,3 +113,3 @@ };

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -161,3 +161,3 @@ };

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -209,3 +209,3 @@ };

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -257,3 +257,3 @@ };

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -305,3 +305,3 @@ };

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -353,3 +353,3 @@ };

disableAnimation: {
true: "!transition-none";
true: "!transition-none data-[pressed=true]:scale-100";
false: "transition-transform-colors-opacity motion-reduce:transition-none";

@@ -356,0 +356,0 @@ };

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

disableAnimation: {
true: "!transition-none",
true: "!transition-none data-[pressed=true]:scale-100",
false: "transition-transform-colors-opacity motion-reduce:transition-none"

@@ -227,0 +227,0 @@ }

@@ -74,4 +74,4 @@ "use strict";

popoverContent: "p-0 w-full",
calendar: "w-[var(--calendar-width)] shadow-none",
calendarContent: "w-[var(--calendar-width)]",
calendar: "w-[calc(var(--visible-months)_*_var(--calendar-width))] shadow-none",
calendarContent: "w-[calc(var(--visible-months)_*_var(--calendar-width))]",
timeInputLabel: "font-medium",

@@ -78,0 +78,0 @@ timeInput: "px-5 pb-4 flex-wrap gap-x-6"

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

inside: {
base: "max-h-[calc(100%_-_7.5rem)]",
base: "max-h-[calc(100%_-_8rem)]",
body: "overflow-y-auto"

@@ -214,0 +214,0 @@ },

@@ -110,3 +110,2 @@ "use strict";

"outline-none",
"data-[sortable=true]:transition-colors",
"data-[sortable=true]:cursor-pointer",

@@ -113,0 +112,0 @@ "data-[hover=true]:text-foreground-400",

{
"name": "@nextui-org/theme",
"version": "0.0.0-canary-20240716211648",
"version": "0.0.0-canary-20240718174436",
"description": "The default theme for NextUI components",

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

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

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

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