anentrypoint-design 0.0.432 → 0.0.433

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/dist/247420.css CHANGED
@@ -6015,6 +6015,11 @@
6015
6015
  font-family: var(--ff-mono); white-space: pre-line; font-size: clamp(16px, 5vw, 24px);
6016
6016
  background: var(--tile-tone, var(--panel-1));
6017
6017
  }
6018
+ /* Carousel adoption in the lightbox: each item takes the track's full inner
6019
+ width so exactly one tile is visible per page, matching the modal's own
6020
+ fixed 520px card width rather than sizing to caption content. */
6021
+ .ds-247420 .ds-lightbox-card--carousel .ds-carousel-item { flex: 0 0 100%; width: 100%; }
6022
+ .ds-247420 .ds-lightbox-card--carousel .ds-carousel-track { scroll-snap-type: x mandatory; }
6018
6023
 
6019
6024
  /* --- search ------------------------------------------------- */
6020
6025
  .ds-247420 .ds-topbar-search { width: min(280px, 100%); min-width: 0; flex: 1 1 clamp(140px, 30vw, 280px); }
@@ -6206,6 +6211,7 @@
6206
6211
  .ds-247420 .ds-auth-sent-glyph { font-size: 32px; color: var(--panel-accent); }
6207
6212
  .ds-247420 .ds-auth-sent-title { margin: 0; font-weight: 600; }
6208
6213
  .ds-247420 .ds-auth-sent-sub { margin: 0; color: var(--panel-text-2); overflow-wrap: anywhere; }
6214
+ .ds-247420 .ds-auth-otp-wrap { display: flex; flex-direction: column; align-items: center; gap: var(--space-2); }
6209
6215
  .ds-247420 .ds-auth-field { display: flex; flex-direction: column; gap: var(--space-1); }
6210
6216
  /* .ds-auth-field-label joins the kit small-label voice above, no overrides. */
6211
6217
  .ds-247420 .ds-auth-row-between { display: flex; align-items: center; justify-content: space-between; gap: var(--space-2); flex-wrap: wrap; }
@@ -7287,6 +7293,9 @@
7287
7293
  here under a distinct prefix since this is a different feature. */
7288
7294
  .ds-247420 .ds-collab-bar { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2); }
7289
7295
  .ds-247420 .ds-collab-bar-empty { color: var(--fg-3); font-size: var(--fs-sm); padding: var(--space-2) 0; }
7296
+ /* workspace kit's live tab: PresenceBar summary strip stacked above
7297
+ SessionDashboard, filling the .ws-main flex column it renders inside. */
7298
+ .ds-247420 .ds-workspace-live { display: flex; flex-direction: column; gap: var(--space-3); flex: 1; min-height: 0; }
7290
7299
  .ds-247420 .ds-collab-chip {
7291
7300
  display: inline-flex;
7292
7301
  align-items: center;