@jsenv/navi 0.27.19 → 0.27.20
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/jsenv_navi.js +8 -4
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -34256,11 +34256,11 @@ installImportMetaCssBuild(import.meta);const css$m = /* css */`
|
|
|
34256
34256
|
--list-item-outline-width: 2px;
|
|
34257
34257
|
--list-item-outline-offset: calc(-1 * var(--list-item-outline-width));
|
|
34258
34258
|
/* Hover (mouse) */
|
|
34259
|
-
--list-item-color-hover: var(--list-item-color);
|
|
34260
34259
|
--list-item-background-color-hover: light-dark(#f5f5f5, #2a2a2a);
|
|
34260
|
+
--list-item-color-hover: var(--list-item-color);
|
|
34261
34261
|
/* Pointed by mouse — subtle, just a shade above background */
|
|
34262
|
-
--list-item-color-mouse-pointed: var(--list-item-color);
|
|
34263
34262
|
--list-item-background-color-mouse-pointed: light-dark(#ebebeb, #303030);
|
|
34263
|
+
--list-item-color-mouse-pointed: var(--list-item-color);
|
|
34264
34264
|
/* Pointed by keyboard — subtle light blue highlight */
|
|
34265
34265
|
--list-item-color-keyboard-pointed: var(--list-item-color);
|
|
34266
34266
|
--list-item-background-color-keyboard-pointed: light-dark(
|
|
@@ -34268,8 +34268,8 @@ installImportMetaCssBuild(import.meta);const css$m = /* css */`
|
|
|
34268
34268
|
#1c3a6e
|
|
34269
34269
|
);
|
|
34270
34270
|
/* Pointed by proxy */
|
|
34271
|
-
--list-item-color-pointed: var(--list-item-color);
|
|
34272
34271
|
--list-item-background-color-pointed: light-dark(#dbeafe, #1c3a6e);
|
|
34272
|
+
--list-item-color-pointed: var(--list-item-color);
|
|
34273
34273
|
/* Selected — vivid blue accent */
|
|
34274
34274
|
--list-item-color-selected: white;
|
|
34275
34275
|
--list-item-background-color-selected: rgb(3, 30, 60);
|
|
@@ -34351,7 +34351,7 @@ installImportMetaCssBuild(import.meta);const css$m = /* css */`
|
|
|
34351
34351
|
}
|
|
34352
34352
|
/* No input proxy: focused,selected */
|
|
34353
34353
|
&:not(:has(input[navi-control-proxy-for])) {
|
|
34354
|
-
&:has([data-focus-visible]) {
|
|
34354
|
+
&:has([navi-selectable-real-input][data-focus-visible]) {
|
|
34355
34355
|
--x-list-item-color: var(--list-item-color-keyboard-pointed);
|
|
34356
34356
|
--x-list-item-background-color: var(
|
|
34357
34357
|
--list-item-background-color-keyboard-pointed
|
|
@@ -34364,6 +34364,10 @@ installImportMetaCssBuild(import.meta);const css$m = /* css */`
|
|
|
34364
34364
|
--list-item-background-color-selected,
|
|
34365
34365
|
var(--list-item-background-color-keyboard-pointed)
|
|
34366
34366
|
);
|
|
34367
|
+
--x-list-item-color: var(
|
|
34368
|
+
--list-item-color-selected,
|
|
34369
|
+
var(--list-item-color-keyboard-pointed)
|
|
34370
|
+
);
|
|
34367
34371
|
}
|
|
34368
34372
|
}
|
|
34369
34373
|
|