@swc-react/search 0.33.3-overlay.61 → 0.34.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 +2 -0
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -263,6 +263,7 @@ export declare const Search: import("react").ComponentType<Partial<{
263
263
  readonly attributes: NamedNodeMap;
264
264
  readonly localName: string;
265
265
  type: "text" | "url" | "tel" | "email" | "password";
266
+ size: import("@spectrum-web-components/base").ElementSize;
266
267
  label: string;
267
268
  blur: () => void;
268
269
  click: () => void;
@@ -288,6 +289,7 @@ export declare const Search: import("react").ComponentType<Partial<{
288
289
  minlength: number;
289
290
  multiline: boolean;
290
291
  readonly: boolean;
292
+ rows: number;
291
293
  valid: boolean;
292
294
  value: string;
293
295
  quiet: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/search",
3
- "version": "0.33.3-overlay.61+af969dcc2",
3
+ "version": "0.34.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/search": "^0.33.3-overlay.61+af969dcc2"
33
+ "@spectrum-web-components/search": "^0.34.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": "af969dcc2f8c905648b3e5a5fad982d1f81ee080"
43
+ "gitHead": "f9b3294d67cdd52b2c36897cdc1c20ceaeb019cf"
44
44
  }