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-20230428031422 to 0.0.0-dev-v2-20230428203230

dist/chunk-6QKRZ3JE.mjs

2

dist/components/badge.js

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

faded: {
badge: "border-2.5"
badge: "border-2"
},

@@ -133,0 +133,0 @@ shadow: {}

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

flat: "",
faded: "border-2.5",
faded: "border-2",
shadow: "",

@@ -137,0 +137,0 @@ ghost: "border-2 !bg-transparent"

@@ -105,2 +105,7 @@ import * as tailwind_variants from 'tailwind-variants';

};
isBlurred: {
true: {
base: string[];
};
};
isFooterBlurred: {

@@ -213,2 +218,7 @@ true: {

};
isBlurred: {
true: {
base: string[];
};
};
isFooterBlurred: {

@@ -215,0 +225,0 @@ true: {

@@ -171,2 +171,18 @@ "use strict";

},
isBlurred: {
true: {
base: [
"bg-transparent",
"dark:bg-transparent",
"before:bg-background/10",
"before:content-['']",
"before:block",
"before:z-[-1]",
"before:absolute",
"before:inset-0",
"before:backdrop-blur-md",
"before:backdrop-saturate-200"
]
}
},
isFooterBlurred: {

@@ -173,0 +189,0 @@ true: {

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

bordered: {
base: "border-2.5 bg-transparent"
base: "border-2 bg-transparent"
},

@@ -143,7 +143,7 @@ light: {

faded: {
base: "border-2.5"
base: "border-2"
},
shadow: {},
dot: {
base: "border-2.5 border-neutral text-foreground bg-transparent"
base: "border-2 border-neutral text-foreground bg-transparent"
}

@@ -150,0 +150,0 @@ },

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

svg: string;
track: string;
circle: string;

@@ -94,0 +95,0 @@ value: string;

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

svg: "z-0 relative overflow-hidden",
track: "h-full stroke-neutral-300/50",
circle: "h-full stroke-current",

@@ -35,0 +36,0 @@ value: "absolute font-normal inset-0 flex items-center justify-center"

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

item: [
"border-2.5",
"border-2",
"border-neutral",

@@ -138,3 +138,3 @@ "bg-transparent",

faded: {
item: "border-2.5"
item: "border-2"
}

@@ -141,0 +141,0 @@ },

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

value: "",
track: "z-0 relative bg-neutral-200 overflow-hidden",
track: "z-0 relative bg-neutral-300/50 overflow-hidden",
filler: "h-full"

@@ -37,0 +37,0 @@ },

@@ -27,2 +27,6 @@ import * as tailwind_variants from 'tailwind-variants';

};
light: {
tabList: string;
cursor: string;
};
underlined: {

@@ -128,2 +132,6 @@ tabList: string;

};
light: {
tabList: string;
cursor: string;
};
underlined: {

@@ -130,0 +138,0 @@ tabList: string;

@@ -155,2 +155,6 @@ "use strict";

},
light: {
tabList: "bg-transparent",
cursor: "inset-0"
},
underlined: {

@@ -256,3 +260,3 @@ tabList: "bg-transparent",

{
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
color: "neutral",

@@ -265,3 +269,3 @@ class: {

{
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
color: "primary",

@@ -274,3 +278,3 @@ class: {

{
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
color: "secondary",

@@ -283,3 +287,3 @@ class: {

{
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
color: "success",

@@ -292,3 +296,3 @@ class: {

{
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
color: "warning",

@@ -301,3 +305,3 @@ class: {

{
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
color: "danger",

@@ -376,3 +380,3 @@ class: {

color: "neutral",
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
class: {

@@ -385,3 +389,3 @@ tab: "data-[selected=true]:bg-neutral data-[selected=true]:text-neutral-foreground"

color: "primary",
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
class: {

@@ -394,3 +398,3 @@ tab: "data-[selected=true]:bg-primary data-[selected=true]:text-primary-foreground"

color: "secondary",
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
class: {

@@ -403,3 +407,3 @@ tab: "data-[selected=true]:bg-secondary data-[selected=true]:text-secondary-foreground"

color: "success",
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
class: {

@@ -412,3 +416,3 @@ tab: "data-[selected=true]:bg-success data-[selected=true]:text-success-foreground"

color: "warning",
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
class: {

@@ -421,3 +425,3 @@ tab: "data-[selected=true]:bg-warning data-[selected=true]:text-warning-foreground"

color: "danger",
variant: ["solid", "bordered"],
variant: ["solid", "bordered", "light"],
class: {

@@ -424,0 +428,0 @@ tab: "data-[selected=true]:bg-danger data-[selected=true]:text-danger-foreground"

{
"name": "@nextui-org/theme",
"version": "0.0.0-dev-v2-20230428031422",
"version": "0.0.0-dev-v2-20230428203230",
"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 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

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