@jsenv/navi 0.22.2 → 0.22.3

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.
@@ -6661,9 +6661,10 @@ const STYLE_PROP_NAME_SET = new Set(Object.keys(All_PROPS));
6661
6661
  const COPIED_ON_VISUAL_CHILD_PROP_SET = new Set([
6662
6662
  ...FLOW_PROP_NAME_SET,
6663
6663
  "expand",
6664
- "shrink",
6665
6664
  "expandX",
6666
6665
  "expandY",
6666
+ "shrink",
6667
+ "align",
6667
6668
  "alignX",
6668
6669
  "alignY",
6669
6670
  ]);
@@ -21432,7 +21433,10 @@ installImportMetaCssBuild(import.meta);const css$5 = /* css */`
21432
21433
  --button-outline-color: var(--navi-focus-outline-color);
21433
21434
  --button-loader-color: var(--navi-loader-color);
21434
21435
  --button-border-color: light-dark(#767676, #8e8e93);
21435
- --button-background-color: light-dark(#f3f4f6, #2d3748);
21436
+ --button-background-color: var(
21437
+ --button-background,
21438
+ light-dark(#f3f4f6, #2d3748)
21439
+ );
21436
21440
  --button-color: currentColor;
21437
21441
  --button-cursor: pointer;
21438
21442