anentrypoint-design 0.0.297 → 0.0.298

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/app-shell.css CHANGED
@@ -1762,7 +1762,7 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1762
1762
  /* Stage — the scrollable content column. */
1763
1763
  .ds-file-stage {
1764
1764
  display: flex; flex-direction: column; gap: var(--space-3);
1765
- width: 100%; max-width: 920px; margin: 0 auto;
1765
+ width: 100%; max-width: var(--measure-wide); margin: 0 auto;
1766
1766
  padding: var(--space-2) var(--space-3) var(--space-4);
1767
1767
  }
1768
1768
  /* When the stage is the app-main child, the shell already supplies top
@@ -1771,7 +1771,7 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1771
1771
  .app-main .ds-file-stage { padding-top: 0; }
1772
1772
 
1773
1773
  /* Full-width files stack: the stage's space-3 vertical beat without its
1774
- 920px cap/auto-margins, so the roots / toolbar / bulkbar / uploads / grid
1774
+ --measure-wide cap/auto-margins, so the roots / toolbar / bulkbar / uploads / grid
1775
1775
  bands keep one consistent rhythm instead of touching edge-to-edge. Carries
1776
1776
  the same side/bottom padding as .ds-file-stage (top collapses the same way
1777
1777
  when mounted directly under .app-main, which already supplies top padding)
package/dist/247420.css CHANGED
@@ -2299,7 +2299,7 @@
2299
2299
  /* Stage — the scrollable content column. */
2300
2300
  .ds-247420 .ds-file-stage {
2301
2301
  display: flex; flex-direction: column; gap: var(--space-3);
2302
- width: 100%; max-width: 920px; margin: 0 auto;
2302
+ width: 100%; max-width: var(--measure-wide); margin: 0 auto;
2303
2303
  padding: var(--space-2) var(--space-3) var(--space-4);
2304
2304
  }
2305
2305
  /* When the stage is the app-main child, the shell already supplies top
@@ -2308,7 +2308,7 @@
2308
2308
  .ds-247420 .app-main .ds-file-stage { padding-top: 0; }
2309
2309
 
2310
2310
  /* Full-width files stack: the stage's space-3 vertical beat without its
2311
- 920px cap/auto-margins, so the roots / toolbar / bulkbar / uploads / grid
2311
+ --measure-wide cap/auto-margins, so the roots / toolbar / bulkbar / uploads / grid
2312
2312
  bands keep one consistent rhythm instead of touching edge-to-edge. Carries
2313
2313
  the same side/bottom padding as .ds-file-stage (top collapses the same way
2314
2314
  when mounted directly under .app-main, which already supplies top padding)