anentrypoint-design 0.0.433 → 0.0.435
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 +1 -5
- package/dist/247420.css +1 -5
- package/dist/247420.js +22 -22
- package/package.json +1 -1
- package/src/components/editor-primitives/focus-trap.js +5 -3
- package/src/components/overlay-primitives/approval-prompt.js +1 -1
- package/src/components/overlay-primitives/command-palette.js +1 -1
- package/src/components/overlay-primitives/roving-menu.js +1 -1
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
|
@@ -8637,6 +8637,7 @@
|
|
|
8637
8637
|
-webkit-user-select: none;
|
|
8638
8638
|
touch-action: none;
|
|
8639
8639
|
transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease), transform var(--dur-snap) var(--ease);
|
|
8640
|
+
overflow: hidden;
|
|
8640
8641
|
}
|
|
8641
8642
|
.ds-247420 .vx-ptt:hover { background: color-mix(in oklab, var(--fg) 8%, var(--bg-2)); }
|
|
8642
8643
|
.ds-247420 .vx-ptt:active { transform: scale(0.97); }
|
|
@@ -8648,11 +8649,6 @@
|
|
|
8648
8649
|
pointer-events: none;
|
|
8649
8650
|
opacity: 0;
|
|
8650
8651
|
}
|
|
8651
|
-
@media (max-width: 480px) {
|
|
8652
|
-
/* .vx-ptt stretches full-width on narrow viewports, leaving no room for
|
|
8653
|
-
the glow's -4px bleed without overflowing the viewport edge. */
|
|
8654
|
-
.ds-247420 .vx-ptt-glow { inset: -4px 0; }
|
|
8655
|
-
}
|
|
8656
8652
|
@media (max-height: 420px) {
|
|
8657
8653
|
/* Phone-in-landscape: topbar + chat-head + user-identity bar alone can
|
|
8658
8654
|
consume most of a ~320px-tall viewport, leaving no room for the fixed
|