@sonordev/site-kit 2.5.0 → 2.5.2

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 (52) hide show
  1. package/README.md +184 -301
  2. package/dist/EngageWidget-VCMSEZIF.mjs +4 -0
  3. package/dist/{EngageWidget-GI5YY4GM.mjs.map → EngageWidget-VCMSEZIF.mjs.map} +1 -1
  4. package/dist/EngageWidget-XUYC27CV.js +13 -0
  5. package/dist/{EngageWidget-IJGEP44J.js.map → EngageWidget-XUYC27CV.js.map} +1 -1
  6. package/dist/blog/index.d.mts +4 -32
  7. package/dist/blog/index.d.ts +4 -32
  8. package/dist/blog/index.js +13 -189
  9. package/dist/blog/index.js.map +1 -1
  10. package/dist/blog/index.mjs +4 -183
  11. package/dist/blog/index.mjs.map +1 -1
  12. package/dist/blog/server-ui.d.mts +32 -2
  13. package/dist/blog/server-ui.d.ts +32 -2
  14. package/dist/blog/server-ui.js +12 -3
  15. package/dist/blog/server-ui.mjs +2 -1
  16. package/dist/{chunk-K4AUQZG5.js → chunk-7EPMDUE6.js} +2 -2
  17. package/dist/{chunk-K4AUQZG5.js.map → chunk-7EPMDUE6.js.map} +1 -1
  18. package/dist/{chunk-T5UU7I4V.mjs → chunk-EHNJDXBY.mjs} +266 -59
  19. package/dist/chunk-EHNJDXBY.mjs.map +1 -0
  20. package/dist/{chunk-GVDPTXN3.js → chunk-G63AH3C6.js} +3 -3
  21. package/dist/{chunk-GVDPTXN3.js.map → chunk-G63AH3C6.js.map} +1 -1
  22. package/dist/{chunk-SROW253N.js → chunk-GQU4LXOP.js} +2 -2
  23. package/dist/chunk-GQU4LXOP.js.map +1 -0
  24. package/dist/{chunk-QJIEREW4.mjs → chunk-LBII2GAF.mjs} +2 -2
  25. package/dist/chunk-LBII2GAF.mjs.map +1 -0
  26. package/dist/{chunk-F54HGPDM.js → chunk-REJSE5AU.js} +266 -58
  27. package/dist/chunk-REJSE5AU.js.map +1 -0
  28. package/dist/{chunk-DV2BURIN.mjs → chunk-S7OMNQTY.mjs} +3 -3
  29. package/dist/{chunk-DV2BURIN.mjs.map → chunk-S7OMNQTY.mjs.map} +1 -1
  30. package/dist/{chunk-EHKM5Y7Z.mjs → chunk-YX23HISG.mjs} +2 -2
  31. package/dist/{chunk-EHKM5Y7Z.mjs.map → chunk-YX23HISG.mjs.map} +1 -1
  32. package/dist/engage/index.js +4 -4
  33. package/dist/engage/index.mjs +1 -1
  34. package/dist/index.d.mts +1 -1
  35. package/dist/index.d.ts +1 -1
  36. package/dist/index.js +4 -4
  37. package/dist/index.mjs +1 -1
  38. package/dist/layout/client.js +2 -2
  39. package/dist/layout/client.mjs +1 -1
  40. package/dist/layout/index.js +2 -2
  41. package/dist/layout/index.mjs +1 -1
  42. package/dist/signal/index.d.mts +6 -2
  43. package/dist/signal/index.d.ts +6 -2
  44. package/dist/signal/index.js +4 -4
  45. package/dist/signal/index.mjs +1 -1
  46. package/package.json +2 -2
  47. package/dist/EngageWidget-GI5YY4GM.mjs +0 -4
  48. package/dist/EngageWidget-IJGEP44J.js +0 -13
  49. package/dist/chunk-F54HGPDM.js.map +0 -1
  50. package/dist/chunk-QJIEREW4.mjs.map +0 -1
  51. package/dist/chunk-SROW253N.js.map +0 -1
  52. package/dist/chunk-T5UU7I4V.mjs.map +0 -1
@@ -1,8 +1,8 @@
1
+ import { getTopicCluster } from './chunk-2NM6RGAV.mjs';
1
2
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
3
  import { marked } from 'marked';
3
4
  import React from 'react';
4
5
 
5
- // src/blog/ServiceCallout.tsx
6
6
  var defaults = {
7
7
  featured: {
8
8
  wrapper: {
@@ -202,88 +202,116 @@ function ServiceCallouts({
202
202
  )) });
203
203
  }
204
204
  var clusterNavCss = `
205
- .sk-cluster-nav { margin: 1.5rem 0; }
206
- .sk-cluster-breadcrumb {
207
- display: flex; align-items: center; gap: 0.5rem;
208
- font-size: 0.875rem; color: #6b7280; margin-bottom: 1rem;
209
- }
210
- .sk-cluster-breadcrumb a { color: inherit; text-decoration: none; }
211
- .sk-cluster-breadcrumb a:hover { text-decoration: underline; }
212
- .sk-cluster-breadcrumb-sep { color: #d1d5db; }
213
- .sk-cluster-breadcrumb-current { color: #374151; font-weight: 500; }
205
+ .sk-cluster-nav {
206
+ --_cn-primary: var(--sk-primary, currentColor);
207
+ --_cn-bg: var(--sk-bg-elevated, color-mix(in srgb, currentColor 6%, transparent));
208
+ --_cn-border: var(--sk-surface-border, color-mix(in srgb, currentColor 12%, transparent));
209
+ --_cn-text: var(--sk-text-primary, inherit);
210
+ --_cn-text2: var(--sk-text-secondary, color-mix(in srgb, currentColor 70%, transparent));
211
+ --_cn-text3: var(--sk-text-tertiary, color-mix(in srgb, currentColor 45%, transparent));
214
212
 
215
- .sk-cluster-pillar-banner {
216
- display: flex; align-items: center; gap: 0.75rem;
217
- padding: 0.875rem 1rem; border-radius: 0.5rem;
218
- background: linear-gradient(135deg, rgba(59,130,246,0.06), rgba(59,130,246,0.02));
219
- border: 1px solid rgba(59,130,246,0.15);
220
- margin-bottom: 1.5rem;
221
- }
222
- .sk-cluster-pillar-banner-icon { font-size: 1.25rem; flex-shrink: 0; }
223
- .sk-cluster-pillar-banner-text { font-size: 0.875rem; color: #374151; }
224
- .sk-cluster-pillar-banner-text a {
225
- color: #2563eb; font-weight: 600; text-decoration: none;
226
- }
227
- .sk-cluster-pillar-banner-text a:hover { text-decoration: underline; }
213
+ margin: 2rem 0;
214
+ padding: 1.5rem;
215
+ border-radius: 0.75rem;
216
+ background: var(--_cn-bg);
217
+ border: 1px solid var(--_cn-border);
218
+ color: var(--_cn-text);
219
+ }
228
220
 
229
- .sk-cluster-siblings {
230
- margin-top: 2rem; padding: 1.25rem;
231
- border-radius: 0.5rem; background: #f9fafb;
232
- border: 1px solid #e5e7eb;
221
+ .sk-cluster-pillar-link {
222
+ margin-bottom: 1.25rem;
223
+ padding-bottom: 1.25rem;
224
+ border-bottom: 1px solid var(--_cn-border);
233
225
  }
226
+ .sk-cluster-pillar-link-label {
227
+ font-size: 0.6875rem;
228
+ font-weight: 600;
229
+ text-transform: uppercase;
230
+ letter-spacing: 0.06em;
231
+ color: var(--_cn-text3);
232
+ margin: 0 0 0.375rem 0;
233
+ }
234
+ .sk-cluster-pillar-link a {
235
+ font-size: 0.9375rem;
236
+ font-weight: 600;
237
+ color: var(--_cn-primary);
238
+ text-decoration: none;
239
+ transition: opacity 0.15s;
240
+ }
241
+ .sk-cluster-pillar-link a:hover { opacity: 0.8; }
242
+
234
243
  .sk-cluster-siblings-title {
235
- font-size: 0.875rem; font-weight: 600; color: #111827;
244
+ font-size: 0.6875rem;
245
+ font-weight: 600;
246
+ text-transform: uppercase;
247
+ letter-spacing: 0.06em;
248
+ color: var(--_cn-text3);
236
249
  margin: 0 0 0.75rem 0;
237
250
  }
238
251
  .sk-cluster-siblings-list {
239
- list-style: none; margin: 0; padding: 0;
240
- display: flex; flex-direction: column; gap: 0.5rem;
252
+ list-style: none;
253
+ margin: 0;
254
+ padding: 0;
255
+ display: flex;
256
+ flex-direction: column;
257
+ gap: 0.5rem;
241
258
  }
242
259
  .sk-cluster-siblings-item {
243
- display: flex; align-items: center; gap: 0.5rem;
260
+ display: flex;
261
+ align-items: center;
262
+ gap: 0.5rem;
244
263
  }
245
264
  .sk-cluster-siblings-item a {
246
- font-size: 0.875rem; color: #374151;
265
+ font-size: 0.875rem;
266
+ color: var(--_cn-text2);
247
267
  text-decoration: none;
268
+ transition: color 0.15s;
269
+ overflow: hidden;
270
+ text-overflow: ellipsis;
271
+ white-space: nowrap;
248
272
  }
249
- .sk-cluster-siblings-item a:hover { color: #2563eb; text-decoration: underline; }
250
- .sk-cluster-siblings-type {
251
- display: inline-flex; align-items: center;
252
- padding: 0.125rem 0.375rem; border-radius: 9999px;
253
- font-size: 0.6875rem; font-weight: 500;
254
- background: rgba(99,102,241,0.08); color: #6366f1;
255
- border: 1px solid rgba(99,102,241,0.15);
273
+ .sk-cluster-siblings-item a:hover { color: var(--_cn-primary); }
274
+ .sk-cluster-type-badge {
275
+ display: inline-flex;
276
+ align-items: center;
277
+ flex-shrink: 0;
278
+ padding: 0.125rem 0.4rem;
279
+ border-radius: 9999px;
280
+ font-size: 0.625rem;
281
+ font-weight: 500;
256
282
  text-transform: capitalize;
283
+ background: color-mix(in srgb, var(--_cn-primary) 10%, transparent);
284
+ color: var(--_cn-primary);
285
+ border: 1px solid color-mix(in srgb, var(--_cn-primary) 20%, transparent);
257
286
  }
258
287
  `;
259
288
  function ClusterNavigation({
260
289
  navigation,
261
290
  basePath = "/blog",
291
+ category,
262
292
  unstyled = false,
263
293
  className
264
294
  }) {
265
295
  if (!navigation) return null;
296
+ const siblings = (navigation.siblings || []).filter(
297
+ (s) => s.article_type !== "pillar"
298
+ );
299
+ const hasPillarLink = !navigation.is_pillar && navigation.pillar;
300
+ const hasSiblings = siblings.length > 0;
301
+ if (!hasPillarLink && !hasSiblings) return null;
302
+ const articleUrl = (slug) => category ? `${basePath}/${category}/${slug}/` : `${basePath}/${slug}/`;
266
303
  return /* @__PURE__ */ jsxs(Fragment, { children: [
267
304
  !unstyled && /* @__PURE__ */ jsx("style", { dangerouslySetInnerHTML: { __html: clusterNavCss } }),
268
305
  /* @__PURE__ */ jsxs("nav", { className: `${unstyled ? "" : "sk-cluster-nav"} ${className || ""}`, children: [
269
- /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-breadcrumb", children: [
270
- /* @__PURE__ */ jsx("a", { href: basePath, children: "Blog" }),
271
- /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-breadcrumb-sep", children: "/" }),
272
- /* @__PURE__ */ jsx("a", { href: `${basePath}/cluster/${navigation.cluster_slug}`, children: navigation.cluster_name })
306
+ hasPillarLink && navigation.pillar && /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-pillar-link", children: [
307
+ /* @__PURE__ */ jsx("p", { className: unstyled ? "" : "sk-cluster-pillar-link-label", children: "Full Guide" }),
308
+ /* @__PURE__ */ jsx("a", { href: articleUrl(navigation.pillar.slug), children: navigation.pillar.title })
273
309
  ] }),
274
- !navigation.is_pillar && navigation.pillar && /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-pillar-banner", children: [
275
- /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-pillar-banner-icon", children: "\u{1F4D6}" }),
276
- /* @__PURE__ */ jsxs("p", { className: unstyled ? "" : "sk-cluster-pillar-banner-text", children: [
277
- "Read the full guide:",
278
- " ",
279
- /* @__PURE__ */ jsx("a", { href: `${basePath}/${navigation.pillar.slug}`, children: navigation.pillar.title })
280
- ] })
281
- ] }),
282
- navigation.siblings.length > 0 && /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-siblings", children: [
283
- /* @__PURE__ */ jsx("h4", { className: unstyled ? "" : "sk-cluster-siblings-title", children: navigation.is_pillar ? "Deep Dives" : "More in This Series" }),
284
- /* @__PURE__ */ jsx("ul", { className: unstyled ? "" : "sk-cluster-siblings-list", children: navigation.siblings.map((sibling) => /* @__PURE__ */ jsxs("li", { className: unstyled ? "" : "sk-cluster-siblings-item", children: [
285
- /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-siblings-type", children: sibling.article_type }),
286
- /* @__PURE__ */ jsx("a", { href: `${basePath}/${sibling.slug}`, children: sibling.title })
310
+ hasSiblings && /* @__PURE__ */ jsxs("div", { children: [
311
+ /* @__PURE__ */ jsx("p", { className: unstyled ? "" : "sk-cluster-siblings-title", children: navigation.is_pillar ? "Deep Dives" : "More in This Series" }),
312
+ /* @__PURE__ */ jsx("ul", { className: unstyled ? "" : "sk-cluster-siblings-list", children: siblings.map((sibling) => /* @__PURE__ */ jsxs("li", { className: unstyled ? "" : "sk-cluster-siblings-item", children: [
313
+ /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-type-badge", children: sibling.article_type }),
314
+ /* @__PURE__ */ jsx("a", { href: articleUrl(sibling.slug), children: sibling.title })
287
315
  ] }, sibling.slug)) })
288
316
  ] })
289
317
  ] })
@@ -1409,7 +1437,186 @@ function buildPaginationUrl(basePath, page, category) {
1409
1437
  if (category) params.set("category", category);
1410
1438
  return `${basePath}?${params}`;
1411
1439
  }
1440
+ var clusterLandingCss = `
1441
+ .sk-cluster-landing { max-width: 72rem; margin: 0 auto; padding: 2rem 1rem; }
1442
+
1443
+ .sk-cluster-hero { margin-bottom: 3rem; text-align: center; }
1444
+ .sk-cluster-hero-label {
1445
+ display: inline-flex; align-items: center; gap: 0.375rem;
1446
+ font-size: 0.75rem; font-weight: 600; text-transform: uppercase;
1447
+ letter-spacing: 0.05em; color: #6366f1; margin-bottom: 0.75rem;
1448
+ }
1449
+ .sk-cluster-hero-title {
1450
+ font-size: 2.25rem; font-weight: 800; color: #111827;
1451
+ line-height: 1.2; margin: 0 0 0.75rem 0;
1452
+ }
1453
+ .sk-cluster-hero-desc {
1454
+ font-size: 1.125rem; color: #6b7280; max-width: 40rem;
1455
+ margin: 0 auto; line-height: 1.6;
1456
+ }
1457
+ .sk-cluster-hero-meta {
1458
+ display: flex; justify-content: center; gap: 1.5rem;
1459
+ margin-top: 1rem; font-size: 0.875rem; color: #9ca3af;
1460
+ }
1461
+
1462
+ .sk-cluster-pillar-card {
1463
+ display: block; text-decoration: none; color: inherit;
1464
+ padding: 2rem; border-radius: 0.75rem;
1465
+ background: linear-gradient(135deg, rgba(99,102,241,0.04), rgba(99,102,241,0.01));
1466
+ border: 2px solid rgba(99,102,241,0.2);
1467
+ margin-bottom: 3rem; transition: border-color 0.2s, box-shadow 0.2s;
1468
+ }
1469
+ .sk-cluster-pillar-card:hover {
1470
+ border-color: rgba(99,102,241,0.4);
1471
+ box-shadow: 0 4px 24px rgba(99,102,241,0.08);
1472
+ }
1473
+ .sk-cluster-pillar-label {
1474
+ display: inline-flex; align-items: center; gap: 0.375rem;
1475
+ font-size: 0.6875rem; font-weight: 700; text-transform: uppercase;
1476
+ letter-spacing: 0.05em; color: #6366f1; margin-bottom: 0.75rem;
1477
+ padding: 0.25rem 0.5rem; border-radius: 9999px;
1478
+ background: rgba(99,102,241,0.08);
1479
+ }
1480
+ .sk-cluster-pillar-title {
1481
+ font-size: 1.5rem; font-weight: 700; color: #111827;
1482
+ margin: 0 0 0.5rem 0; line-height: 1.3;
1483
+ }
1484
+ .sk-cluster-pillar-excerpt {
1485
+ font-size: 1rem; color: #6b7280; line-height: 1.6;
1486
+ margin: 0 0 1rem 0;
1487
+ }
1488
+ .sk-cluster-pillar-meta {
1489
+ display: flex; gap: 1rem; font-size: 0.8125rem; color: #9ca3af;
1490
+ }
1491
+
1492
+ .sk-cluster-supports-section { margin-bottom: 2rem; }
1493
+ .sk-cluster-supports-title {
1494
+ font-size: 1.25rem; font-weight: 700; color: #111827;
1495
+ margin: 0 0 1.25rem 0;
1496
+ }
1497
+ .sk-cluster-supports-grid {
1498
+ display: grid; gap: 1.25rem;
1499
+ grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
1500
+ }
1501
+ .sk-cluster-support-card {
1502
+ display: block; text-decoration: none; color: inherit;
1503
+ padding: 1.25rem; border-radius: 0.5rem;
1504
+ border: 1px solid #e5e7eb; background: #fff;
1505
+ transition: border-color 0.2s, box-shadow 0.2s;
1506
+ }
1507
+ .sk-cluster-support-card:hover {
1508
+ border-color: #c7d2fe;
1509
+ box-shadow: 0 2px 12px rgba(0,0,0,0.04);
1510
+ }
1511
+ .sk-cluster-support-card-header {
1512
+ display: flex; align-items: center; gap: 0.5rem;
1513
+ margin-bottom: 0.5rem;
1514
+ }
1515
+ .sk-cluster-support-type {
1516
+ display: inline-flex; align-items: center;
1517
+ padding: 0.125rem 0.375rem; border-radius: 9999px;
1518
+ font-size: 0.6875rem; font-weight: 500;
1519
+ background: rgba(99,102,241,0.06); color: #6366f1;
1520
+ border: 1px solid rgba(99,102,241,0.12);
1521
+ text-transform: capitalize;
1522
+ }
1523
+ .sk-cluster-support-intent {
1524
+ font-size: 0.6875rem; color: #9ca3af;
1525
+ text-transform: capitalize;
1526
+ }
1527
+ .sk-cluster-support-title {
1528
+ font-size: 1rem; font-weight: 600; color: #111827;
1529
+ margin: 0 0 0.375rem 0; line-height: 1.4;
1530
+ }
1531
+ .sk-cluster-support-excerpt {
1532
+ font-size: 0.875rem; color: #6b7280; line-height: 1.5;
1533
+ margin: 0; display: -webkit-box; -webkit-line-clamp: 2;
1534
+ -webkit-box-orient: vertical; overflow: hidden;
1535
+ }
1536
+ .sk-cluster-support-meta {
1537
+ display: flex; gap: 0.75rem; margin-top: 0.75rem;
1538
+ font-size: 0.75rem; color: #9ca3af;
1539
+ }
1540
+ `;
1541
+ async function ClusterLandingPage({
1542
+ slug,
1543
+ basePath = "/blog",
1544
+ unstyled = false,
1545
+ className,
1546
+ children
1547
+ }) {
1548
+ const cluster = await getTopicCluster(slug);
1549
+ if (!cluster) {
1550
+ return /* @__PURE__ */ jsx("div", { style: { padding: "4rem 1rem", textAlign: "center", color: "#6b7280" }, children: /* @__PURE__ */ jsx("p", { children: "Topic cluster not found." }) });
1551
+ }
1552
+ if (children) {
1553
+ return children({ cluster });
1554
+ }
1555
+ const pillar = cluster.pillar;
1556
+ const supports = cluster.supports || [];
1557
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
1558
+ !unstyled && /* @__PURE__ */ jsx("style", { dangerouslySetInnerHTML: { __html: clusterLandingCss } }),
1559
+ /* @__PURE__ */ jsxs("div", { className: `${unstyled ? "" : "sk-cluster-landing"} ${className || ""}`, children: [
1560
+ /* @__PURE__ */ jsxs("header", { className: unstyled ? "" : "sk-cluster-hero", children: [
1561
+ /* @__PURE__ */ jsx("p", { className: unstyled ? "" : "sk-cluster-hero-label", children: "Topic Cluster" }),
1562
+ /* @__PURE__ */ jsx("h1", { className: unstyled ? "" : "sk-cluster-hero-title", children: cluster.cluster_name }),
1563
+ /* @__PURE__ */ jsxs("p", { className: unstyled ? "" : "sk-cluster-hero-desc", children: [
1564
+ cluster.core_topic,
1565
+ cluster.geo_target ? ` in ${cluster.geo_target}` : ""
1566
+ ] }),
1567
+ /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-hero-meta", children: [
1568
+ /* @__PURE__ */ jsxs("span", { children: [
1569
+ cluster.article_count,
1570
+ " articles"
1571
+ ] }),
1572
+ cluster.geo_target && /* @__PURE__ */ jsx("span", { children: cluster.geo_target })
1573
+ ] })
1574
+ ] }),
1575
+ pillar && /* @__PURE__ */ jsxs("a", { href: `${basePath}/${pillar.slug}`, className: unstyled ? "" : "sk-cluster-pillar-card", children: [
1576
+ /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-pillar-label", children: "Pillar Guide" }),
1577
+ /* @__PURE__ */ jsx("h2", { className: unstyled ? "" : "sk-cluster-pillar-title", children: pillar.title }),
1578
+ pillar.excerpt && /* @__PURE__ */ jsx("p", { className: unstyled ? "" : "sk-cluster-pillar-excerpt", children: pillar.excerpt }),
1579
+ /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-pillar-meta", children: [
1580
+ pillar.reading_time_minutes && /* @__PURE__ */ jsxs("span", { children: [
1581
+ pillar.reading_time_minutes,
1582
+ " min read"
1583
+ ] }),
1584
+ pillar.word_count && /* @__PURE__ */ jsxs("span", { children: [
1585
+ pillar.word_count.toLocaleString(),
1586
+ " words"
1587
+ ] })
1588
+ ] })
1589
+ ] }),
1590
+ supports.length > 0 && /* @__PURE__ */ jsxs("section", { className: unstyled ? "" : "sk-cluster-supports-section", children: [
1591
+ /* @__PURE__ */ jsx("h2", { className: unstyled ? "" : "sk-cluster-supports-title", children: "Deep Dives" }),
1592
+ /* @__PURE__ */ jsx("div", { className: unstyled ? "" : "sk-cluster-supports-grid", children: supports.map((post) => /* @__PURE__ */ jsxs(
1593
+ "a",
1594
+ {
1595
+ href: `${basePath}/${post.slug}`,
1596
+ className: unstyled ? "" : "sk-cluster-support-card",
1597
+ children: [
1598
+ /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-support-card-header", children: [
1599
+ post.article_type && /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-support-type", children: post.article_type }),
1600
+ post.search_intent && /* @__PURE__ */ jsx("span", { className: unstyled ? "" : "sk-cluster-support-intent", children: post.search_intent })
1601
+ ] }),
1602
+ /* @__PURE__ */ jsx("h3", { className: unstyled ? "" : "sk-cluster-support-title", children: post.title }),
1603
+ post.excerpt && /* @__PURE__ */ jsx("p", { className: unstyled ? "" : "sk-cluster-support-excerpt", children: post.excerpt }),
1604
+ /* @__PURE__ */ jsxs("div", { className: unstyled ? "" : "sk-cluster-support-meta", children: [
1605
+ post.reading_time_minutes && /* @__PURE__ */ jsxs("span", { children: [
1606
+ post.reading_time_minutes,
1607
+ " min read"
1608
+ ] }),
1609
+ post.relationship_to_pillar && /* @__PURE__ */ jsx("span", { children: post.relationship_to_pillar })
1610
+ ] })
1611
+ ]
1612
+ },
1613
+ post.id || post.slug
1614
+ )) })
1615
+ ] })
1616
+ ] })
1617
+ ] });
1618
+ }
1412
1619
 
1413
- export { BlogList, BlogPost, ClusterNavigation, ServiceCallout, ServiceCallouts, addExternalLinkTargets, normalizeSiteHost, resolveBlogSiteUrl };
1414
- //# sourceMappingURL=chunk-T5UU7I4V.mjs.map
1415
- //# sourceMappingURL=chunk-T5UU7I4V.mjs.map
1620
+ export { BlogList, BlogPost, ClusterLandingPage, ClusterNavigation, ServiceCallout, ServiceCallouts, addExternalLinkTargets, normalizeSiteHost, resolveBlogSiteUrl };
1621
+ //# sourceMappingURL=chunk-EHNJDXBY.mjs.map
1622
+ //# sourceMappingURL=chunk-EHNJDXBY.mjs.map