@levo-so/blocks 0.1.0 → 0.1.1
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/blocks.d.ts +3 -0
- package/dist/blocks.js +74 -0
- package/dist/schemas.d.ts +3 -0
- package/dist/schemas.js +2 -0
- package/package.json +1 -1
package/dist/blocks.d.ts
ADDED
package/dist/blocks.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { lazy } from "react";
|
|
2
|
+
export const blocks = {
|
|
3
|
+
"about-us-1:v1": lazy(() => import("./blocks/about-us/about-us-1")),
|
|
4
|
+
"blog-listing-1:v1": lazy(() => import("./blocks/blogs/blog-listing-1")),
|
|
5
|
+
"blog-listing-2:v1": lazy(() => import("./blocks/blogs/blog-listing-2")),
|
|
6
|
+
"blog-post-1:v1": lazy(() => import("./blocks/blogs/blog-post-1")),
|
|
7
|
+
"blog-post-2:v1": lazy(() => import("./blocks/blogs/blog-post-2")),
|
|
8
|
+
"cards-2:v1": lazy(() => import("./blocks/cards/cards-2")),
|
|
9
|
+
"cards-3:v1": lazy(() => import("./blocks/cards/cards-3")),
|
|
10
|
+
"cards-4:v1": lazy(() => import("./blocks/cards/cards-4")),
|
|
11
|
+
"cards-5:v1": lazy(() => import("./blocks/cards/cards-5")),
|
|
12
|
+
"cards-6:v1": lazy(() => import("./blocks/cards/cards-6")),
|
|
13
|
+
"cards-7:v1": lazy(() => import("./blocks/cards/cards-7")),
|
|
14
|
+
"cards-9:v1": lazy(() => import("./blocks/cards/cards-9")),
|
|
15
|
+
"cards-10:v1": lazy(() => import("./blocks/cards/cards-10")),
|
|
16
|
+
"cards-11:v1": lazy(() => import("./blocks/cards/cards-11")),
|
|
17
|
+
"cards-12:v1": lazy(() => import("./blocks/cards/cards-12")),
|
|
18
|
+
"contact-us-1:v1": lazy(() => import("./blocks/contact-us/contact-us-1")),
|
|
19
|
+
"contact-us-2:v1": lazy(() => import("./blocks/contact-us/contact-us-2")),
|
|
20
|
+
"content-1:v1": lazy(() => import("./blocks/content/content-1")),
|
|
21
|
+
"content-2:v1": lazy(() => import("./blocks/content/content-2")),
|
|
22
|
+
"content-3:v1": lazy(() => import("./blocks/content/content-3")),
|
|
23
|
+
"content-4:v1": lazy(() => import("./blocks/content/content-4")),
|
|
24
|
+
"content-5:v1": lazy(() => import("./blocks/content/content-5")),
|
|
25
|
+
"content-6:v1": lazy(() => import("./blocks/content/content-6")),
|
|
26
|
+
"cta-1:v1": lazy(() => import("./blocks/cta/cta-1")),
|
|
27
|
+
"cta-2:v1": lazy(() => import("./blocks/cta/cta-2")),
|
|
28
|
+
"cta-3:v1": lazy(() => import("./blocks/cta/cta-3")),
|
|
29
|
+
"embed-1:v1": lazy(() => import("./blocks/embed/embed-1")),
|
|
30
|
+
"event-listing:v1": lazy(() => import("./blocks/event/event-listing")),
|
|
31
|
+
"event-listing-2:v1": lazy(() => import("./blocks/event/event-listing-2")),
|
|
32
|
+
"event-listing-3:v1": lazy(() => import("./blocks/event/event-listing-3")),
|
|
33
|
+
"event-details:v1": lazy(() => import("./blocks/event/event-details")),
|
|
34
|
+
"faq-1:v1": lazy(() => import("./blocks/faq/faq-1")),
|
|
35
|
+
"faq-2:v1": lazy(() => import("./blocks/faq/faq-2")),
|
|
36
|
+
"faq-3:v1": lazy(() => import("./blocks/faq/faq-3")),
|
|
37
|
+
"features-1:v1": lazy(() => import("./blocks/features/features-1/features-1")),
|
|
38
|
+
"features-2:v1": lazy(() => import("./blocks/features/features-2")),
|
|
39
|
+
"features-3:v1": lazy(() => import("./blocks/features/features-3")),
|
|
40
|
+
"features-4:v1": lazy(() => import("./blocks/features/features-4")),
|
|
41
|
+
"features-5:v1": lazy(() => import("./blocks/features/features-5")),
|
|
42
|
+
"features-6:v1": lazy(() => import("./blocks/features/features-6")),
|
|
43
|
+
"footer-1:v1": lazy(() => import("./blocks/footer/footer-1")),
|
|
44
|
+
"footer-2:v1": lazy(() => import("./blocks/footer/footer-2")),
|
|
45
|
+
"footer-3:v1": lazy(() => import("./blocks/footer/footer-3")),
|
|
46
|
+
"footer-4:v1": lazy(() => import("./blocks/footer/footer-4")),
|
|
47
|
+
"footer-5:v1": lazy(() => import("./blocks/footer/footer-5")),
|
|
48
|
+
"hero-1:v1": lazy(() => import("./blocks/hero/hero-1")),
|
|
49
|
+
"hero-2:v1": lazy(() => import("./blocks/hero/hero-2")),
|
|
50
|
+
"hero-4:v1": lazy(() => import("./blocks/hero/hero-4")),
|
|
51
|
+
"hero-5:v1": lazy(() => import("./blocks/hero/hero-5")),
|
|
52
|
+
"hero-6:v1": lazy(() => import("./blocks/hero/hero-6")),
|
|
53
|
+
"hero-7:v1": lazy(() => import("./blocks/hero/hero-7")),
|
|
54
|
+
"hero-8:v1": lazy(() => import("./blocks/hero/hero-8")),
|
|
55
|
+
"hero-9:v1": lazy(() => import("./blocks/hero/hero-9")),
|
|
56
|
+
"logos-1:v1": lazy(() => import("./blocks/logos/logos-1")),
|
|
57
|
+
"navbar-1:v1": lazy(() => import("./blocks/navbar/navbar-1")),
|
|
58
|
+
"navbar-2:v1": lazy(() => import("./blocks/navbar/navbar-2")),
|
|
59
|
+
"pricing-1:v1": lazy(() => import("./blocks/pricing/pricing-1")),
|
|
60
|
+
"products-listing-1:v1": lazy(() => import("./blocks/products/products-listing-1")),
|
|
61
|
+
"stats-1:v1": lazy(() => import("./blocks/stats/stats-1")),
|
|
62
|
+
"stats-2:v1": lazy(() => import("./blocks/stats/stats-2")),
|
|
63
|
+
"team-1:v1": lazy(() => import("./blocks/team/team-1")),
|
|
64
|
+
"team-2:v1": lazy(() => import("./blocks/team/team-2")),
|
|
65
|
+
"team-3:v1": lazy(() => import("./blocks/team/team-3")),
|
|
66
|
+
"testimonial-1:v1": lazy(() => import("./blocks/testimonial/testimonial-1")),
|
|
67
|
+
"testimonial-2:v1": lazy(() => import("./blocks/testimonial/testimonial-2")),
|
|
68
|
+
"testimonial-3:v1": lazy(() => import("./blocks/testimonial/testimonial-3")),
|
|
69
|
+
"testimonial-4:v1": lazy(() => import("./blocks/testimonial/testimonial-4")),
|
|
70
|
+
"testimonial-5:v1": lazy(() => import("./blocks/testimonial/testimonial-5")),
|
|
71
|
+
"testimonial-6:v1": lazy(() => import("./blocks/testimonial/testimonial-6")),
|
|
72
|
+
"terms-and-conditions-1:v1": lazy(() => import("./blocks/termsAndPrivacy/terms-and-conditions-1")),
|
|
73
|
+
"carousel-1:v1": lazy(() => import("./blocks/carousel/carousel-1")),
|
|
74
|
+
};
|
package/dist/schemas.js
ADDED