@levo-so/blocks 0.1.100 → 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 +5 -4
  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,90 +1,157 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const ICON_ARROW_RIGHT = {
4
+ kind: "icon",
5
+ data: {
6
+ id: "arrow-right",
7
+ label: "Arrow Right",
8
+ svgCode:
9
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n<path d="M10.7397 16.28C10.5497 16.28 10.3597 16.21 10.2097 16.06C9.91969 15.77 9.91969 15.29 10.2097 15L13.2097 12L10.2097 8.99997C9.91969 8.70997 9.91969 8.22997 10.2097 7.93997C10.4997 7.64997 10.9797 7.64997 11.2697 7.93997L14.7997 11.47C15.0897 11.76 15.0897 12.24 14.7997 12.53L11.2697 16.06C11.1197 16.21 10.9297 16.28 10.7397 16.28Z" fill="var(--color-icon-primary)"/>\n</svg>',
10
+ },
11
+ };
12
+
3
13
  const DEFAULT_CONTENT = {
4
14
  layout: null,
5
15
  container: null,
6
16
  header_section: null,
7
- main_title: "Career Opportunity",
17
+ title_container: null,
18
+ main_title: "Why teams switch to one workspace",
8
19
  main_description:
9
- "Career Opportunity Career Opportunity Career Opportunity Career Opportunity Career Opportunity ",
20
+ "Four product surfaces that quietly compound across every sprint collaboration, automation, signal, and insight in a single place.",
10
21
  header_buttons_levoGroup: null,
11
- header_buttons: [{ header_button: "View All" }, { header_button: "Learn More" }],
22
+ header_buttons: [
23
+ { header_button: "See all features" },
24
+ { header_button: "Book a demo" },
25
+ ],
12
26
  grid: [
13
27
  {
14
28
  card: null,
15
- badge: "3+ Years of Experience",
29
+ badge: "Real-time editing",
16
30
  content_container: null,
17
31
  text_section: null,
18
- title: "Senior Software Engineer",
32
+ title: "Multiplayer by default",
19
33
  description:
20
- "Join our innovative development team to build cutting-edge solutions using modern technologies and agile methodologies.",
21
- ctas_levoGroup: null,
22
- ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
34
+ "Presence cursors, inline comments, and conflict-free CRDT documents your team thinks together without sharing a screen.",
35
+ cta: "Tour collaboration",
23
36
  },
24
37
  {
25
38
  card: null,
26
- badge: "1+ Years of Experience",
39
+ badge: "No-code automations",
27
40
  content_container: null,
28
41
  text_section: null,
29
- title: "Product Marketing Manager",
42
+ title: "Workflows on autopilot",
30
43
  description:
31
- "Drive product growth and market expansion through strategic marketing campaigns and data-driven insights.",
32
- ctas_levoGroup: null,
33
- ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
44
+ "Chain triggers across Slack, Linear, and HubSpot in minutes handoffs fire the moment a status changes, never twice.",
45
+ cta: "Browse recipes",
34
46
  },
35
47
  {
36
48
  card: null,
37
- badge: "2+ Years of Experience",
49
+ badge: "Unified inbox",
38
50
  content_container: null,
39
51
  text_section: null,
40
- title: "UX Research Specialist",
52
+ title: "One queue to clear",
41
53
  description:
42
- "Lead user research initiatives to enhance product experiences and inform design decisions across our platform.",
43
- ctas_levoGroup: null,
44
- ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
54
+ "Slack threads, GitHub PRs, and Linear updates roll into a single ranked list answer once, route anywhere.",
55
+ cta: "Connect tools",
45
56
  },
46
57
  {
47
58
  card: null,
48
- badge: "5+ Years of Experience",
59
+ badge: "Live operating signal",
49
60
  content_container: null,
50
61
  text_section: null,
51
- title: "Data Science Lead",
62
+ title: "Insights that ship",
52
63
  description:
53
- "Spearhead machine learning projects and analytics initiatives to unlock business insights and drive innovation.",
54
- ctas_levoGroup: null,
55
- ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
64
+ "Cycle time, burndown, and team load on a shared dashboard answer 'are we on track' without pinging anyone.",
65
+ cta: "View dashboards",
56
66
  },
57
67
  ],
58
- header_button_rightIcon: {
59
- kind: "custom",
60
- data: {
61
- id: "UpLVWyg9E9QC",
62
- location: "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs.png",
63
- mimetype: "image/png",
64
- kind: "image",
65
- srcset: {
66
- "1080w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp",
67
- "1200w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp",
68
- "1920w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp",
69
- "320w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
70
- "640w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
71
- "750w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
72
- "828w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
73
- path: "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp 1080w",
74
- },
75
- },
76
- },
68
+ header_button_rightIcon: ICON_ARROW_RIGHT,
77
69
  };
78
70
 
79
71
  export type ICards8Content = typeof DEFAULT_CONTENT;
80
72
 
73
+ const HEADER_SECTION_SPLIT = {
74
+ display: "flex",
75
+ "justify-content": "space-between",
76
+ "align-items": "flex-end",
77
+ "column-gap": "2xl",
78
+ "margin-bottom": "3xl",
79
+ tablet: {
80
+ "flex-direction": "column",
81
+ "align-items": "flex-start",
82
+ "row-gap": "lg",
83
+ },
84
+ mobile: {
85
+ "flex-direction": "column",
86
+ "align-items": "flex-start",
87
+ "row-gap": "md",
88
+ },
89
+ };
90
+
91
+ const HEADER_SECTION_CENTERED = {
92
+ display: "flex",
93
+ "flex-direction": "column",
94
+ "align-items": "center",
95
+ "text-align": "center",
96
+ "row-gap": "md",
97
+ "margin-bottom": "3xl",
98
+ };
99
+
100
+ const TITLE_CONTAINER_COLUMN = {
101
+ display: "flex",
102
+ "flex-direction": "column",
103
+ "row-gap": "sm",
104
+ "max-width": "640px",
105
+ };
106
+
107
+ const TITLE_CONTAINER_CENTERED = {
108
+ display: "flex",
109
+ "flex-direction": "column",
110
+ "align-items": "center",
111
+ "row-gap": "sm",
112
+ "max-width": "640px",
113
+ };
114
+
115
+ const MAIN_DESCRIPTION_STYLE = {
116
+ color: "muted-foreground",
117
+ };
118
+
119
+ const HEADER_BUTTONS_GROUP = {
120
+ display: "flex",
121
+ "flex-direction": "row",
122
+ "column-gap": "sm",
123
+ "row-gap": "sm",
124
+ "flex-wrap": "wrap",
125
+ "align-items": "center",
126
+ };
127
+
128
+ const HEADER_BUTTONS_GROUP_CENTERED = {
129
+ ...HEADER_BUTTONS_GROUP,
130
+ "justify-content": "center",
131
+ };
132
+
133
+ const BADGE_BRAND_LABEL = {
134
+ "font-weight": 600,
135
+ "font-size": "xs",
136
+ color: "brand",
137
+ "text-transform": "uppercase",
138
+ "letter-spacing": "0.08em",
139
+ "max-width": "fit-content",
140
+ "margin-bottom": "sm",
141
+ };
142
+
143
+ const HEADER_BUTTON_RIGHT_ICON_STYLE = {
144
+ width: "16px",
145
+ height: "16px",
146
+ };
147
+
81
148
  export const Cards8: IBlock = {
82
149
  category_id: "cards",
83
150
  title: "Cards 8",
84
151
  key: "cards-8",
85
152
  version: "v1",
86
153
  prompt_description:
87
- "Career opportunities section with header title and 'View All' button, featuring job cards in a grid layout. Each card displays a badge, job title, description, and a single CTA button in a flex layout.",
154
+ "Feature highlight section with a header (title, description, CTA group) and a grid of cards. Each card has a branded label, title, description, and a single CTA.",
88
155
  content_schema: [
89
156
  {
90
157
  key: "layout",
@@ -92,7 +159,7 @@ export const Cards8: IBlock = {
92
159
  field_interface: "LayoutWidget",
93
160
  hint: {
94
161
  prompt_description:
95
- "Overall section layout for the career opportunities block. Controls spacing, background, and structure.",
162
+ "Overall section layout for the feature highlight block. Controls spacing, background, and structure.",
96
163
  },
97
164
  },
98
165
  {
@@ -100,7 +167,8 @@ export const Cards8: IBlock = {
100
167
  label: "Container",
101
168
  field_interface: "ContainerWidget",
102
169
  hint: {
103
- prompt_description: "Main container for centering and constraining the content width.",
170
+ prompt_description:
171
+ "Main container for centering and constraining the content width.",
104
172
  },
105
173
  },
106
174
  {
@@ -109,7 +177,7 @@ export const Cards8: IBlock = {
109
177
  field_interface: "BoxWidget",
110
178
  hint: {
111
179
  prompt_description:
112
- "Header area containing the main title and view all button, positioned horizontally.",
180
+ "Header area containing the title block and the CTA group.",
113
181
  },
114
182
  },
115
183
  {
@@ -123,15 +191,21 @@ export const Cards8: IBlock = {
123
191
  field_interface: "HeadingWidget",
124
192
  hint: {
125
193
  prompt_description:
126
- "Main section heading that describes the career opportunities section. Should be engaging and professional.",
194
+ "Section heading. Punchy claim what the product does for the team.",
127
195
  min_characters: 10,
128
- max_characters: 40,
196
+ max_characters: 60,
129
197
  },
130
198
  },
131
199
  {
132
200
  key: "main_description",
133
201
  label: "Main Description",
134
202
  field_interface: "TypographyWidget",
203
+ hint: {
204
+ prompt_description:
205
+ "Supporting line under the title. One sentence, names a concrete mechanism.",
206
+ min_characters: 40,
207
+ max_characters: 180,
208
+ },
135
209
  },
136
210
  {
137
211
  key: "header_buttons",
@@ -145,22 +219,21 @@ export const Cards8: IBlock = {
145
219
  field_interface: "ButtonWidget",
146
220
  hint: {
147
221
  prompt_description:
148
- "Action button for career opportunities. Should encourage exploration.",
222
+ "Primary action button in the header. Two to three words, action-led.",
149
223
  min_characters: 6,
150
- max_characters: 20,
224
+ max_characters: 24,
151
225
  },
152
226
  },
153
227
  ],
154
228
  hint: {
155
- prompt_description:
156
- "Group of header action buttons for viewing career opportunities and related actions.",
229
+ prompt_description: "Group of header action buttons.",
157
230
  min_items: 1,
158
231
  max_items: 3,
159
232
  },
160
233
  },
161
234
  {
162
235
  key: "grid",
163
- label: "Job Cards",
236
+ label: "Feature Cards",
164
237
  kind: "group",
165
238
  field_interface: "BoxWidget",
166
239
  fields: [
@@ -170,17 +243,17 @@ export const Cards8: IBlock = {
170
243
  field_interface: "BoxWidget",
171
244
  hint: {
172
245
  prompt_description:
173
- "Individual job card container for styling and layout. No direct content.",
246
+ "Individual card container for styling and layout. No direct content.",
174
247
  },
175
248
  },
176
249
  {
177
250
  key: "badge",
178
- label: "Experience Badge",
251
+ label: "Branded Label",
179
252
  field_interface: "TypographyWidget",
180
253
  hint: {
181
254
  prompt_description:
182
- "Small badge showing experience requirements, displayed as a capsule above the card content.",
183
- min_characters: 10,
255
+ "Short branded label sitting above the card title eyebrow text.",
256
+ min_characters: 6,
184
257
  max_characters: 30,
185
258
  },
186
259
  },
@@ -188,70 +261,48 @@ export const Cards8: IBlock = {
188
261
  key: "content_container",
189
262
  label: "Content Container",
190
263
  field_interface: "BoxWidget",
191
- hint: {
192
- prompt_description:
193
- "Main content container that holds the text section and CTA in a flex layout.",
194
- },
195
264
  },
196
265
  {
197
266
  key: "text_section",
198
267
  label: "Text Section",
199
268
  field_interface: "BoxWidget",
200
- hint: {
201
- prompt_description:
202
- "Left section containing job title and description in the flex layout.",
203
- },
204
269
  },
205
270
  {
206
271
  key: "title",
207
- label: "Job Title",
272
+ label: "Card Title",
208
273
  field_interface: "HeadingWidget",
209
274
  hint: {
210
275
  prompt_description:
211
- "Job position title that's clear, professional, and attractive to potential candidates.",
212
- min_characters: 15,
276
+ "Card title 2 to 4 words, parallel structure across cards.",
277
+ min_characters: 8,
213
278
  max_characters: 40,
214
279
  },
215
280
  },
216
281
  {
217
282
  key: "description",
218
- label: "Job Description",
283
+ label: "Card Description",
219
284
  field_interface: "TypographyWidget",
220
285
  hint: {
221
286
  prompt_description:
222
- "Brief job description explaining key responsibilities and requirements. Should be engaging and informative.",
287
+ "One-sentence description with a concrete mechanism. ~22 words.",
223
288
  min_characters: 60,
224
- max_characters: 150,
289
+ max_characters: 180,
225
290
  },
226
291
  },
227
292
  {
228
- key: "ctas_levoGroup",
229
- label: "Apply Buttons Group",
230
- field_interface: "BoxWidget",
231
- },
232
- {
233
- key: "ctas",
234
- label: "Apply Buttons",
235
- field_interface: "BoxWidget",
236
- kind: "group",
237
- fields: [
238
- {
239
- key: "cta",
240
- label: "Apply Button",
241
- field_interface: "ButtonWidget",
242
- hint: {
243
- prompt_description:
244
- "Primary call-to-action button for job application. Should be compelling and action-oriented.",
245
- min_characters: 6,
246
- max_characters: 20,
247
- },
248
- },
249
- ],
293
+ key: "cta",
294
+ label: "Card CTA",
295
+ field_interface: "ButtonWidget",
296
+ hint: {
297
+ prompt_description:
298
+ "Single call-to-action per card. Two to three words.",
299
+ min_characters: 4,
300
+ max_characters: 24,
301
+ },
250
302
  },
251
303
  ],
252
304
  hint: {
253
- prompt_description:
254
- "Collection of job opportunity cards featuring experience badges, titles, descriptions, and apply buttons.",
305
+ prompt_description: "Collection of feature cards.",
255
306
  min_items: 2,
256
307
  max_items: 6,
257
308
  },
@@ -264,147 +315,458 @@ export const Cards8: IBlock = {
264
315
  styles: {
265
316
  layout: {},
266
317
  container: {},
267
- header_section: {
268
- display: "flex",
269
- "justify-content": "space-between",
270
- "align-items": "center",
271
- "margin-bottom": "4xl",
318
+ header_section: HEADER_SECTION_SPLIT,
319
+ title_container: TITLE_CONTAINER_COLUMN,
320
+ main_description: MAIN_DESCRIPTION_STYLE,
321
+ header_buttons_levoGroup: HEADER_BUTTONS_GROUP,
322
+ header_buttons: [{}, {}],
323
+ grid_levoGroup: {
324
+ display: "grid",
325
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
326
+ "row-gap": "xl",
327
+ "column-gap": "xl",
272
328
  mobile: {
329
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
330
+ },
331
+ },
332
+ grid_levoGroupItem: {
333
+ card: {
334
+ display: "flex",
335
+ "flex-direction": "column",
336
+ "background-color": "card",
337
+ "padding-top": "2xl",
338
+ "padding-bottom": "2xl",
339
+ "padding-left": "2xl",
340
+ "padding-right": "2xl",
341
+ "border-radius": "xl",
342
+ border: "1px solid",
343
+ "border-color": "border",
344
+ height: "100%",
345
+ "row-gap": "lg",
346
+ mobile: {
347
+ "padding-top": "xl",
348
+ "padding-left": "xl",
349
+ "padding-right": "xl",
350
+ "padding-bottom": "xl",
351
+ },
352
+ },
353
+ badge: BADGE_BRAND_LABEL,
354
+ content_container: {
355
+ display: "flex",
273
356
  "flex-direction": "column",
274
- "align-items": "center",
275
357
  "row-gap": "lg",
276
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
277
- "justify-content": "center",
358
+ "flex-grow": "1",
359
+ },
360
+ text_section: {
361
+ display: "flex",
362
+ "flex-direction": "column",
363
+ "row-gap": "sm",
364
+ "flex-grow": "1",
365
+ },
366
+ title: {
367
+ "font-weight": 600,
368
+ },
369
+ description: {
370
+ color: "muted-foreground",
371
+ },
372
+ cta: {
373
+ "margin-top": "auto",
374
+ "align-self": "flex-start",
375
+ },
376
+ },
377
+ grid: [{}, {}, {}, {}],
378
+ header_button_rightIcon: HEADER_BUTTON_RIGHT_ICON_STYLE,
379
+ header_buttons_levoGroupItem: {
380
+ header_button: {},
381
+ },
382
+ },
383
+ content: DEFAULT_CONTENT,
384
+ config: {
385
+ main_title: {
386
+ selectedVariants: { Heading_Level: "H2" },
387
+ },
388
+ header_buttons: [
389
+ {
390
+ header_button: {
391
+ selectedVariants: {},
392
+ button_icons: { right: { enabled: true } },
393
+ },
394
+ },
395
+ {
396
+ header_button: {
397
+ selectedVariants: { Button_Variants: "Secondary" },
398
+ },
399
+ },
400
+ ],
401
+ grid: [
402
+ {
403
+ title: {
404
+ heading: { level: "4" },
405
+ selectedVariants: { Heading_Level: "H5" },
406
+ },
407
+ cta: { selectedVariants: { Button_Variants: "Link" } },
408
+ },
409
+ {
410
+ title: {
411
+ heading: { level: "4" },
412
+ selectedVariants: { Heading_Level: "H5" },
413
+ },
414
+ cta: { selectedVariants: { Button_Variants: "Link" } },
415
+ },
416
+ {
417
+ title: {
418
+ heading: { level: "4" },
419
+ selectedVariants: { Heading_Level: "H5" },
420
+ },
421
+ cta: { selectedVariants: { Button_Variants: "Link" } },
422
+ },
423
+ {
424
+ title: {
425
+ heading: { level: "4" },
426
+ selectedVariants: { Heading_Level: "H5" },
427
+ },
428
+ cta: { selectedVariants: { Button_Variants: "Link" } },
429
+ },
430
+ ],
431
+ },
432
+ },
433
+ {
434
+ title: "List",
435
+ key: "list",
436
+ styles: {
437
+ layout: {},
438
+ container: {},
439
+ header_section: HEADER_SECTION_SPLIT,
440
+ title_container: TITLE_CONTAINER_COLUMN,
441
+ main_description: MAIN_DESCRIPTION_STYLE,
442
+ header_buttons_levoGroup: HEADER_BUTTONS_GROUP,
443
+ header_buttons: [{}, {}],
444
+ grid_levoGroup: {
445
+ display: "flex",
446
+ "flex-direction": "column",
447
+ "row-gap": "md",
448
+ },
449
+ grid_levoGroupItem: {
450
+ card: {
451
+ display: "flex",
452
+ "flex-direction": "row",
453
+ "align-items": "flex-start",
454
+ "column-gap": "lg",
455
+ "background-color": "card",
456
+ "padding-top": "lg",
457
+ "padding-bottom": "lg",
458
+ "padding-left": "xl",
459
+ "padding-right": "xl",
460
+ "border-radius": "lg",
461
+ border: "1px solid",
462
+ "border-color": "border",
463
+ tablet: {
464
+ "flex-direction": "column",
465
+ "align-items": "flex-start",
466
+ "row-gap": "md",
467
+ "padding-top": "lg",
468
+ "padding-left": "lg",
469
+ "padding-right": "lg",
470
+ "padding-bottom": "lg",
471
+ },
472
+ mobile: {
473
+ "flex-direction": "column",
474
+ "align-items": "flex-start",
475
+ "row-gap": "md",
476
+ "padding-top": "lg",
477
+ "padding-left": "lg",
478
+ "padding-right": "lg",
479
+ "padding-bottom": "lg",
480
+ },
481
+ },
482
+ badge: {
483
+ ...BADGE_BRAND_LABEL,
484
+ "margin-bottom": "0",
485
+ "flex-shrink": "0",
486
+ width: "200px",
487
+ "max-width": "200px",
488
+ "padding-top": "5px",
489
+ "line-height": 1.25,
490
+ },
491
+ content_container: {
492
+ display: "flex",
493
+ "flex-direction": "row",
494
+ "align-items": "center",
495
+ "column-gap": "lg",
496
+ flex: "1 1 0",
497
+ "min-width": "0",
498
+ width: "100%",
499
+ tablet: {
500
+ "flex-direction": "column",
501
+ "align-items": "flex-start",
502
+ "row-gap": "sm",
503
+ },
504
+ mobile: {
505
+ "flex-direction": "column",
506
+ "align-items": "flex-start",
507
+ "row-gap": "sm",
508
+ },
509
+ },
510
+ text_section: {
511
+ display: "flex",
512
+ "flex-direction": "column",
513
+ "row-gap": "3xs",
514
+ flex: "1 1 0",
515
+ "min-width": "0",
516
+ },
517
+ title: {
518
+ "font-weight": 600,
519
+ "line-height": 1.25,
520
+ },
521
+ description: {
522
+ color: "muted-foreground",
523
+ "line-height": 1.45,
524
+ },
525
+ cta: {
526
+ "flex-shrink": "0",
527
+ "white-space": "nowrap",
278
528
  },
279
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
529
+ },
530
+ grid: [{}, {}, {}, {}],
531
+ header_button_rightIcon: HEADER_BUTTON_RIGHT_ICON_STYLE,
532
+ header_buttons_levoGroupItem: {
533
+ header_button: {},
534
+ },
535
+ },
536
+ content: DEFAULT_CONTENT,
537
+ config: {
538
+ main_title: {
539
+ selectedVariants: { Heading_Level: "H2" },
540
+ },
541
+ header_buttons: [
542
+ {
543
+ header_button: {
544
+ selectedVariants: {},
545
+ button_icons: { right: { enabled: true } },
546
+ },
547
+ },
548
+ {
549
+ header_button: {
550
+ selectedVariants: { Button_Variants: "Secondary" },
551
+ },
552
+ },
553
+ ],
554
+ grid: [
555
+ {
556
+ title: {
557
+ heading: { level: "4" },
558
+ selectedVariants: { Heading_Level: "H5" },
559
+ },
560
+ cta: { selectedVariants: { Button_Variants: "Link" } },
561
+ },
562
+ {
563
+ title: {
564
+ heading: { level: "4" },
565
+ selectedVariants: { Heading_Level: "H5" },
566
+ },
567
+ cta: { selectedVariants: { Button_Variants: "Link" } },
568
+ },
569
+ {
570
+ title: {
571
+ heading: { level: "4" },
572
+ selectedVariants: { Heading_Level: "H5" },
573
+ },
574
+ cta: { selectedVariants: { Button_Variants: "Link" } },
575
+ },
576
+ {
577
+ title: {
578
+ heading: { level: "4" },
579
+ selectedVariants: { Heading_Level: "H5" },
580
+ },
581
+ cta: { selectedVariants: { Button_Variants: "Link" } },
582
+ },
583
+ ],
584
+ },
585
+ },
586
+ {
587
+ title: "Centered",
588
+ key: "centered",
589
+ styles: {
590
+ layout: {},
591
+ container: {},
592
+ header_section: {
593
+ display: "flex",
594
+ "flex-direction": "column",
595
+ "align-items": "center",
596
+ "text-align": "center",
597
+ "row-gap": "md",
598
+ "margin-bottom": "3xl",
599
+ },
600
+ title_container: {
601
+ display: "flex",
602
+ "flex-direction": "column",
603
+ "align-items": "center",
604
+ "row-gap": "sm",
605
+ "max-width": "640px",
606
+ },
607
+ main_title: {
608
+ "text-align": "center",
609
+ },
610
+ main_description: {
611
+ color: "muted-foreground",
612
+ "text-align": "center",
280
613
  },
281
614
  header_buttons_levoGroup: {
282
615
  display: "flex",
283
616
  "flex-direction": "row",
284
- "column-gap": "xs",
285
- "row-gap": "xs",
617
+ "column-gap": "sm",
618
+ "row-gap": "sm",
286
619
  "flex-wrap": "wrap",
287
620
  "align-items": "center",
621
+ "justify-content": "center",
288
622
  },
289
623
  header_buttons: [{}, {}],
290
624
  grid_levoGroup: {
291
625
  display: "grid",
292
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
626
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
293
627
  "row-gap": "xl",
294
628
  "column-gap": "xl",
629
+ tablet: {
630
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
631
+ },
295
632
  mobile: {
296
633
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
297
634
  },
298
635
  },
299
- grid: Array(4)
300
- .fill(0)
301
- .map((v) => ({
302
- card: {
303
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
304
- display: "block",
305
- "background-color": "white",
306
- "padding-top": "3xl",
307
- "padding-bottom": "3xl",
308
- "padding-left": "3xl",
309
- "padding-right": "3xl",
310
- "border-radius": "xl",
311
- mobile: {
312
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
313
- "padding-top": "xl",
314
- "padding-left": "xl",
315
- "padding-right": "xl",
316
- "padding-bottom": "xl",
317
- },
318
- tablet: {
319
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
320
- "padding-top": "xl",
321
- "padding-right": "xl",
322
- "padding-left": "xl",
323
- "padding-bottom": "xl",
324
- },
325
- },
326
- title: {
327
- "font-weight": 700,
328
- },
329
- badge: {
330
- "font-weight": 500,
331
- "background-color": "brandSecondary",
332
- color: "brandSecondaryForeground",
333
- "padding-top": "xs",
334
- "padding-bottom": "xs",
335
- "padding-left": "sm",
336
- "padding-right": "sm",
337
- "border-radius": "3xl",
338
- display: "inline-block",
339
- "margin-bottom": "lg",
340
- },
341
- content_container: {
342
- display: "flex",
343
- "align-items": "start",
344
- "column-gap": "lg",
345
- mobile: {
346
- "flex-direction": "column",
347
- "row-gap": "lg",
348
- },
349
- tablet: {
350
- "flex-direction": "column",
351
- "row-gap": "lg",
352
- },
353
- "justify-content": "start",
354
- },
355
- text_section: {
356
- display: "flex",
357
- "flex-direction": "column",
358
- "row-gap": "sm",
359
- "flex-grow": "1",
360
- },
361
- description: {
362
- display: "none",
363
- },
364
- ctas_levoGroup: {
365
- display: "flex",
366
- "flex-direction": "row",
367
- "align-items": "center",
368
- gap: "sm",
369
-
370
- "border-radius": "base",
371
- "flex-shrink": "0",
372
- mobile: {
373
- "flex-direction": "column",
374
- width: "100%",
375
- },
376
- tablet: {
377
- "flex-direction": "column",
378
- width: "100%",
379
- },
636
+ grid_levoGroupItem: {
637
+ card: {
638
+ display: "flex",
639
+ "flex-direction": "column",
640
+ "align-items": "center",
641
+ "background-color": "card",
642
+ "padding-top": "2xl",
643
+ "padding-bottom": "2xl",
644
+ "padding-left": "2xl",
645
+ "padding-right": "2xl",
646
+ "border-radius": "xl",
647
+ border: "1px solid",
648
+ "border-color": "border",
649
+ "text-align": "center",
650
+ height: "100%",
651
+ "row-gap": "lg",
652
+ mobile: {
653
+ "padding-top": "xl",
654
+ "padding-left": "xl",
655
+ "padding-right": "xl",
656
+ "padding-bottom": "xl",
380
657
  },
381
- ctas: [
382
- {
383
- cta: {},
384
- },
385
- {
386
- cta: {},
387
- },
388
- ],
389
- })),
658
+ },
659
+ badge: {
660
+ "font-weight": 600,
661
+ "font-size": "xs",
662
+ color: "brand",
663
+ "text-transform": "uppercase",
664
+ "letter-spacing": "0.08em",
665
+ "max-width": "fit-content",
666
+ "margin-bottom": "0",
667
+ "align-self": "center",
668
+ },
669
+ content_container: {
670
+ display: "flex",
671
+ "flex-direction": "column",
672
+ "align-items": "center",
673
+ "row-gap": "lg",
674
+ "flex-grow": "1",
675
+ width: "100%",
676
+ },
677
+ text_section: {
678
+ display: "flex",
679
+ "flex-direction": "column",
680
+ "row-gap": "sm",
681
+ "align-items": "center",
682
+ "flex-grow": "1",
683
+ },
684
+ title: {
685
+ "font-weight": 600,
686
+ "text-align": "center",
687
+ },
688
+ description: {
689
+ color: "muted-foreground",
690
+ "text-align": "center",
691
+ },
692
+ cta: {
693
+ "margin-top": "auto",
694
+ },
695
+ },
696
+ grid: [{}, {}, {}],
390
697
  header_button_rightIcon: {
391
- width: "18px",
698
+ width: "16px",
699
+ height: "16px",
392
700
  },
393
701
  header_buttons_levoGroupItem: {
394
702
  header_button: {},
395
703
  },
396
704
  },
397
- content: DEFAULT_CONTENT,
705
+ content: {
706
+ layout: null,
707
+ container: null,
708
+ header_section: null,
709
+ title_container: null,
710
+ main_title: "Why teams switch to one workspace",
711
+ main_description:
712
+ "Four product surfaces that quietly compound across every sprint — collaboration, automation, signal, and insight in a single place.",
713
+ header_buttons_levoGroup: null,
714
+ header_buttons: [
715
+ {
716
+ header_button: "See all features",
717
+ },
718
+ {
719
+ header_button: "Book a demo",
720
+ },
721
+ ],
722
+ grid: [
723
+ {
724
+ card: null,
725
+ badge: "No-code automations",
726
+ content_container: null,
727
+ text_section: null,
728
+ title: "Workflows on autopilot",
729
+ description:
730
+ "Chain triggers across Slack, Linear, and HubSpot in minutes — handoffs fire the moment a status changes, never twice.",
731
+ cta: "Browse recipes",
732
+ },
733
+ {
734
+ card: null,
735
+ badge: "Unified inbox",
736
+ content_container: null,
737
+ text_section: null,
738
+ title: "One queue to clear",
739
+ description:
740
+ "Slack threads, GitHub PRs, and Linear updates roll into a single ranked list — answer once, route anywhere.",
741
+ cta: "Connect tools",
742
+ },
743
+ {
744
+ card: null,
745
+ badge: "Live operating signal",
746
+ content_container: null,
747
+ text_section: null,
748
+ title: "Insights that ship",
749
+ description:
750
+ "Cycle time, burndown, and team load on a shared dashboard — answer 'are we on track' without pinging anyone.",
751
+ cta: "View dashboards",
752
+ },
753
+ ],
754
+ header_button_rightIcon: {
755
+ kind: "icon",
756
+ data: {
757
+ id: "arrow-right",
758
+ label: "Arrow Right",
759
+ svgCode:
760
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n<path d="M10.7397 16.28C10.5497 16.28 10.3597 16.21 10.2097 16.06C9.91969 15.77 9.91969 15.29 10.2097 15L13.2097 12L10.2097 8.99997C9.91969 8.70997 9.91969 8.22997 10.2097 7.93997C10.4997 7.64997 10.9797 7.64997 11.2697 7.93997L14.7997 11.47C15.0897 11.76 15.0897 12.24 14.7997 12.53L11.2697 16.06C11.1197 16.21 10.9297 16.28 10.7397 16.28Z" fill="var(--color-icon-primary)"/>\n</svg>',
761
+ },
762
+ },
763
+ },
398
764
  config: {
399
765
  main_title: {
400
766
  selectedVariants: {
401
767
  Heading_Level: "H2",
402
768
  },
403
769
  },
404
- "grid.0.ctas": [null, null],
405
- "grid.1.ctas": [null, null],
406
- "grid.2.ctas": [null, null],
407
- "grid.3.ctas": [null, null],
408
770
  header_buttons: [
409
771
  {
410
772
  header_button: {
@@ -418,7 +780,9 @@ export const Cards8: IBlock = {
418
780
  },
419
781
  {
420
782
  header_button: {
421
- selectedVariants: {},
783
+ selectedVariants: {
784
+ Button_Variants: "Secondary",
785
+ },
422
786
  },
423
787
  },
424
788
  ],
@@ -432,54 +796,54 @@ export const Cards8: IBlock = {
432
796
  Heading_Level: "H5",
433
797
  },
434
798
  },
435
- badge: {
799
+ cta: {
436
800
  selectedVariants: {
437
- Typography_Variants: "Small",
801
+ Button_Variants: "Link",
438
802
  },
439
803
  },
440
804
  },
441
805
  {
442
806
  title: {
443
- selectedVariants: {
444
- Heading_Level: "H5",
445
- },
446
807
  heading: {
447
808
  level: "4",
448
809
  },
810
+ selectedVariants: {
811
+ Heading_Level: "H5",
812
+ },
449
813
  },
450
- badge: {
814
+ cta: {
451
815
  selectedVariants: {
452
- Typography_Variants: "Small",
816
+ Button_Variants: "Link",
453
817
  },
454
818
  },
455
819
  },
456
820
  {
457
821
  title: {
458
- selectedVariants: {
459
- Heading_Level: "H5",
460
- },
461
822
  heading: {
462
823
  level: "4",
463
824
  },
825
+ selectedVariants: {
826
+ Heading_Level: "H5",
827
+ },
464
828
  },
465
- badge: {
829
+ cta: {
466
830
  selectedVariants: {
467
- Typography_Variants: "Small",
831
+ Button_Variants: "Link",
468
832
  },
469
833
  },
470
834
  },
471
835
  {
472
836
  title: {
473
- selectedVariants: {
474
- Heading_Level: "H5",
475
- },
476
837
  heading: {
477
838
  level: "4",
478
839
  },
840
+ selectedVariants: {
841
+ Heading_Level: "H5",
842
+ },
479
843
  },
480
- badge: {
844
+ cta: {
481
845
  selectedVariants: {
482
- Typography_Variants: "Small",
846
+ Button_Variants: "Link",
483
847
  },
484
848
  },
485
849
  },