@frontify/fondue 12.5.1 → 12.5.2

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;
@@ -20505,22 +20508,22 @@ export { WrapNodesOptions }
20505
20508
  export { }
20506
20509
 
20507
20510
 
20508
- declare namespace PatternDigitalAssets {
20511
+ declare namespace PatternImagery {
20509
20512
  var displayName: string;
20510
20513
  }
20511
20514
 
20512
20515
 
20513
- declare namespace PatternImagery {
20516
+ declare namespace PatternSound {
20514
20517
  var displayName: string;
20515
20518
  }
20516
20519
 
20517
20520
 
20518
- declare namespace PatternSound {
20521
+ declare namespace PatternTypography {
20519
20522
  var displayName: string;
20520
20523
  }
20521
20524
 
20522
20525
 
20523
- declare namespace PatternTypography {
20526
+ declare namespace PatternDigitalAssets {
20524
20527
  var displayName: string;
20525
20528
  }
20526
20529