@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.
- package/README.md +7 -11
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -14
- package/src/components/animations/AnimationCardOrderSuccess.tsx +13360 -0
- package/src/components/animations/AnimationCardordersuccess.tsx +2 -2
- package/src/components/animations/AnimationLoadingHourglassPurple.tsx +3491 -0
- package/src/components/animations/AnimationLoadinghourglasspurple.tsx +2 -2
- package/src/components/animations/AnimationPleasedToMeetYou.tsx +9940 -0
- package/src/components/animations/AnimationPleasedtomeetyou.tsx +2 -2
- package/src/components/index.ts +3 -3
- package/src/metadata/index.ts +3 -3
package/dist/index.mjs
CHANGED
|
@@ -13506,7 +13506,7 @@ var animationData2 = {
|
|
|
13506
13506
|
}
|
|
13507
13507
|
]
|
|
13508
13508
|
};
|
|
13509
|
-
var
|
|
13509
|
+
var AnimationCardOrderSuccess = ({ loop = true, autoplay = true, ...rest }) => {
|
|
13510
13510
|
return /* @__PURE__ */ jsx(Lottie, { animationData: animationData2, loop, autoplay, ...rest });
|
|
13511
13511
|
};
|
|
13512
13512
|
var animationData3 = {
|
|
@@ -16991,7 +16991,7 @@ var animationData3 = {
|
|
|
16991
16991
|
}
|
|
16992
16992
|
]
|
|
16993
16993
|
};
|
|
16994
|
-
var
|
|
16994
|
+
var AnimationLoadingHourglassPurple = ({ loop = true, autoplay = true, ...rest }) => {
|
|
16995
16995
|
return /* @__PURE__ */ jsx(Lottie, { animationData: animationData3, loop, autoplay, ...rest });
|
|
16996
16996
|
};
|
|
16997
16997
|
var animationData4 = {
|
|
@@ -26925,7 +26925,7 @@ var animationData4 = {
|
|
|
26925
26925
|
}
|
|
26926
26926
|
]
|
|
26927
26927
|
};
|
|
26928
|
-
var
|
|
26928
|
+
var AnimationPleasedToMeetYou = ({ loop = true, autoplay = true, ...rest }) => {
|
|
26929
26929
|
return /* @__PURE__ */ jsx(Lottie, { animationData: animationData4, loop, autoplay, ...rest });
|
|
26930
26930
|
};
|
|
26931
26931
|
var animationData5 = {
|
|
@@ -27266,19 +27266,19 @@ var animations = [
|
|
|
27266
27266
|
"description": "Simple bouncing ball animation"
|
|
27267
27267
|
},
|
|
27268
27268
|
{
|
|
27269
|
-
"name": "
|
|
27269
|
+
"name": "card-order-success",
|
|
27270
27270
|
"frameRate": 30,
|
|
27271
27271
|
"loop": true,
|
|
27272
27272
|
"tags": []
|
|
27273
27273
|
},
|
|
27274
27274
|
{
|
|
27275
|
-
"name": "
|
|
27275
|
+
"name": "loading-hourglass-purple",
|
|
27276
27276
|
"frameRate": 30,
|
|
27277
27277
|
"loop": true,
|
|
27278
27278
|
"tags": []
|
|
27279
27279
|
},
|
|
27280
27280
|
{
|
|
27281
|
-
"name": "
|
|
27281
|
+
"name": "pleased-to-meet-you",
|
|
27282
27282
|
"frameRate": 30,
|
|
27283
27283
|
"loop": true,
|
|
27284
27284
|
"tags": []
|
|
@@ -27294,6 +27294,6 @@ var animations = [
|
|
|
27294
27294
|
}
|
|
27295
27295
|
];
|
|
27296
27296
|
|
|
27297
|
-
export { AnimationBounce,
|
|
27297
|
+
export { AnimationBounce, AnimationCardOrderSuccess, AnimationLoadingHourglassPurple, AnimationPleasedToMeetYou, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconSearch, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
|
|
27298
27298
|
//# sourceMappingURL=out.js.map
|
|
27299
27299
|
//# sourceMappingURL=index.mjs.map
|