@sellgar/kit 0.0.47 → 0.0.48

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10503,6 +10503,7 @@ const Du = A.createContext(null), Nu = () => {
10503
10503
  onNavigate: i,
10504
10504
  loop: !0,
10505
10505
  nested: !0,
10506
+ virtual: !0,
10506
10507
  allowEscape: !0
10507
10508
  }), v = Lr([p, h, g, f]);
10508
10509
  return A.useMemo(() => ({
@@ -10616,7 +10617,7 @@ const Du = A.createContext(null), Nu = () => {
10616
10617
  ...a
10617
10618
  }) => {
10618
10619
  const [u, d] = A.useState(!1), [f, p] = A.useState(!1), [h] = A.useState(() => e ? Lb(t, n, e) : -1), [g, v] = A.useState(
10619
- () => h && h > -1 ? t[h] : void 0
10620
+ () => h !== void 0 && h > -1 ? t[h] : void 0
10620
10621
  );
10621
10622
  A.useEffect(() => {
10622
10623
  u && (f ? s && s() : o && o());
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@sellgar/kit",
4
- "version": "0.0.47",
4
+ "version": "0.0.48",
5
5
  "description": "Sellgar storybook",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",