@guideveloper/design-assets 0.1.11 → 0.1.13

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.
Files changed (48) hide show
  1. package/README.md +11 -1
  2. package/assets/animations/bounce.json +59 -0
  3. package/assets/animations/bounce.meta.json +7 -0
  4. package/assets/animations/card-order-success.json +1 -0
  5. package/assets/animations/card-order-success.meta.json +6 -0
  6. package/assets/animations/check-email.json +3269 -0
  7. package/assets/animations/check-email.meta.json +6 -0
  8. package/assets/animations/loading-hourglass-purple.json +1 -0
  9. package/assets/animations/loading-hourglass-purple.meta.json +6 -0
  10. package/assets/animations/pleased-to-meet-you.json +3416 -0
  11. package/assets/animations/pleased-to-meet-you.meta.json +6 -0
  12. package/assets/animations/pulse.json +84 -0
  13. package/assets/animations/pulse.meta.json +9 -0
  14. package/assets/icons/ambulance.json +12 -0
  15. package/assets/icons/ambulance.svg +16 -0
  16. package/assets/icons/atom.json +5 -0
  17. package/assets/icons/atom.svg +1 -0
  18. package/assets/icons/cable-car.json +12 -0
  19. package/assets/icons/cable-car.svg +13 -0
  20. package/assets/icons/cheese-icon-2.json +9 -0
  21. package/assets/icons/cheese-icon-2.svg +3 -0
  22. package/assets/icons/cheese-icon.json +9 -0
  23. package/assets/icons/cheese-icon.svg +3 -0
  24. package/assets/icons/heart-activity.json +9 -0
  25. package/assets/icons/heart-activity.svg +13 -0
  26. package/assets/icons/search.json +5 -0
  27. package/assets/icons/search.svg +4 -0
  28. package/assets/icons/versions/atom/v1.json +10 -0
  29. package/assets/icons/versions/atom/v1.svg +15 -0
  30. package/assets/icons/versions/atom/v2.json +6 -0
  31. package/assets/icons/versions/atom/v2.svg +1 -0
  32. package/assets/illustrations/rooster-head.json +9 -0
  33. package/assets/illustrations/rooster-head.svg +9 -0
  34. package/assets/illustrations/sunrise.json +6 -0
  35. package/assets/illustrations/sunrise.svg +5 -0
  36. package/assets/illustrations/svg-icon.json +9 -0
  37. package/assets/illustrations/svg-icon.png +0 -0
  38. package/dist/index.d.mts +169 -2
  39. package/dist/index.d.ts +169 -2
  40. package/dist/index.js +9090 -106
  41. package/dist/index.js.map +1 -1
  42. package/dist/index.mjs +9088 -107
  43. package/dist/index.mjs.map +1 -1
  44. package/package.json +2 -1
  45. package/src/components/animations/AnimationCheckEmail.tsx +8817 -0
  46. package/src/components/icons/IconAtom.tsx +1 -1
  47. package/src/components/index.ts +1 -0
  48. package/src/metadata/index.ts +181 -6
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "pleased-to-meet-you",
3
+ "frameRate": 30,
4
+ "loop": true,
5
+ "tags": []
6
+ }
@@ -0,0 +1,84 @@
1
+ {
2
+ "v": "5.7.4",
3
+ "fr": 30,
4
+ "ip": 0,
5
+ "op": 60,
6
+ "w": 512,
7
+ "h": 512,
8
+ "nm": "Pulsing Circle",
9
+ "ddd": 0,
10
+ "assets": [],
11
+ "layers": [
12
+ {
13
+ "ddd": 0,
14
+ "ind": 1,
15
+ "ty": 4,
16
+ "nm": "Circle Shape",
17
+ "sr": 1,
18
+ "ks": {
19
+ "o": { "a": 0, "k": 100 },
20
+ "r": { "a": 0, "k": 0 },
21
+ "p": { "a": 0, "k": [256, 256, 0] },
22
+ "a": { "a": 0, "k": [0, 0, 0] },
23
+ "s": {
24
+ "a": 1,
25
+ "k": [
26
+ {
27
+ "i": { "x": [0.5, 0.5, 0.5], "y": [0.5, 0.5, 0.5] },
28
+ "o": { "x": [0.5, 0.5, 0.5], "y": [0.5, 0.5, 0.5] },
29
+ "n": ["0p5_0p5_0p5", "0p5_0p5_0p5", "0p5_0p5_0p5"],
30
+ "t": 0,
31
+ "s": [80, 80, 100]
32
+ },
33
+ {
34
+ "i": { "x": [0.5, 0.5, 0.5], "y": [0.5, 0.5, 0.5] },
35
+ "o": { "x": [0.5, 0.5, 0.5], "y": [0.5, 0.5, 0.5] },
36
+ "n": ["0p5_0p5_0p5", "0p5_0p5_0p5", "0p5_0p5_0p5"],
37
+ "t": 30,
38
+ "s": [120, 120, 100]
39
+ },
40
+ {
41
+ "t": 60,
42
+ "s": [80, 80, 100]
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ "shapes": [
48
+ {
49
+ "ty": "gr",
50
+ "it": [
51
+ {
52
+ "d": 1,
53
+ "ty": "el",
54
+ "s": { "a": 0, "k": [200, 200] },
55
+ "p": { "a": 0, "k": [0, 0] },
56
+ "nm": "Ellipse Path"
57
+ },
58
+ {
59
+ "ty": "fl",
60
+ "c": { "a": 0, "k": [0, 0.5, 1, 1] },
61
+ "o": { "a": 0, "k": 100 },
62
+ "nm": "Fill"
63
+ },
64
+ {
65
+ "ty": "tr",
66
+ "p": { "a": 0, "k": [0, 0] },
67
+ "a": { "a": 0, "k": [0, 0] },
68
+ "s": { "a": 0, "k": [100, 100] },
69
+ "r": { "a": 0, "k": 0 },
70
+ "o": { "a": 0, "k": 100 },
71
+ "sk": { "a": 0, "k": 0 },
72
+ "sa": { "a": 0, "k": 0 }
73
+ }
74
+ ],
75
+ "nm": "Circle Group"
76
+ }
77
+ ],
78
+ "ip": 0,
79
+ "op": 60,
80
+ "st": 0,
81
+ "bm": 0
82
+ }
83
+ ]
84
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "pulse",
3
+ "frameRate": 30,
4
+ "loop": true,
5
+ "tags": [
6
+ "circle",
7
+ "pulsing"
8
+ ]
9
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "ambulance",
3
+ "tags": [
4
+ "vehicle",
5
+ "car",
6
+ "hospital",
7
+ "ward",
8
+ "doctor",
9
+ "rescuer"
10
+ ],
11
+ "description": ""
12
+ }
@@ -0,0 +1,16 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="48"
4
+ height="48"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="#000000"
8
+ stroke-width="1.25"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
13
+ <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
14
+ <path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />
15
+ <path d="M6 10h4m-2 -2v4" />
16
+ </svg>
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "atom",
3
+ "tags": [],
4
+ "description": ""
5
+ }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M320 462.8C308.2 467.9 296.6 472.5 285.1 476.3C301.8 510.1 316.1 512 320 512C323.9 512 338.1 510.1 354.9 476.3C343.5 472.4 331.8 467.9 320 462.8zM510 320C543 365.2 554.3 410.9 533.6 448C513.4 484.3 471.1 497.3 418.4 491.2C396.4 543.3 362.7 576 320 576C277.3 576 243.6 543.3 221.6 491.2C168.9 497.3 126.6 484.3 106.4 448C85.7 410.9 97 365.2 130 320C97 274.8 85.7 229.1 106.4 192C126.6 155.7 168.9 142.7 221.6 148.8C243.6 96.7 277.2 64 320 64C362.8 64 396.4 96.7 418.4 148.8C471.1 142.7 513.4 155.6 533.6 192C554.3 229.1 543 274.8 510 320zM444.2 387.4C442.5 401.6 440.3 415.4 437.5 428.6C469.3 430 476.1 419.9 477.7 416.9C480 412.7 484.7 399 465.8 368.8C459 375.1 451.8 381.3 444.2 387.4zM437.5 211.5C440.3 224.6 442.5 238.4 444.2 252.7C451.8 258.8 459 265 465.8 271.3C484.7 241.1 480 227.3 477.7 223.2C476.1 220.3 469.3 210.2 437.5 211.5zM354.9 163.7C338.1 129.9 323.9 128 320 128C316.1 128 301.9 129.9 285.1 163.7C296.5 167.6 308.2 172.1 320 177.2C331.8 172.1 343.4 167.5 354.9 163.7zM195.9 252.6C197.6 238.3 199.8 224.6 202.6 211.4C170.8 210 164 220.1 162.4 223.1C160.1 227.3 155.4 241 174.3 271.2C181.1 264.9 188.3 258.7 195.9 252.6zM174.2 368.8C155.3 399 160 412.8 162.3 416.9C163.9 419.8 170.7 429.9 202.5 428.6C199.7 415.5 197.5 401.7 195.8 387.4C188.2 381.3 181 375.1 174.2 368.8zM400 320C400 275.8 364.2 240 320 240C275.8 240 240 275.8 240 320C240 364.2 275.8 400 320 400C364.2 400 400 364.2 400 320zM320 288C337.7 288 352 302.3 352 320C352 337.7 337.7 352 320 352C302.3 352 288 337.7 288 320C288 302.3 302.3 288 320 288z"/></svg>
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "cable-car",
3
+ "tags": [
4
+ "cable",
5
+ "car",
6
+ "gondola",
7
+ "mountains",
8
+ "ski",
9
+ "tramway"
10
+ ],
11
+ "description": ""
12
+ }
@@ -0,0 +1,13 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="128"
4
+ height="128"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="#000000"
8
+ stroke-width="1.25"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path d="M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14" />
13
+ </svg>
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "cheese-icon-2",
3
+ "tags": [
4
+ "food",
5
+ "cheese",
6
+ "icon"
7
+ ],
8
+ "description": ""
9
+ }
@@ -0,0 +1,3 @@
1
+ <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 12 6.4267-4.65924c.6372.89667 1.8922 1.10897 2.7888.4718.8967-.63718 1.3493-1.69135.4681-2.80084C13.6373 4.95345 14.9106 4 15 4c.0894 0 5 1 5 8M4 12h16M4 12v8h16v-8M8 15h.01M12 17h.01M16 15h.01"/>
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "cheese-icon",
3
+ "tags": [
4
+ "food",
5
+ "cheese",
6
+ "icons"
7
+ ],
8
+ "description": ""
9
+ }
@@ -0,0 +1,3 @@
1
+ <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 12 6.4267-4.65924c.6372.89667 1.8922 1.10897 2.7888.4718.8967-.63718 1.3493-1.69135.4681-2.80084C13.6373 4.95345 14.9106 4 15 4c.0894 0 5 1 5 8M4 12h16M4 12v8h16v-8M8 15h.01M12 17h.01M16 15h.01"/>
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "heart-activity",
3
+ "tags": [
4
+ "activity",
5
+ "heart",
6
+ "monitor"
7
+ ],
8
+ "description": ""
9
+ }
@@ -0,0 +1,13 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="48"
4
+ height="48"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="#000000"
8
+ stroke-width="1.25"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path d="M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5" />
13
+ </svg>
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "search",
3
+ "tags": ["find", "magnify"],
4
+ "description": "Search icon"
5
+ }
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="11" cy="11" r="7" stroke="#111827" stroke-width="2" />
3
+ <line x1="16.6569" y1="16" x2="21" y2="20.3431" stroke="#111827" stroke-width="2" stroke-linecap="round" />
4
+ </svg>
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "atom",
3
+ "tags": [
4
+ "unit",
5
+ "element",
6
+ "part",
7
+ "electrons"
8
+ ],
9
+ "description": ""
10
+ }
@@ -0,0 +1,15 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="48"
4
+ height="48"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="#000000"
8
+ stroke-width="1.25"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ >
12
+ <path d="M12 12v.01" />
13
+ <path d="M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9" />
14
+ <path d="M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242" />
15
+ </svg>
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "atom",
3
+ "tags": [],
4
+ "description": "",
5
+ "version": 2
6
+ }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M320 462.8C308.2 467.9 296.6 472.5 285.1 476.3C301.8 510.1 316.1 512 320 512C323.9 512 338.1 510.1 354.9 476.3C343.5 472.4 331.8 467.9 320 462.8zM510 320C543 365.2 554.3 410.9 533.6 448C513.4 484.3 471.1 497.3 418.4 491.2C396.4 543.3 362.7 576 320 576C277.3 576 243.6 543.3 221.6 491.2C168.9 497.3 126.6 484.3 106.4 448C85.7 410.9 97 365.2 130 320C97 274.8 85.7 229.1 106.4 192C126.6 155.7 168.9 142.7 221.6 148.8C243.6 96.7 277.2 64 320 64C362.8 64 396.4 96.7 418.4 148.8C471.1 142.7 513.4 155.6 533.6 192C554.3 229.1 543 274.8 510 320zM444.2 387.4C442.5 401.6 440.3 415.4 437.5 428.6C469.3 430 476.1 419.9 477.7 416.9C480 412.7 484.7 399 465.8 368.8C459 375.1 451.8 381.3 444.2 387.4zM437.5 211.5C440.3 224.6 442.5 238.4 444.2 252.7C451.8 258.8 459 265 465.8 271.3C484.7 241.1 480 227.3 477.7 223.2C476.1 220.3 469.3 210.2 437.5 211.5zM354.9 163.7C338.1 129.9 323.9 128 320 128C316.1 128 301.9 129.9 285.1 163.7C296.5 167.6 308.2 172.1 320 177.2C331.8 172.1 343.4 167.5 354.9 163.7zM195.9 252.6C197.6 238.3 199.8 224.6 202.6 211.4C170.8 210 164 220.1 162.4 223.1C160.1 227.3 155.4 241 174.3 271.2C181.1 264.9 188.3 258.7 195.9 252.6zM174.2 368.8C155.3 399 160 412.8 162.3 416.9C163.9 419.8 170.7 429.9 202.5 428.6C199.7 415.5 197.5 401.7 195.8 387.4C188.2 381.3 181 375.1 174.2 368.8zM400 320C400 275.8 364.2 240 320 240C275.8 240 240 275.8 240 320C240 364.2 275.8 400 320 400C364.2 400 400 364.2 400 320zM320 288C337.7 288 352 302.3 352 320C352 337.7 337.7 352 320 352C302.3 352 288 337.7 288 320C288 302.3 302.3 288 320 288z"/></svg>
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "rooster-head",
3
+ "category": "Brand",
4
+ "tags": [
5
+ "rooster",
6
+ "rooster head",
7
+ "brand mark"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 867 1124.67" aria-hidden="true">
2
+ <polygon data-name="Fill-30" points="337.77 386.66 124.23 58.15 0 562.59 337.77 386.66" fill="#fcc42f" fill-rule="evenodd"/>
3
+ <polygon data-name="Fill-32" points="0 562.59 334.51 381.65 379.87 837.6 0 562.59" fill="#59b7b1" fill-rule="evenodd"/>
4
+ <polygon data-name="Fill-34" points="334.51 381.64 548.64 183.63 730.92 460.06 538.21 725.26 334.51 381.64" fill="#00a0dd" fill-rule="evenodd"/>
5
+ <polygon data-name="Fill-36" points="334.51 381.64 408.42 1124.67 538.21 725.26 334.51 381.64" fill="#fcc42f" fill-rule="evenodd"/>
6
+ <polygon data-name="Fill-38" points="548.63 183.32 867 667.57 832.97 387.2 548.63 183.32" fill="#266093" fill-rule="evenodd"/>
7
+ <polygon data-name="Fill-27" points="200.38 175.32 124.22 58.16 353.72 0 200.38 175.32" fill="#e54360" fill-rule="evenodd"/>
8
+ <polygon data-name="Fill-25" points="111.52 109.77 6.37 144.63 90.69 194.9 111.52 109.77" fill="#e1281d" fill-rule="evenodd"/>
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "sunrise",
3
+ "category": "nature",
4
+ "tags": ["morning", "sun"],
5
+ "description": "Sunrise illustration"
6
+ }
@@ -0,0 +1,5 @@
1
+ <svg width="320" height="200" viewBox="0 0 320 200" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="320" height="200" fill="#E0F2FE"/>
3
+ <circle cx="160" cy="120" r="60" fill="#FBBF24"/>
4
+ <rect x="0" y="140" width="320" height="60" fill="#10B981"/>
5
+ </svg>
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "svg-icon",
3
+ "category": "Icons",
4
+ "tags": [
5
+ "icon",
6
+ "black",
7
+ "line icon"
8
+ ]
9
+ }
package/dist/index.d.mts CHANGED
@@ -34,6 +34,12 @@ declare const AnimationCardOrderSuccess: React.FC<{
34
34
  className?: string;
35
35
  } & Partial<React.ComponentProps<typeof Lottie>>>;
36
36
 
37
+ declare const AnimationCheckEmail: React.FC<{
38
+ loop?: boolean;
39
+ autoplay?: boolean;
40
+ className?: string;
41
+ } & Partial<React.ComponentProps<typeof Lottie>>>;
42
+
37
43
  declare const AnimationLoadingHourglassPurple: React.FC<{
38
44
  loop?: boolean;
39
45
  autoplay?: boolean;
@@ -52,13 +58,14 @@ declare const AnimationPulse: React.FC<{
52
58
  className?: string;
53
59
  } & Partial<React.ComponentProps<typeof Lottie>>>;
54
60
 
61
+ declare const packageVersion: "0.1.13";
55
62
  declare const icons: readonly [{
56
63
  readonly name: "ambulance";
57
64
  readonly tags: readonly ["vehicle", "car", "hospital", "ward", "doctor", "rescuer"];
58
65
  readonly description: "";
59
66
  }, {
60
67
  readonly name: "atom";
61
- readonly tags: readonly ["unit", "element", "part", "electrons"];
68
+ readonly tags: readonly [];
62
69
  readonly description: "";
63
70
  }, {
64
71
  readonly name: "cable-car";
@@ -106,6 +113,11 @@ declare const animations: readonly [{
106
113
  readonly frameRate: 30;
107
114
  readonly loop: true;
108
115
  readonly tags: readonly [];
116
+ }, {
117
+ readonly name: "check-email";
118
+ readonly frameRate: 30;
119
+ readonly loop: true;
120
+ readonly tags: readonly [];
109
121
  }, {
110
122
  readonly name: "loading-hourglass-purple";
111
123
  readonly frameRate: 30;
@@ -122,8 +134,163 @@ declare const animations: readonly [{
122
134
  readonly loop: true;
123
135
  readonly tags: readonly ["circle", "pulsing"];
124
136
  }];
137
+ declare const assetVersions: readonly [{
138
+ readonly type: "icon";
139
+ readonly name: "ambulance";
140
+ readonly version: 1;
141
+ readonly packageVersion: "0.1.13";
142
+ readonly extension: "svg";
143
+ readonly assetPath: "assets/icons/ambulance.svg";
144
+ readonly metaPath: "assets/icons/ambulance.json";
145
+ readonly isLatest: true;
146
+ }, {
147
+ readonly type: "icon";
148
+ readonly name: "atom";
149
+ readonly version: 2;
150
+ readonly packageVersion: "0.1.13";
151
+ readonly extension: "svg";
152
+ readonly assetPath: "assets/icons/versions/atom/v2.svg";
153
+ readonly metaPath: "assets/icons/versions/atom/v2.json";
154
+ readonly isLatest: true;
155
+ }, {
156
+ readonly type: "icon";
157
+ readonly name: "atom";
158
+ readonly version: 1;
159
+ readonly packageVersion: "0.1.13";
160
+ readonly extension: "svg";
161
+ readonly assetPath: "assets/icons/versions/atom/v1.svg";
162
+ readonly metaPath: "assets/icons/versions/atom/v1.json";
163
+ readonly isLatest: false;
164
+ }, {
165
+ readonly type: "icon";
166
+ readonly name: "cable-car";
167
+ readonly version: 1;
168
+ readonly packageVersion: "0.1.13";
169
+ readonly extension: "svg";
170
+ readonly assetPath: "assets/icons/cable-car.svg";
171
+ readonly metaPath: "assets/icons/cable-car.json";
172
+ readonly isLatest: true;
173
+ }, {
174
+ readonly type: "icon";
175
+ readonly name: "cheese-icon-2";
176
+ readonly version: 1;
177
+ readonly packageVersion: "0.1.13";
178
+ readonly extension: "svg";
179
+ readonly assetPath: "assets/icons/cheese-icon-2.svg";
180
+ readonly metaPath: "assets/icons/cheese-icon-2.json";
181
+ readonly isLatest: true;
182
+ }, {
183
+ readonly type: "icon";
184
+ readonly name: "cheese-icon";
185
+ readonly version: 1;
186
+ readonly packageVersion: "0.1.13";
187
+ readonly extension: "svg";
188
+ readonly assetPath: "assets/icons/cheese-icon.svg";
189
+ readonly metaPath: "assets/icons/cheese-icon.json";
190
+ readonly isLatest: true;
191
+ }, {
192
+ readonly type: "icon";
193
+ readonly name: "heart-activity";
194
+ readonly version: 1;
195
+ readonly packageVersion: "0.1.13";
196
+ readonly extension: "svg";
197
+ readonly assetPath: "assets/icons/heart-activity.svg";
198
+ readonly metaPath: "assets/icons/heart-activity.json";
199
+ readonly isLatest: true;
200
+ }, {
201
+ readonly type: "icon";
202
+ readonly name: "search";
203
+ readonly version: 1;
204
+ readonly packageVersion: "0.1.13";
205
+ readonly extension: "svg";
206
+ readonly assetPath: "assets/icons/search.svg";
207
+ readonly metaPath: "assets/icons/search.json";
208
+ readonly isLatest: true;
209
+ }, {
210
+ readonly type: "illustration";
211
+ readonly name: "rooster-head";
212
+ readonly version: 1;
213
+ readonly packageVersion: "0.1.13";
214
+ readonly extension: "svg";
215
+ readonly assetPath: "assets/illustrations/rooster-head.svg";
216
+ readonly metaPath: "assets/illustrations/rooster-head.json";
217
+ readonly isLatest: true;
218
+ }, {
219
+ readonly type: "illustration";
220
+ readonly name: "sunrise";
221
+ readonly version: 1;
222
+ readonly packageVersion: "0.1.13";
223
+ readonly extension: "svg";
224
+ readonly assetPath: "assets/illustrations/sunrise.svg";
225
+ readonly metaPath: "assets/illustrations/sunrise.json";
226
+ readonly isLatest: true;
227
+ }, {
228
+ readonly type: "illustration";
229
+ readonly name: "svg-icon";
230
+ readonly version: 1;
231
+ readonly packageVersion: "0.1.13";
232
+ readonly extension: "png";
233
+ readonly assetPath: "assets/illustrations/svg-icon.png";
234
+ readonly metaPath: "assets/illustrations/svg-icon.json";
235
+ readonly isLatest: true;
236
+ }, {
237
+ readonly type: "animation";
238
+ readonly name: "bounce";
239
+ readonly version: 1;
240
+ readonly packageVersion: "0.1.13";
241
+ readonly extension: "json";
242
+ readonly assetPath: "assets/animations/bounce.json";
243
+ readonly metaPath: "assets/animations/bounce.meta.json";
244
+ readonly isLatest: true;
245
+ }, {
246
+ readonly type: "animation";
247
+ readonly name: "card-order-success";
248
+ readonly version: 1;
249
+ readonly packageVersion: "0.1.13";
250
+ readonly extension: "json";
251
+ readonly assetPath: "assets/animations/card-order-success.json";
252
+ readonly metaPath: "assets/animations/card-order-success.meta.json";
253
+ readonly isLatest: true;
254
+ }, {
255
+ readonly type: "animation";
256
+ readonly name: "check-email";
257
+ readonly version: 1;
258
+ readonly packageVersion: "0.1.13";
259
+ readonly extension: "json";
260
+ readonly assetPath: "assets/animations/check-email.json";
261
+ readonly metaPath: "assets/animations/check-email.meta.json";
262
+ readonly isLatest: true;
263
+ }, {
264
+ readonly type: "animation";
265
+ readonly name: "loading-hourglass-purple";
266
+ readonly version: 1;
267
+ readonly packageVersion: "0.1.13";
268
+ readonly extension: "json";
269
+ readonly assetPath: "assets/animations/loading-hourglass-purple.json";
270
+ readonly metaPath: "assets/animations/loading-hourglass-purple.meta.json";
271
+ readonly isLatest: true;
272
+ }, {
273
+ readonly type: "animation";
274
+ readonly name: "pleased-to-meet-you";
275
+ readonly version: 1;
276
+ readonly packageVersion: "0.1.13";
277
+ readonly extension: "json";
278
+ readonly assetPath: "assets/animations/pleased-to-meet-you.json";
279
+ readonly metaPath: "assets/animations/pleased-to-meet-you.meta.json";
280
+ readonly isLatest: true;
281
+ }, {
282
+ readonly type: "animation";
283
+ readonly name: "pulse";
284
+ readonly version: 1;
285
+ readonly packageVersion: "0.1.13";
286
+ readonly extension: "json";
287
+ readonly assetPath: "assets/animations/pulse.json";
288
+ readonly metaPath: "assets/animations/pulse.meta.json";
289
+ readonly isLatest: true;
290
+ }];
125
291
  type IconMetadata = typeof icons[number];
126
292
  type IllustrationMetadata = typeof illustrations[number];
127
293
  type AnimationMetadata = typeof animations[number];
294
+ type AssetVersionMetadata = typeof assetVersions[number];
128
295
 
129
- export { AnimationBounce, AnimationCardOrderSuccess, AnimationLoadingHourglassPurple, AnimationMetadata, AnimationPleasedToMeetYou, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
296
+ export { AnimationBounce, AnimationCardOrderSuccess, AnimationCheckEmail, AnimationLoadingHourglassPurple, AnimationMetadata, AnimationPleasedToMeetYou, AnimationPulse, AssetVersionMetadata, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconMetadata, IconSearch, IllustrationMetadata, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, assetVersions, icons, illustrations, packageVersion };