@swc-react/progress-circle 1.10.0 → 1.11.0-snapshot-test.20260129145631
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 -1
- package/package.json +7 -2
package/next.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ProgressCircle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("progress-circle/src/ProgressCircle.js").ProgressCircle>, "
|
|
1
|
+
export declare const ProgressCircle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("progress-circle/src/ProgressCircle.js").ProgressCircle>, "staticColor" | "indeterminate" | "label" | "progress" | "renderOptions" | "connectedCallback" | "disconnectedCallback" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "isLTR" | "hasVisibleFocusInTree" | "size"> & {} & Partial<Omit<import("progress-circle/src/ProgressCircle.js").ProgressCircle, keyof HTMLElement>> & import("react").RefAttributes<import("progress-circle/src/ProgressCircle.js").ProgressCircle>>;
|
package/package.json
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/progress-circle",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0-snapshot-test.20260129145631",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"description": "React and Next.js wrapper of the @spectrum-web-components/progress-circle component",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"author": "Adobe",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/adobe/spectrum-web-components.git",
|
|
13
|
+
"directory": "1st-gen/react/progress-circle"
|
|
14
|
+
},
|
|
10
15
|
"type": "module",
|
|
11
16
|
"exports": {
|
|
12
17
|
".": {
|
|
@@ -26,7 +31,7 @@
|
|
|
26
31
|
],
|
|
27
32
|
"dependencies": {
|
|
28
33
|
"@lit/react": "^1.0.2",
|
|
29
|
-
"@spectrum-web-components/progress-circle": "^1.
|
|
34
|
+
"@spectrum-web-components/progress-circle": "^1.11.0-snapshot-test.20260129145631"
|
|
30
35
|
},
|
|
31
36
|
"peerDependencies": {
|
|
32
37
|
"next": "~13.4 || ~14"
|