starlight-cannoli-plugins 2.8.1 → 2.8.2

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.
@@ -141,6 +141,10 @@ div > div[class="page"] > svg {
141
141
  margin-bottom: 1.75rem;
142
142
  max-height: 9rem;
143
143
  overflow-y: auto;
144
+
145
+ &[hidden] {
146
+ display: none;
147
+ }
144
148
  }
145
149
 
146
150
  .tabbed-content-tab {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "starlight-cannoli-plugins",
3
3
  "type": "module",
4
- "version": "2.8.1",
4
+ "version": "2.8.2",
5
5
  "description": "Starlight plugins for automatic sidebar generation and link validation",
6
6
  "license": "ISC",
7
7
  "main": "./dist/index.js",