@swc-react/progress-circle 0.36.0 → 0.37.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,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.36.0",
3
+ "version": "0.37.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.36.0"
33
+ "@spectrum-web-components/progress-circle": "^0.37.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": "a532ff8a410abeefb54d9638a2316ae82570566e"
43
+ "gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06"
44
44
  }