anentrypoint-design 0.0.416 → 0.0.417

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": "anentrypoint-design",
3
- "version": "0.0.416",
3
+ "version": "0.0.417",
4
4
  "description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
5
5
  "type": "module",
6
6
  "main": "./dist/247420.js",
@@ -267,6 +267,13 @@ body.canvas-host { background: transparent !important; }
267
267
  .app-main > .ds-files-stack,
268
268
  .app-main > .grow { flex: 1 1 auto; min-height: 0; }
269
269
  .app-main.narrow { max-width: var(--measure-narrow); margin: 0 auto; }
270
+ /* A shell with no sidebar has no competing column, so the prose clamp there was
271
+ leaving the whole sidebar's worth of width empty -- 760px of content inside a
272
+ 1413px shell on a real page. Widen the clamp by the space the absent sidebar
273
+ would have taken so the measure still reads as prose, just not starved. */
274
+ .app-body.no-side .app-main.narrow {
275
+ max-width: calc(var(--measure-narrow) + var(--sidebar-width));
276
+ }
270
277
  /* Article-body heading rhythm and lede spacing, consumed by flatspace-rendered
271
278
  long-form pages (docs, papers) that drop headings/panels directly into .app-main. */
272
279
  .app-main > h1,