@swc-react/top-nav 0.42.2 → 0.42.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -4,5 +4,5 @@ import '@spectrum-web-components/top-nav/sp-top-nav-item.js';
4
4
  import '@spectrum-web-components/top-nav/sp-top-nav.js';
5
5
  export declare const TopNav: import("@lit/react").ReactWebComponent<SpTopNav, {}>;
6
6
  export declare const TopNavItem: import("@lit/react").ReactWebComponent<SpTopNavItem, {}>;
7
- export declare type TopNavType = EventTarget & SpTopNav;
8
- export declare type TopNavItemType = EventTarget & SpTopNavItem;
7
+ export type TopNavType = EventTarget & SpTopNav;
8
+ export type TopNavItemType = EventTarget & SpTopNavItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/top-nav",
3
- "version": "0.42.2",
3
+ "version": "0.42.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit/react": "^1.0.2",
33
- "@spectrum-web-components/top-nav": "^0.42.2"
33
+ "@spectrum-web-components/top-nav": "^0.42.3"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4 || ~14"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "e19af30387032608baaa88c6a17c2ee50103a7c5"
43
+ "gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
44
44
  }