@jsenv/navi 0.29.130 → 0.29.131
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
CHANGED
|
@@ -39245,7 +39245,6 @@ installImportMetaCssBuild(import.meta);const css$W = /* css */`
|
|
|
39245
39245
|
outline-style: solid;
|
|
39246
39246
|
outline-color: var(--link-outline-color);
|
|
39247
39247
|
cursor: var(--x-link-cursor);
|
|
39248
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
39249
39248
|
|
|
39250
39249
|
.navi_current_indicator {
|
|
39251
39250
|
position: absolute;
|
|
@@ -44090,7 +44089,6 @@ installImportMetaCssBuild(import.meta);const css$N = /* css */`
|
|
|
44090
44089
|
opacity: 0;
|
|
44091
44090
|
appearance: none; /* This allows border-radius to have an effect */
|
|
44092
44091
|
cursor: var(--x-cursor);
|
|
44093
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
44094
44092
|
}
|
|
44095
44093
|
|
|
44096
44094
|
.navi_checkbox_accent_probe {
|
|
@@ -44871,7 +44869,6 @@ installImportMetaCssBuild(import.meta);const css$L = /* css */`
|
|
|
44871
44869
|
opacity: 0;
|
|
44872
44870
|
appearance: none; /* This allows border-radius to have an effect */
|
|
44873
44871
|
cursor: var(--x-cursor);
|
|
44874
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
44875
44872
|
}
|
|
44876
44873
|
|
|
44877
44874
|
/* Focus */
|
|
@@ -45434,7 +45431,6 @@ installImportMetaCssBuild(import.meta);const css$K = /* css */`
|
|
|
45434
45431
|
min-width: inherit;
|
|
45435
45432
|
font-size: inherit;
|
|
45436
45433
|
appearance: none;
|
|
45437
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
45438
45434
|
|
|
45439
45435
|
&::-webkit-slider-thumb {
|
|
45440
45436
|
width: var(--thumb-width);
|
|
@@ -46145,7 +46141,6 @@ installImportMetaCssBuild(import.meta);const css$J = /* css */`
|
|
|
46145
46141
|
cursor: var(--x-button-cursor);
|
|
46146
46142
|
touch-action: manipulation;
|
|
46147
46143
|
user-select: none;
|
|
46148
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
46149
46144
|
|
|
46150
46145
|
.navi_button_content {
|
|
46151
46146
|
/* The ask stops here: this element is the button's frame, so what is
|
|
@@ -47497,7 +47492,6 @@ const inputCss = /* css */`
|
|
|
47497
47492
|
border: none;
|
|
47498
47493
|
border-radius: inherit;
|
|
47499
47494
|
outline: none;
|
|
47500
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
47501
47495
|
|
|
47502
47496
|
&::placeholder {
|
|
47503
47497
|
color: var(--x-placeholder-color);
|
|
@@ -60124,7 +60118,6 @@ installImportMetaCssBuild(import.meta);const css$y = /* css */`
|
|
|
60124
60118
|
inputs (a horizontal list of choices), so it takes the control line
|
|
60125
60119
|
with the control font — the same number of pixels tall as them. */
|
|
60126
60120
|
line-height: var(--navi-control-line-height);
|
|
60127
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
60128
60121
|
}
|
|
60129
60122
|
}
|
|
60130
60123
|
|
|
@@ -66870,7 +66863,6 @@ installImportMetaCssBuild(import.meta);const css$t = /* css */`
|
|
|
66870
66863
|
cursor: var(--x-picker-cursor, pointer);
|
|
66871
66864
|
pointer-events: auto;
|
|
66872
66865
|
/* user-select: none; */
|
|
66873
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
66874
66866
|
}
|
|
66875
66867
|
|
|
66876
66868
|
.navi_picker_value {
|
|
@@ -67946,10 +67938,6 @@ const css$s = /* css */`
|
|
|
67946
67938
|
keyboard here (see navi-focus-delegate below). */
|
|
67947
67939
|
outline-color: var(--navi-focus-outline-color);
|
|
67948
67940
|
outline-offset: 0px;
|
|
67949
|
-
/* No grey flash under a finger: what a press does is said by the chevron's
|
|
67950
|
-
own background, and the browser's rectangle is drawn square over corners
|
|
67951
|
-
that are round. Inherited, so the three pieces inside get it too. */
|
|
67952
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
67953
67941
|
}
|
|
67954
67942
|
/* The middle holds the keyboard, and this box wears its ring: whatever is in
|
|
67955
67943
|
there fills it, so a ring of its own would be drawn a pixel inside this
|
|
@@ -68203,7 +68191,6 @@ const css$s = /* css */`
|
|
|
68203
68191
|
outline-width: var(--navi-focus-outline-width);
|
|
68204
68192
|
outline-color: var(--navi-focus-outline-color);
|
|
68205
68193
|
outline-offset: 0px;
|
|
68206
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
68207
68194
|
}
|
|
68208
68195
|
/* A value one PICKS has nowhere of its own to wear a ring — its middle is a
|
|
68209
68196
|
container that hands the ring over (data-focus-outline-delegate) — so the
|
|
@@ -71145,7 +71132,6 @@ const css$m = /* css */`
|
|
|
71145
71132
|
border: var(--navi-control-border-width) solid
|
|
71146
71133
|
var(--navi-control-border-color);
|
|
71147
71134
|
border-radius: var(--navi-control-border-radius);
|
|
71148
|
-
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
71149
71135
|
|
|
71150
71136
|
&:focus {
|
|
71151
71137
|
/* Keyboard focus rings the center window only (see .navi_wheel_focus_ring) —
|
|
@@ -71275,7 +71261,6 @@ const css$m = /* css */`
|
|
|
71275
71261
|
inherited here, so it stays fixed to the center window rather than flipping
|
|
71276
71262
|
as rows scroll under the pointer. */
|
|
71277
71263
|
user-select: none;
|
|
71278
|
-
-webkit-tap-highlight-color: transparent;
|
|
71279
71264
|
/* NO content-visibility here, ever. content-visibility: auto was tried
|
|
71280
71265
|
(to skip painting clipped rows) and it breaks the first opening of any
|
|
71281
71266
|
popup holding a wheel: rows born inside a closed dialog are "skipped"
|