@swc-react/checkbox 0.39.3 → 0.40.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 +1 -0
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -287,6 +287,7 @@ export declare const Checkbox: import("react").ComponentType<Partial<{
|
|
|
287
287
|
normalize: () => void;
|
|
288
288
|
checked: boolean;
|
|
289
289
|
readonly: boolean;
|
|
290
|
+
name: string | undefined;
|
|
290
291
|
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
291
292
|
isUpdatePending: boolean;
|
|
292
293
|
hasUpdated: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/checkbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.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/checkbox": "^0.
|
|
33
|
+
"@spectrum-web-components/checkbox": "^0.40.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": "24d5569a839da94892ecfd125428779587ffb1f5"
|
|
44
44
|
}
|