@guideveloper/design-assets 0.1.7 → 0.1.8

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.
@@ -10,4 +10,5 @@ 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';
13
14
  export { AnimationPulse } from './animations/AnimationPulse';
@@ -110,6 +110,12 @@ export const animations = [
110
110
  ],
111
111
  "description": "Simple bouncing ball animation"
112
112
  },
113
+ {
114
+ "name": "cardordersuccess",
115
+ "frameRate": 30,
116
+ "loop": true,
117
+ "tags": []
118
+ },
113
119
  {
114
120
  "name": "pulse",
115
121
  "frameRate": 30,