@guideveloper/design-assets 0.1.10 → 0.1.12

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.
@@ -3484,8 +3484,8 @@ const animationData = {
3484
3484
  ]
3485
3485
  } as const;
3486
3486
 
3487
- const AnimationLoadinghourglasspurple: React.FC<{ loop?: boolean; autoplay?: boolean; className?: string } & Partial<React.ComponentProps<typeof Lottie>>> = ({ loop = true, autoplay = true, ...rest }) => {
3487
+ const AnimationLoadingHourglassPurple: React.FC<{ loop?: boolean; autoplay?: boolean; className?: string } & Partial<React.ComponentProps<typeof Lottie>>> = ({ loop = true, autoplay = true, ...rest }) => {
3488
3488
  return <Lottie animationData={animationData} loop={loop} autoplay={autoplay} {...rest} />;
3489
3489
  };
3490
3490
 
3491
- export { AnimationLoadinghourglasspurple };
3491
+ export { AnimationLoadingHourglassPurple };