anentrypoint-design 0.0.276 → 0.0.277

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
@@ -3407,6 +3407,10 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
3407
3407
  @container (max-width: 900px) {
3408
3408
  .app-side-toggle { display: inline-flex; }
3409
3409
  .app-topbar .brand { margin-left: 44px; }
3410
+ /* Merged-chrome layout (.app-chrome > .app-crumb) puts the breadcrumb, not
3411
+ the topbar brand, at the left edge where the absolute-positioned toggle
3412
+ sits — without this the crumb text renders directly under the button. */
3413
+ .app-chrome > .app-crumb { margin-left: 44px; }
3410
3414
  }
3411
3415
 
3412
3416
  /* Desktop: the app shell is exactly viewport-height and contains its own
package/dist/247420.css CHANGED
@@ -3912,6 +3912,10 @@
3912
3912
  @container (max-width: 900px) {
3913
3913
  .ds-247420 .app-side-toggle { display: inline-flex; }
3914
3914
  .ds-247420 .app-topbar .brand { margin-left: 44px; }
3915
+ /* Merged-chrome layout (.app-chrome > .app-crumb) puts the breadcrumb, not
3916
+ the topbar brand, at the left edge where the absolute-positioned toggle
3917
+ sits — without this the crumb text renders directly under the button. */
3918
+ .ds-247420 .app-chrome > .app-crumb { margin-left: 44px; }
3915
3919
  }
3916
3920
 
3917
3921
  /* Desktop: the app shell is exactly viewport-height and contains its own