@guideveloper/design-assets 0.1.7 → 0.1.9

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.mts CHANGED
@@ -28,6 +28,18 @@ declare const AnimationBounce: React.FC<{
28
28
  className?: string;
29
29
  } & Partial<React.ComponentProps<typeof Lottie>>>;
30
30
 
31
+ declare const AnimationCardordersuccess: React.FC<{
32
+ loop?: boolean;
33
+ autoplay?: boolean;
34
+ className?: string;
35
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
36
+
37
+ declare const AnimationLoadinghourglasspurple: React.FC<{
38
+ loop?: boolean;
39
+ autoplay?: boolean;
40
+ className?: string;
41
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
42
+
31
43
  declare const AnimationPulse: React.FC<{
32
44
  loop?: boolean;
33
45
  autoplay?: boolean;
@@ -83,6 +95,16 @@ declare const animations: readonly [{
83
95
  readonly loop: true;
84
96
  readonly tags: readonly ["motion", "loop"];
85
97
  readonly description: "Simple bouncing ball animation";
98
+ }, {
99
+ readonly name: "cardordersuccess";
100
+ readonly frameRate: 30;
101
+ readonly loop: true;
102
+ readonly tags: readonly [];
103
+ }, {
104
+ readonly name: "loadinghourglasspurple";
105
+ readonly frameRate: 30;
106
+ readonly loop: true;
107
+ readonly tags: readonly [];
86
108
  }, {
87
109
  readonly name: "pulse";
88
110
  readonly frameRate: 30;
@@ -93,4 +115,4 @@ type IconMetadata = typeof icons[number];
93
115
  type IllustrationMetadata = typeof illustrations[number];
94
116
  type AnimationMetadata = typeof animations[number];
95
117
 
96
- export { AnimationBounce, AnimationMetadata, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
118
+ export { AnimationBounce, AnimationCardordersuccess, AnimationLoadinghourglasspurple, AnimationMetadata, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
package/dist/index.d.ts CHANGED
@@ -28,6 +28,18 @@ declare const AnimationBounce: React.FC<{
28
28
  className?: string;
29
29
  } & Partial<React.ComponentProps<typeof Lottie>>>;
30
30
 
31
+ declare const AnimationCardordersuccess: React.FC<{
32
+ loop?: boolean;
33
+ autoplay?: boolean;
34
+ className?: string;
35
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
36
+
37
+ declare const AnimationLoadinghourglasspurple: React.FC<{
38
+ loop?: boolean;
39
+ autoplay?: boolean;
40
+ className?: string;
41
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
42
+
31
43
  declare const AnimationPulse: React.FC<{
32
44
  loop?: boolean;
33
45
  autoplay?: boolean;
@@ -83,6 +95,16 @@ declare const animations: readonly [{
83
95
  readonly loop: true;
84
96
  readonly tags: readonly ["motion", "loop"];
85
97
  readonly description: "Simple bouncing ball animation";
98
+ }, {
99
+ readonly name: "cardordersuccess";
100
+ readonly frameRate: 30;
101
+ readonly loop: true;
102
+ readonly tags: readonly [];
103
+ }, {
104
+ readonly name: "loadinghourglasspurple";
105
+ readonly frameRate: 30;
106
+ readonly loop: true;
107
+ readonly tags: readonly [];
86
108
  }, {
87
109
  readonly name: "pulse";
88
110
  readonly frameRate: 30;
@@ -93,4 +115,4 @@ type IconMetadata = typeof icons[number];
93
115
  type IllustrationMetadata = typeof illustrations[number];
94
116
  type AnimationMetadata = typeof animations[number];
95
117
 
96
- export { AnimationBounce, AnimationMetadata, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
118
+ export { AnimationBounce, AnimationCardordersuccess, AnimationLoadinghourglasspurple, AnimationMetadata, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };