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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd618dd52310a190a7592ac6ed51b60e0a03ea6e17a929da4b387311e8a6704d
4
- data.tar.gz: 8f456abadabac5a51693bb77ea7da330ec3b6c4138ea1c41e004350980860040
3
+ metadata.gz: 241a44f5f27cc4a7e24cebb6bca2e10af1c50b264e3d77e33dc89fdd732f4492
4
+ data.tar.gz: be3eb2f192c2794a6da37d3ecef4fac95974b2ac0e2d9ff058f3c55b20de9615
5
5
  SHA512:
6
- metadata.gz: 2a1c4daf43c9da9bf1cf5b9345ee29c29fc890c9dd7045eda27f74df8a5627cebb879892fb6595a3e4176b306407ee5cfbee3cce211144fd67f8af799ded758c
7
- data.tar.gz: 23b6212410320068828225f25a2f5777b3e9e6fd81d35adcad61d175ab1cc789e3277a9b613202e2884d0590983b953d5fd92e212a83e45b10da113098a69c0c
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- willamette (0.9.2)
4
+ willamette (0.9.3)
5
5
  bridgetown (>= 2.1, < 3.0)
6
6
  nokolexbor (>= 0.6)
7
7
 
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Willamette
4
- VERSION = "0.9.2"
4
+ VERSION = "0.9.3"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willamette",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "main": "frontend/javascript/index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: willamette
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team