@jsenv/navi 0.27.45 → 0.27.46

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.
@@ -40382,7 +40382,7 @@ installImportMetaCssBuild(import.meta);const css$i = /* css */`
40382
40382
  --x-picker-padding-right: 0;
40383
40383
  --x-picker-padding-bottom: 0;
40384
40384
  --x-picker-padding-left: 0;
40385
- --picker-border-width: 0;
40385
+ --picker-border-width: 0px; /* must carry a unit (px) — used in calc() to offset the custom input overlay */
40386
40386
  --x-picker-border-color: transparent;
40387
40387
  --x-picker-background-color: transparent;
40388
40388
  --x-picker-icon-color: currentColor;
@@ -40392,7 +40392,7 @@ installImportMetaCssBuild(import.meta);const css$i = /* css */`
40392
40392
  --x-picker-padding-right: 0;
40393
40393
  --x-picker-padding-bottom: 0;
40394
40394
  --x-picker-padding-left: 0;
40395
- --picker-border-width: 0;
40395
+ --picker-border-width: 0px; /* must carry a unit (px) — used in calc() to offset the custom input overlay */
40396
40396
  --x-picker-border-color: transparent;
40397
40397
  --x-picker-background-color: transparent;
40398
40398
  --x-picker-icon-color: currentColor;