@salesmind-ai/design-system 1.9.0 → 1.10.0
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.
- package/dist/{SectionShell-CrgrzWK6.d.cts → SectionShell-C_pxaLbf.d.cts} +8 -0
- package/dist/{SectionShell-CrgrzWK6.d.ts → SectionShell-C_pxaLbf.d.ts} +8 -0
- package/dist/{StatsSection-WaiVrRH0.d.cts → StatsSection-CKTgV4Z1.d.cts} +1 -1
- package/dist/{StatsSection-BvgUXtrd.d.ts → StatsSection-DjFHz0nM.d.ts} +1 -1
- package/dist/blog/index.cjs +9 -9
- package/dist/blog/index.d.cts +1 -1
- package/dist/blog/index.d.ts +1 -1
- package/dist/blog/index.js +2 -2
- package/dist/{chunk-CVLD5RQK.cjs → chunk-32B2EWHK.cjs} +8 -8
- package/dist/{chunk-6QIQCUYC.cjs → chunk-HWEIKJCR.cjs} +12 -3
- package/dist/chunk-HWEIKJCR.cjs.map +1 -0
- package/dist/{chunk-CLXLQCNQ.js → chunk-ICELMF2C.js} +2 -2
- package/dist/{chunk-TPZ3PKSF.js → chunk-IQQSEYJP.js} +2 -2
- package/dist/{chunk-AMNY5TS3.js → chunk-MPOYZNAA.js} +12 -3
- package/dist/chunk-MPOYZNAA.js.map +1 -0
- package/dist/{chunk-LM3UJILC.cjs → chunk-S4367EZF.cjs} +20 -20
- package/dist/{chunk-PBYRTNQ5.js → chunk-VUCQTZ2W.js} +2 -2
- package/dist/{chunk-65DTHLVX.cjs → chunk-WUKUWW7U.cjs} +4 -4
- package/dist/{index-CUkONzzC.d.ts → index-BsL1M4Mu.d.ts} +1 -1
- package/dist/{index-kMlM7caH.d.cts → index-C22gn6z6.d.cts} +1 -1
- package/dist/index.cjs +46 -46
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -4
- package/dist/marketing/index.cjs +28 -28
- package/dist/marketing/index.d.cts +2 -2
- package/dist/marketing/index.d.ts +2 -2
- package/dist/marketing/index.js +2 -2
- package/dist/sections/index.cjs +8 -8
- package/dist/sections/index.d.cts +2 -2
- package/dist/sections/index.d.ts +2 -2
- package/dist/sections/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-6QIQCUYC.cjs.map +0 -1
- package/dist/chunk-AMNY5TS3.js.map +0 -1
- /package/dist/{chunk-CVLD5RQK.cjs.map → chunk-32B2EWHK.cjs.map} +0 -0
- /package/dist/{chunk-65DTHLVX.cjs.map → chunk-ICELMF2C.js.map} +0 -0
- /package/dist/{chunk-LM3UJILC.cjs.map → chunk-IQQSEYJP.js.map} +0 -0
- /package/dist/{chunk-TPZ3PKSF.js.map → chunk-S4367EZF.cjs.map} +0 -0
- /package/dist/{chunk-PBYRTNQ5.js.map → chunk-VUCQTZ2W.js.map} +0 -0
- /package/dist/{chunk-CLXLQCNQ.js.map → chunk-WUKUWW7U.cjs.map} +0 -0
|
@@ -6,6 +6,14 @@ interface SectionHeaderProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title
|
|
|
6
6
|
eyebrow?: React__default.ReactNode;
|
|
7
7
|
align?: 'left' | 'center' | 'right';
|
|
8
8
|
size?: 'compact' | 'default' | 'large';
|
|
9
|
+
/**
|
|
10
|
+
* The heading element rendered for `title`. Defaults to `'h2'` so section
|
|
11
|
+
* headers stay below the page `h1`. Set to `'h1'` when this header is the
|
|
12
|
+
* primary heading of the page (one per page) to keep a valid document
|
|
13
|
+
* outline. Styling is class-driven (`.ds-section-header__title`), so the
|
|
14
|
+
* tag change is purely semantic — the visual size is unchanged.
|
|
15
|
+
*/
|
|
16
|
+
titleAs?: React__default.ElementType;
|
|
9
17
|
}
|
|
10
18
|
declare const SectionHeader: React__default.ForwardRefExoticComponent<SectionHeaderProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
11
19
|
interface SectionShellProps extends HTMLAttributes<HTMLDivElement> {
|
|
@@ -6,6 +6,14 @@ interface SectionHeaderProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title
|
|
|
6
6
|
eyebrow?: React__default.ReactNode;
|
|
7
7
|
align?: 'left' | 'center' | 'right';
|
|
8
8
|
size?: 'compact' | 'default' | 'large';
|
|
9
|
+
/**
|
|
10
|
+
* The heading element rendered for `title`. Defaults to `'h2'` so section
|
|
11
|
+
* headers stay below the page `h1`. Set to `'h1'` when this header is the
|
|
12
|
+
* primary heading of the page (one per page) to keep a valid document
|
|
13
|
+
* outline. Styling is class-driven (`.ds-section-header__title`), so the
|
|
14
|
+
* tag change is purely semantic — the visual size is unchanged.
|
|
15
|
+
*/
|
|
16
|
+
titleAs?: React__default.ElementType;
|
|
9
17
|
}
|
|
10
18
|
declare const SectionHeader: React__default.ForwardRefExoticComponent<SectionHeaderProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
11
19
|
interface SectionShellProps extends HTMLAttributes<HTMLDivElement> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as SectionShellProps } from './SectionShell-
|
|
2
|
+
import { a as SectionShellProps } from './SectionShell-C_pxaLbf.cjs';
|
|
3
3
|
|
|
4
4
|
interface HeroSectionProps extends Omit<SectionShellProps, 'title'> {
|
|
5
5
|
variant?: 'left' | 'center' | 'split';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as SectionShellProps } from './SectionShell-
|
|
2
|
+
import { a as SectionShellProps } from './SectionShell-C_pxaLbf.js';
|
|
3
3
|
|
|
4
4
|
interface HeroSectionProps extends Omit<SectionShellProps, 'title'> {
|
|
5
5
|
variant?: 'left' | 'center' | 'split';
|
package/dist/blog/index.cjs
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkWUKUWW7U_cjs = require('../chunk-WUKUWW7U.cjs');
|
|
4
4
|
require('../chunk-VM7WFMKI.cjs');
|
|
5
5
|
require('../chunk-SGYXYMKZ.cjs');
|
|
6
6
|
require('../chunk-VC5LMUVQ.cjs');
|
|
7
7
|
require('../chunk-GPHQGLR5.cjs');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-HWEIKJCR.cjs');
|
|
9
9
|
require('../chunk-LJADZITX.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "ArticleCard", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkWUKUWW7U_cjs.ArticleCard; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "AuthorBio", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkWUKUWW7U_cjs.AuthorBio; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "BrowserFrame", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkWUKUWW7U_cjs.BrowserFrame; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "LongFormLayout", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkWUKUWW7U_cjs.LongFormLayout; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "ReadingProgress", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkWUKUWW7U_cjs.ReadingProgress; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "RelatedContent", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkWUKUWW7U_cjs.RelatedContent; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "TableOfContents", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkWUKUWW7U_cjs.TableOfContents; }
|
|
40
40
|
});
|
|
41
41
|
//# sourceMappingURL=out.js.map
|
|
42
42
|
//# sourceMappingURL=index.cjs.map
|
package/dist/blog/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as SectionShellProps } from '../SectionShell-
|
|
2
|
+
import { a as SectionShellProps } from '../SectionShell-C_pxaLbf.cjs';
|
|
3
3
|
|
|
4
4
|
interface ArticleCardProps extends Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'> {
|
|
5
5
|
/** Target URL */
|
package/dist/blog/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as SectionShellProps } from '../SectionShell-
|
|
2
|
+
import { a as SectionShellProps } from '../SectionShell-C_pxaLbf.js';
|
|
3
3
|
|
|
4
4
|
interface ArticleCardProps extends Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'> {
|
|
5
5
|
/** Target URL */
|
package/dist/blog/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ArticleCard, AuthorBio, BrowserFrame, LongFormLayout, ReadingProgress, RelatedContent, TableOfContents } from '../chunk-
|
|
1
|
+
export { ArticleCard, AuthorBio, BrowserFrame, LongFormLayout, ReadingProgress, RelatedContent, TableOfContents } from '../chunk-ICELMF2C.js';
|
|
2
2
|
import '../chunk-Y3CPKNB7.js';
|
|
3
3
|
import '../chunk-SFXTB7JL.js';
|
|
4
4
|
import '../chunk-2GARWEJK.js';
|
|
5
5
|
import '../chunk-RSLA2FJN.js';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-MPOYZNAA.js';
|
|
7
7
|
import '../chunk-KJ2OXQF4.js';
|
|
8
8
|
//# sourceMappingURL=out.js.map
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHWEIKJCR_cjs = require('./chunk-HWEIKJCR.cjs');
|
|
4
4
|
var react = require('react');
|
|
5
5
|
var clsx = require('clsx');
|
|
6
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
@@ -49,7 +49,7 @@ var HeroSection = react.forwardRef(
|
|
|
49
49
|
floatingElement && /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx__default.default("ds-hero__float", `ds-hero__float--${floatingPosition}`), children: floatingElement })
|
|
50
50
|
] });
|
|
51
51
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
52
|
-
|
|
52
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
53
53
|
{
|
|
54
54
|
ref,
|
|
55
55
|
className: clsx__default.default(
|
|
@@ -125,8 +125,8 @@ var FeatureSection = react.forwardRef(
|
|
|
125
125
|
className,
|
|
126
126
|
...props
|
|
127
127
|
}, ref) => {
|
|
128
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
129
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
128
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(chunkHWEIKJCR_cjs.SectionShell, { ref, className: clsx__default.default("ds-feature-section", className), ...props, children: [
|
|
129
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { title, subtitle, eyebrow, align: alignHeader }),
|
|
130
130
|
variant === "grid" ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx__default.default("ds-feature-grid", `ds-feature-grid--${columns}-col`), children: features.map((feature, index) => /* @__PURE__ */ jsxRuntime.jsx(FeatureCard, { item: feature }, index)) }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-feature-zigzag", children: features.map((feature, index) => /* @__PURE__ */ jsxRuntime.jsx(FeatureRow, { item: feature }, index)) })
|
|
131
131
|
] });
|
|
132
132
|
}
|
|
@@ -166,14 +166,14 @@ var CTASection = react.forwardRef(
|
|
|
166
166
|
] }),
|
|
167
167
|
children
|
|
168
168
|
] });
|
|
169
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
169
|
+
return /* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionShell, { ref, className: clsx__default.default(className), ...props, children: isBoxed ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-cta-card", children: Content }) : Content });
|
|
170
170
|
}
|
|
171
171
|
);
|
|
172
172
|
CTASection.displayName = "CTASection";
|
|
173
173
|
var StatsSection = react.forwardRef(
|
|
174
174
|
({ stats, columns = 4, title, subtitle, eyebrow, className, ...props }, ref) => {
|
|
175
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
176
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
175
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(chunkHWEIKJCR_cjs.SectionShell, { ref, className: clsx__default.default("ds-stats-section", className), ...props, children: [
|
|
176
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { title, subtitle, eyebrow }),
|
|
177
177
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-stats-grid", style: { "--stats-columns": columns }, children: stats.map((stat, idx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-stat-card", children: [
|
|
178
178
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-stat-value", children: [
|
|
179
179
|
stat.prefix,
|
|
@@ -192,4 +192,4 @@ exports.FeatureSection = FeatureSection;
|
|
|
192
192
|
exports.HeroSection = HeroSection;
|
|
193
193
|
exports.StatsSection = StatsSection;
|
|
194
194
|
//# sourceMappingURL=out.js.map
|
|
195
|
-
//# sourceMappingURL=chunk-
|
|
195
|
+
//# sourceMappingURL=chunk-32B2EWHK.cjs.map
|
|
@@ -10,7 +10,16 @@ var clsx__default = /*#__PURE__*/_interopDefault(clsx);
|
|
|
10
10
|
|
|
11
11
|
// src/components/SectionShell/SectionShell.tsx
|
|
12
12
|
var SectionHeader = react.forwardRef(
|
|
13
|
-
({
|
|
13
|
+
({
|
|
14
|
+
title,
|
|
15
|
+
subtitle,
|
|
16
|
+
eyebrow,
|
|
17
|
+
align = "center",
|
|
18
|
+
size = "default",
|
|
19
|
+
titleAs: TitleElement = "h2",
|
|
20
|
+
className,
|
|
21
|
+
...props
|
|
22
|
+
}, ref) => {
|
|
14
23
|
if (!title && !subtitle && !eyebrow) return null;
|
|
15
24
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
16
25
|
"header",
|
|
@@ -26,7 +35,7 @@ var SectionHeader = react.forwardRef(
|
|
|
26
35
|
...props,
|
|
27
36
|
children: [
|
|
28
37
|
eyebrow && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "ds-section-header__eyebrow", children: eyebrow }),
|
|
29
|
-
title && /* @__PURE__ */ jsxRuntime.jsx(
|
|
38
|
+
title && /* @__PURE__ */ jsxRuntime.jsx(TitleElement, { className: "ds-section-header__title", children: title }),
|
|
30
39
|
subtitle && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "ds-section-header__subtitle", children: subtitle })
|
|
31
40
|
]
|
|
32
41
|
}
|
|
@@ -73,4 +82,4 @@ SectionShell.displayName = "SectionShell";
|
|
|
73
82
|
exports.SectionHeader = SectionHeader;
|
|
74
83
|
exports.SectionShell = SectionShell;
|
|
75
84
|
//# sourceMappingURL=out.js.map
|
|
76
|
-
//# sourceMappingURL=chunk-
|
|
85
|
+
//# sourceMappingURL=chunk-HWEIKJCR.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/SectionShell/SectionShell.tsx"],"names":[],"mappings":";AAAA,SAAgB,kBAAkC;AAClD,OAAO,UAAU;AAwCX,SAWc,KAXd;AAjBC,IAAM,gBAAgB;AAAA,EAC3B,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS,eAAe;AAAA,IACxB;AAAA,IACA,GAAG;AAAA,EACL,GACA,QACG;AACH,QAAI,CAAC,SAAS,CAAC,YAAY,CAAC,QAAS,QAAO;AAE5C,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,WAAW;AAAA,UACT;AAAA,UACA,sBAAsB,KAAK;AAAA,UAC3B,SAAS,aAAa;AAAA,UACtB,SAAS,WAAW;AAAA,UACpB;AAAA,QACF;AAAA,QACC,GAAG;AAAA,QAEH;AAAA,qBAAW,oBAAC,UAAK,WAAU,8BAA8B,mBAAQ;AAAA,UACjE,SAAS,oBAAC,gBAAa,WAAU,4BAA4B,iBAAM;AAAA,UACnE,YAAY,oBAAC,OAAE,WAAU,+BAA+B,oBAAS;AAAA;AAAA;AAAA,IACpE;AAAA,EAEJ;AACF;AACA,cAAc,cAAc;AAcrB,IAAM,eAAe;AAAA,EAC1B,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA,aAAa;AAAA,IACb,UAAU;AAAA,IACV;AAAA,IACA,iBAAiB;AAAA,IACjB,GAAG;AAAA,EACL,GACA,QACG;AACH,UAAM,uBAA+C;AAAA,MACnD,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,OAAO;AAAA,IACT;AACA,UAAM,WAAW,iBACb,SACA,gBACG,qBAAqB,aAAa,KAAK,uCACxC;AAEN,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,WAAW;AAAA,UACT;AAAA,UACA,kBAAkB,UAAU;AAAA,UAC5B,uBAAuB,OAAO;AAAA,UAC9B;AAAA,QACF;AAAA,QACC,GAAG;AAAA,QAEJ,8BAAC,SAAI,OAAO,EAAC,UAAU,cAAc,QAAQ,eAAe,kBAAkB,OAAO,OAAM,GACxF,UACH;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AACA,aAAa,cAAc","sourcesContent":["import React, { forwardRef, HTMLAttributes } from 'react';\nimport clsx from 'clsx';\nimport './SectionShell.css';\n\n/* ============================================================================\n Section Header Component\n ============================================================================ */\n\nexport interface SectionHeaderProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {\n title?: React.ReactNode;\n subtitle?: React.ReactNode;\n eyebrow?: React.ReactNode;\n align?: 'left' | 'center' | 'right';\n size?: 'compact' | 'default' | 'large';\n /**\n * The heading element rendered for `title`. Defaults to `'h2'` so section\n * headers stay below the page `h1`. Set to `'h1'` when this header is the\n * primary heading of the page (one per page) to keep a valid document\n * outline. Styling is class-driven (`.ds-section-header__title`), so the\n * tag change is purely semantic — the visual size is unchanged.\n */\n titleAs?: React.ElementType;\n}\n\nexport const SectionHeader = forwardRef<HTMLDivElement, SectionHeaderProps>(\n (\n {\n title,\n subtitle,\n eyebrow,\n align = 'center',\n size = 'default',\n titleAs: TitleElement = 'h2',\n className,\n ...props\n },\n ref,\n ) => {\n if (!title && !subtitle && !eyebrow) return null;\n\n return (\n <header\n ref={ref}\n className={clsx(\n 'ds-section-header',\n `ds-section-header--${align}`,\n size === 'compact' && 'ds-section-header--compact',\n size === 'large' && 'ds-section-header--large',\n className,\n )}\n {...props}\n >\n {eyebrow && <span className=\"ds-section-header__eyebrow\">{eyebrow}</span>}\n {title && <TitleElement className=\"ds-section-header__title\">{title}</TitleElement>}\n {subtitle && <p className=\"ds-section-header__subtitle\">{subtitle}</p>}\n </header>\n );\n },\n);\nSectionHeader.displayName = 'SectionHeader';\n\n/* ============================================================================\n Section Shell Component\n ============================================================================ */\n\nexport interface SectionShellProps extends HTMLAttributes<HTMLDivElement> {\n children?: React.ReactNode;\n background?: 'default' | 'muted' | 'brand' | 'transparent' | 'dark';\n padding?: 'none' | 'sm' | 'md' | 'lg';\n containerSize?: 'sm' | 'md' | 'lg' | 'xl' | 'fluid'; // Maps to Container max-width\n containerFluid?: boolean;\n}\n\nexport const SectionShell = forwardRef<HTMLDivElement, SectionShellProps>(\n (\n {\n className,\n children,\n background = 'default',\n padding = 'md',\n containerSize,\n containerFluid = false,\n ...props\n },\n ref,\n ) => {\n const containerMaxWidthMap: Record<string, string> = {\n sm: 'var(--container-max-width-sm, 640px)',\n md: 'var(--container-max-width-md, 768px)',\n lg: 'var(--container-max-width-lg, 1024px)',\n xl: 'var(--container-max-width-xl, 1280px)',\n fluid: 'none',\n };\n const maxWidth = containerFluid\n ? 'none'\n : containerSize\n ? (containerMaxWidthMap[containerSize] ?? 'var(--container-max-width, 1200px)')\n : 'var(--container-max-width, 1200px)';\n\n return (\n <section\n ref={ref}\n className={clsx(\n 'ds-section',\n `ds-section--bg-${background}`,\n `ds-section--padding-${padding}`,\n className,\n )}\n {...props}\n >\n <div style={{maxWidth, marginInline: 'auto', paddingInline: 'var(--space-4)', width: '100%'}}>\n {children}\n </div>\n </section>\n );\n },\n);\nSectionShell.displayName = 'SectionShell';\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Avatar, AvatarImage, AvatarFallback } from './chunk-Y3CPKNB7.js';
|
|
2
2
|
import { useMessage } from './chunk-SFXTB7JL.js';
|
|
3
3
|
import { useAnalytics } from './chunk-2GARWEJK.js';
|
|
4
|
-
import { SectionShell, SectionHeader } from './chunk-
|
|
4
|
+
import { SectionShell, SectionHeader } from './chunk-MPOYZNAA.js';
|
|
5
5
|
import { OutboundLink } from './chunk-KJ2OXQF4.js';
|
|
6
6
|
import React6, { forwardRef, useState, useEffect, useRef } from 'react';
|
|
7
7
|
import clsx4 from 'clsx';
|
|
@@ -366,4 +366,4 @@ ReadingProgress.displayName = "ReadingProgress";
|
|
|
366
366
|
|
|
367
367
|
export { ArticleCard, AuthorBio, BrowserFrame, LongFormLayout, ReadingProgress, RelatedContent, TableOfContents };
|
|
368
368
|
//# sourceMappingURL=out.js.map
|
|
369
|
-
//# sourceMappingURL=chunk-
|
|
369
|
+
//# sourceMappingURL=chunk-ICELMF2C.js.map
|
|
@@ -4,7 +4,7 @@ import { MetricCounter } from './chunk-YSYR54XR.js';
|
|
|
4
4
|
import { Card } from './chunk-MLINFRC3.js';
|
|
5
5
|
import { useAnalytics } from './chunk-2GARWEJK.js';
|
|
6
6
|
import { bookingEmbedMessages, commonMessages } from './chunk-RSLA2FJN.js';
|
|
7
|
-
import { SectionShell, SectionHeader } from './chunk-
|
|
7
|
+
import { SectionShell, SectionHeader } from './chunk-MPOYZNAA.js';
|
|
8
8
|
import { OutboundLink } from './chunk-KJ2OXQF4.js';
|
|
9
9
|
import React24, { forwardRef, useState, useEffect, useRef, useCallback, useMemo } from 'react';
|
|
10
10
|
import clsx17 from 'clsx';
|
|
@@ -1881,4 +1881,4 @@ MarketingSection.displayName = "MarketingSection";
|
|
|
1881
1881
|
|
|
1882
1882
|
export { ArchitectureDiagram, AuroraVoid, BeforeAfterBlock, BookingEmbed, CaseStudyCard, ComparisonTable, CompetitorDiff, ComplianceGrid, EcosystemDiagram, EnterpriseSignaling, EvolutionTimeline, GridOverlay, GuaranteeHighlight, HeroComposition, ICPFilter, IntelligenceBlock, IntentCTA, KPIPanel, MarketingHero, MarketingSection, ObjectionFAQ, PartnerValueProp, PricingCard, ProblemAgitation, ROICalculator, SegmentSwitch, StickyActionBar, ValueAnchor, Vignette };
|
|
1883
1883
|
//# sourceMappingURL=out.js.map
|
|
1884
|
-
//# sourceMappingURL=chunk-
|
|
1884
|
+
//# sourceMappingURL=chunk-IQQSEYJP.js.map
|
|
@@ -4,7 +4,16 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
4
4
|
|
|
5
5
|
// src/components/SectionShell/SectionShell.tsx
|
|
6
6
|
var SectionHeader = forwardRef(
|
|
7
|
-
({
|
|
7
|
+
({
|
|
8
|
+
title,
|
|
9
|
+
subtitle,
|
|
10
|
+
eyebrow,
|
|
11
|
+
align = "center",
|
|
12
|
+
size = "default",
|
|
13
|
+
titleAs: TitleElement = "h2",
|
|
14
|
+
className,
|
|
15
|
+
...props
|
|
16
|
+
}, ref) => {
|
|
8
17
|
if (!title && !subtitle && !eyebrow) return null;
|
|
9
18
|
return /* @__PURE__ */ jsxs(
|
|
10
19
|
"header",
|
|
@@ -20,7 +29,7 @@ var SectionHeader = forwardRef(
|
|
|
20
29
|
...props,
|
|
21
30
|
children: [
|
|
22
31
|
eyebrow && /* @__PURE__ */ jsx("span", { className: "ds-section-header__eyebrow", children: eyebrow }),
|
|
23
|
-
title && /* @__PURE__ */ jsx(
|
|
32
|
+
title && /* @__PURE__ */ jsx(TitleElement, { className: "ds-section-header__title", children: title }),
|
|
24
33
|
subtitle && /* @__PURE__ */ jsx("p", { className: "ds-section-header__subtitle", children: subtitle })
|
|
25
34
|
]
|
|
26
35
|
}
|
|
@@ -66,4 +75,4 @@ SectionShell.displayName = "SectionShell";
|
|
|
66
75
|
|
|
67
76
|
export { SectionHeader, SectionShell };
|
|
68
77
|
//# sourceMappingURL=out.js.map
|
|
69
|
-
//# sourceMappingURL=chunk-
|
|
78
|
+
//# sourceMappingURL=chunk-MPOYZNAA.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/SectionShell/SectionShell.tsx"],"names":[],"mappings":";AAAA,SAAgB,kBAAkC;AAClD,OAAO,UAAU;AAwCX,SAWc,KAXd;AAjBC,IAAM,gBAAgB;AAAA,EAC3B,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS,eAAe;AAAA,IACxB;AAAA,IACA,GAAG;AAAA,EACL,GACA,QACG;AACH,QAAI,CAAC,SAAS,CAAC,YAAY,CAAC,QAAS,QAAO;AAE5C,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,WAAW;AAAA,UACT;AAAA,UACA,sBAAsB,KAAK;AAAA,UAC3B,SAAS,aAAa;AAAA,UACtB,SAAS,WAAW;AAAA,UACpB;AAAA,QACF;AAAA,QACC,GAAG;AAAA,QAEH;AAAA,qBAAW,oBAAC,UAAK,WAAU,8BAA8B,mBAAQ;AAAA,UACjE,SAAS,oBAAC,gBAAa,WAAU,4BAA4B,iBAAM;AAAA,UACnE,YAAY,oBAAC,OAAE,WAAU,+BAA+B,oBAAS;AAAA;AAAA;AAAA,IACpE;AAAA,EAEJ;AACF;AACA,cAAc,cAAc;AAcrB,IAAM,eAAe;AAAA,EAC1B,CACE;AAAA,IACE;AAAA,IACA;AAAA,IACA,aAAa;AAAA,IACb,UAAU;AAAA,IACV;AAAA,IACA,iBAAiB;AAAA,IACjB,GAAG;AAAA,EACL,GACA,QACG;AACH,UAAM,uBAA+C;AAAA,MACnD,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,OAAO;AAAA,IACT;AACA,UAAM,WAAW,iBACb,SACA,gBACG,qBAAqB,aAAa,KAAK,uCACxC;AAEN,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,WAAW;AAAA,UACT;AAAA,UACA,kBAAkB,UAAU;AAAA,UAC5B,uBAAuB,OAAO;AAAA,UAC9B;AAAA,QACF;AAAA,QACC,GAAG;AAAA,QAEJ,8BAAC,SAAI,OAAO,EAAC,UAAU,cAAc,QAAQ,eAAe,kBAAkB,OAAO,OAAM,GACxF,UACH;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AACA,aAAa,cAAc","sourcesContent":["import React, { forwardRef, HTMLAttributes } from 'react';\nimport clsx from 'clsx';\nimport './SectionShell.css';\n\n/* ============================================================================\n Section Header Component\n ============================================================================ */\n\nexport interface SectionHeaderProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {\n title?: React.ReactNode;\n subtitle?: React.ReactNode;\n eyebrow?: React.ReactNode;\n align?: 'left' | 'center' | 'right';\n size?: 'compact' | 'default' | 'large';\n /**\n * The heading element rendered for `title`. Defaults to `'h2'` so section\n * headers stay below the page `h1`. Set to `'h1'` when this header is the\n * primary heading of the page (one per page) to keep a valid document\n * outline. Styling is class-driven (`.ds-section-header__title`), so the\n * tag change is purely semantic — the visual size is unchanged.\n */\n titleAs?: React.ElementType;\n}\n\nexport const SectionHeader = forwardRef<HTMLDivElement, SectionHeaderProps>(\n (\n {\n title,\n subtitle,\n eyebrow,\n align = 'center',\n size = 'default',\n titleAs: TitleElement = 'h2',\n className,\n ...props\n },\n ref,\n ) => {\n if (!title && !subtitle && !eyebrow) return null;\n\n return (\n <header\n ref={ref}\n className={clsx(\n 'ds-section-header',\n `ds-section-header--${align}`,\n size === 'compact' && 'ds-section-header--compact',\n size === 'large' && 'ds-section-header--large',\n className,\n )}\n {...props}\n >\n {eyebrow && <span className=\"ds-section-header__eyebrow\">{eyebrow}</span>}\n {title && <TitleElement className=\"ds-section-header__title\">{title}</TitleElement>}\n {subtitle && <p className=\"ds-section-header__subtitle\">{subtitle}</p>}\n </header>\n );\n },\n);\nSectionHeader.displayName = 'SectionHeader';\n\n/* ============================================================================\n Section Shell Component\n ============================================================================ */\n\nexport interface SectionShellProps extends HTMLAttributes<HTMLDivElement> {\n children?: React.ReactNode;\n background?: 'default' | 'muted' | 'brand' | 'transparent' | 'dark';\n padding?: 'none' | 'sm' | 'md' | 'lg';\n containerSize?: 'sm' | 'md' | 'lg' | 'xl' | 'fluid'; // Maps to Container max-width\n containerFluid?: boolean;\n}\n\nexport const SectionShell = forwardRef<HTMLDivElement, SectionShellProps>(\n (\n {\n className,\n children,\n background = 'default',\n padding = 'md',\n containerSize,\n containerFluid = false,\n ...props\n },\n ref,\n ) => {\n const containerMaxWidthMap: Record<string, string> = {\n sm: 'var(--container-max-width-sm, 640px)',\n md: 'var(--container-max-width-md, 768px)',\n lg: 'var(--container-max-width-lg, 1024px)',\n xl: 'var(--container-max-width-xl, 1280px)',\n fluid: 'none',\n };\n const maxWidth = containerFluid\n ? 'none'\n : containerSize\n ? (containerMaxWidthMap[containerSize] ?? 'var(--container-max-width, 1200px)')\n : 'var(--container-max-width, 1200px)';\n\n return (\n <section\n ref={ref}\n className={clsx(\n 'ds-section',\n `ds-section--bg-${background}`,\n `ds-section--padding-${padding}`,\n className,\n )}\n {...props}\n >\n <div style={{maxWidth, marginInline: 'auto', paddingInline: 'var(--space-4)', width: '100%'}}>\n {children}\n </div>\n </section>\n );\n },\n);\nSectionShell.displayName = 'SectionShell';\n"]}
|
|
@@ -6,7 +6,7 @@ var chunkDP74LUXG_cjs = require('./chunk-DP74LUXG.cjs');
|
|
|
6
6
|
var chunkQXUA5PQ3_cjs = require('./chunk-QXUA5PQ3.cjs');
|
|
7
7
|
var chunkVC5LMUVQ_cjs = require('./chunk-VC5LMUVQ.cjs');
|
|
8
8
|
var chunkGPHQGLR5_cjs = require('./chunk-GPHQGLR5.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunkHWEIKJCR_cjs = require('./chunk-HWEIKJCR.cjs');
|
|
10
10
|
var chunkLJADZITX_cjs = require('./chunk-LJADZITX.cjs');
|
|
11
11
|
var React24 = require('react');
|
|
12
12
|
var clsx17 = require('clsx');
|
|
@@ -494,13 +494,13 @@ var BeforeAfterBlock = React24.forwardRef(
|
|
|
494
494
|
i
|
|
495
495
|
));
|
|
496
496
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
497
|
-
|
|
497
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
498
498
|
{
|
|
499
499
|
ref,
|
|
500
500
|
className: clsx17__default.default("ds-before-after", className),
|
|
501
501
|
...props,
|
|
502
502
|
children: [
|
|
503
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
503
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title }),
|
|
504
504
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx17__default.default("ds-before-after__layout", `ds-before-after__layout--${variant}`), children: [
|
|
505
505
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-before-after__column ds-before-after__column--before", children: [
|
|
506
506
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "ds-before-after__label", children: before.label }),
|
|
@@ -534,13 +534,13 @@ var CompetitorDiff = React24.forwardRef(
|
|
|
534
534
|
...props
|
|
535
535
|
}, ref) => {
|
|
536
536
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
537
|
-
|
|
537
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
538
538
|
{
|
|
539
539
|
ref,
|
|
540
540
|
className: clsx17__default.default("ds-competitor-diff", className),
|
|
541
541
|
...props,
|
|
542
542
|
children: [
|
|
543
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
543
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
544
544
|
variant === "table" && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-competitor-diff__table", role: "table", "aria-label": "Feature comparison", children: [
|
|
545
545
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-competitor-diff__thead", role: "row", children: [
|
|
546
546
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-competitor-diff__th", role: "columnheader" }),
|
|
@@ -617,13 +617,13 @@ var ComplianceGrid = React24.forwardRef(
|
|
|
617
617
|
...props
|
|
618
618
|
}, ref) => {
|
|
619
619
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
620
|
-
|
|
620
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
621
621
|
{
|
|
622
622
|
ref,
|
|
623
623
|
className: clsx17__default.default("ds-compliance-grid", className),
|
|
624
624
|
...props,
|
|
625
625
|
children: [
|
|
626
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
626
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
627
627
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-compliance-grid__items", children: items.map((item, i) => {
|
|
628
628
|
const inner = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
629
629
|
"div",
|
|
@@ -846,13 +846,13 @@ var EvolutionTimeline = React24.forwardRef(
|
|
|
846
846
|
...props
|
|
847
847
|
}, ref) => {
|
|
848
848
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
849
|
-
|
|
849
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
850
850
|
{
|
|
851
851
|
ref,
|
|
852
852
|
className: clsx17__default.default("ds-evolution-timeline", className),
|
|
853
853
|
...props,
|
|
854
854
|
children: [
|
|
855
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
855
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
856
856
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-evolution-timeline__track", children: [
|
|
857
857
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-evolution-timeline__line", "aria-hidden": "true" }),
|
|
858
858
|
eras.map((era, i) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
@@ -901,13 +901,13 @@ var EcosystemDiagram = React24.forwardRef(
|
|
|
901
901
|
...props
|
|
902
902
|
}, ref) => {
|
|
903
903
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
904
|
-
|
|
904
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
905
905
|
{
|
|
906
906
|
ref,
|
|
907
907
|
className: clsx17__default.default("ds-ecosystem", `ds-ecosystem--${variant}`, className),
|
|
908
908
|
...props,
|
|
909
909
|
children: [
|
|
910
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
910
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
911
911
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-ecosystem__diagram", role: "img", "aria-label": "Ecosystem diagram", children: [
|
|
912
912
|
centerLabel && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-ecosystem__center", children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "ds-ecosystem__center-label", children: centerLabel }) }),
|
|
913
913
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-ecosystem__layers", children: layers.map((layer, i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-ecosystem__layer", children: [
|
|
@@ -955,13 +955,13 @@ var ValueAnchor = React24.forwardRef(
|
|
|
955
955
|
}, []);
|
|
956
956
|
const output = React24.useMemo(() => calculate(values), [values, calculate]);
|
|
957
957
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
958
|
-
|
|
958
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
959
959
|
{
|
|
960
960
|
ref,
|
|
961
961
|
className: clsx17__default.default("ds-value-anchor", className),
|
|
962
962
|
...props,
|
|
963
963
|
children: [
|
|
964
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
964
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
965
965
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-value-anchor__layout", children: [
|
|
966
966
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-value-anchor__inputs", children: inputs.map((input) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-value-anchor__input-group", children: [
|
|
967
967
|
/* @__PURE__ */ jsxRuntime.jsxs("label", { className: "ds-value-anchor__input-label", children: [
|
|
@@ -1050,13 +1050,13 @@ var EnterpriseSignaling = React24.forwardRef(
|
|
|
1050
1050
|
);
|
|
1051
1051
|
}
|
|
1052
1052
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1053
|
-
|
|
1053
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
1054
1054
|
{
|
|
1055
1055
|
ref,
|
|
1056
1056
|
className: clsx17__default.default("ds-enterprise-signaling", `ds-enterprise-signaling--${variant}`, className),
|
|
1057
1057
|
...props,
|
|
1058
1058
|
children: [
|
|
1059
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1059
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
1060
1060
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-enterprise-signaling__categories", children: categories.map((cat, ci) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-enterprise-signaling__category", children: [
|
|
1061
1061
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-enterprise-signaling__category-header", children: [
|
|
1062
1062
|
cat.icon && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "ds-enterprise-signaling__category-icon", children: cat.icon }),
|
|
@@ -1151,13 +1151,13 @@ var IntelligenceBlock = React24.forwardRef(
|
|
|
1151
1151
|
] })
|
|
1152
1152
|
] }, i)) });
|
|
1153
1153
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1154
|
-
|
|
1154
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
1155
1155
|
{
|
|
1156
1156
|
ref,
|
|
1157
1157
|
className: clsx17__default.default("ds-intelligence", `ds-intelligence--${variant}`, className),
|
|
1158
1158
|
...props,
|
|
1159
1159
|
children: [
|
|
1160
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1160
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
1161
1161
|
variant === "capabilities-first" ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1162
1162
|
capabilitiesBlock,
|
|
1163
1163
|
metricsBlock
|
|
@@ -1206,13 +1206,13 @@ var PartnerValueProp = React24.forwardRef(
|
|
|
1206
1206
|
return calculator.calculate(values);
|
|
1207
1207
|
}, [values, calculator]);
|
|
1208
1208
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1209
|
-
|
|
1209
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
1210
1210
|
{
|
|
1211
1211
|
ref,
|
|
1212
1212
|
className: clsx17__default.default("ds-partner-vp", className),
|
|
1213
1213
|
...props,
|
|
1214
1214
|
children: [
|
|
1215
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1215
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title, subtitle }),
|
|
1216
1216
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-partner-vp__layout", children: [
|
|
1217
1217
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-partner-vp__benefits", children: benefits.map((b, i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ds-partner-vp__benefit", children: [
|
|
1218
1218
|
b.icon && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-partner-vp__benefit-icon", "aria-hidden": "true", children: b.icon }),
|
|
@@ -1916,4 +1916,4 @@ exports.StickyActionBar = StickyActionBar;
|
|
|
1916
1916
|
exports.ValueAnchor = ValueAnchor;
|
|
1917
1917
|
exports.Vignette = Vignette;
|
|
1918
1918
|
//# sourceMappingURL=out.js.map
|
|
1919
|
-
//# sourceMappingURL=chunk-
|
|
1919
|
+
//# sourceMappingURL=chunk-S4367EZF.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SectionShell, SectionHeader } from './chunk-
|
|
1
|
+
import { SectionShell, SectionHeader } from './chunk-MPOYZNAA.js';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
@@ -183,4 +183,4 @@ StatsSection.displayName = "StatsSection";
|
|
|
183
183
|
|
|
184
184
|
export { CTASection, FeatureSection, HeroSection, StatsSection };
|
|
185
185
|
//# sourceMappingURL=out.js.map
|
|
186
|
-
//# sourceMappingURL=chunk-
|
|
186
|
+
//# sourceMappingURL=chunk-VUCQTZ2W.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var chunkVM7WFMKI_cjs = require('./chunk-VM7WFMKI.cjs');
|
|
4
4
|
var chunkSGYXYMKZ_cjs = require('./chunk-SGYXYMKZ.cjs');
|
|
5
5
|
var chunkVC5LMUVQ_cjs = require('./chunk-VC5LMUVQ.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkHWEIKJCR_cjs = require('./chunk-HWEIKJCR.cjs');
|
|
7
7
|
var chunkLJADZITX_cjs = require('./chunk-LJADZITX.cjs');
|
|
8
8
|
var React6 = require('react');
|
|
9
9
|
var clsx4 = require('clsx');
|
|
@@ -284,14 +284,14 @@ var RelatedContent = React6.forwardRef(
|
|
|
284
284
|
const visibleItems = maxVisible ? items.slice(0, maxVisible) : items;
|
|
285
285
|
if (visibleItems.length === 0) return null;
|
|
286
286
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
287
|
-
|
|
287
|
+
chunkHWEIKJCR_cjs.SectionShell,
|
|
288
288
|
{
|
|
289
289
|
ref,
|
|
290
290
|
className: clsx4__default.default("ds-related-content", className),
|
|
291
291
|
background: "muted",
|
|
292
292
|
...props,
|
|
293
293
|
children: [
|
|
294
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
294
|
+
/* @__PURE__ */ jsxRuntime.jsx(chunkHWEIKJCR_cjs.SectionHeader, { eyebrow, title }),
|
|
295
295
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "ds-related-content__grid", children: visibleItems.map((item, i) => /* @__PURE__ */ jsxRuntime.jsx(ArticleCard, { ...item }, i)) })
|
|
296
296
|
]
|
|
297
297
|
}
|
|
@@ -379,4 +379,4 @@ exports.ReadingProgress = ReadingProgress;
|
|
|
379
379
|
exports.RelatedContent = RelatedContent;
|
|
380
380
|
exports.TableOfContents = TableOfContents;
|
|
381
381
|
//# sourceMappingURL=out.js.map
|
|
382
|
-
//# sourceMappingURL=chunk-
|
|
382
|
+
//# sourceMappingURL=chunk-WUKUWW7U.cjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
3
|
-
import { a as SectionShellProps } from './SectionShell-
|
|
3
|
+
import { a as SectionShellProps } from './SectionShell-C_pxaLbf.js';
|
|
4
4
|
|
|
5
5
|
type AuroraVoidIntensity = 'light' | 'base' | 'heavy';
|
|
6
6
|
interface AuroraVoidProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
3
|
-
import { a as SectionShellProps } from './SectionShell-
|
|
3
|
+
import { a as SectionShellProps } from './SectionShell-C_pxaLbf.cjs';
|
|
4
4
|
|
|
5
5
|
type AuroraVoidIntensity = 'light' | 'base' | 'heavy';
|
|
6
6
|
interface AuroraVoidProps {
|