@jsenv/navi 0.29.339 → 0.29.340

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.
@@ -72254,6 +72254,10 @@ const css$t = /* css */`@layer navi {
72254
72254
  }
72255
72255
  }
72256
72256
 
72257
+ &[data-open-on]:not([data-open-on~="single_click"]) {
72258
+ --x-picker-cursor: auto;
72259
+ }
72260
+
72257
72261
  &[data-open-on~="longpress"] {
72258
72262
  -webkit-touch-callout: none;
72259
72263
  user-select: none;
@@ -72329,7 +72333,7 @@ const css$t = /* css */`@layer navi {
72329
72333
  --x-picker-cursor: default;
72330
72334
  }
72331
72335
 
72332
- &[data-readonly-opens] {
72336
+ &[data-readonly-opens]:not([data-open-on]) {
72333
72337
  --x-picker-cursor: pointer;
72334
72338
  }
72335
72339