anentrypoint-design 0.0.198 → 0.0.199
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 +7 -2
- package/dist/247420.js +9 -9
- package/package.json +1 -1
- package/src/components/interaction-primitives.js +4 -1
- package/src/kits/os/app-panes.css +10 -0
- package/src/kits/os/theme.css +136 -0
package/dist/247420.css
CHANGED
|
@@ -5981,8 +5981,13 @@
|
|
|
5981
5981
|
background: var(--panel-2, var(--panel-1)); color: var(--panel-text);
|
|
5982
5982
|
}
|
|
5983
5983
|
.ds-247420 .ds-kbd-group { margin: var(--space-3, 12px) 0; }
|
|
5984
|
-
.ds-247420 .ds-kbd-group h3 { font-size: 0.9em; opacity: 0.7; margin: 0 0 var(--space-1, 4px); }
|
|
5985
|
-
|
|
5984
|
+
.ds-247420 .ds-kbd-group h3 { font-size: 0.9em; opacity: 0.7; margin: 0 0 var(--space-1, 4px); text-transform: capitalize; }
|
|
5985
|
+
/* One shortcut per row: the key chip on the left, its description on the right,
|
|
5986
|
+
so the dialog reads as "G Translate gizmo" rather than a wall of bare keys. */
|
|
5987
|
+
.ds-247420 .ds-kbd-group ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-1, 4px); }
|
|
5988
|
+
.ds-247420 .ds-kbd-row { display: flex; align-items: baseline; gap: var(--space-2, 8px); }
|
|
5989
|
+
.ds-247420 .ds-kbd-row .ds-kbd { flex: 0 0 auto; min-width: 3.5em; text-align: center; }
|
|
5990
|
+
.ds-247420 .ds-kbd-label { flex: 1 1 auto; opacity: 0.85; }
|
|
5986
5991
|
|
|
5987
5992
|
/* ---------------------------------------------------------------
|
|
5988
5993
|
CommandPalette (ov-cmd)
|