@swc-react/progress-circle 0.35.1-rc.34 → 0.36.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.
Files changed (2) hide show
  1. package/next.d.ts +3 -3
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -278,13 +278,14 @@ 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;
281
284
  readonly renderRoot: HTMLElement | ShadowRoot;
282
285
  isUpdatePending: boolean;
283
286
  hasUpdated: boolean;
284
287
  addController: (controller: import("lit").ReactiveController) => void;
285
288
  removeController: (controller: import("lit").ReactiveController) => void;
286
- connectedCallback: () => void;
287
- disconnectedCallback: () => void;
288
289
  attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
289
290
  requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
290
291
  readonly updateComplete: Promise<boolean>;
@@ -591,7 +592,6 @@ export declare const ProgressCircle: import("react").ComponentType<Partial<{
591
592
  readonly dataset: DOMStringMap;
592
593
  blur: () => void;
593
594
  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.35.1-rc.34+2cc53a49a",
3
+ "version": "0.36.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.35.1-rc.34+2cc53a49a"
33
+ "@spectrum-web-components/progress-circle": "^0.36.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": "2cc53a49a9491e4d86ed3c39ab430fda8a7a5b96"
43
+ "gitHead": "a532ff8a410abeefb54d9638a2316ae82570566e"
44
44
  }