@jsenv/navi 0.27.28 → 0.27.29
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 +10 -6
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -32503,10 +32503,12 @@ installImportMetaCssBuild(import.meta);const css$p = /* css */`
|
|
|
32503
32503
|
border-style: solid;
|
|
32504
32504
|
border-color: var(--x-picker-border-color);
|
|
32505
32505
|
border-radius: var(--picker-border-radius);
|
|
32506
|
-
outline-width: var(--
|
|
32506
|
+
outline-width: var(--picker-outline-width);
|
|
32507
32507
|
outline-color: var(--picker-outline-color);
|
|
32508
|
-
outline-offset: var(--
|
|
32509
|
-
box-shadow:
|
|
32508
|
+
outline-offset: var(--picker-outline-offset);
|
|
32509
|
+
box-shadow:
|
|
32510
|
+
0 4px 8px rgba(0, 0, 0, 0.08),
|
|
32511
|
+
0 12px 40px rgba(0, 0, 0, 0.22);
|
|
32510
32512
|
cursor: default; /* Reset pointer cursor within the select */
|
|
32511
32513
|
overflow: hidden;
|
|
32512
32514
|
overscroll-behavior: none;
|
|
@@ -32587,10 +32589,12 @@ installImportMetaCssBuild(import.meta);const css$p = /* css */`
|
|
|
32587
32589
|
background: var(--picker-background-color);
|
|
32588
32590
|
border: var(--picker-border-width) solid var(--x-picker-border-color);
|
|
32589
32591
|
border-radius: var(--picker-border-radius);
|
|
32590
|
-
outline-width: var(--
|
|
32592
|
+
outline-width: var(--picker-outline-width);
|
|
32591
32593
|
outline-color: var(--picker-outline-color);
|
|
32592
|
-
outline-offset: var(--
|
|
32593
|
-
box-shadow:
|
|
32594
|
+
outline-offset: var(--picker-outline-offset);
|
|
32595
|
+
box-shadow:
|
|
32596
|
+
0 4px 8px rgba(0, 0, 0, 0.08),
|
|
32597
|
+
0 12px 40px rgba(0, 0, 0, 0.22);
|
|
32594
32598
|
cursor: default; /* Reset pointer cursor within the select */
|
|
32595
32599
|
/* overscroll-behavior: contain; */
|
|
32596
32600
|
|