@swc-react/progress-circle 0.36.0 → 0.38.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 +3 -3
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -278,14 +278,13 @@ export declare const ProgressCircle: import("react").ComponentType<Partial<{
|
|
|
278
278
|
overBackground: boolean;
|
|
279
279
|
static?: "white" | undefined;
|
|
280
280
|
progress: number;
|
|
281
|
-
readonly renderOptions: import("lit-html").RenderOptions;
|
|
282
|
-
connectedCallback: () => void;
|
|
283
|
-
disconnectedCallback: () => void;
|
|
284
281
|
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
285
282
|
isUpdatePending: boolean;
|
|
286
283
|
hasUpdated: boolean;
|
|
287
284
|
addController: (controller: import("lit").ReactiveController) => void;
|
|
288
285
|
removeController: (controller: import("lit").ReactiveController) => void;
|
|
286
|
+
connectedCallback: () => void;
|
|
287
|
+
disconnectedCallback: () => void;
|
|
289
288
|
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
290
289
|
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
291
290
|
readonly updateComplete: Promise<boolean>;
|
|
@@ -592,6 +591,7 @@ export declare const ProgressCircle: import("react").ComponentType<Partial<{
|
|
|
592
591
|
readonly dataset: DOMStringMap;
|
|
593
592
|
blur: () => void;
|
|
594
593
|
focus: (options?: FocusOptions | undefined) => void;
|
|
594
|
+
readonly renderOptions: import("lit-html").RenderOptions;
|
|
595
595
|
isLTR: boolean;
|
|
596
596
|
hasVisibleFocusInTree: () => boolean;
|
|
597
597
|
} & {}> & import("react").RefAttributes<import("progress-circle/src").ProgressCircle>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/progress-circle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.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/progress-circle": "^0.
|
|
33
|
+
"@spectrum-web-components/progress-circle": "^0.38.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": "9a099b7543672f2fd4030833ab813b16c2cad62e"
|
|
44
44
|
}
|