@guideveloper/design-assets 0.1.8 → 0.1.10

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
@@ -34,6 +34,18 @@ declare const AnimationCardordersuccess: React.FC<{
34
34
  className?: string;
35
35
  } & Partial<React.ComponentProps<typeof Lottie>>>;
36
36
 
37
+ declare const AnimationLoadinghourglasspurple: React.FC<{
38
+ loop?: boolean;
39
+ autoplay?: boolean;
40
+ className?: string;
41
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
42
+
43
+ declare const AnimationPleasedtomeetyou: React.FC<{
44
+ loop?: boolean;
45
+ autoplay?: boolean;
46
+ className?: string;
47
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
48
+
37
49
  declare const AnimationPulse: React.FC<{
38
50
  loop?: boolean;
39
51
  autoplay?: boolean;
@@ -94,6 +106,16 @@ declare const animations: readonly [{
94
106
  readonly frameRate: 30;
95
107
  readonly loop: true;
96
108
  readonly tags: readonly [];
109
+ }, {
110
+ readonly name: "loadinghourglasspurple";
111
+ readonly frameRate: 30;
112
+ readonly loop: true;
113
+ readonly tags: readonly [];
114
+ }, {
115
+ readonly name: "pleasedtomeetyou";
116
+ readonly frameRate: 30;
117
+ readonly loop: true;
118
+ readonly tags: readonly [];
97
119
  }, {
98
120
  readonly name: "pulse";
99
121
  readonly frameRate: 30;
@@ -104,4 +126,4 @@ type IconMetadata = typeof icons[number];
104
126
  type IllustrationMetadata = typeof illustrations[number];
105
127
  type AnimationMetadata = typeof animations[number];
106
128
 
107
- export { AnimationBounce, AnimationCardordersuccess, AnimationMetadata, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
129
+ export { AnimationBounce, AnimationCardordersuccess, AnimationLoadinghourglasspurple, AnimationMetadata, AnimationPleasedtomeetyou, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
package/dist/index.d.ts CHANGED
@@ -34,6 +34,18 @@ declare const AnimationCardordersuccess: React.FC<{
34
34
  className?: string;
35
35
  } & Partial<React.ComponentProps<typeof Lottie>>>;
36
36
 
37
+ declare const AnimationLoadinghourglasspurple: React.FC<{
38
+ loop?: boolean;
39
+ autoplay?: boolean;
40
+ className?: string;
41
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
42
+
43
+ declare const AnimationPleasedtomeetyou: React.FC<{
44
+ loop?: boolean;
45
+ autoplay?: boolean;
46
+ className?: string;
47
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
48
+
37
49
  declare const AnimationPulse: React.FC<{
38
50
  loop?: boolean;
39
51
  autoplay?: boolean;
@@ -94,6 +106,16 @@ declare const animations: readonly [{
94
106
  readonly frameRate: 30;
95
107
  readonly loop: true;
96
108
  readonly tags: readonly [];
109
+ }, {
110
+ readonly name: "loadinghourglasspurple";
111
+ readonly frameRate: 30;
112
+ readonly loop: true;
113
+ readonly tags: readonly [];
114
+ }, {
115
+ readonly name: "pleasedtomeetyou";
116
+ readonly frameRate: 30;
117
+ readonly loop: true;
118
+ readonly tags: readonly [];
97
119
  }, {
98
120
  readonly name: "pulse";
99
121
  readonly frameRate: 30;
@@ -104,4 +126,4 @@ type IconMetadata = typeof icons[number];
104
126
  type IllustrationMetadata = typeof illustrations[number];
105
127
  type AnimationMetadata = typeof animations[number];
106
128
 
107
- export { AnimationBounce, AnimationCardordersuccess, AnimationMetadata, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
129
+ export { AnimationBounce, AnimationCardordersuccess, AnimationLoadinghourglasspurple, AnimationMetadata, AnimationPleasedtomeetyou, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };