@frontify/fondue 12.5.1 → 12.5.3

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/dist/index.d.ts CHANGED
@@ -18335,6 +18335,9 @@ export declare const loadingBarStateClasses: Record<LoadingBarState, {
18335
18335
  inner: string;
18336
18336
  }>;
18337
18337
 
18338
+ /**
18339
+ * @deprecated Please use updated LoadingCircle component from `@frontify/fondue/components` instead. Also check {@link https://github.com/Frontify/fondue/blob/main/packages/components/MIGRATING.md#loading-circle the migration guide}.
18340
+ */
18338
18341
  export declare const LoadingCircle: {
18339
18342
  ({ style, size, "data-test-id": dataTestId, }: LoadingCircleProps): ReactElement;
18340
18343
  displayName: string;