@levo-so/blocks 0.1.2 → 0.1.52

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -84,6 +84,179 @@ const DEFAULT_CONTENT = {
84
84
  },
85
85
  };
86
86
 
87
+ const DEFAULT_CONTENT_VARIANT_1 = {
88
+ layout: null,
89
+ container: null,
90
+ header: null,
91
+ title: "Explore Our Program",
92
+ "carousel-navigation-container": null,
93
+ "carousel-navigation": null,
94
+ "carousel-navigation-arrow-left": " ",
95
+ "carousel-navigation-arrow-right": " ",
96
+ cards: [
97
+ {
98
+ card: null,
99
+ header: null,
100
+ icon: {
101
+ kind: "icon",
102
+ data: {
103
+ id: "archive-minus",
104
+ label: "Archive Minus",
105
+ tags: ["archive", "custom", "directional", "minus"],
106
+ svgCode:
107
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
108
+ },
109
+ },
110
+ content: null,
111
+ card_title: "Cardio",
112
+ description: "<p>Early Childhood Education</p>",
113
+ cta: " ",
114
+ cta_rightIcon: {
115
+ kind: "icon",
116
+ data: {
117
+ id: "arrow-right-1",
118
+ label: "Arrow Right 1",
119
+ tags: ["arrow", "custom", "directional", "right"],
120
+ svgCode:
121
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
122
+ },
123
+ },
124
+ },
125
+ {
126
+ card: null,
127
+ header: null,
128
+ icon: {
129
+ kind: "icon",
130
+ data: {
131
+ id: "archive-minus",
132
+ label: "Archive Minus",
133
+ tags: ["archive", "custom", "directional", "minus"],
134
+ svgCode:
135
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
136
+ },
137
+ },
138
+ content: null,
139
+ card_title: "Cardio",
140
+ description: "<p>Early Childhood Education</p>",
141
+ cta: " ",
142
+ cta_rightIcon: {
143
+ kind: "icon",
144
+ data: {
145
+ id: "arrow-right-1",
146
+ label: "Arrow Right 1",
147
+ tags: ["arrow", "custom", "directional", "right"],
148
+ svgCode:
149
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
150
+ },
151
+ },
152
+ },
153
+ {
154
+ card: null,
155
+ header: null,
156
+ icon: {
157
+ kind: "icon",
158
+ data: {
159
+ id: "archive-minus",
160
+ label: "Archive Minus",
161
+ tags: ["archive", "custom", "directional", "minus"],
162
+ svgCode:
163
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
164
+ },
165
+ },
166
+ content: null,
167
+ card_title: "Cardio",
168
+ description: "<p>Early Childhood Education</p>",
169
+ cta: " ",
170
+ cta_rightIcon: {
171
+ kind: "icon",
172
+ data: {
173
+ id: "arrow-right-1",
174
+ label: "Arrow Right 1",
175
+ tags: ["arrow", "custom", "directional", "right"],
176
+ svgCode:
177
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
178
+ },
179
+ },
180
+ },
181
+ {
182
+ card: null,
183
+ header: null,
184
+ icon: {
185
+ kind: "icon",
186
+ data: {
187
+ id: "archive-minus",
188
+ label: "Archive Minus",
189
+ tags: ["archive", "custom", "directional", "minus"],
190
+ svgCode:
191
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
192
+ },
193
+ },
194
+ content: null,
195
+ card_title: "Cardio",
196
+ description: "<p>Early Childhood Education</p>",
197
+ cta: " ",
198
+ cta_rightIcon: {
199
+ kind: "icon",
200
+ data: {
201
+ id: "arrow-right-1",
202
+ label: "Arrow Right 1",
203
+ tags: ["arrow", "custom", "directional", "right"],
204
+ svgCode:
205
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
206
+ },
207
+ },
208
+ },
209
+ {
210
+ card: null,
211
+ header: null,
212
+ icon: {
213
+ kind: "icon",
214
+ data: {
215
+ id: "archive-minus",
216
+ label: "Archive Minus",
217
+ tags: ["archive", "custom", "directional", "minus"],
218
+ svgCode:
219
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
220
+ },
221
+ },
222
+ content: null,
223
+ card_title: "Cardio",
224
+ description: "<p>Early Childhood Education</p>",
225
+ cta: " ",
226
+ cta_rightIcon: {
227
+ kind: "icon",
228
+ data: {
229
+ id: "arrow-right-1",
230
+ label: "Arrow Right 1",
231
+ tags: ["arrow", "custom", "directional", "right"],
232
+ svgCode:
233
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
234
+ },
235
+ },
236
+ },
237
+ ],
238
+ "carousel-navigation-arrow-left_leftIcon": {
239
+ kind: "icon",
240
+ data: {
241
+ id: "arrow-left",
242
+ label: "Arrow Left",
243
+ tags: ["arrow", "custom", "directional", "left"],
244
+ svgCode:
245
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
246
+ },
247
+ },
248
+ "carousel-navigation-arrow-right_rightIcon": {
249
+ kind: "icon",
250
+ data: {
251
+ id: "arrow-right-1",
252
+ label: "Arrow Right 1",
253
+ tags: ["arrow", "custom", "directional", "right"],
254
+ svgCode:
255
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
256
+ },
257
+ },
258
+ };
259
+
87
260
  export type ICards6Content = typeof DEFAULT_CONTENT;
88
261
 
89
262
  export const Cards6: IBlock = {
@@ -192,6 +365,11 @@ export const Cards6: IBlock = {
192
365
  "Individual card container that holds the header, description, and CTA button.",
193
366
  },
194
367
  },
368
+ {
369
+ key: "content-container",
370
+ label: "Content Container",
371
+ field_interface: "BoxWidget",
372
+ },
195
373
  {
196
374
  key: "header",
197
375
  label: "Header",
@@ -635,5 +813,1327 @@ export const Cards6: IBlock = {
635
813
  },
636
814
  content: DEFAULT_CONTENT,
637
815
  },
816
+ {
817
+ key: "variant-1",
818
+ title: "Variant 1",
819
+ styles: {
820
+ layout: {
821
+ "padding-top": "3xl",
822
+ "padding-bottom": "3xl",
823
+ },
824
+ container: {
825
+ "max-width": "1280px",
826
+ "margin-left": "auto",
827
+ "margin-right": "auto",
828
+ "padding-left": "lg",
829
+ "padding-right": "lg",
830
+ },
831
+ header: {
832
+ display: "flex",
833
+ "justify-content": "space-between",
834
+ "align-items": "center",
835
+ "margin-bottom": "2xl",
836
+ mobile: {
837
+ "flex-direction": "column",
838
+ "align-items": "center",
839
+ "row-gap": "lg",
840
+ },
841
+ },
842
+ title: {
843
+ color: "text-1",
844
+ mobile: {
845
+ "text-align": "center",
846
+ },
847
+ },
848
+ "carousel-navigation-container": {
849
+ display: "flex",
850
+ "justify-content": "flex-end",
851
+ mobile: {
852
+ display: "none",
853
+ },
854
+ },
855
+ "carousel-navigation-container-mobile": {
856
+ display: "none",
857
+ mobile: {
858
+ display: "flex",
859
+ "justify-content": "center",
860
+ "margin-top": "xl",
861
+ },
862
+ },
863
+ "carousel-navigation": {
864
+ display: "flex",
865
+ "column-gap": "sm",
866
+ "align-items": "center",
867
+ },
868
+ "carousel-navigation-arrow-left": {
869
+ display: "flex",
870
+ "align-items": "center",
871
+ "justify-content": "center",
872
+ "background-color": "white",
873
+ color: "text-2",
874
+ cursor: "pointer",
875
+ "padding-top": "none",
876
+ "padding-bottom": "none",
877
+ "padding-left": "none",
878
+ "padding-right": "none",
879
+ "border-color": "border",
880
+ "border-width": "1px",
881
+ "border-style": "solid",
882
+ width: "48px",
883
+ height: "48px",
884
+ "border-radius": "full",
885
+ "box-shadow": "default",
886
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
887
+ mobile: {
888
+ width: "40px",
889
+ height: "40px",
890
+ },
891
+ },
892
+ "carousel-navigation-arrow-right": {
893
+ display: "flex",
894
+ "align-items": "center",
895
+ "justify-content": "center",
896
+ "background-color": "white",
897
+ color: "text-2",
898
+ cursor: "pointer",
899
+ "padding-top": "none",
900
+ "padding-bottom": "none",
901
+ "padding-left": "none",
902
+ "padding-right": "none",
903
+ "border-color": "border",
904
+ "border-width": "1px",
905
+ "border-style": "solid",
906
+ width: "48px",
907
+ height: "48px",
908
+ "border-radius": "full",
909
+ "box-shadow": "default",
910
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
911
+ mobile: {
912
+ width: "40px",
913
+ height: "40px",
914
+ },
915
+ },
916
+ cards_levoGroup: {
917
+ number_of_slides: 3,
918
+ mobile: {
919
+ number_of_slides: 1,
920
+ },
921
+ tablet: {
922
+ number_of_slides: 2,
923
+ },
924
+ },
925
+ cards: [
926
+ {
927
+ card: {
928
+ "border-radius": "base",
929
+ "padding-top": "xl",
930
+ "padding-bottom": "xl",
931
+ "padding-left": "lg",
932
+ "padding-right": "lg",
933
+ display: "flex",
934
+ "flex-direction": "column",
935
+ "align-items": "flex-start",
936
+ "row-gap": "lg",
937
+ mobile: {
938
+ "padding-top": "lg",
939
+ "padding-bottom": "lg",
940
+ "padding-left": "base",
941
+ "padding-right": "base",
942
+ "row-gap": "base",
943
+ },
944
+ "background-image":
945
+ 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
946
+ "background-position": "50% 50%",
947
+ "background-size": "cover",
948
+ height: "450px",
949
+ },
950
+ header: {
951
+ display: "none",
952
+ "align-items": "center",
953
+ "column-gap": "sm",
954
+ width: "100%",
955
+ "justify-content": "center",
956
+ },
957
+ icon: {
958
+ width: "24px",
959
+ height: "24px",
960
+ "border-radius": "base",
961
+ "flex-shrink": "0",
962
+ mobile: {
963
+ width: "20px",
964
+ height: "20px",
965
+ },
966
+ },
967
+ content: {
968
+ display: "flex",
969
+ "flex-direction": "row",
970
+ "align-items": "start",
971
+ "row-gap": "none",
972
+ "justify-content": "space-between",
973
+ width: "100%",
974
+ "padding-bottom": "none",
975
+ height: "100%",
976
+ "padding-top": "22xl",
977
+ },
978
+ card_title: {
979
+ "text-align": "left",
980
+ "margin-bottom": "none",
981
+ flex: "1",
982
+ },
983
+ description: {
984
+ color: "white",
985
+ "text-align": "left",
986
+ "margin-bottom": "lg",
987
+ "line-height": "1.6",
988
+ mobile: {
989
+ "margin-bottom": "base",
990
+ },
991
+ "font-size": "2xl",
992
+ "font-weight": 600,
993
+ },
994
+ cta: {
995
+ "padding-top": "2xs",
996
+ "padding-left": "2xs",
997
+ "padding-right": "2xs",
998
+ "padding-bottom": "2xs",
999
+ "border-radius": "3xl",
1000
+ },
1001
+ cta_rightIcon: {
1002
+ height: "22px",
1003
+ width: "22px",
1004
+ "font-size": "22px",
1005
+ },
1006
+ },
1007
+ {
1008
+ card: {
1009
+ "border-radius": "base",
1010
+ "padding-top": "xl",
1011
+ "padding-bottom": "xl",
1012
+ "padding-left": "lg",
1013
+ "padding-right": "lg",
1014
+ display: "flex",
1015
+ "flex-direction": "column",
1016
+ "align-items": "flex-start",
1017
+ "row-gap": "lg",
1018
+ mobile: {
1019
+ "padding-top": "lg",
1020
+ "padding-bottom": "lg",
1021
+ "padding-left": "base",
1022
+ "padding-right": "base",
1023
+ "row-gap": "base",
1024
+ },
1025
+ "background-image":
1026
+ 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1027
+ "background-position": "50% 50%",
1028
+ "background-size": "cover",
1029
+ height: "450px",
1030
+ },
1031
+ header: {
1032
+ display: "none",
1033
+ "align-items": "center",
1034
+ "column-gap": "sm",
1035
+ width: "100%",
1036
+ "justify-content": "center",
1037
+ },
1038
+ icon: {
1039
+ width: "24px",
1040
+ height: "24px",
1041
+ "border-radius": "base",
1042
+ "flex-shrink": "0",
1043
+ mobile: {
1044
+ width: "20px",
1045
+ height: "20px",
1046
+ },
1047
+ },
1048
+ content: {
1049
+ display: "flex",
1050
+ "flex-direction": "row",
1051
+ "align-items": "start",
1052
+ "row-gap": "none",
1053
+ "justify-content": "space-between",
1054
+ width: "100%",
1055
+ "padding-bottom": "none",
1056
+ height: "100%",
1057
+ "padding-top": "22xl",
1058
+ },
1059
+ card_title: {
1060
+ "text-align": "left",
1061
+ "margin-bottom": "none",
1062
+ flex: "1",
1063
+ },
1064
+ description: {
1065
+ color: "white",
1066
+ "text-align": "left",
1067
+ "margin-bottom": "lg",
1068
+ "line-height": "1.6",
1069
+ mobile: {
1070
+ "margin-bottom": "base",
1071
+ },
1072
+ "font-size": "2xl",
1073
+ "font-weight": 600,
1074
+ },
1075
+ cta: {
1076
+ "padding-top": "2xs",
1077
+ "padding-left": "2xs",
1078
+ "padding-right": "2xs",
1079
+ "padding-bottom": "2xs",
1080
+ "border-radius": "3xl",
1081
+ },
1082
+ cta_rightIcon: {
1083
+ height: "22px",
1084
+ width: "22px",
1085
+ "font-size": "22px",
1086
+ },
1087
+ },
1088
+ {
1089
+ card: {
1090
+ "border-radius": "base",
1091
+ "padding-top": "xl",
1092
+ "padding-bottom": "xl",
1093
+ "padding-left": "lg",
1094
+ "padding-right": "lg",
1095
+ display: "flex",
1096
+ "flex-direction": "column",
1097
+ "align-items": "flex-start",
1098
+ "row-gap": "lg",
1099
+ mobile: {
1100
+ "padding-top": "lg",
1101
+ "padding-bottom": "lg",
1102
+ "padding-left": "base",
1103
+ "padding-right": "base",
1104
+ "row-gap": "base",
1105
+ },
1106
+ "background-image":
1107
+ 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1108
+ "background-position": "50% 50%",
1109
+ "background-size": "cover",
1110
+ height: "450px",
1111
+ },
1112
+ header: {
1113
+ display: "none",
1114
+ "align-items": "center",
1115
+ "column-gap": "sm",
1116
+ width: "100%",
1117
+ "justify-content": "center",
1118
+ },
1119
+ icon: {
1120
+ width: "24px",
1121
+ height: "24px",
1122
+ "border-radius": "base",
1123
+ "flex-shrink": "0",
1124
+ mobile: {
1125
+ width: "20px",
1126
+ height: "20px",
1127
+ },
1128
+ },
1129
+ content: {
1130
+ display: "flex",
1131
+ "flex-direction": "row",
1132
+ "align-items": "start",
1133
+ "row-gap": "none",
1134
+ "justify-content": "space-between",
1135
+ width: "100%",
1136
+ "padding-bottom": "none",
1137
+ height: "100%",
1138
+ "padding-top": "22xl",
1139
+ },
1140
+ card_title: {
1141
+ "text-align": "left",
1142
+ "margin-bottom": "none",
1143
+ flex: "1",
1144
+ },
1145
+ description: {
1146
+ color: "white",
1147
+ "text-align": "left",
1148
+ "margin-bottom": "lg",
1149
+ "line-height": "1.6",
1150
+ mobile: {
1151
+ "margin-bottom": "base",
1152
+ },
1153
+ "font-size": "2xl",
1154
+ "font-weight": 600,
1155
+ },
1156
+ cta: {
1157
+ "padding-top": "2xs",
1158
+ "padding-left": "2xs",
1159
+ "padding-right": "2xs",
1160
+ "padding-bottom": "2xs",
1161
+ "border-radius": "3xl",
1162
+ },
1163
+ cta_rightIcon: {
1164
+ height: "22px",
1165
+ width: "22px",
1166
+ "font-size": "22px",
1167
+ },
1168
+ },
1169
+ {
1170
+ card: {
1171
+ "border-radius": "base",
1172
+ "padding-top": "xl",
1173
+ "padding-bottom": "xl",
1174
+ "padding-left": "lg",
1175
+ "padding-right": "lg",
1176
+ display: "flex",
1177
+ "flex-direction": "column",
1178
+ "align-items": "flex-start",
1179
+ "row-gap": "lg",
1180
+ mobile: {
1181
+ "padding-top": "lg",
1182
+ "padding-bottom": "lg",
1183
+ "padding-left": "base",
1184
+ "padding-right": "base",
1185
+ "row-gap": "base",
1186
+ },
1187
+ "background-image":
1188
+ 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1189
+ "background-position": "50% 50%",
1190
+ "background-size": "cover",
1191
+ height: "450px",
1192
+ },
1193
+ header: {
1194
+ display: "none",
1195
+ "align-items": "center",
1196
+ "column-gap": "sm",
1197
+ width: "100%",
1198
+ "justify-content": "center",
1199
+ },
1200
+ icon: {
1201
+ width: "24px",
1202
+ height: "24px",
1203
+ "border-radius": "base",
1204
+ "flex-shrink": "0",
1205
+ mobile: {
1206
+ width: "20px",
1207
+ height: "20px",
1208
+ },
1209
+ },
1210
+ content: {
1211
+ display: "flex",
1212
+ "flex-direction": "row",
1213
+ "align-items": "start",
1214
+ "row-gap": "none",
1215
+ "justify-content": "space-between",
1216
+ width: "100%",
1217
+ "padding-bottom": "none",
1218
+ height: "100%",
1219
+ "padding-top": "22xl",
1220
+ },
1221
+ card_title: {
1222
+ "text-align": "left",
1223
+ "margin-bottom": "none",
1224
+ flex: "1",
1225
+ },
1226
+ description: {
1227
+ color: "white",
1228
+ "text-align": "left",
1229
+ "margin-bottom": "lg",
1230
+ "line-height": "1.6",
1231
+ mobile: {
1232
+ "margin-bottom": "base",
1233
+ },
1234
+ "font-size": "2xl",
1235
+ "font-weight": 600,
1236
+ },
1237
+ cta: {
1238
+ "padding-top": "2xs",
1239
+ "padding-left": "2xs",
1240
+ "padding-right": "2xs",
1241
+ "padding-bottom": "2xs",
1242
+ "border-radius": "3xl",
1243
+ },
1244
+ cta_rightIcon: {
1245
+ height: "22px",
1246
+ width: "22px",
1247
+ "font-size": "22px",
1248
+ },
1249
+ },
1250
+ {
1251
+ card: {
1252
+ "border-radius": "base",
1253
+ "padding-top": "xl",
1254
+ "padding-bottom": "xl",
1255
+ "padding-left": "lg",
1256
+ "padding-right": "lg",
1257
+ display: "flex",
1258
+ "flex-direction": "column",
1259
+ "align-items": "flex-start",
1260
+ "row-gap": "lg",
1261
+ mobile: {
1262
+ "padding-top": "lg",
1263
+ "padding-bottom": "lg",
1264
+ "padding-left": "base",
1265
+ "padding-right": "base",
1266
+ "row-gap": "base",
1267
+ },
1268
+ "background-image":
1269
+ 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1270
+ "background-position": "50% 50%",
1271
+ "background-size": "cover",
1272
+ height: "450px",
1273
+ },
1274
+ header: {
1275
+ display: "none",
1276
+ "align-items": "center",
1277
+ "column-gap": "sm",
1278
+ width: "100%",
1279
+ "justify-content": "center",
1280
+ },
1281
+ icon: {
1282
+ width: "24px",
1283
+ height: "24px",
1284
+ "border-radius": "base",
1285
+ "flex-shrink": "0",
1286
+ mobile: {
1287
+ width: "20px",
1288
+ height: "20px",
1289
+ },
1290
+ },
1291
+ content: {
1292
+ display: "flex",
1293
+ "flex-direction": "row",
1294
+ "align-items": "start",
1295
+ "row-gap": "none",
1296
+ "justify-content": "space-between",
1297
+ width: "100%",
1298
+ "padding-bottom": "none",
1299
+ height: "100%",
1300
+ "padding-top": "22xl",
1301
+ },
1302
+ card_title: {
1303
+ "text-align": "left",
1304
+ "margin-bottom": "none",
1305
+ flex: "1",
1306
+ },
1307
+ description: {
1308
+ color: "white",
1309
+ "text-align": "left",
1310
+ "margin-bottom": "lg",
1311
+ "line-height": "1.6",
1312
+ mobile: {
1313
+ "margin-bottom": "base",
1314
+ },
1315
+ "font-size": "2xl",
1316
+ "font-weight": 600,
1317
+ },
1318
+ cta: {
1319
+ "padding-top": "2xs",
1320
+ "padding-left": "2xs",
1321
+ "padding-right": "2xs",
1322
+ "padding-bottom": "2xs",
1323
+ "border-radius": "3xl",
1324
+ },
1325
+ cta_rightIcon: {
1326
+ height: "22px",
1327
+ width: "22px",
1328
+ "font-size": "22px",
1329
+ },
1330
+ },
1331
+ {
1332
+ icon: {
1333
+ width: "24px",
1334
+ height: "24px",
1335
+ "border-radius": "base",
1336
+ "flex-shrink": "0",
1337
+ mobile: {
1338
+ width: "20px",
1339
+ height: "20px",
1340
+ },
1341
+ },
1342
+ header: {
1343
+ display: "flex",
1344
+ "align-items": "start",
1345
+ "column-gap": "sm",
1346
+ width: "100%",
1347
+ "justify-content": "start",
1348
+ },
1349
+ card: {
1350
+ "background-color": "brandSecondary",
1351
+ "border-radius": "base",
1352
+ "padding-top": "xl",
1353
+ "padding-bottom": "xl",
1354
+ "padding-left": "lg",
1355
+ "padding-right": "lg",
1356
+ display: "flex",
1357
+ "flex-direction": "column",
1358
+ "align-items": "flex-start",
1359
+ "row-gap": "lg",
1360
+ mobile: {
1361
+ "padding-top": "lg",
1362
+ "padding-bottom": "lg",
1363
+ "padding-left": "base",
1364
+ "padding-right": "base",
1365
+ "row-gap": "base",
1366
+ },
1367
+ },
1368
+ content: {
1369
+ display: "flex",
1370
+ "flex-direction": "column",
1371
+ "align-items": "flex-start",
1372
+ "row-gap": "none",
1373
+ },
1374
+ description: {
1375
+ color: "text-2",
1376
+ "text-align": "left",
1377
+ "margin-bottom": "lg",
1378
+ "line-height": "1.6",
1379
+ mobile: {
1380
+ "margin-bottom": "base",
1381
+ },
1382
+ },
1383
+ cta: {},
1384
+ },
1385
+ {
1386
+ icon: {
1387
+ width: "24px",
1388
+ height: "24px",
1389
+ "border-radius": "base",
1390
+ "flex-shrink": "0",
1391
+ mobile: {
1392
+ width: "20px",
1393
+ height: "20px",
1394
+ },
1395
+ },
1396
+ header: {
1397
+ display: "flex",
1398
+ "align-items": "start",
1399
+ "column-gap": "sm",
1400
+ width: "100%",
1401
+ "justify-content": "start",
1402
+ },
1403
+ card: {
1404
+ "background-color": "brandSecondary",
1405
+ "border-radius": "base",
1406
+ "padding-top": "xl",
1407
+ "padding-bottom": "xl",
1408
+ "padding-left": "lg",
1409
+ "padding-right": "lg",
1410
+ display: "flex",
1411
+ "flex-direction": "column",
1412
+ "align-items": "flex-start",
1413
+ "row-gap": "lg",
1414
+ mobile: {
1415
+ "padding-top": "lg",
1416
+ "padding-bottom": "lg",
1417
+ "padding-left": "base",
1418
+ "padding-right": "base",
1419
+ "row-gap": "base",
1420
+ },
1421
+ },
1422
+ content: {
1423
+ display: "flex",
1424
+ "flex-direction": "column",
1425
+ "align-items": "flex-start",
1426
+ "row-gap": "none",
1427
+ },
1428
+ description: {
1429
+ color: "text-2",
1430
+ "text-align": "left",
1431
+ "margin-bottom": "lg",
1432
+ "line-height": "1.6",
1433
+ mobile: {
1434
+ "margin-bottom": "base",
1435
+ },
1436
+ },
1437
+ cta: {},
1438
+ },
1439
+ {
1440
+ icon: {
1441
+ width: "24px",
1442
+ height: "24px",
1443
+ "border-radius": "base",
1444
+ "flex-shrink": "0",
1445
+ mobile: {
1446
+ width: "20px",
1447
+ height: "20px",
1448
+ },
1449
+ },
1450
+ header: {
1451
+ display: "flex",
1452
+ "align-items": "start",
1453
+ "column-gap": "sm",
1454
+ width: "100%",
1455
+ "justify-content": "start",
1456
+ },
1457
+ card: {
1458
+ "background-color": "brandSecondary",
1459
+ "border-radius": "base",
1460
+ "padding-top": "xl",
1461
+ "padding-bottom": "xl",
1462
+ "padding-left": "lg",
1463
+ "padding-right": "lg",
1464
+ display: "flex",
1465
+ "flex-direction": "column",
1466
+ "align-items": "flex-start",
1467
+ "row-gap": "lg",
1468
+ mobile: {
1469
+ "padding-top": "lg",
1470
+ "padding-bottom": "lg",
1471
+ "padding-left": "base",
1472
+ "padding-right": "base",
1473
+ "row-gap": "base",
1474
+ },
1475
+ },
1476
+ content: {
1477
+ display: "flex",
1478
+ "flex-direction": "column",
1479
+ "align-items": "flex-start",
1480
+ "row-gap": "none",
1481
+ },
1482
+ description: {
1483
+ color: "text-2",
1484
+ "text-align": "left",
1485
+ "margin-bottom": "lg",
1486
+ "line-height": "1.6",
1487
+ mobile: {
1488
+ "margin-bottom": "base",
1489
+ },
1490
+ },
1491
+ cta: {},
1492
+ },
1493
+ ],
1494
+ "carousel-navigation-arrow-left_leftIcon": {
1495
+ height: "24px",
1496
+ width: "24px",
1497
+ },
1498
+ "carousel-navigation-arrow-right_rightIcon": {
1499
+ height: "24px",
1500
+ width: "24px",
1501
+ },
1502
+ },
1503
+ config: {
1504
+ cards_levoGroup: {
1505
+ carousel: {
1506
+ loop: true,
1507
+ },
1508
+ },
1509
+ "carousel-navigation-arrow-left": {
1510
+ button_icons: {
1511
+ left: {
1512
+ enabled: true,
1513
+ },
1514
+ },
1515
+ },
1516
+ "carousel-navigation-arrow-right": {
1517
+ button_icons: {
1518
+ right: {
1519
+ enabled: true,
1520
+ },
1521
+ },
1522
+ },
1523
+ title: {
1524
+ heading: {
1525
+ level: 2,
1526
+ },
1527
+ selectedVariants: {
1528
+ Heading_Level: "H2",
1529
+ },
1530
+ },
1531
+ cards: [
1532
+ {
1533
+ cta: {
1534
+ button_icons: {
1535
+ right: {
1536
+ enabled: true,
1537
+ },
1538
+ },
1539
+ selectedVariants: {
1540
+ Button_Variants: "Default",
1541
+ },
1542
+ },
1543
+ },
1544
+ {
1545
+ cta: {
1546
+ button_icons: {
1547
+ right: {
1548
+ enabled: true,
1549
+ },
1550
+ },
1551
+ selectedVariants: {
1552
+ Button_Variants: "Default",
1553
+ },
1554
+ },
1555
+ },
1556
+ {
1557
+ cta: {
1558
+ button_icons: {
1559
+ right: {
1560
+ enabled: true,
1561
+ },
1562
+ },
1563
+ selectedVariants: {
1564
+ Button_Variants: "Default",
1565
+ },
1566
+ },
1567
+ },
1568
+ {
1569
+ cta: {
1570
+ button_icons: {
1571
+ right: {
1572
+ enabled: true,
1573
+ },
1574
+ },
1575
+ selectedVariants: {
1576
+ Button_Variants: "Default",
1577
+ },
1578
+ },
1579
+ },
1580
+ {
1581
+ cta: {
1582
+ button_icons: {
1583
+ right: {
1584
+ enabled: true,
1585
+ },
1586
+ },
1587
+ selectedVariants: {
1588
+ Button_Variants: "Default",
1589
+ },
1590
+ },
1591
+ },
1592
+ ],
1593
+ },
1594
+ content: DEFAULT_CONTENT_VARIANT_1,
1595
+ },
1596
+ {
1597
+ key: "variant-2",
1598
+ title: "Variant 2",
1599
+ styles: {
1600
+ layout: {
1601
+ "padding-top": "3xl",
1602
+ "padding-bottom": "3xl",
1603
+ },
1604
+ container: {
1605
+ "max-width": "1280px",
1606
+ "margin-left": "auto",
1607
+ "margin-right": "auto",
1608
+ "padding-left": "lg",
1609
+ "padding-right": "lg",
1610
+ },
1611
+ header: {
1612
+ display: "flex",
1613
+ "justify-content": "space-between",
1614
+ "align-items": "center",
1615
+ "margin-bottom": "2xl",
1616
+ mobile: {
1617
+ "flex-direction": "column",
1618
+ "align-items": "center",
1619
+ "row-gap": "lg",
1620
+ },
1621
+ },
1622
+ title: {
1623
+ color: "text-1",
1624
+ mobile: {
1625
+ "text-align": "center",
1626
+ },
1627
+ },
1628
+ "carousel-navigation-container": {
1629
+ display: "flex",
1630
+ "justify-content": "flex-end",
1631
+ mobile: {
1632
+ display: "none",
1633
+ },
1634
+ },
1635
+ "carousel-navigation-container-mobile": {
1636
+ display: "none",
1637
+ mobile: {
1638
+ display: "flex",
1639
+ "justify-content": "center",
1640
+ "margin-top": "xl",
1641
+ },
1642
+ },
1643
+ "carousel-navigation": {
1644
+ display: "flex",
1645
+ "column-gap": "sm",
1646
+ "align-items": "center",
1647
+ },
1648
+ "carousel-navigation-arrow-left": {
1649
+ display: "flex",
1650
+ "align-items": "center",
1651
+ "justify-content": "center",
1652
+ "background-color": "white",
1653
+ color: "text-2",
1654
+ cursor: "pointer",
1655
+ "padding-top": "none",
1656
+ "padding-bottom": "none",
1657
+ "padding-left": "none",
1658
+ "padding-right": "none",
1659
+ "border-color": "border",
1660
+ "border-width": "1px",
1661
+ "border-style": "solid",
1662
+ width: "48px",
1663
+ height: "48px",
1664
+ "border-radius": "base",
1665
+ "box-shadow": "default",
1666
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1667
+ mobile: {
1668
+ width: "40px",
1669
+ height: "40px",
1670
+ },
1671
+ },
1672
+ "carousel-navigation-arrow-right": {
1673
+ display: "flex",
1674
+ "align-items": "center",
1675
+ "justify-content": "center",
1676
+ "background-color": "white",
1677
+ color: "text-2",
1678
+ cursor: "pointer",
1679
+ "padding-top": "none",
1680
+ "padding-bottom": "none",
1681
+ "padding-left": "none",
1682
+ "padding-right": "none",
1683
+ "border-color": "border",
1684
+ "border-width": "1px",
1685
+ "border-style": "solid",
1686
+ width: "48px",
1687
+ height: "48px",
1688
+ "border-radius": "base",
1689
+ "box-shadow": "default",
1690
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1691
+ mobile: {
1692
+ width: "40px",
1693
+ height: "40px",
1694
+ },
1695
+ },
1696
+ cards_levoGroup: {
1697
+ number_of_slides: 1,
1698
+ mobile: {
1699
+ number_of_slides: 1,
1700
+ },
1701
+ tablet: {
1702
+ number_of_slides: 2,
1703
+ },
1704
+ },
1705
+ cards: [
1706
+ {
1707
+ card: {
1708
+ "border-radius": "base",
1709
+ "padding-top": "10xl",
1710
+ "padding-bottom": "10xl",
1711
+ "padding-left": "lg",
1712
+ "padding-right": "lg",
1713
+ display: "flex",
1714
+ "flex-direction": "column",
1715
+ "align-items": "end",
1716
+ "row-gap": "lg",
1717
+ mobile: {
1718
+ "padding-top": "lg",
1719
+ "padding-bottom": "lg",
1720
+ "padding-left": "base",
1721
+ "padding-right": "base",
1722
+ "row-gap": "base",
1723
+ },
1724
+ "background-image":
1725
+ 'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
1726
+ "background-position": "50% 50%",
1727
+ "background-size": "cover",
1728
+ "justify-content": "end",
1729
+ },
1730
+ header: {
1731
+ display: "flex",
1732
+ "align-items": "start",
1733
+ "column-gap": "sm",
1734
+ width: "100%",
1735
+ "justify-content": "start",
1736
+ "flex-direction": "column",
1737
+ },
1738
+ icon: {
1739
+ width: "24px",
1740
+ height: "24px",
1741
+ "border-radius": "base",
1742
+ "flex-shrink": "0",
1743
+ mobile: {
1744
+ width: "20px",
1745
+ height: "20px",
1746
+ },
1747
+ },
1748
+ content: {
1749
+ display: "flex",
1750
+ "flex-direction": "column",
1751
+ "align-items": "flex-start",
1752
+ "row-gap": "none",
1753
+ },
1754
+ card_title: {
1755
+ "text-align": "left",
1756
+ "margin-bottom": "none",
1757
+ flex: "1",
1758
+ color: "text-1",
1759
+ "font-size": "2xl",
1760
+ "font-weight": 600,
1761
+ },
1762
+ description: {
1763
+ color: "text-2",
1764
+ "text-align": "left",
1765
+ "margin-bottom": "lg",
1766
+ "line-height": "1.6",
1767
+ mobile: {
1768
+ "margin-bottom": "base",
1769
+ },
1770
+ },
1771
+ cta: {},
1772
+ "content-container": {
1773
+ "background-color": "white",
1774
+ "max-width": "350px",
1775
+ "padding-top": "md",
1776
+ "padding-bottom": "md",
1777
+ "padding-left": "md",
1778
+ "padding-right": "md",
1779
+ "border-radius": "2xl",
1780
+ },
1781
+ },
1782
+ {
1783
+ card: {
1784
+ "border-radius": "base",
1785
+ "padding-top": "10xl",
1786
+ "padding-bottom": "10xl",
1787
+ "padding-left": "lg",
1788
+ "padding-right": "lg",
1789
+ display: "flex",
1790
+ "flex-direction": "column",
1791
+ "align-items": "end",
1792
+ "row-gap": "lg",
1793
+ mobile: {
1794
+ "padding-top": "lg",
1795
+ "padding-bottom": "lg",
1796
+ "padding-left": "base",
1797
+ "padding-right": "base",
1798
+ "row-gap": "base",
1799
+ },
1800
+ "background-image":
1801
+ 'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
1802
+ "background-position": "50% 50%",
1803
+ "background-size": "cover",
1804
+ "justify-content": "end",
1805
+ },
1806
+ header: {
1807
+ display: "flex",
1808
+ "align-items": "start",
1809
+ "column-gap": "sm",
1810
+ width: "100%",
1811
+ "justify-content": "start",
1812
+ "flex-direction": "column",
1813
+ },
1814
+ icon: {
1815
+ width: "24px",
1816
+ height: "24px",
1817
+ "border-radius": "base",
1818
+ "flex-shrink": "0",
1819
+ mobile: {
1820
+ width: "20px",
1821
+ height: "20px",
1822
+ },
1823
+ },
1824
+ content: {
1825
+ display: "flex",
1826
+ "flex-direction": "column",
1827
+ "align-items": "flex-start",
1828
+ "row-gap": "none",
1829
+ },
1830
+ card_title: {
1831
+ "text-align": "left",
1832
+ "margin-bottom": "none",
1833
+ flex: "1",
1834
+ color: "text-1",
1835
+ "font-size": "2xl",
1836
+ "font-weight": 600,
1837
+ },
1838
+ description: {
1839
+ color: "text-2",
1840
+ "text-align": "left",
1841
+ "margin-bottom": "lg",
1842
+ "line-height": "1.6",
1843
+ mobile: {
1844
+ "margin-bottom": "base",
1845
+ },
1846
+ },
1847
+ cta: {},
1848
+ "content-container": {
1849
+ "background-color": "white",
1850
+ "max-width": "350px",
1851
+ "padding-top": "md",
1852
+ "padding-bottom": "md",
1853
+ "padding-left": "md",
1854
+ "padding-right": "md",
1855
+ "border-radius": "2xl",
1856
+ },
1857
+ },
1858
+ {
1859
+ card: {
1860
+ "border-radius": "base",
1861
+ "padding-top": "10xl",
1862
+ "padding-bottom": "10xl",
1863
+ "padding-left": "lg",
1864
+ "padding-right": "lg",
1865
+ display: "flex",
1866
+ "flex-direction": "column",
1867
+ "align-items": "end",
1868
+ "row-gap": "lg",
1869
+ mobile: {
1870
+ "padding-top": "lg",
1871
+ "padding-bottom": "lg",
1872
+ "padding-left": "base",
1873
+ "padding-right": "base",
1874
+ "row-gap": "base",
1875
+ },
1876
+ "background-image":
1877
+ 'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
1878
+ "background-position": "50% 50%",
1879
+ "background-size": "cover",
1880
+ "justify-content": "end",
1881
+ },
1882
+ header: {
1883
+ display: "flex",
1884
+ "align-items": "start",
1885
+ "column-gap": "sm",
1886
+ width: "100%",
1887
+ "justify-content": "start",
1888
+ "flex-direction": "column",
1889
+ },
1890
+ icon: {
1891
+ width: "24px",
1892
+ height: "24px",
1893
+ "border-radius": "base",
1894
+ "flex-shrink": "0",
1895
+ mobile: {
1896
+ width: "20px",
1897
+ height: "20px",
1898
+ },
1899
+ },
1900
+ content: {
1901
+ display: "flex",
1902
+ "flex-direction": "column",
1903
+ "align-items": "flex-start",
1904
+ "row-gap": "none",
1905
+ },
1906
+ card_title: {
1907
+ "text-align": "left",
1908
+ "margin-bottom": "none",
1909
+ flex: "1",
1910
+ color: "text-1",
1911
+ "font-size": "2xl",
1912
+ "font-weight": 600,
1913
+ },
1914
+ description: {
1915
+ color: "text-2",
1916
+ "text-align": "left",
1917
+ "margin-bottom": "lg",
1918
+ "line-height": "1.6",
1919
+ mobile: {
1920
+ "margin-bottom": "base",
1921
+ },
1922
+ },
1923
+ cta: {},
1924
+ "content-container": {
1925
+ "background-color": "white",
1926
+ "max-width": "350px",
1927
+ "padding-top": "md",
1928
+ "padding-bottom": "md",
1929
+ "padding-left": "md",
1930
+ "padding-right": "md",
1931
+ "border-radius": "2xl",
1932
+ },
1933
+ },
1934
+ {
1935
+ icon: {
1936
+ width: "24px",
1937
+ height: "24px",
1938
+ "border-radius": "base",
1939
+ "flex-shrink": "0",
1940
+ mobile: {
1941
+ width: "20px",
1942
+ height: "20px",
1943
+ },
1944
+ },
1945
+ header: {
1946
+ display: "flex",
1947
+ "align-items": "start",
1948
+ "column-gap": "sm",
1949
+ width: "100%",
1950
+ "justify-content": "start",
1951
+ },
1952
+ card: {
1953
+ "background-color": "brandSecondary",
1954
+ "border-radius": "base",
1955
+ "padding-top": "xl",
1956
+ "padding-bottom": "xl",
1957
+ "padding-left": "lg",
1958
+ "padding-right": "lg",
1959
+ display: "flex",
1960
+ "flex-direction": "column",
1961
+ "align-items": "flex-start",
1962
+ "row-gap": "lg",
1963
+ mobile: {
1964
+ "padding-top": "lg",
1965
+ "padding-bottom": "lg",
1966
+ "padding-left": "base",
1967
+ "padding-right": "base",
1968
+ "row-gap": "base",
1969
+ },
1970
+ },
1971
+ content: {
1972
+ display: "flex",
1973
+ "flex-direction": "column",
1974
+ "align-items": "flex-start",
1975
+ "row-gap": "none",
1976
+ },
1977
+ description: {
1978
+ color: "text-2",
1979
+ "text-align": "left",
1980
+ "margin-bottom": "lg",
1981
+ "line-height": "1.6",
1982
+ mobile: {
1983
+ "margin-bottom": "base",
1984
+ },
1985
+ },
1986
+ cta: {},
1987
+ },
1988
+ {
1989
+ icon: {
1990
+ width: "24px",
1991
+ height: "24px",
1992
+ "border-radius": "base",
1993
+ "flex-shrink": "0",
1994
+ mobile: {
1995
+ width: "20px",
1996
+ height: "20px",
1997
+ },
1998
+ },
1999
+ header: {
2000
+ display: "flex",
2001
+ "align-items": "start",
2002
+ "column-gap": "sm",
2003
+ width: "100%",
2004
+ "justify-content": "start",
2005
+ },
2006
+ card: {
2007
+ "background-color": "brandSecondary",
2008
+ "border-radius": "base",
2009
+ "padding-top": "xl",
2010
+ "padding-bottom": "xl",
2011
+ "padding-left": "lg",
2012
+ "padding-right": "lg",
2013
+ display: "flex",
2014
+ "flex-direction": "column",
2015
+ "align-items": "flex-start",
2016
+ "row-gap": "lg",
2017
+ mobile: {
2018
+ "padding-top": "lg",
2019
+ "padding-bottom": "lg",
2020
+ "padding-left": "base",
2021
+ "padding-right": "base",
2022
+ "row-gap": "base",
2023
+ },
2024
+ },
2025
+ content: {
2026
+ display: "flex",
2027
+ "flex-direction": "column",
2028
+ "align-items": "flex-start",
2029
+ "row-gap": "none",
2030
+ },
2031
+ description: {
2032
+ color: "text-2",
2033
+ "text-align": "left",
2034
+ "margin-bottom": "lg",
2035
+ "line-height": "1.6",
2036
+ mobile: {
2037
+ "margin-bottom": "base",
2038
+ },
2039
+ },
2040
+ cta: {},
2041
+ },
2042
+ {
2043
+ icon: {
2044
+ width: "24px",
2045
+ height: "24px",
2046
+ "border-radius": "base",
2047
+ "flex-shrink": "0",
2048
+ mobile: {
2049
+ width: "20px",
2050
+ height: "20px",
2051
+ },
2052
+ },
2053
+ header: {
2054
+ display: "flex",
2055
+ "align-items": "start",
2056
+ "column-gap": "sm",
2057
+ width: "100%",
2058
+ "justify-content": "start",
2059
+ },
2060
+ card: {
2061
+ "background-color": "brandSecondary",
2062
+ "border-radius": "base",
2063
+ "padding-top": "xl",
2064
+ "padding-bottom": "xl",
2065
+ "padding-left": "lg",
2066
+ "padding-right": "lg",
2067
+ display: "flex",
2068
+ "flex-direction": "column",
2069
+ "align-items": "flex-start",
2070
+ "row-gap": "lg",
2071
+ mobile: {
2072
+ "padding-top": "lg",
2073
+ "padding-bottom": "lg",
2074
+ "padding-left": "base",
2075
+ "padding-right": "base",
2076
+ "row-gap": "base",
2077
+ },
2078
+ },
2079
+ content: {
2080
+ display: "flex",
2081
+ "flex-direction": "column",
2082
+ "align-items": "flex-start",
2083
+ "row-gap": "none",
2084
+ },
2085
+ description: {
2086
+ color: "text-2",
2087
+ "text-align": "left",
2088
+ "margin-bottom": "lg",
2089
+ "line-height": "1.6",
2090
+ mobile: {
2091
+ "margin-bottom": "base",
2092
+ },
2093
+ },
2094
+ cta: {},
2095
+ },
2096
+ ],
2097
+ "carousel-navigation-arrow-left_leftIcon": {
2098
+ height: "24px",
2099
+ width: "24px",
2100
+ },
2101
+ "carousel-navigation-arrow-right_rightIcon": {
2102
+ height: "24px",
2103
+ width: "24px",
2104
+ },
2105
+ },
2106
+ config: {
2107
+ cards_levoGroup: {
2108
+ carousel: {
2109
+ loop: true,
2110
+ },
2111
+ },
2112
+ "carousel-navigation-arrow-left": {
2113
+ button_icons: {
2114
+ left: {
2115
+ enabled: true,
2116
+ },
2117
+ },
2118
+ },
2119
+ "carousel-navigation-arrow-right": {
2120
+ button_icons: {
2121
+ right: {
2122
+ enabled: true,
2123
+ },
2124
+ },
2125
+ },
2126
+ title: {
2127
+ heading: {
2128
+ level: 2,
2129
+ },
2130
+ selectedVariants: {
2131
+ Heading_Level: "H2",
2132
+ },
2133
+ },
2134
+ cards: [{}, {}],
2135
+ },
2136
+ content: DEFAULT_CONTENT,
2137
+ },
638
2138
  ],
639
2139
  };