@swc-react/meter 0.38.0 → 0.39.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.
- package/next.d.ts +1 -4
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -590,10 +590,7 @@ export declare const Meter: import("react").ComponentType<Partial<{
|
|
|
590
590
|
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
591
591
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
592
592
|
readonly dataset: DOMStringMap;
|
|
593
|
-
|
|
594
|
-
notice: boolean;
|
|
595
|
-
negative: boolean;
|
|
596
|
-
positive: boolean;
|
|
593
|
+
variant: string;
|
|
597
594
|
sideLabel: boolean;
|
|
598
595
|
static: "white" | undefined;
|
|
599
596
|
isLTR: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/meter",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.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/meter": "^0.
|
|
33
|
+
"@spectrum-web-components/meter": "^0.39.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": "
|
|
43
|
+
"gitHead": "d374f8645b54b978d830c95ff777b5b1e9172ac7"
|
|
44
44
|
}
|