@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 +23 -1
- package/dist/index.d.ts +23 -1
- package/dist/index.js +16854 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16853 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/animations/AnimationCardordersuccess.tsx +13360 -0
- package/src/components/animations/AnimationLoadinghourglasspurple.tsx +3491 -0
- package/src/components/index.ts +2 -0
- package/src/metadata/index.ts +12 -0
package/src/components/index.ts
CHANGED
|
@@ -10,4 +10,6 @@ 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';
|
|
13
15
|
export { AnimationPulse } from './animations/AnimationPulse';
|
package/src/metadata/index.ts
CHANGED
|
@@ -110,6 +110,18 @@ 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
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "loadinghourglasspurple",
|
|
121
|
+
"frameRate": 30,
|
|
122
|
+
"loop": true,
|
|
123
|
+
"tags": []
|
|
124
|
+
},
|
|
113
125
|
{
|
|
114
126
|
"name": "pulse",
|
|
115
127
|
"frameRate": 30,
|