Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@nextui-org/theme

Package Overview
Dependencies
Maintainers
1
Versions
454
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-20241007122606 to 0.0.0-canary-20241011085557

dist/chunk-5BOXFKXZ.mjs

6

dist/components/checkbox.js

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

wrapper: [
"w-4 h-4 mr-2 rtl:ml-2 rtl:mr-[unset]",
"w-4 h-4 me-2",
"rounded-[calc(theme(borderRadius.medium)*0.5)]",

@@ -144,3 +144,3 @@ "before:rounded-[calc(theme(borderRadius.medium)*0.5)]",

wrapper: [
"w-5 h-5 mr-2 rtl:ml-2 rtl:mr-[unset]",
"w-5 h-5 me-2",
"rounded-[calc(theme(borderRadius.medium)*0.6)]",

@@ -155,3 +155,3 @@ "before:rounded-[calc(theme(borderRadius.medium)*0.6)]",

wrapper: [
"w-6 h-6 mr-2 rtl:ml-2 rtl:mr-[unset]",
"w-6 h-6 me-2",
"rounded-[calc(theme(borderRadius.medium)*0.7)]",

@@ -158,0 +158,0 @@ "before:rounded-[calc(theme(borderRadius.medium)*0.7)]",

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

label: "w-full text-foreground",
helperWrapper: "absolute top-[calc(100%_+_2px)] left-0 rtl:right-0"
helperWrapper: "absolute top-[calc(100%_+_2px)] start-0"
},

@@ -222,3 +222,3 @@ "outside-left": {

inputWrapper: "relative flex-1",
helperWrapper: "absolute top-[calc(100%_+_2px)] left-0 rtl:right-0"
helperWrapper: "absolute top-[calc(100%_+_2px)] start-0"
},

@@ -225,0 +225,0 @@ inside: {

@@ -91,4 +91,3 @@ "use strict";

"pointer-events-none",
"origin-top-left",
"rtl:origin-top-right",
"origin-top-start",
"subpixel-antialiased",

@@ -251,3 +250,3 @@ "block",

true: {
input: "peer pr-6 rtl:pr-0 rtl:pl-6",
input: "peer pe-6",
clearButton: "peer-data-[filled=true]:opacity-70 peer-data-[filled=true]:block"

@@ -271,3 +270,3 @@ }

true: {
label: "after:content-['*'] after:text-danger after:ml-0.5 rtl:after:ml-[unset] rtl:after:mr-0.5"
label: "after:content-['*'] after:text-danger after:ms-0.5"
}

@@ -274,0 +273,0 @@ },

@@ -114,5 +114,3 @@ "use strict";

"top-1",
"right-1",
"rtl:left-1",
"rtl:right-[unset]",
"end-1",
"p-2",

@@ -119,0 +117,0 @@ "text-foreground-500",

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

control: "w-2 h-2",
labelWrapper: "ml-2 rtl:mr-2 rtl:ml-[unset]",
labelWrapper: "ms-2",
label: "text-medium",

@@ -157,3 +157,3 @@ description: "text-small"

control: "w-2.5 h-2.5",
labelWrapper: "ml-2 rtl:mr-2 rtl:ml-[unset]",
labelWrapper: "ms-2",
label: "text-large",

@@ -160,0 +160,0 @@ description: "text-medium"

@@ -81,4 +81,3 @@ "use strict";

"z-10",
"origin-top-left",
"rtl:origin-top-right",
"origin-top-start",
"subpixel-antialiased",

@@ -94,3 +93,3 @@ "text-small",

spinner: "absolute end-3",
value: ["text-foreground-500", "font-normal", "w-full", "text-left", "rtl:text-right"],
value: ["text-foreground-500", "font-normal", "w-full", "text-start"],
listboxWrapper: "scroll-py-6 max-h-64 w-full",

@@ -259,4 +258,3 @@ listbox: "",

"will-change-auto",
"origin-top-left",
"rtl:origin-top-right",
"origin-top-start",
"!duration-200",

@@ -263,0 +261,0 @@ "!ease-out",

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

],
startContent: "z-0 absolute left-1.5 rtl:right-1.5 rtl:left-[unset] text-current",
endContent: "z-0 absolute right-1.5 rtl:left-1.5 rtl:right-[unset] text-default-600",
startContent: "z-0 absolute start-1.5 text-current",
endContent: "z-0 absolute end-1.5 text-default-600",
thumbIcon: "text-black",

@@ -149,6 +149,6 @@ label: "relative text-foreground select-none"

sm: {
wrapper: "w-10 h-6 mr-2 rtl:ml-2 rtl:mr-[unset]",
wrapper: "w-10 h-6 me-2",
thumb: [
"w-4 h-4 text-tiny",
"group-data-[selected=true]:ml-4 rtl:group-data-[selected=true]:ml-0 rtl:group-data-[selected=true]:mr-4"
"group-data-[selected=true]:ms-4"
],

@@ -160,6 +160,6 @@ endContent: "text-tiny",

md: {
wrapper: "w-12 h-7 mr-2 rtl:ml-2 rtl:mr-[unset]",
wrapper: "w-12 h-7 me-2",
thumb: [
"w-5 h-5 text-small",
"group-data-[selected=true]:ml-5 rtl:group-data-[selected=true]:ml-0 rtl:group-data-[selected=true]:mr-5"
"group-data-[selected=true]:ms-5"
],

@@ -171,6 +171,6 @@ endContent: "text-small",

lg: {
wrapper: "w-14 h-8 mr-2 rtl:ml-2 rtl:mr-[unset]",
wrapper: "w-14 h-8 me-2",
thumb: [
"w-6 h-6 text-medium",
"group-data-[selected=true]:ml-6 rtl:group-data-[selected=true]:ml-0 rtl:group-data-[selected=true]:mr-6"
"group-data-[selected=true]:ms-6"
],

@@ -177,0 +177,0 @@ endContent: "text-medium",

{
"name": "@nextui-org/theme",
"version": "0.0.0-canary-20241007122606",
"version": "0.0.0-canary-20241011085557",
"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 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