@swc-react/slider 0.38.0 → 0.39.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
|
@@ -273,6 +273,7 @@ export declare const Slider: import("react").ComponentType<Partial<{
|
|
|
273
273
|
readonly attributes: NamedNodeMap;
|
|
274
274
|
readonly localName: string;
|
|
275
275
|
type: string;
|
|
276
|
+
size: import("@spectrum-web-components/base").ElementSize;
|
|
276
277
|
slotHasContent: boolean;
|
|
277
278
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
278
279
|
label: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/slider",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.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/slider": "^0.
|
|
33
|
+
"@spectrum-web-components/slider": "^0.39.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": "1a4b3c2d32e51b7f22a7f1196c3c0270512e7c4c"
|
|
44
44
|
}
|