@jsenv/navi 0.26.11 → 0.26.12

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.
@@ -6729,6 +6729,8 @@ const COPIED_ON_VISUAL_CHILD_PROP_SET = new Set([
6729
6729
  "align",
6730
6730
  "alignX",
6731
6731
  "alignY",
6732
+ "minWidth",
6733
+ "minHeight",
6732
6734
  ]);
6733
6735
  const HANDLED_BY_VISUAL_CHILD_PROP_SET = new Set([
6734
6736
  ...INNER_SPACING_PROP_NAME_SET,
@@ -26183,6 +26185,7 @@ installImportMetaCssBuild(import.meta);const css$n = /* css */`
26183
26185
  margin: 0;
26184
26186
  opacity: 0;
26185
26187
  --webkit-appearance: none;
26188
+ min-width: inherit;
26186
26189
  font-size: inherit;
26187
26190
  appearance: none;
26188
26191