@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
@@ -1,129 +1,259 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
3
+ const TICK_ICON = {
4
4
  kind: "icon",
5
5
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
6
+ id: "tick-circle",
7
+ label: "Tick Circle",
9
8
  svgCode:
10
- '<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>',
9
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M10.5804 15.58C10.3804 15.58 10.1904 15.5 10.0504 15.36L7.22043 12.53C6.93043 12.24 6.93043 11.76 7.22043 11.47C7.51043 11.18 7.99043 11.18 8.28043 11.47L10.5804 13.77L15.7204 8.62998C16.0104 8.33998 16.4904 8.33998 16.7804 8.62998C17.0704 8.91998 17.0704 9.39998 16.7804 9.68998L11.1104 15.36C10.9704 15.5 10.7804 15.58 10.5804 15.58Z" fill="var(--color-icon-primary)"/>\n</svg>',
10
+ },
11
+ };
12
+
13
+ const TICK_ICON_LIGHT = {
14
+ kind: "icon",
15
+ data: {
16
+ id: "tick-circle",
17
+ label: "Tick Circle",
18
+ svgCode:
19
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="currentColor"/>\n<path d="M10.5804 15.58C10.3804 15.58 10.1904 15.5 10.0504 15.36L7.22043 12.53C6.93043 12.24 6.93043 11.76 7.22043 11.47C7.51043 11.18 7.99043 11.18 8.28043 11.47L10.5804 13.77L15.7204 8.62998C16.0104 8.33998 16.4904 8.33998 16.7804 8.62998C17.0704 8.91998 17.0704 9.39998 16.7804 9.68998L11.1104 15.36C10.9704 15.5 10.7804 15.58 10.5804 15.58Z" fill="currentColor"/>\n</svg>',
11
20
  },
12
21
  };
13
22
 
14
- // Sample pricing cards data following the image structure
15
23
  const PRICING_CARDS = [
16
24
  {
17
25
  card: null,
18
26
  badge: "",
19
27
  badge_pill: null,
20
- title: "Basic Plan",
21
- description: "Free plan, Best for personal use.",
28
+ title: "Starter",
29
+ description: "For solo builders and small teams shipping their first workflows.",
22
30
  pricing_wrapper: null,
23
31
  price: "$0",
24
- period: null,
32
+ period: "/ forever",
25
33
  ctas_levoGroup: null,
26
- ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
34
+ ctas: [{ cta: "Start free" }],
27
35
  features_wrapper: null,
28
- features_title: "What you will get",
36
+ features_title: "What's included",
29
37
  features_levoGroup: null,
30
38
  features: [
31
- {
32
- feature_item: DUMMY_ICON,
33
- feature_text: "Access to core feature",
34
- },
35
- {
36
- feature_item: DUMMY_ICON,
37
- feature_text: "Communication tool",
38
- },
39
- {
40
- feature_item: DUMMY_ICON,
41
- feature_text: "Limited support",
42
- },
43
- {
44
- feature_item: DUMMY_ICON,
45
- feature_text: "basic reporting tools",
46
- },
39
+ { feature_item: TICK_ICON, feature_text: "Up to 5 workspace members" },
40
+ { feature_item: TICK_ICON, feature_text: "Core project boards and docs" },
41
+ { feature_item: TICK_ICON, feature_text: "Slack and Gmail integrations" },
42
+ { feature_item: TICK_ICON, feature_text: "Community support and guides" },
47
43
  ],
48
44
  },
49
45
  {
50
46
  card: null,
51
47
  badge: "Most Popular",
52
48
  badge_pill: null,
53
- title: "Premium Plan",
54
- description: "Paid plan, Best for large enterprise",
49
+ title: "Growth",
50
+ description: "For growing teams running real work across automations and analytics.",
55
51
  pricing_wrapper: null,
56
- price: "$150",
57
- period: "/ per month",
52
+ price: "$24",
53
+ period: "/ seat / month",
58
54
  ctas_levoGroup: null,
59
- ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
55
+ ctas: [{ cta: "Start 14-day trial" }],
60
56
  features_wrapper: null,
61
- features_title: "What you will get",
57
+ features_title: "Everything in Starter, plus",
62
58
  features_levoGroup: null,
63
59
  features: [
64
- {
65
- feature_item: DUMMY_ICON,
66
- feature_text: "Access to core feature",
67
- },
68
- {
69
- feature_item: DUMMY_ICON,
70
- feature_text: "Communication tool",
71
- },
72
- {
73
- feature_item: DUMMY_ICON,
74
- feature_text: "Limited support",
75
- },
76
- {
77
- feature_item: DUMMY_ICON,
78
- feature_text: "basic reporting tools",
79
- },
60
+ { feature_item: TICK_ICON, feature_text: "Unlimited workspace members" },
61
+ { feature_item: TICK_ICON, feature_text: "Custom automation rules" },
62
+ { feature_item: TICK_ICON, feature_text: "Advanced analytics dashboards" },
63
+ { feature_item: TICK_ICON, feature_text: "Priority email support under 4h" },
80
64
  ],
81
65
  },
82
66
  {
83
67
  card: null,
84
68
  badge: null,
85
69
  badge_pill: null,
86
- title: "Silver Plan",
87
- description: "Paid Plan, Best for Business owners.",
70
+ title: "Enterprise",
71
+ description: "For organisations that need SSO, audit logs, and dedicated onboarding.",
88
72
  pricing_wrapper: null,
89
- price: "$50",
90
- period: "/ per month",
73
+ price: "Custom",
74
+ period: null,
91
75
  ctas_levoGroup: null,
92
- ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
76
+ ctas: [{ cta: "Talk to sales" }],
93
77
  features_wrapper: null,
94
- features_title: "What you will get",
78
+ features_title: "Everything in Growth, plus",
95
79
  features_levoGroup: null,
96
80
  features: [
97
- {
98
- feature_item: DUMMY_ICON,
99
- feature_text: "Access to core feature",
100
- },
101
- {
102
- feature_item: DUMMY_ICON,
103
- feature_text: "Communication tool",
81
+ { feature_item: TICK_ICON, feature_text: "SAML SSO and SCIM provisioning" },
82
+ { feature_item: TICK_ICON, feature_text: "SOC 2 Type II audit logs" },
83
+ { feature_item: TICK_ICON, feature_text: "99.99% uptime SLA" },
84
+ { feature_item: TICK_ICON, feature_text: "Dedicated CSM and onboarding" },
85
+ ],
86
+ },
87
+ ];
88
+
89
+ /** Generates a single pricing card style object for reuse across layouts */
90
+ const makeCardStyle = (overrides: Record<string, unknown> = {}) => ({
91
+ card: {
92
+ "background-color": "white",
93
+ "border-color": "border",
94
+ "border-width": "1px",
95
+ "border-style": "solid",
96
+ "border-radius": "base",
97
+ "padding-top": "3xl",
98
+ "padding-bottom": "3xl",
99
+ "padding-left": "xl",
100
+ "padding-right": "xl",
101
+ position: "relative",
102
+ display: "flex",
103
+ "flex-direction": "column",
104
+ height: "100%",
105
+ mobile: {
106
+ "padding-top": "xl",
107
+ "padding-bottom": "xl",
108
+ "padding-left": "lg",
109
+ "padding-right": "lg",
110
+ },
111
+ ...overrides,
112
+ },
113
+ badge_pill: {
114
+ position: "absolute",
115
+ top: "-12px",
116
+ left: "50%",
117
+ transform: "translateX(-50%)",
118
+ "background-color": "brand",
119
+ color: "brandForeground",
120
+ "padding-top": "xs",
121
+ "padding-bottom": "xs",
122
+ "padding-left": "base",
123
+ "padding-right": "base",
124
+ "border-radius": "base",
125
+ },
126
+ badge: {
127
+ "font-weight": "600",
128
+ color: "brand",
129
+ "text-transform": "uppercase",
130
+ "letter-spacing": "0.08em",
131
+ "font-size": "xs",
132
+ },
133
+ title: {
134
+ "margin-bottom": "xs",
135
+ },
136
+ description: {
137
+ "margin-bottom": "xl",
138
+ "min-height": "48px",
139
+ },
140
+ pricing_wrapper: {
141
+ "margin-bottom": "xl",
142
+ display: "flex",
143
+ "align-items": "baseline",
144
+ gap: "xs",
145
+ },
146
+ price: {
147
+ "font-size": "4xl",
148
+ "font-weight": "700",
149
+ color: "brand",
150
+ "line-height": "1",
151
+ mobile: {
152
+ "font-size": "4xl",
153
+ },
154
+ },
155
+ period: {
156
+ color: "foreground-2",
157
+ },
158
+ primary_content_container: {
159
+ display: "flex",
160
+ "flex-direction": "column",
161
+ },
162
+ ctas_levoGroup: {
163
+ display: "flex",
164
+ "flex-direction": "column",
165
+ "row-gap": "sm",
166
+ "align-items": "stretch",
167
+ "margin-bottom": "2xl",
168
+ width: "100%",
169
+ mobile: {
170
+ "margin-bottom": "xl",
171
+ },
172
+ },
173
+ ctas: [{ cta: { width: "100%" } }],
174
+ features_wrapper: {
175
+ "text-align": "left",
176
+ "margin-top": "auto",
177
+ "padding-top": "lg",
178
+ "border-top-width": "1px",
179
+ "border-top-style": "solid",
180
+ "border-top-color": "border",
181
+ },
182
+ features_title: {
183
+ "font-weight": 600,
184
+ "margin-bottom": "base",
185
+ },
186
+ features_levoGroup: {
187
+ display: "flex",
188
+ "flex-direction": "column",
189
+ gap: "sm",
190
+ },
191
+ features: Array(4)
192
+ .fill(0)
193
+ .map(() => ({
194
+ feature_container: {
195
+ display: "flex",
196
+ "flex-direction": "row",
197
+ "align-items": "center",
198
+ "flex-wrap": "nowrap",
199
+ gap: "sm",
104
200
  },
105
- {
106
- feature_item: DUMMY_ICON,
107
- feature_text: "Limited support",
201
+ feature_item: {
202
+ width: "20px",
203
+ height: "20px",
204
+ "flex-shrink": "0",
205
+ color: "brand",
108
206
  },
109
- {
110
- feature_item: DUMMY_ICON,
111
- feature_text: "basic reporting tools",
207
+ feature_text: {
208
+ "flex": "1 1 auto",
209
+ "min-width": "0",
112
210
  },
113
- ],
211
+ })),
212
+ title_badge_container: {
213
+ display: "block",
114
214
  },
115
- ];
215
+ });
216
+
217
+ const CARD_CONFIG_SINGLE = {
218
+ title: {
219
+ heading: { level: "3" },
220
+ selectedVariants: { Heading_Level: "H3" },
221
+ },
222
+ card: { selectedVariants: {} },
223
+ cta: { selectedVariants: {} },
224
+ price: { selectedVariants: {} },
225
+ pricing_wrapper: { selectedVariants: {} },
226
+ period: { selectedVariants: {} },
227
+ features_title: {
228
+ selectedVariants: { Heading_Level: "H6" },
229
+ },
230
+ features: Array(4)
231
+ .fill(0)
232
+ .map(() => ({ feature_text: { selectedVariants: {} } })),
233
+ badge: {
234
+ selectedVariants: { Typography_Variants: "Small" },
235
+ },
236
+ };
116
237
 
117
238
  const DEFAULT_CONTENT = {
118
239
  layout: null,
119
240
  container: null,
120
- title: "Our Pricing Plans",
241
+ title: "Pricing that scales with your team",
121
242
  description:
122
- "Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans ",
243
+ "Start free, add seats as you grow, and unlock enterprise controls whenever compliance asks. No credit card required.",
123
244
  pricing_cards_levoGroup: null,
124
245
  pricing_cards: PRICING_CARDS,
125
246
  };
126
247
 
248
+ const HIGHLIGHTED_CONTENT = {
249
+ ...DEFAULT_CONTENT,
250
+ pricing_cards: PRICING_CARDS.map((card, i) =>
251
+ i === 1
252
+ ? { ...card, features: card.features.map((f) => ({ ...f, feature_item: TICK_ICON_LIGHT })) }
253
+ : card,
254
+ ),
255
+ };
256
+
127
257
  export type IPricing1Content = typeof DEFAULT_CONTENT;
128
258
 
129
259
  export const Pricing1: IBlock = {
@@ -346,11 +476,13 @@ export const Pricing1: IBlock = {
346
476
  title: {
347
477
  "margin-bottom": "none",
348
478
  display: "block",
479
+ "text-align": "center",
349
480
  },
350
481
  pricing_cards_levoGroup: {
351
482
  display: "grid",
352
483
  "grid-template-columns": "repeat(3, minmax(0, 1fr))",
353
484
  gap: "2xl",
485
+ "align-items": "stretch",
354
486
  tablet: {
355
487
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
356
488
  },
@@ -360,642 +492,433 @@ export const Pricing1: IBlock = {
360
492
  },
361
493
  pricing_cards: [
362
494
  {
363
- card: {
364
- "background-color": "white",
365
- "border-color": "border",
366
- "border-width": "1px",
495
+ ...makeCardStyle(),
496
+ title_badge_container: {
497
+ display: "block",
498
+ },
499
+ },
500
+ {
501
+ ...makeCardStyle(),
502
+ title_badge_container: {
503
+ display: "flex",
504
+ "flex-direction": "row-reverse",
505
+ "justify-content": "space-between",
506
+ "align-items": "center",
507
+ },
508
+ },
509
+ {
510
+ ...makeCardStyle(),
511
+ title_badge_container: {
512
+ display: "block",
513
+ },
514
+ },
515
+ ],
516
+ header: {
517
+ "margin-bottom": "4xl",
518
+ "text-align": "center",
519
+ },
520
+ description: {
521
+ "margin-top": "2xs",
522
+ "text-align": "center",
523
+ "max-width": "640px",
524
+ "margin-left": "auto",
525
+ "margin-right": "auto",
526
+ },
527
+ },
528
+ content: DEFAULT_CONTENT,
529
+ config: {
530
+ title: {
531
+ heading: { level: 2 },
532
+ selectedVariants: { Heading_Level: "H2" },
533
+ },
534
+ pricing_cards: [CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE],
535
+ },
536
+ },
537
+ {
538
+ key: "flat",
539
+ title: "Flat",
540
+ content: DEFAULT_CONTENT,
541
+ config: {
542
+ title: {
543
+ heading: { level: 2 },
544
+ selectedVariants: { Heading_Level: "H2" },
545
+ },
546
+ pricing_cards: [CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE],
547
+ },
548
+ styles: {
549
+ layout: {},
550
+ container: {},
551
+ header: {
552
+ "margin-bottom": "4xl",
553
+ "text-align": "center",
554
+ },
555
+ title: {
556
+ "margin-bottom": "none",
557
+ display: "block",
558
+ "text-align": "center",
559
+ },
560
+ description: {
561
+ "margin-top": "2xs",
562
+ "text-align": "center",
563
+ "max-width": "640px",
564
+ "margin-left": "auto",
565
+ "margin-right": "auto",
566
+ },
567
+ pricing_cards_levoGroup: {
568
+ display: "flex",
569
+ "flex-direction": "column",
570
+ gap: "xl",
571
+ },
572
+ pricing_cards: Array(3)
573
+ .fill(0)
574
+ .map(() => ({
575
+ ...makeCardStyle({
576
+ "border-width": "0",
577
+ "border-bottom-width": "1px",
367
578
  "border-style": "solid",
368
- "border-radius": "base",
369
- "padding-top": "3xl",
370
- "padding-bottom": "3xl",
371
- "padding-left": "sm",
372
- "padding-right": "sm",
373
- position: "relative",
579
+ "border-color": "border",
580
+ "border-radius": "none",
581
+ "background-color": "transparent",
582
+ "padding-left": "0",
583
+ "padding-right": "0",
584
+ display: "grid",
585
+ "grid-template-columns":
586
+ "minmax(220px, 1fr) minmax(0, 1.4fr) minmax(0, 1.6fr)",
587
+ "align-items": "center",
588
+ "column-gap": "3xl",
589
+ "row-gap": "lg",
590
+ height: "auto",
374
591
  mobile: {
592
+ "grid-template-columns": "1fr",
375
593
  "padding-top": "xl",
376
594
  "padding-bottom": "xl",
377
595
  },
596
+ }),
597
+ title_badge_container: {
598
+ display: "flex",
599
+ "flex-direction": "column",
600
+ "align-items": "flex-start",
601
+ gap: "xs",
378
602
  },
379
- badge_pill: {
380
- position: "absolute",
381
- top: "-12px",
382
- left: "50%",
383
- transform: "translateX(-50%)",
384
- "background-color": "brand",
385
- color: "brandForeground",
386
- "padding-top": "xs",
387
- "padding-bottom": "xs",
388
- "padding-left": "base",
389
- "padding-right": "base",
390
- "border-radius": "base",
603
+ primary_content_container: {
604
+ display: "flex",
605
+ "flex-direction": "column",
606
+ gap: "base",
607
+ },
608
+ description: {
609
+ "margin-bottom": "xs",
610
+ "min-height": "0",
611
+ },
612
+ pricing_wrapper: {
613
+ "margin-bottom": "none",
614
+ display: "flex",
615
+ "align-items": "baseline",
616
+ gap: "xs",
617
+ },
618
+ features_wrapper: {
619
+ "margin-top": "0",
620
+ "padding-top": "0",
621
+ "border-top-width": "0",
622
+ },
623
+ ctas_levoGroup: {
624
+ display: "flex",
625
+ "flex-direction": "row",
626
+ "column-gap": "sm",
627
+ "align-items": "center",
628
+ "margin-bottom": "0",
629
+ width: "auto",
630
+ },
631
+ ctas: [{ cta: { width: "auto" } }],
632
+ })),
633
+ },
634
+ },
635
+ {
636
+ key: "highlighted",
637
+ title: "Highlighted",
638
+ content: HIGHLIGHTED_CONTENT,
639
+ config: {
640
+ title: {
641
+ heading: { level: 2 },
642
+ selectedVariants: { Heading_Level: "H2" },
643
+ },
644
+ pricing_cards: [CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE],
645
+ },
646
+ styles: {
647
+ layout: {},
648
+ container: {},
649
+ header: {
650
+ "margin-bottom": "4xl",
651
+ "text-align": "center",
652
+ },
653
+ title: {
654
+ "margin-bottom": "none",
655
+ display: "block",
656
+ "text-align": "center",
657
+ },
658
+ description: {
659
+ "margin-top": "2xs",
660
+ "text-align": "center",
661
+ "max-width": "640px",
662
+ "margin-left": "auto",
663
+ "margin-right": "auto",
664
+ },
665
+ pricing_cards_levoGroup: {
666
+ display: "grid",
667
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
668
+ gap: "2xl",
669
+ "align-items": "stretch",
670
+ tablet: {
671
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
672
+ },
673
+ mobile: {
674
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
675
+ },
676
+ },
677
+ pricing_cards: [
678
+ {
679
+ ...makeCardStyle(),
680
+ title_badge_container: {
681
+ display: "block",
391
682
  },
683
+ },
684
+ {
685
+ ...makeCardStyle({
686
+ "background-color": "brand",
687
+ "border-color": "brand",
688
+ "box-shadow": "xl",
689
+ mobile: {
690
+ "padding-top": "xl",
691
+ "padding-bottom": "xl",
692
+ },
693
+ }),
392
694
  badge: {
393
695
  "font-weight": "600",
394
696
  color: "brandForeground",
697
+ "text-transform": "uppercase",
698
+ "letter-spacing": "0.08em",
699
+ "font-size": "xs",
395
700
  },
396
701
  title: {
397
702
  "margin-bottom": "xs",
703
+ color: "brandForeground",
398
704
  },
399
705
  description: {
400
706
  "margin-bottom": "xl",
401
- },
402
- pricing_wrapper: {
403
- "margin-bottom": "xl",
404
- display: "flex",
405
- "align-items": "center",
406
- gap: "xs",
707
+ "min-height": "48px",
708
+ color: "brandForeground",
407
709
  },
408
710
  price: {
409
711
  "font-size": "4xl",
410
712
  "font-weight": "700",
411
- color: "brand",
713
+ color: "brandForeground",
412
714
  "line-height": "1",
413
- mobile: {
414
- "font-size": "4xl",
415
- },
416
- },
417
- period: {},
418
- ctas_levoGroup: {
419
- display: "flex",
420
- "flex-direction": "row",
421
- "column-gap": "md",
422
- "row-gap": "md",
423
- "flex-wrap": "wrap",
424
- "align-items": "center",
425
- "margin-bottom": "2xl",
426
- width: "100%",
427
- mobile: {
428
- "margin-bottom": "xl",
429
- },
715
+ mobile: { "font-size": "4xl" },
430
716
  },
431
- ctas: Array(2)
432
- .fill(0)
433
- .map(() => ({ cta: {} })),
434
- features_wrapper: {
435
- "text-align": "left",
717
+ period: {
718
+ color: "brandForeground",
436
719
  },
437
720
  features_title: {
438
721
  "font-weight": 600,
439
722
  "margin-bottom": "base",
723
+ color: "brandForeground",
440
724
  },
441
- features_levoGroup: {
442
- display: "flex",
443
- "flex-direction": "column",
444
- gap: "sm",
725
+ features_wrapper: {
726
+ "text-align": "left",
727
+ "margin-top": "auto",
728
+ "padding-top": "lg",
729
+ "border-top-width": "1px",
730
+ "border-top-style": "solid",
731
+ "border-top-color": "brandForeground",
445
732
  },
446
- features: [
447
- {
733
+ features: Array(4)
734
+ .fill(0)
735
+ .map(() => ({
448
736
  feature_container: {
449
737
  display: "flex",
450
- "align-items": "flex-start",
738
+ "flex-direction": "row",
739
+ "align-items": "center",
740
+ "flex-wrap": "nowrap",
451
741
  gap: "sm",
452
742
  },
453
743
  feature_item: {
454
744
  width: "20px",
455
745
  height: "20px",
456
746
  "flex-shrink": "0",
457
- color: "brand",
747
+ color: "brandForeground",
458
748
  },
459
- feature_text: {},
460
- },
461
- {
462
- feature_container: {
463
- display: "flex",
464
- "align-items": "flex-start",
465
- gap: "sm",
749
+ feature_text: {
750
+ color: "brandForeground",
751
+ "flex": "1 1 auto",
752
+ "min-width": "0",
466
753
  },
467
- feature_item: {
468
- width: "20px",
469
- height: "20px",
470
- "flex-shrink": "0",
754
+ })),
755
+ title_badge_container: {
756
+ display: "flex",
757
+ "flex-direction": "row-reverse",
758
+ "justify-content": "space-between",
759
+ "align-items": "center",
760
+ },
761
+ badge_pill: {
762
+ position: "absolute",
763
+ top: "-12px",
764
+ left: "50%",
765
+ transform: "translateX(-50%)",
766
+ "background-color": "brandForeground",
767
+ color: "brand",
768
+ "padding-top": "xs",
769
+ "padding-bottom": "xs",
770
+ "padding-left": "base",
771
+ "padding-right": "base",
772
+ "border-radius": "base",
773
+ },
774
+ pricing_wrapper: {
775
+ "margin-bottom": "xl",
776
+ display: "flex",
777
+ "align-items": "baseline",
778
+ gap: "xs",
779
+ },
780
+ ctas_levoGroup: {
781
+ display: "flex",
782
+ "flex-direction": "column",
783
+ "row-gap": "sm",
784
+ "align-items": "stretch",
785
+ "margin-bottom": "2xl",
786
+ width: "100%",
787
+ mobile: { "margin-bottom": "xl" },
788
+ },
789
+ ctas: [
790
+ {
791
+ cta: {
792
+ width: "100%",
793
+ "background-color": "brandForeground",
471
794
  color: "brand",
795
+ "border-color": "brandForeground",
472
796
  },
473
- feature_text: {},
474
- },
475
- {
476
- feature_container: {
477
- display: "flex",
478
- "align-items": "flex-start",
479
- gap: "sm",
480
- },
481
- feature_item: {
482
- width: "20px",
483
- height: "20px",
484
- "flex-shrink": "0",
485
- color: "brand",
486
- },
487
- feature_text: {},
488
- },
489
- {
490
- feature_container: {
491
- display: "flex",
492
- "align-items": "flex-start",
493
- gap: "sm",
494
- },
495
- feature_item: {
496
- width: "20px",
497
- height: "20px",
498
- "flex-shrink": "0",
499
- color: "brand",
500
- },
501
- feature_text: {},
502
797
  },
503
798
  ],
504
- title_badge_container: {
505
- display: "block",
506
- "flex-direction": "row",
507
- },
508
- },
509
- {
510
- card: {
511
- "background-color": "white",
512
- "border-color": "border",
513
- "border-width": "1px",
514
- "border-style": "solid",
515
- "border-radius": "base",
516
- "padding-top": "3xl",
517
- "padding-bottom": "3xl",
518
- "padding-left": "sm",
519
- "padding-right": "sm",
520
- position: "relative",
521
- mobile: {
522
- "padding-top": "xl",
523
- "padding-bottom": "xl",
524
- },
525
- },
526
- badge_pill: {
527
- position: "absolute",
528
- top: "-12px",
529
- left: "50%",
530
- transform: "translateX(-50%)",
531
- "background-color": "brand",
532
- color: "brandForeground",
533
- "padding-top": "xs",
534
- "padding-bottom": "xs",
535
- "padding-left": "base",
536
- "padding-right": "base",
537
- "border-radius": "base",
538
- },
539
- badge: {
540
- "font-weight": "600",
541
- color: "brandForeground",
542
- },
543
- title: {
544
- "margin-bottom": "xs",
545
- },
546
- description: {
547
- "margin-bottom": "xl",
548
- },
549
- pricing_wrapper: {
550
- "margin-bottom": "xl",
551
- display: "flex",
552
- "align-items": "center",
553
- gap: "xs",
554
- },
555
- price: {
556
- "font-size": "4xl",
557
- "font-weight": "700",
558
- color: "brand",
559
- "line-height": "1",
560
- mobile: {
561
- "font-size": "4xl",
562
- },
563
- },
564
- period: {},
565
- ctas_levoGroup: {
566
- display: "flex",
567
- "flex-direction": "row",
568
- "column-gap": "md",
569
- "row-gap": "md",
570
- "flex-wrap": "wrap",
571
- "align-items": "center",
572
- "margin-bottom": "2xl",
573
- width: "100%",
574
- mobile: {
575
- "margin-bottom": "xl",
576
- },
577
- },
578
- ctas: Array(2)
579
- .fill(0)
580
- .map(() => ({ cta: {} })),
581
- features_wrapper: {
582
- "text-align": "left",
583
- },
584
- features_title: {
585
- "font-weight": 600,
586
- "margin-bottom": "base",
587
- },
588
799
  features_levoGroup: {
589
800
  display: "flex",
590
801
  "flex-direction": "column",
591
802
  gap: "sm",
592
803
  },
593
- features: [
594
- {
595
- feature_container: {
596
- display: "flex",
597
- "align-items": "flex-start",
598
- gap: "sm",
599
- },
600
- feature_item: {
601
- width: "20px",
602
- height: "20px",
603
- "flex-shrink": "0",
604
- color: "brand",
605
- },
606
- feature_text: {},
607
- },
608
- {
609
- feature_container: {
610
- display: "flex",
611
- "align-items": "flex-start",
612
- gap: "sm",
613
- },
614
- feature_item: {
615
- width: "20px",
616
- height: "20px",
617
- "flex-shrink": "0",
618
- color: "brand",
619
- },
620
- feature_text: {},
621
- },
622
- {
623
- feature_container: {
624
- display: "flex",
625
- "align-items": "flex-start",
626
- gap: "sm",
627
- },
628
- feature_item: {
629
- width: "20px",
630
- height: "20px",
631
- "flex-shrink": "0",
632
- color: "brand",
633
- },
634
- feature_text: {},
635
- },
636
- {
637
- feature_container: {
638
- display: "flex",
639
- "align-items": "flex-start",
640
- gap: "sm",
641
- },
642
- feature_item: {
643
- width: "20px",
644
- height: "20px",
645
- "flex-shrink": "0",
646
- color: "brand",
647
- },
648
- feature_text: {},
649
- },
650
- ],
804
+ },
805
+ {
806
+ ...makeCardStyle(),
651
807
  title_badge_container: {
652
- display: "flex",
653
- "flex-direction": "row-reverse",
654
- "justify-content": "space-between",
655
- "align-items": "center",
808
+ display: "block",
656
809
  },
657
810
  },
658
- {
659
- card: {
660
- "background-color": "white",
661
- "border-color": "border",
662
- "border-width": "1px",
663
- "border-style": "solid",
664
- "border-radius": "base",
665
- "padding-top": "3xl",
666
- "padding-bottom": "3xl",
667
- "padding-left": "sm",
668
- "padding-right": "sm",
669
- position: "relative",
811
+ ],
812
+ },
813
+ },
814
+ {
815
+ key: "compact",
816
+ title: "Compact",
817
+ content: DEFAULT_CONTENT,
818
+ config: {
819
+ title: {
820
+ heading: { level: 2 },
821
+ selectedVariants: { Heading_Level: "H2" },
822
+ },
823
+ pricing_cards: [CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE, CARD_CONFIG_SINGLE],
824
+ },
825
+ styles: {
826
+ layout: {
827
+ "padding-top": "2xl",
828
+ "padding-bottom": "2xl",
829
+ },
830
+ container: {},
831
+ header: {
832
+ "margin-bottom": "3xl",
833
+ "text-align": "center",
834
+ },
835
+ title: {
836
+ "margin-bottom": "none",
837
+ display: "block",
838
+ "text-align": "center",
839
+ },
840
+ description: {
841
+ "margin-top": "2xs",
842
+ "text-align": "center",
843
+ "max-width": "640px",
844
+ "margin-left": "auto",
845
+ "margin-right": "auto",
846
+ },
847
+ pricing_cards_levoGroup: {
848
+ display: "grid",
849
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
850
+ gap: "base",
851
+ "align-items": "stretch",
852
+ tablet: {
853
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
854
+ },
855
+ mobile: {
856
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
857
+ },
858
+ },
859
+ pricing_cards: Array(3)
860
+ .fill(0)
861
+ .map(() => ({
862
+ ...makeCardStyle({
863
+ "padding-top": "xl",
864
+ "padding-bottom": "xl",
865
+ "padding-left": "lg",
866
+ "padding-right": "lg",
670
867
  mobile: {
671
- "padding-top": "xl",
672
- "padding-bottom": "xl",
868
+ "padding-top": "base",
869
+ "padding-bottom": "base",
673
870
  },
674
- },
675
- badge_pill: {
676
- position: "absolute",
677
- top: "-12px",
678
- left: "50%",
679
- transform: "translateX(-50%)",
680
- "background-color": "brand",
681
- color: "brandForeground",
682
- "padding-top": "xs",
683
- "padding-bottom": "xs",
684
- "padding-left": "base",
685
- "padding-right": "base",
686
- "border-radius": "base",
687
- },
688
- badge: {
689
- "font-weight": "600",
690
- color: "brandForeground",
691
- },
871
+ }),
692
872
  title: {
693
- "margin-bottom": "xs",
873
+ "margin-bottom": "4xs",
694
874
  },
695
875
  description: {
696
- "margin-bottom": "xl",
876
+ "margin-bottom": "base",
877
+ "min-height": "40px",
697
878
  },
698
879
  pricing_wrapper: {
699
- "margin-bottom": "xl",
880
+ "margin-bottom": "base",
700
881
  display: "flex",
701
- "align-items": "center",
882
+ "align-items": "baseline",
702
883
  gap: "xs",
703
884
  },
704
885
  price: {
705
- "font-size": "4xl",
886
+ "font-size": "3xl",
706
887
  "font-weight": "700",
707
888
  color: "brand",
708
889
  "line-height": "1",
709
- mobile: {
710
- "font-size": "4xl",
711
- },
890
+ mobile: { "font-size": "2xl" },
712
891
  },
713
- period: {},
714
892
  ctas_levoGroup: {
715
893
  display: "flex",
716
- "flex-direction": "row",
717
- "column-gap": "md",
718
- "row-gap": "md",
719
- "flex-wrap": "wrap",
720
- "align-items": "center",
721
- "margin-bottom": "2xl",
894
+ "flex-direction": "column",
895
+ "row-gap": "sm",
896
+ "align-items": "stretch",
897
+ "margin-bottom": "xl",
722
898
  width: "100%",
723
- mobile: {
724
- "margin-bottom": "xl",
725
- },
899
+ mobile: { "margin-bottom": "base" },
726
900
  },
727
- ctas: Array(2)
728
- .fill(0)
729
- .map(() => ({ cta: {} })),
730
901
  features_wrapper: {
731
902
  "text-align": "left",
903
+ "margin-top": "auto",
904
+ "padding-top": "base",
905
+ "border-top-width": "1px",
906
+ "border-top-style": "solid",
907
+ "border-top-color": "border",
732
908
  },
733
909
  features_title: {
734
910
  "font-weight": 600,
735
- "margin-bottom": "base",
911
+ "margin-bottom": "xs",
736
912
  },
737
913
  features_levoGroup: {
738
914
  display: "flex",
739
915
  "flex-direction": "column",
740
- gap: "sm",
916
+ gap: "4xs",
741
917
  },
742
- features: [
743
- {
744
- feature_container: {
745
- display: "flex",
746
- "align-items": "flex-start",
747
- gap: "sm",
748
- },
749
- feature_item: {
750
- width: "20px",
751
- height: "20px",
752
- "flex-shrink": "0",
753
- color: "brand",
754
- },
755
- feature_text: {},
756
- },
757
- {
758
- feature_container: {
759
- display: "flex",
760
- "align-items": "flex-start",
761
- gap: "sm",
762
- },
763
- feature_item: {
764
- width: "20px",
765
- height: "20px",
766
- "flex-shrink": "0",
767
- color: "brand",
768
- },
769
- feature_text: {},
770
- },
771
- {
772
- feature_container: {
773
- display: "flex",
774
- "align-items": "flex-start",
775
- gap: "sm",
776
- },
777
- feature_item: {
778
- width: "20px",
779
- height: "20px",
780
- "flex-shrink": "0",
781
- color: "brand",
782
- },
783
- feature_text: {},
784
- },
785
- {
786
- feature_container: {
787
- display: "flex",
788
- "align-items": "flex-start",
789
- gap: "sm",
790
- },
791
- feature_item: {
792
- width: "20px",
793
- height: "20px",
794
- "flex-shrink": "0",
795
- color: "brand",
796
- },
797
- feature_text: {},
798
- },
799
- ],
800
918
  title_badge_container: {
801
919
  display: "block",
802
- "flex-direction": "row",
803
920
  },
804
- },
805
- ],
806
- header: {
807
- "margin-bottom": "5xl",
808
- },
809
- description: {
810
- "margin-top": "2xs",
811
- },
812
- },
813
- content: DEFAULT_CONTENT,
814
- config: {
815
- title: {
816
- heading: {
817
- level: 2,
818
- },
819
- selectedVariants: {
820
- Heading_Level: "H2",
821
- },
822
- },
823
- pricing_cards: [
824
- {
825
- title: {
826
- heading: {
827
- level: "3",
828
- },
829
- selectedVariants: {
830
- Heading_Level: "H3",
831
- },
832
- },
833
- card: {
834
- selectedVariants: {},
835
- },
836
- cta: {
837
- selectedVariants: {},
838
- },
839
- price: {
840
- selectedVariants: {},
841
- },
842
- pricing_wrapper: {
843
- selectedVariants: {},
844
- },
845
- period: {
846
- selectedVariants: {},
847
- },
848
- features_title: {
849
- heading: {
850
- level: "5",
851
- },
852
- selectedVariants: {
853
- Heading_Level: "H6",
854
- },
855
- },
856
- features: [
857
- {
858
- feature_text: {
859
- selectedVariants: {},
860
- },
861
- },
862
- {
863
- feature_text: {
864
- selectedVariants: {},
865
- },
866
- },
867
- {
868
- feature_text: {
869
- selectedVariants: {},
870
- },
871
- },
872
- {
873
- feature_text: {
874
- selectedVariants: {},
875
- },
876
- },
877
- ],
878
- badge: {
879
- selectedVariants: {
880
- Typography_Variants: "Small",
881
- },
882
- },
883
- },
884
- {
885
- title: {
886
- heading: {
887
- level: "3",
888
- },
889
- selectedVariants: {
890
- Heading_Level: "H3",
891
- },
892
- },
893
- card: {
894
- selectedVariants: {},
895
- },
896
- cta: {
897
- selectedVariants: {},
898
- },
899
- price: {
900
- selectedVariants: {},
901
- },
902
- pricing_wrapper: {
903
- selectedVariants: {},
904
- },
905
- period: {
906
- selectedVariants: {},
907
- },
908
- features_title: {
909
- selectedVariants: {
910
- Heading_Level: "H6",
911
- },
912
- },
913
- features: [
914
- {
915
- feature_text: {
916
- selectedVariants: {},
917
- },
918
- },
919
- {
920
- feature_text: {
921
- selectedVariants: {},
922
- },
923
- },
924
- {
925
- feature_text: {
926
- selectedVariants: {},
927
- },
928
- },
929
- {
930
- feature_text: {
931
- selectedVariants: {},
932
- },
933
- },
934
- ],
935
- badge: {
936
- selectedVariants: {
937
- Typography_Variants: "Small",
938
- },
939
- },
940
- },
941
- {
942
- title: {
943
- selectedVariants: {
944
- Heading_Level: "H3",
945
- },
946
- heading: {
947
- level: "3",
948
- },
949
- },
950
- card: {
951
- selectedVariants: {},
952
- },
953
- cta: {
954
- selectedVariants: {},
955
- },
956
- price: {
957
- selectedVariants: {},
958
- },
959
- pricing_wrapper: {
960
- selectedVariants: {},
961
- },
962
- period: {
963
- selectedVariants: {},
964
- },
965
- features_title: {
966
- selectedVariants: {
967
- Heading_Level: "H6",
968
- },
969
- },
970
- features: [
971
- {
972
- feature_text: {
973
- selectedVariants: {},
974
- },
975
- },
976
- {
977
- feature_text: {
978
- selectedVariants: {},
979
- },
980
- },
981
- {
982
- feature_text: {
983
- selectedVariants: {},
984
- },
985
- },
986
- {
987
- feature_text: {
988
- selectedVariants: {},
989
- },
990
- },
991
- ],
992
- badge: {
993
- selectedVariants: {
994
- Typography_Variants: "Small",
995
- },
996
- },
997
- },
998
- ],
921
+ })),
999
922
  },
1000
923
  },
1001
924
  ],