@levo-so/blocks 0.1.101 → 0.1.102

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 (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -0,0 +1,194 @@
1
+ import type { IBlockLayouts } from "@levo-so/studio";
2
+
3
+ import { DEFAULT_CONTENT } from "./default";
4
+
5
+ export const testimonialCentered: IBlockLayouts = {
6
+ key: "centered",
7
+ title: "Centered Layout",
8
+ styles: {
9
+ layout: {},
10
+ container: {
11
+ width: "100%",
12
+ display: "flex",
13
+ "flex-direction": "column",
14
+ "row-gap": "3xl",
15
+ tablet: {
16
+ "row-gap": "2xl",
17
+ },
18
+ mobile: {
19
+ "row-gap": "2xl",
20
+ },
21
+ },
22
+ header: {
23
+ display: "flex",
24
+ "justify-content": "center",
25
+ "margin-bottom": "2xl",
26
+ tablet: {
27
+ "margin-bottom": "xl",
28
+ },
29
+ },
30
+ textWrapper: {
31
+ display: "flex",
32
+ "flex-direction": "column",
33
+ "align-items": "center",
34
+ "text-align": "center",
35
+ "row-gap": "sm",
36
+ "max-width": "640px",
37
+ },
38
+ title: {
39
+ "text-align": "center",
40
+ },
41
+ description: {
42
+ "text-align": "center",
43
+ },
44
+ testimonials_levoGroup: {
45
+ number_of_slides: 2,
46
+ tablet: {
47
+ number_of_slides: 1,
48
+ },
49
+ mobile: {
50
+ number_of_slides: 1,
51
+ },
52
+ },
53
+ testimonials_levoGroupItem: {
54
+ card: {
55
+ display: "flex",
56
+ "flex-direction": "column",
57
+ "background-color": "var(--color-muted)",
58
+ "border-radius": "xl",
59
+ padding: "2xl",
60
+ "row-gap": "xl",
61
+ height: "100%",
62
+ "align-items": "center",
63
+ "text-align": "center",
64
+ mobile: {
65
+ padding: "lg",
66
+ "row-gap": "lg",
67
+ },
68
+ },
69
+ profileSection: {
70
+ display: "flex",
71
+ "align-items": "center",
72
+ "column-gap": "base",
73
+ "justify-content": "center",
74
+ mobile: {
75
+ "column-gap": "sm",
76
+ },
77
+ },
78
+ profileSection_content: {
79
+ display: "flex",
80
+ "align-items": "center",
81
+ "column-gap": "base",
82
+ },
83
+ avatar: {
84
+ height: "56px",
85
+ width: "56px",
86
+ "font-size": "56px",
87
+ "border-radius": "50%",
88
+ "object-fit": "cover",
89
+ "flex-shrink": 0,
90
+ mobile: {
91
+ height: "44px",
92
+ width: "44px",
93
+ "font-size": "44px",
94
+ },
95
+ },
96
+ clientInfo: {
97
+ display: "flex",
98
+ "flex-direction": "column",
99
+ "row-gap": "4xs",
100
+ "text-align": "left",
101
+ },
102
+ name: {
103
+ "font-weight": 700,
104
+ },
105
+ position: {
106
+ "font-weight": 500,
107
+ color: "var(--color-foreground-muted)",
108
+ },
109
+ quote: {
110
+ "text-align": "center",
111
+ "font-style": "italic",
112
+ "line-height": "1.7",
113
+ },
114
+ stars_wrapper: {
115
+ display: "none",
116
+ },
117
+ org_logo: {
118
+ display: "none",
119
+ },
120
+ },
121
+ testimonials: [{}, {}, {}, {}],
122
+ "carousel-navigation-container": {
123
+ display: "flex",
124
+ "justify-content": "center",
125
+ "margin-top": "xl",
126
+ },
127
+ "carousel-navigation": {
128
+ display: "flex",
129
+ "column-gap": "sm",
130
+ "align-items": "center",
131
+ },
132
+ "carousel-navigation-pill": {
133
+ width: "8px",
134
+ height: "8px",
135
+ "border-radius": "8px",
136
+ "background-color": "var(--color-border)",
137
+ cursor: "pointer",
138
+ transition: "all 0.3s ease",
139
+ },
140
+ },
141
+ content: DEFAULT_CONTENT,
142
+ config: {
143
+ testimonials_levoGroup: {
144
+ carousel: {
145
+ loop: true,
146
+ autoPlay: false,
147
+ },
148
+ },
149
+ title: {
150
+ selectedVariants: {
151
+ Heading_Level: "H2",
152
+ },
153
+ },
154
+ description: {
155
+ selectedVariants: {
156
+ Typography_Variants: "Large",
157
+ },
158
+ },
159
+ testimonials: [
160
+ {
161
+ name: {
162
+ heading: { level: "4" },
163
+ selectedVariants: { Heading_Level: "H6" },
164
+ },
165
+ position: { selectedVariants: { Typography_Variants: "Small" } },
166
+ quote: { selectedVariants: {} },
167
+ },
168
+ {
169
+ name: {
170
+ heading: { level: "4" },
171
+ selectedVariants: { Heading_Level: "H6" },
172
+ },
173
+ position: { selectedVariants: { Typography_Variants: "Small" } },
174
+ quote: { selectedVariants: {} },
175
+ },
176
+ {
177
+ name: {
178
+ heading: { level: "4" },
179
+ selectedVariants: { Heading_Level: "H6" },
180
+ },
181
+ position: { selectedVariants: { Typography_Variants: "Small" } },
182
+ quote: { selectedVariants: {} },
183
+ },
184
+ {
185
+ name: {
186
+ heading: { level: "4" },
187
+ selectedVariants: { Heading_Level: "H6" },
188
+ },
189
+ position: { selectedVariants: { Typography_Variants: "Small" } },
190
+ quote: { selectedVariants: {} },
191
+ },
192
+ ],
193
+ },
194
+ };
@@ -0,0 +1,188 @@
1
+ import type { IBlockLayouts } from "@levo-so/studio";
2
+
3
+ import { DEFAULT_CONTENT } from "./default";
4
+
5
+ export const testimonialCompact: IBlockLayouts = {
6
+ key: "compact",
7
+ title: "Compact Grid",
8
+ styles: {
9
+ layout: {},
10
+ container: {
11
+ width: "100%",
12
+ display: "flex",
13
+ "flex-direction": "column",
14
+ "row-gap": "3xl",
15
+ tablet: {
16
+ "row-gap": "2xl",
17
+ },
18
+ mobile: {
19
+ "row-gap": "2xl",
20
+ },
21
+ },
22
+ header: {
23
+ display: "flex",
24
+ "justify-content": "space-between",
25
+ "align-items": "flex-end",
26
+ "column-gap": "xl",
27
+ "margin-bottom": "2xl",
28
+ tablet: {
29
+ "margin-bottom": "xl",
30
+ },
31
+ mobile: {
32
+ "flex-direction": "column",
33
+ "align-items": "flex-start",
34
+ "row-gap": "sm",
35
+ },
36
+ },
37
+ textWrapper: {
38
+ display: "flex",
39
+ "flex-direction": "column",
40
+ "row-gap": "sm",
41
+ "max-width": "560px",
42
+ },
43
+ title: {},
44
+ description: {},
45
+ testimonials_levoGroup: {
46
+ number_of_slides: 3,
47
+ tablet: {
48
+ number_of_slides: 2,
49
+ },
50
+ mobile: {
51
+ number_of_slides: 1,
52
+ },
53
+ },
54
+ testimonials_levoGroupItem: {
55
+ card: {
56
+ display: "flex",
57
+ "flex-direction": "column-reverse",
58
+ "border-radius": "lg",
59
+ padding: "xl",
60
+ "row-gap": "lg",
61
+ border: "1px solid",
62
+ "border-color": "var(--color-border)",
63
+ "background-color": "var(--color-background)",
64
+ height: "100%",
65
+ mobile: {
66
+ padding: "lg",
67
+ "row-gap": "base",
68
+ },
69
+ },
70
+ profileSection: {
71
+ display: "flex",
72
+ "align-items": "center",
73
+ "column-gap": "sm",
74
+ },
75
+ profileSection_content: {
76
+ display: "flex",
77
+ "align-items": "center",
78
+ "column-gap": "sm",
79
+ },
80
+ avatar: {
81
+ height: "40px",
82
+ width: "40px",
83
+ "font-size": "40px",
84
+ "border-radius": "50%",
85
+ "object-fit": "cover",
86
+ "flex-shrink": 0,
87
+ mobile: {
88
+ height: "36px",
89
+ width: "36px",
90
+ "font-size": "36px",
91
+ },
92
+ },
93
+ clientInfo: {
94
+ display: "flex",
95
+ "flex-direction": "column",
96
+ "row-gap": "none",
97
+ },
98
+ name: {
99
+ "font-weight": 600,
100
+ },
101
+ position: {
102
+ "font-weight": 400,
103
+ color: "var(--color-foreground-muted)",
104
+ },
105
+ quote: {
106
+ "line-height": "1.6",
107
+ },
108
+ stars_wrapper: {
109
+ display: "none",
110
+ },
111
+ org_logo: {
112
+ display: "none",
113
+ },
114
+ },
115
+ testimonials: [{}, {}, {}, {}],
116
+ "carousel-navigation-container": {
117
+ display: "flex",
118
+ "justify-content": "center",
119
+ "margin-top": "2xl",
120
+ },
121
+ "carousel-navigation": {
122
+ display: "flex",
123
+ "column-gap": "sm",
124
+ "align-items": "center",
125
+ },
126
+ "carousel-navigation-pill": {
127
+ width: "8px",
128
+ height: "8px",
129
+ "border-radius": "8px",
130
+ "background-color": "var(--color-border)",
131
+ cursor: "pointer",
132
+ transition: "all 0.3s ease",
133
+ },
134
+ },
135
+ content: DEFAULT_CONTENT,
136
+ config: {
137
+ testimonials_levoGroup: {
138
+ carousel: {
139
+ loop: true,
140
+ autoPlay: false,
141
+ },
142
+ },
143
+ title: {
144
+ selectedVariants: {
145
+ Heading_Level: "H2",
146
+ },
147
+ },
148
+ description: {
149
+ selectedVariants: {
150
+ Typography_Variants: "Body",
151
+ },
152
+ },
153
+ testimonials: [
154
+ {
155
+ name: {
156
+ heading: { level: "4" },
157
+ selectedVariants: { Heading_Level: "H6" },
158
+ },
159
+ position: { selectedVariants: { Typography_Variants: "Small" } },
160
+ quote: { selectedVariants: { Typography_Variants: "Small" } },
161
+ },
162
+ {
163
+ name: {
164
+ heading: { level: "4" },
165
+ selectedVariants: { Heading_Level: "H6" },
166
+ },
167
+ position: { selectedVariants: { Typography_Variants: "Small" } },
168
+ quote: { selectedVariants: { Typography_Variants: "Small" } },
169
+ },
170
+ {
171
+ name: {
172
+ heading: { level: "4" },
173
+ selectedVariants: { Heading_Level: "H6" },
174
+ },
175
+ position: { selectedVariants: { Typography_Variants: "Small" } },
176
+ quote: { selectedVariants: { Typography_Variants: "Small" } },
177
+ },
178
+ {
179
+ name: {
180
+ heading: { level: "4" },
181
+ selectedVariants: { Heading_Level: "H6" },
182
+ },
183
+ position: { selectedVariants: { Typography_Variants: "Small" } },
184
+ quote: { selectedVariants: { Typography_Variants: "Small" } },
185
+ },
186
+ ],
187
+ },
188
+ };