@swc-react/search 0.39.4 → 0.40.1

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
@@ -276,6 +276,7 @@ export declare const Search: import("react").ComponentType<Partial<{
276
276
  size: import("@spectrum-web-components/base").ElementSize;
277
277
  label: string;
278
278
  normalize: () => void;
279
+ name: string | undefined;
279
280
  blur: () => void;
280
281
  click: () => void;
281
282
  focus: (options?: FocusOptions | undefined) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/search",
3
- "version": "0.39.4",
3
+ "version": "0.40.1",
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/search": "^0.39.4"
33
+ "@spectrum-web-components/search": "^0.40.1"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "f745c90e8e9ea85ff10be025e058b14cc925ec9f"
43
+ "gitHead": "a75c4f83094c505d64658dbc7de20b5f18a8fde1"
44
44
  }