@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230428210058 to 0.0.0-dev-v2-20230429140802
@@ -168,3 +168,3 @@ "use strict"; | ||
xl: { | ||
base: "w-16 h-16 text-md" | ||
base: "w-16 h-16 text-base" | ||
} | ||
@@ -171,0 +171,0 @@ }, |
@@ -168,3 +168,3 @@ "use strict"; | ||
xl: { | ||
badge: "px-1 text-md" | ||
badge: "px-1 text-base" | ||
} | ||
@@ -171,0 +171,0 @@ }, |
@@ -142,3 +142,3 @@ "use strict"; | ||
md: "px-4 h-10 text-base", | ||
lg: "px-6 h-12 text-md", | ||
lg: "px-6 h-12 text-base", | ||
xl: "px-8 h-14 text-lg" | ||
@@ -145,0 +145,0 @@ }, |
@@ -136,3 +136,3 @@ "use strict"; | ||
input: "text-xs", | ||
clearButton: "text-md" | ||
clearButton: "text-base" | ||
}, | ||
@@ -151,3 +151,3 @@ md: { | ||
inputWrapper: "h-14", | ||
input: "text-md", | ||
input: "text-base", | ||
clearButton: "text-xl right-3.5" | ||
@@ -739,3 +739,3 @@ } | ||
label: [ | ||
"text-md", | ||
"text-base", | ||
"group-focus-within:text-sm", | ||
@@ -742,0 +742,0 @@ "group-focus-within:-translate-y-3", |
@@ -125,8 +125,3 @@ "use strict"; | ||
bordered: { | ||
item: [ | ||
"border-2", | ||
"border-neutral", | ||
"bg-transparent", | ||
"data-[hover=true]:bg-neutral-100" | ||
] | ||
item: ["border-2", "border-neutral", "bg-transparent", "data-[hover=true]:bg-neutral-100"] | ||
}, | ||
@@ -133,0 +128,0 @@ light: { |
@@ -37,2 +37,3 @@ "use strict"; | ||
var import_lodash2 = __toESM(require("lodash.get")); | ||
var import_lodash3 = __toESM(require("lodash.omit")); | ||
var import_deepmerge = __toESM(require("deepmerge")); | ||
@@ -585,6 +586,8 @@ | ||
const defaultTheme = config.defaultTheme || "light"; | ||
const otherThemes = (0, import_lodash3.default)(config.themes, ["light", "dark"]) || {}; | ||
return corePlugin( | ||
{ | ||
light: (0, import_deepmerge.default)(semanticColors.light, userLightColors), | ||
dark: (0, import_deepmerge.default)(semanticColors.dark, userDarkColors) | ||
dark: (0, import_deepmerge.default)(semanticColors.dark, userDarkColors), | ||
...otherThemes | ||
}, | ||
@@ -591,0 +594,0 @@ defaultTheme |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230428210058", | ||
"version": "0.0.0-dev-v2-20230429140802", | ||
"description": "The default theme for NextUI components", | ||
@@ -40,2 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/lodash.omit": "^4.5.7", | ||
"color": "^4.2.3", | ||
@@ -48,2 +49,3 @@ "color2k": "^2.0.2", | ||
"lodash.isempty": "^4.4.0", | ||
"lodash.omit": "^4.5.0", | ||
"tailwind-variants": "^0.1.3", | ||
@@ -50,0 +52,0 @@ "tailwindcss": "^3.2.7" |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
877846
12
36265
+ Added@types/lodash.omit@^4.5.7
+ Addedlodash.omit@^4.5.0
+ Added@types/lodash@4.17.13(transitive)
+ Added@types/lodash.omit@4.5.9(transitive)
+ Addedlodash.omit@4.5.0(transitive)