@levino/shipyard-base 0.8.3 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,9 +38,12 @@ const { brand, navigation, showBrand = false } = Astro.props as Props
38
38
  <div class="flex-1">
39
39
  <a
40
40
  href="/"
41
- class={cn("btn btn-ghost text-xl", {
42
- "lg:hidden": !showBrand,
43
- })}
41
+ class={cn(
42
+ "btn btn-ghost h-auto min-h-12 whitespace-normal py-2 text-left text-xl leading-tight",
43
+ {
44
+ "lg:hidden": !showBrand,
45
+ },
46
+ )}
44
47
  >
45
48
  {brand}
46
49
  </a>
@@ -19,7 +19,10 @@ const withLocale = (path: string) =>
19
19
 
20
20
  <ul class={cn("menu min-h-full w-56 bg-base-100", { "lg:hidden": !local })} data-testid="sidebar-navigation">
21
21
  <div class="max-w-full">
22
- <a href={withLocale("/")} class="btn btn-ghost mb-2 max-w-full truncate text-lg">
22
+ <a
23
+ href={withLocale("/")}
24
+ class="btn btn-ghost mb-2 h-auto min-h-12 max-w-full whitespace-normal py-2 text-left text-lg leading-tight"
25
+ >
23
26
  {brand}
24
27
  </a>
25
28
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levino/shipyard-base",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Core layouts, components, and configuration for shipyard - a composable page builder for Astro",
5
5
  "keywords": [
6
6
  "astro",