@swc-react/textfield 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.
- package/next.d.ts +2 -0
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -263,6 +263,7 @@ export declare const Textfield: 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;
|
|
@@ -286,6 +287,7 @@ export declare const Textfield: import("react").ComponentType<Partial<{
|
|
|
286
287
|
minlength: number;
|
|
287
288
|
multiline: boolean;
|
|
288
289
|
readonly: boolean;
|
|
290
|
+
rows: number;
|
|
289
291
|
valid: boolean;
|
|
290
292
|
value: string;
|
|
291
293
|
quiet: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/textfield",
|
|
3
|
-
"version": "0.
|
|
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/textfield": "^0.
|
|
33
|
+
"@spectrum-web-components/textfield": "^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": "
|
|
43
|
+
"gitHead": "f9b3294d67cdd52b2c36897cdc1c20ceaeb019cf"
|
|
44
44
|
}
|