@swc-react/top-nav 0.31.1-react.21 → 0.32.0

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/next.d.ts +1 -0
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -580,6 +580,7 @@ export declare const TopNav: import("react").ComponentType<Partial<{
580
580
  readonly dataset: DOMStringMap;
581
581
  isLTR: boolean;
582
582
  hasVisibleFocusInTree: () => boolean;
583
+ quiet: boolean;
583
584
  selectionIndicatorStyle: string;
584
585
  shouldAnimate: boolean;
585
586
  } & {}> & import("react").RefAttributes<import("top-nav/src").TopNav>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/top-nav",
3
- "version": "0.31.1-react.21+44f0b1df9",
3
+ "version": "0.32.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/top-nav": "^0.31.1-react.21+44f0b1df9"
33
+ "@spectrum-web-components/top-nav": "^0.32.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
43
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
44
44
  }