willamette 0.9.2 → 0.9.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/layouts/willamette/default.erb +2 -2
- data/lib/willamette/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 241a44f5f27cc4a7e24cebb6bca2e10af1c50b264e3d77e33dc89fdd732f4492
|
|
4
|
+
data.tar.gz: be3eb2f192c2794a6da37d3ecef4fac95974b2ac0e2d9ff058f3c55b20de9615
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c76fb3068735c824fdd3fca3ec5263ba482f3e4872314313c4ab19fc6ce932d1f70e5834ce17c4eaed284eab4192ae5948059bbcaaaba98801cc7be8628e0ab
|
|
7
|
+
data.tar.gz: 37021f7423e72911c1a3a50dcf1fb016d1500a05e2819bcb7d909fbe36220ffc2a1e3689e6ba8e904d605fc89918487b20e22cdff9b46be976f8210a390bc021
|
data/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
- ...
|
|
11
11
|
|
|
12
|
+
## [0.9.3] - 2026-05-07
|
|
13
|
+
|
|
14
|
+
- Fix contents menu button on mobile so page titles don't overlay
|
|
15
|
+
|
|
12
16
|
## [0.9.2] - 2026-05-07
|
|
13
17
|
|
|
14
18
|
- Keep explore menu open on mobile if previously opened
|
data/Gemfile.lock
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
<main slot="content" id="content">
|
|
15
15
|
<div hidden class="show-mid-screen">
|
|
16
|
-
<button type="button" class="wa-outlined" onclick="document.body.classList.toggle('sidebar-end-open')"><wa-icon name="list"></wa-icon></button>
|
|
16
|
+
<button type="button" class="wa-outlined wa-size-s" onclick="document.body.classList.toggle('sidebar-end-open')"><wa-icon name="list"></wa-icon></button>
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
<main-contents<%= ' data-pagefind-body' unless data.exclude_from_pagefind %>>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
<aside slot="sidebar-end" hidden>
|
|
33
33
|
<div class="show-mid-screen">
|
|
34
|
-
<button type="button" class="wa-outlined" onclick="document.body.classList.toggle('sidebar-end-open')"><wa-icon name="close"></wa-icon></button>
|
|
34
|
+
<button type="button" class="wa-outlined wa-size-s" onclick="document.body.classList.toggle('sidebar-end-open')"><wa-icon name="close"></wa-icon></button>
|
|
35
35
|
</div>
|
|
36
36
|
<h2><%= t "documentation.contents" %></h2>
|
|
37
37
|
|
data/lib/willamette/version.rb
CHANGED
data/package.json
CHANGED