anentrypoint-design 0.0.432 → 0.0.434

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/community.css CHANGED
@@ -1301,6 +1301,7 @@
1301
1301
  -webkit-user-select: none;
1302
1302
  touch-action: none;
1303
1303
  transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease), transform var(--dur-snap) var(--ease);
1304
+ overflow: hidden;
1304
1305
  }
1305
1306
  .vx-ptt:hover { background: color-mix(in oklab, var(--fg) 8%, var(--bg-2)); }
1306
1307
  .vx-ptt:active { transform: scale(0.97); }
@@ -1312,11 +1313,6 @@
1312
1313
  pointer-events: none;
1313
1314
  opacity: 0;
1314
1315
  }
1315
- @media (max-width: 480px) {
1316
- /* .vx-ptt stretches full-width on narrow viewports, leaving no room for
1317
- the glow's -4px bleed without overflowing the viewport edge. */
1318
- .vx-ptt-glow { inset: -4px 0; }
1319
- }
1320
1316
  @media (max-height: 420px) {
1321
1317
  /* Phone-in-landscape: topbar + chat-head + user-identity bar alone can
1322
1318
  consume most of a ~320px-tall viewport, leaving no room for the fixed
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;
@@ -8628,6 +8637,7 @@
8628
8637
  -webkit-user-select: none;
8629
8638
  touch-action: none;
8630
8639
  transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease), transform var(--dur-snap) var(--ease);
8640
+ overflow: hidden;
8631
8641
  }
8632
8642
  .ds-247420 .vx-ptt:hover { background: color-mix(in oklab, var(--fg) 8%, var(--bg-2)); }
8633
8643
  .ds-247420 .vx-ptt:active { transform: scale(0.97); }
@@ -8639,11 +8649,6 @@
8639
8649
  pointer-events: none;
8640
8650
  opacity: 0;
8641
8651
  }
8642
- @media (max-width: 480px) {
8643
- /* .vx-ptt stretches full-width on narrow viewports, leaving no room for
8644
- the glow's -4px bleed without overflowing the viewport edge. */
8645
- .ds-247420 .vx-ptt-glow { inset: -4px 0; }
8646
- }
8647
8652
  @media (max-height: 420px) {
8648
8653
  /* Phone-in-landscape: topbar + chat-head + user-identity bar alone can
8649
8654
  consume most of a ~320px-tall viewport, leaving no room for the fixed