@justai/cuts 0.13.0 → 0.14.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justai/cuts",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "A persona's named parts — the page shell that holds them, and the cuts themselves.",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
package/src/Toolbar.astro CHANGED
@@ -57,6 +57,10 @@ const { sectionsLabel, profileLabel, kernelLabel, postsLabel, home = true } = As
57
57
  </a>
58
58
  <slot name="navExtra" />
59
59
  </nav>
60
+ <!-- beside the section nav, but deliberately OUTSIDE it: a link that is not a section of this
61
+ page (justai.pro carries app.zone's mark here). Keeping it out of <nav aria-label=sections>
62
+ is the a11y half of the reason it is its own slot. -->
63
+ <slot name="leftExtra" />
60
64
  </div>
61
65
  <div class="tb-right">
62
66
  <slot name="toolbarRight" />