@heroui/theme
Advanced tools
Comparing version 0.0.0-canary-20250214223404 to 0.0.0-canary-20250216144910
@@ -80,13 +80,5 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -183,13 +175,5 @@ variant: { | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -274,13 +258,5 @@ variant: { | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -365,13 +341,5 @@ variant: { | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -468,13 +436,5 @@ variant: { | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -571,13 +531,5 @@ variant: { | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -662,13 +614,5 @@ variant: { | ||
loadingIcon: string; | ||
title: string; | ||
description: string; | ||
}; | ||
md: { | ||
title: string; | ||
description: string; | ||
}; | ||
lg: { | ||
title: string; | ||
description: string; | ||
}; | ||
md: {}; | ||
lg: {}; | ||
}; | ||
@@ -675,0 +619,0 @@ variant: { |
@@ -186,9 +186,9 @@ "use strict"; | ||
"my-1", | ||
"w-full sm:w-[270px] md:w-[300px]", | ||
"w-full sm:w-[356px]", | ||
"min-h-4" | ||
], | ||
title: ["font-medium", "text-small", "me-4", "text-foreground"], | ||
description: ["text-small", "me-4", "text-default-600"], | ||
icon: ["w-6 h-6 fill-current"], | ||
loadingIcon: ["w-6 h-6 fill-current"], | ||
title: ["text-small", "me-4", "text-foreground"], | ||
description: ["text-small", "me-4", "text-default-500"], | ||
icon: ["w-6 h-6 flex-none fill-current"], | ||
loadingIcon: ["w-6 h-6 flex-none fill-current"], | ||
content: ["flex flex-grow flex-row gap-x-4 items-center relative"], | ||
@@ -217,14 +217,6 @@ progressTrack: ["absolute top-0 inset-0 bg-transparent overflow-hidden"], | ||
icon: "w-5 h-5", | ||
loadingIcon: "w-5 h-5", | ||
title: "text-sm font-medium", | ||
description: "text-xs" | ||
loadingIcon: "w-5 h-5" | ||
}, | ||
md: { | ||
title: "text-sm font-semibold", | ||
description: "text-xs" | ||
}, | ||
lg: { | ||
title: "text-md font-semibold", | ||
description: "text-sm" | ||
} | ||
md: {}, | ||
lg: {} | ||
}, | ||
@@ -231,0 +223,0 @@ variant: { |
{ | ||
"name": "@heroui/theme", | ||
"version": "0.0.0-canary-20250214223404", | ||
"version": "0.0.0-canary-20250216144910", | ||
"description": "The default theme for HeroUI components", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"tailwind-merge": "2.5.4", | ||
"@heroui/shared-utils": "0.0.0-canary-20250214223404" | ||
"@heroui/shared-utils": "0.0.0-canary-20250216144910" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
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
2471399
80731
+ Added@heroui/shared-utils@0.0.0-canary-20250216144910(transitive)
- Removed@heroui/shared-utils@0.0.0-canary-20250214223404(transitive)