@guideveloper/design-assets 0.1.10 → 0.1.11

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.
@@ -9933,8 +9933,8 @@ const animationData = {
9933
9933
  ]
9934
9934
  } as const;
9935
9935
 
9936
- const AnimationPleasedtomeetyou: React.FC<{ loop?: boolean; autoplay?: boolean; className?: string } & Partial<React.ComponentProps<typeof Lottie>>> = ({ loop = true, autoplay = true, ...rest }) => {
9936
+ const AnimationPleasedToMeetYou: React.FC<{ loop?: boolean; autoplay?: boolean; className?: string } & Partial<React.ComponentProps<typeof Lottie>>> = ({ loop = true, autoplay = true, ...rest }) => {
9937
9937
  return <Lottie animationData={animationData} loop={loop} autoplay={autoplay} {...rest} />;
9938
9938
  };
9939
9939
 
9940
- export { AnimationPleasedtomeetyou };
9940
+ export { AnimationPleasedToMeetYou };
@@ -10,7 +10,7 @@ export { IllustrationRoosterHead } from './illustrations/IllustrationRoosterHead
10
10
  export { IllustrationSunrise } from './illustrations/IllustrationSunrise';
11
11
  export { IllustrationSvgIcon } from './illustrations/IllustrationSvgIcon';
12
12
  export { AnimationBounce } from './animations/AnimationBounce';
13
- export { AnimationCardordersuccess } from './animations/AnimationCardordersuccess';
14
- export { AnimationLoadinghourglasspurple } from './animations/AnimationLoadinghourglasspurple';
15
- export { AnimationPleasedtomeetyou } from './animations/AnimationPleasedtomeetyou';
13
+ export { AnimationCardOrderSuccess } from './animations/AnimationCardOrderSuccess';
14
+ export { AnimationLoadingHourglassPurple } from './animations/AnimationLoadingHourglassPurple';
15
+ export { AnimationPleasedToMeetYou } from './animations/AnimationPleasedToMeetYou';
16
16
  export { AnimationPulse } from './animations/AnimationPulse';
@@ -111,19 +111,19 @@ export const animations = [
111
111
  "description": "Simple bouncing ball animation"
112
112
  },
113
113
  {
114
- "name": "cardordersuccess",
114
+ "name": "card-order-success",
115
115
  "frameRate": 30,
116
116
  "loop": true,
117
117
  "tags": []
118
118
  },
119
119
  {
120
- "name": "loadinghourglasspurple",
120
+ "name": "loading-hourglass-purple",
121
121
  "frameRate": 30,
122
122
  "loop": true,
123
123
  "tags": []
124
124
  },
125
125
  {
126
- "name": "pleasedtomeetyou",
126
+ "name": "pleased-to-meet-you",
127
127
  "frameRate": 30,
128
128
  "loop": true,
129
129
  "tags": []