@octaviaflow/core 3.1.0-beta.67 → 3.1.0-beta.68

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 (70) hide show
  1. package/dist/chunk-JMSZOWT2.js +2616 -0
  2. package/dist/chunk-JMSZOWT2.js.map +1 -0
  3. package/dist/chunk-KZP2MNBO.js +2516 -0
  4. package/dist/chunk-KZP2MNBO.js.map +1 -0
  5. package/dist/chunk-S4LE4BFQ.js +5934 -0
  6. package/dist/chunk-S4LE4BFQ.js.map +1 -0
  7. package/dist/chunk-X7YETDK7.js +107 -0
  8. package/dist/chunk-X7YETDK7.js.map +1 -0
  9. package/dist/components/WorkflowShowcase/ShowcaseScene.d.ts +20 -0
  10. package/dist/components/WorkflowShowcase/ShowcaseScene.d.ts.map +1 -0
  11. package/dist/components/WorkflowShowcase/ShowcaseSignup.d.ts +14 -0
  12. package/dist/components/WorkflowShowcase/ShowcaseSignup.d.ts.map +1 -0
  13. package/dist/components/WorkflowShowcase/WorkflowShowcase.d.ts +48 -0
  14. package/dist/components/WorkflowShowcase/WorkflowShowcase.d.ts.map +1 -0
  15. package/dist/components/WorkflowShowcase/index.d.ts +3 -0
  16. package/dist/components/WorkflowShowcase/index.d.ts.map +1 -0
  17. package/dist/components/WorkflowShowcase/showcaseEngine.d.ts +102 -0
  18. package/dist/components/WorkflowShowcase/showcaseEngine.d.ts.map +1 -0
  19. package/dist/index.js +7854 -13331
  20. package/dist/index.js.map +1 -1
  21. package/dist/marketing/components/AssistantTranscript/AssistantTranscript.d.ts +15 -0
  22. package/dist/marketing/components/AssistantTranscript/AssistantTranscript.d.ts.map +1 -0
  23. package/dist/marketing/components/CtaBanner/CtaBanner.d.ts +16 -0
  24. package/dist/marketing/components/CtaBanner/CtaBanner.d.ts.map +1 -0
  25. package/dist/marketing/components/FeatureGrid/FeatureGrid.d.ts +15 -0
  26. package/dist/marketing/components/FeatureGrid/FeatureGrid.d.ts.map +1 -0
  27. package/dist/marketing/components/IntegrationsWall/IntegrationsWall.d.ts +19 -0
  28. package/dist/marketing/components/IntegrationsWall/IntegrationsWall.d.ts.map +1 -0
  29. package/dist/marketing/components/LiveConsole/LiveConsole.d.ts +21 -0
  30. package/dist/marketing/components/LiveConsole/LiveConsole.d.ts.map +1 -0
  31. package/dist/marketing/components/MarketingFooter/MarketingFooter.d.ts +25 -0
  32. package/dist/marketing/components/MarketingFooter/MarketingFooter.d.ts.map +1 -0
  33. package/dist/marketing/components/MarketingHero/MarketingHero.d.ts +11 -0
  34. package/dist/marketing/components/MarketingHero/MarketingHero.d.ts.map +1 -0
  35. package/dist/marketing/components/MarketingNav/MarketingNav.d.ts +17 -0
  36. package/dist/marketing/components/MarketingNav/MarketingNav.d.ts.map +1 -0
  37. package/dist/marketing/components/MarketingSection/MarketingSection.d.ts +15 -0
  38. package/dist/marketing/components/MarketingSection/MarketingSection.d.ts.map +1 -0
  39. package/dist/marketing/components/StatBand/StatBand.d.ts +16 -0
  40. package/dist/marketing/components/StatBand/StatBand.d.ts.map +1 -0
  41. package/dist/marketing/components/WorkflowShowcase/ShowcaseScene.d.ts +20 -0
  42. package/dist/marketing/components/WorkflowShowcase/ShowcaseScene.d.ts.map +1 -0
  43. package/dist/marketing/components/WorkflowShowcase/ShowcaseSignup.d.ts +14 -0
  44. package/dist/marketing/components/WorkflowShowcase/ShowcaseSignup.d.ts.map +1 -0
  45. package/dist/marketing/components/WorkflowShowcase/WorkflowShowcase.d.ts +48 -0
  46. package/dist/marketing/components/WorkflowShowcase/WorkflowShowcase.d.ts.map +1 -0
  47. package/dist/marketing/components/WorkflowShowcase/index.d.ts +3 -0
  48. package/dist/marketing/components/WorkflowShowcase/index.d.ts.map +1 -0
  49. package/dist/marketing/components/WorkflowShowcase/showcaseEngine.d.ts +102 -0
  50. package/dist/marketing/components/WorkflowShowcase/showcaseEngine.d.ts.map +1 -0
  51. package/dist/marketing/glyphs.d.ts +20 -0
  52. package/dist/marketing/glyphs.d.ts.map +1 -0
  53. package/dist/marketing/index.d.ts +13 -0
  54. package/dist/marketing/index.d.ts.map +1 -0
  55. package/dist/marketing.cjs +3985 -0
  56. package/dist/marketing.cjs.map +1 -0
  57. package/dist/marketing.js +1669 -0
  58. package/dist/marketing.js.map +1 -0
  59. package/dist/styles.css +1 -1
  60. package/dist/workflow/components/HttpActionPanel/HttpActionPanel.d.ts +29 -0
  61. package/dist/workflow/components/HttpActionPanel/HttpActionPanel.d.ts.map +1 -0
  62. package/dist/workflow/components/HttpActionPanel/httpActionTypes.d.ts +135 -0
  63. package/dist/workflow/components/HttpActionPanel/httpActionTypes.d.ts.map +1 -0
  64. package/dist/workflow/index.d.ts +2 -0
  65. package/dist/workflow/index.d.ts.map +1 -1
  66. package/dist/workflow.cjs +6922 -271
  67. package/dist/workflow.cjs.map +1 -1
  68. package/dist/workflow.js +1587 -56
  69. package/dist/workflow.js.map +1 -1
  70. package/package.json +6 -1
@@ -0,0 +1,15 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface AssistantTranscriptTurn {
3
+ id: string;
4
+ speaker: "user" | "assistant";
5
+ content: ReactNode;
6
+ }
7
+ export interface AssistantTranscriptProps extends Omit<ComponentPropsWithoutRef<"div">, "title"> {
8
+ /** Header label. Defaults to "OctaviaFlow AI Assistant". */
9
+ title?: ReactNode;
10
+ turns: AssistantTranscriptTurn[];
11
+ userLabel?: string;
12
+ assistantLabel?: string;
13
+ }
14
+ export declare function AssistantTranscript({ title, turns, userLabel, assistantLabel, className, ...rest }: AssistantTranscriptProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=AssistantTranscript.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssistantTranscript.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/AssistantTranscript/AssistantTranscript.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjE,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,GAAG,WAAW,CAAC;IAC9B,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IAC9F,4DAA4D;IAC5D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,uBAAuB,EAAE,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,mBAAmB,CAAC,EAClC,KAAkC,EAClC,KAAK,EACL,SAAiB,EACjB,cAA0B,EAC1B,SAAS,EACT,GAAG,IAAI,EACR,EAAE,wBAAwB,2CAqB1B"}
@@ -0,0 +1,16 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface CtaBannerAction {
3
+ label: ReactNode;
4
+ href?: string;
5
+ onClick?: () => void;
6
+ }
7
+ export interface CtaBannerProps extends Omit<ComponentPropsWithoutRef<"section">, "title"> {
8
+ title: ReactNode;
9
+ lede?: ReactNode;
10
+ primary: CtaBannerAction;
11
+ secondary?: CtaBannerAction;
12
+ /** Mono microcopy under the actions, e.g. beta-review cadence. */
13
+ footnote?: ReactNode;
14
+ }
15
+ export declare function CtaBanner({ title, lede, primary, secondary, footnote, className, ...rest }: CtaBannerProps): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=CtaBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CtaBanner.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/CtaBanner/CtaBanner.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASjE,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IACxF,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,EAAE,eAAe,CAAC;IACzB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,kEAAkE;IAClE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AA2BD,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,IAAI,EACJ,OAAO,EACP,SAAS,EACT,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,cAAc,2CAYhB"}
@@ -0,0 +1,15 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface FeatureGridItem {
3
+ id: string;
4
+ title: ReactNode;
5
+ body: ReactNode;
6
+ icon?: ReactNode;
7
+ }
8
+ export interface FeatureGridProps extends ComponentPropsWithoutRef<"div"> {
9
+ items: FeatureGridItem[];
10
+ columns?: 2 | 3 | 4;
11
+ /** Tighter cells for dense capability lists. */
12
+ dense?: boolean;
13
+ }
14
+ export declare function FeatureGrid({ items, columns, dense, className, ...rest }: FeatureGridProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=FeatureGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureGrid.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/FeatureGrid/FeatureGrid.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjE,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACvE,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,gDAAgD;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,OAAW,EACX,KAAa,EACb,SAAS,EACT,GAAG,IAAI,EACR,EAAE,gBAAgB,2CAwBlB"}
@@ -0,0 +1,19 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface IntegrationsWallItem {
3
+ name: string;
4
+ icon?: ReactNode;
5
+ }
6
+ export interface IntegrationsWallCategory {
7
+ id: string;
8
+ label: ReactNode;
9
+ items: IntegrationsWallItem[];
10
+ }
11
+ export interface IntegrationsWallProps extends ComponentPropsWithoutRef<"div"> {
12
+ categories: IntegrationsWallCategory[];
13
+ /** Mono footnote under the wall. */
14
+ footnote?: ReactNode;
15
+ /** Hide the default glyph on chips without a custom icon. */
16
+ bareChips?: boolean;
17
+ }
18
+ export declare function IntegrationsWall({ categories, footnote, bareChips, className, ...rest }: IntegrationsWallProps): import("react/jsx-runtime").JSX.Element;
19
+ //# sourceMappingURL=IntegrationsWall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntegrationsWall.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/IntegrationsWall/IntegrationsWall.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUjE,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,oBAAoB,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IAC5E,UAAU,EAAE,wBAAwB,EAAE,CAAC;IACvC,oCAAoC;IACpC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,UAAU,EACV,QAAQ,EACR,SAAiB,EACjB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,qBAAqB,2CAyBvB"}
@@ -0,0 +1,21 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export type LiveConsoleState = "done" | "running" | "queued" | "error";
3
+ export interface LiveConsoleLine {
4
+ id: string;
5
+ /** Step label, e.g. "warehouse.load". */
6
+ label: ReactNode;
7
+ /** Trailing detail, e.g. "— 14,204 rows · 1.2s". */
8
+ detail?: ReactNode;
9
+ state?: LiveConsoleState;
10
+ }
11
+ export interface LiveConsoleProps extends Omit<ComponentPropsWithoutRef<"div">, "title"> {
12
+ /** Header label, e.g. "orders_pipeline · production". */
13
+ title: ReactNode;
14
+ /** Header badge. Defaults to "LIVE". Pass null to hide. */
15
+ badge?: ReactNode;
16
+ lines: LiveConsoleLine[];
17
+ /** Staggered line reveal (disabled automatically for reduced motion). */
18
+ animated?: boolean;
19
+ }
20
+ export declare function LiveConsole({ title, badge, lines, animated, className, ...rest }: LiveConsoleProps): import("react/jsx-runtime").JSX.Element;
21
+ //# sourceMappingURL=LiveConsole.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiveConsole.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/LiveConsole/LiveConsole.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjE,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEvE,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,yCAAyC;IACzC,KAAK,EAAE,SAAS,CAAC;IACjB,oDAAoD;IACpD,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IACtF,yDAAyD;IACzD,KAAK,EAAE,SAAS,CAAC;IACjB,2DAA2D;IAC3D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,eAAe,EAAE,CAAC;IACzB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AASD,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,KAAc,EACd,KAAK,EACL,QAAe,EACf,SAAS,EACT,GAAG,IAAI,EACR,EAAE,gBAAgB,2CA6ClB"}
@@ -0,0 +1,25 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface MarketingFooterLink {
3
+ label: ReactNode;
4
+ href: string;
5
+ }
6
+ export interface MarketingFooterColumn {
7
+ id: string;
8
+ label: ReactNode;
9
+ links: MarketingFooterLink[];
10
+ }
11
+ export interface MarketingFooterProps extends ComponentPropsWithoutRef<"footer"> {
12
+ /** Brand slot. Defaults to the OctaviaFlow mark + wordmark. */
13
+ brand?: ReactNode;
14
+ /** Short positioning line under the brand. */
15
+ tagline?: ReactNode;
16
+ /** Extra brand-column content (contact email, status link…). */
17
+ meta?: ReactNode;
18
+ columns?: MarketingFooterColumn[];
19
+ /** Left side of the bottom bar, e.g. "© 2026 OctaviaFlow". */
20
+ legal?: ReactNode;
21
+ /** Right side of the bottom bar, e.g. social handles. */
22
+ social?: ReactNode;
23
+ }
24
+ export declare function MarketingFooter({ brand, tagline, meta, columns, legal, social, className, ...rest }: MarketingFooterProps): import("react/jsx-runtime").JSX.Element;
25
+ //# sourceMappingURL=MarketingFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarketingFooter.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/MarketingFooter/MarketingFooter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjE,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,mBAAmB,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,CAAC,QAAQ,CAAC;IAC9E,+DAA+D;IAC/D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,gEAAgE;IAChE,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAClC,8DAA8D;IAC9D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,yDAAyD;IACzD,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC9B,KAAK,EACL,OAAO,EACP,IAAI,EACJ,OAAY,EACZ,KAAK,EACL,MAAM,EACN,SAAS,EACT,GAAG,IAAI,EACR,EAAE,oBAAoB,2CAmCtB"}
@@ -0,0 +1,11 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface MarketingHeroProps extends Omit<ComponentPropsWithoutRef<"section">, "title"> {
3
+ /** Mono eyebrow, e.g. "AI-NATIVE PLATFORM — PRIVATE BETA". */
4
+ kicker?: ReactNode;
5
+ /** Plain-string headline — split into words for the rise animation. */
6
+ title: string;
7
+ lede?: ReactNode;
8
+ align?: "start" | "center";
9
+ }
10
+ export declare function MarketingHero({ kicker, title, lede, align, className, children, ...rest }: MarketingHeroProps): import("react/jsx-runtime").JSX.Element;
11
+ //# sourceMappingURL=MarketingHero.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarketingHero.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/MarketingHero/MarketingHero.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjE,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IAC5F,8DAA8D;IAC9D,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uEAAuE;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CAC5B;AAED,wBAAgB,aAAa,CAAC,EAC5B,MAAM,EACN,KAAK,EACL,IAAI,EACJ,KAAgB,EAChB,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAsDpB"}
@@ -0,0 +1,17 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface MarketingNavLink {
3
+ label: ReactNode;
4
+ href: string;
5
+ active?: boolean;
6
+ }
7
+ export interface MarketingNavProps extends ComponentPropsWithoutRef<"header"> {
8
+ /** Brand slot. Defaults to the OctaviaFlow mark + wordmark. */
9
+ brand?: ReactNode;
10
+ brandHref?: string;
11
+ links?: MarketingNavLink[];
12
+ /** Right side: login links, CTA buttons — consumer-provided. */
13
+ actions?: ReactNode;
14
+ sticky?: boolean;
15
+ }
16
+ export declare function MarketingNav({ brand, brandHref, links, actions, sticky, className, ...rest }: MarketingNavProps): import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=MarketingNav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarketingNav.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/MarketingNav/MarketingNav.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASjE,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,iBAAkB,SAAQ,wBAAwB,CAAC,QAAQ,CAAC;IAC3E,+DAA+D;IAC/D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC3B,gEAAgE;IAChE,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,SAAe,EACf,KAAU,EACV,OAAO,EACP,MAAa,EACb,SAAS,EACT,GAAG,IAAI,EACR,EAAE,iBAAiB,2CA4BnB"}
@@ -0,0 +1,15 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface MarketingSectionProps extends Omit<ComponentPropsWithoutRef<"section">, "title"> {
3
+ /** Mono eyebrow above the title, e.g. "PLATFORM". */
4
+ kicker?: ReactNode;
5
+ title?: ReactNode;
6
+ /** Lede paragraph under the title. */
7
+ lede?: ReactNode;
8
+ align?: "start" | "center";
9
+ /** "subtle" gives the band a muted background. */
10
+ tone?: "default" | "subtle";
11
+ /** Remove the default top hairline (e.g. for the first section). */
12
+ flushTop?: boolean;
13
+ }
14
+ export declare function MarketingSection({ kicker, title, lede, align, tone, flushTop, className, children, ...rest }: MarketingSectionProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=MarketingSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarketingSection.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/MarketingSection/MarketingSection.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjE,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IAC/F,qDAAqD;IACrD,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,sCAAsC;IACtC,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC3B,kDAAkD;IAClD,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC5B,oEAAoE;IACpE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,MAAM,EACN,KAAK,EACL,IAAI,EACJ,KAAe,EACf,IAAgB,EAChB,QAAgB,EAChB,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,qBAAqB,2CAsBvB"}
@@ -0,0 +1,16 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface StatBandItem {
3
+ id: string;
4
+ /** Number → animated count-up; string → rendered verbatim ("10×"). */
5
+ value: number | string;
6
+ label: ReactNode;
7
+ prefix?: string;
8
+ suffix?: string;
9
+ }
10
+ export interface StatBandProps extends ComponentPropsWithoutRef<"div"> {
11
+ items: StatBandItem[];
12
+ /** "row" = horizontal band; "column" = stacked rail (default). */
13
+ orientation?: "column" | "row";
14
+ }
15
+ export declare function StatBand({ items, orientation, className, ...rest }: StatBandProps): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=StatBand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatBand.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/StatBand/StatBand.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASjE,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,sEAAsE;IACtE,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAc,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACpE,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,kEAAkE;IAClE,WAAW,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;CAChC;AAED,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,WAAsB,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,aAAa,2CAgC5F"}
@@ -0,0 +1,20 @@
1
+ import { type ReactNode } from "react";
2
+ import type { WorkflowShowcaseConnector } from "./showcaseEngine";
3
+ export interface ShowcaseSceneNode {
4
+ connector: WorkflowShowcaseConnector;
5
+ /** Whether this node's step has completed (wires + particles light up). */
6
+ active: boolean;
7
+ }
8
+ export interface ShowcaseSceneProps {
9
+ left: ShowcaseSceneNode[];
10
+ right: ShowcaseSceneNode[];
11
+ /** Any build/run motion is happening (analyzing → welcome). */
12
+ engaged: boolean;
13
+ /** Platform tile labels (8). */
14
+ tiles: readonly string[];
15
+ /** Center-of-platform icon. Defaults to a gradient core glyph. */
16
+ coreIcon?: ReactNode;
17
+ caption: string;
18
+ }
19
+ export declare function ShowcaseScene({ left, right, engaged, tiles, coreIcon, caption, }: ShowcaseSceneProps): import("react/jsx-runtime").JSX.Element;
20
+ //# sourceMappingURL=ShowcaseScene.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowcaseScene.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/WorkflowShowcase/ShowcaseScene.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,SAAS,EAA+B,MAAM,OAAO,CAAC;AAGxF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAYlE,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,yBAAyB,CAAC;IACrC,2EAA2E;IAC3E,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,iBAAiB,EAAE,CAAC;IAC1B,KAAK,EAAE,iBAAiB,EAAE,CAAC;IAC3B,+DAA+D;IAC/D,OAAO,EAAE,OAAO,CAAC;IACjB,gCAAgC;IAChC,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC;IACzB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB;AAkFD,wBAAgB,aAAa,CAAC,EAC5B,IAAI,EACJ,KAAK,EACL,OAAO,EACP,KAAK,EACL,QAAQ,EACR,OAAO,GACR,EAAE,kBAAkB,2CA4KpB"}
@@ -0,0 +1,14 @@
1
+ import { type WorkflowShowcasePhase, type WorkflowShowcaseSignupValues } from "./showcaseEngine";
2
+ export interface ShowcaseSignupProps {
3
+ phase: WorkflowShowcasePhase;
4
+ stepCount: number;
5
+ workspaceDomain: string;
6
+ teamSizes: string[];
7
+ error: string | null;
8
+ onSubmit: (values: WorkflowShowcaseSignupValues) => void;
9
+ onBack: () => void;
10
+ dashboardHref?: string;
11
+ onboardingHref?: string;
12
+ }
13
+ export declare function ShowcaseSignup({ phase, stepCount, workspaceDomain, teamSizes, error, onSubmit, onBack, dashboardHref, onboardingHref, }: ShowcaseSignupProps): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=ShowcaseSignup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowcaseSignup.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/WorkflowShowcase/ShowcaseSignup.tsx"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EAClC,MAAM,kBAAkB,CAAC;AAW1B,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,qBAAqB,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,MAAM,EAAE,4BAA4B,KAAK,IAAI,CAAC;IACzD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAQD,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,SAAS,EACT,eAAe,EACf,SAAS,EACT,KAAK,EACL,QAAQ,EACR,MAAM,EACN,aAAmB,EACnB,cAAoB,GACrB,EAAE,mBAAmB,2CA2LrB"}
@@ -0,0 +1,48 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from "react";
2
+ import { type WorkflowShowcaseConnector, type WorkflowShowcaseExample, type WorkflowShowcaseMetric, type WorkflowShowcasePhase, type WorkflowShowcaseSignupValues } from "./showcaseEngine";
3
+ export interface WorkflowShowcaseBuildDetail {
4
+ prompt: string;
5
+ connectors: string[];
6
+ schedule: string;
7
+ }
8
+ export interface WorkflowShowcaseProps extends Omit<ComponentPropsWithoutRef<"section">, "onSubmit"> {
9
+ /** Connector catalog to recognize/pick from. Vendor-neutral by default. */
10
+ connectors?: WorkflowShowcaseConnector[];
11
+ /** "TRY:" example chips. */
12
+ examples?: WorkflowShowcaseExample[];
13
+ /** Right-rail metric cards. */
14
+ metrics?: WorkflowShowcaseMetric[];
15
+ /** Pre-filled prompt text. */
16
+ defaultPrompt?: string;
17
+ /** Mono label at the right edge of the toolbar. */
18
+ modelLabel?: string;
19
+ /** Mono label in the canvas header. */
20
+ canvasLabel?: string;
21
+ /** Header of the live activity rail. */
22
+ railLabel?: string;
23
+ /** Labels for the 8 platform tiles in the scene. */
24
+ platformTiles?: readonly string[];
25
+ /** Icon on the core cube. */
26
+ coreIcon?: ReactNode;
27
+ /** Catalog-size figure used in coach copy, e.g. "600+". */
28
+ catalogNote?: string;
29
+ /** Team-size choices in the signup form. */
30
+ teamSizes?: string[];
31
+ /** Domain used for the workspace-slug preview in the welcome card. */
32
+ workspaceDomain?: string;
33
+ dashboardHref?: string;
34
+ onboardingHref?: string;
35
+ /** Accessible label for the prompt textarea. */
36
+ promptAriaLabel?: string;
37
+ /** Fires when a build kicks off (analytics hook). */
38
+ onBuild?: (detail: WorkflowShowcaseBuildDetail) => void;
39
+ /** Fires on every phase transition (analytics hook). */
40
+ onPhaseChange?: (phase: WorkflowShowcasePhase) => void;
41
+ /**
42
+ * Real signup handler. Resolve → welcome card; throw → inline error and
43
+ * back to the form. Omit to simulate provisioning (pure demo mode).
44
+ */
45
+ onSignup?: (values: WorkflowShowcaseSignupValues) => Promise<void> | void;
46
+ }
47
+ export declare function WorkflowShowcase({ connectors, examples, metrics, defaultPrompt, modelLabel, canvasLabel, railLabel, platformTiles, coreIcon, catalogNote, teamSizes, workspaceDomain, dashboardHref, onboardingHref, promptAriaLabel, onBuild, onPhaseChange, onSignup, className, ...rest }: WorkflowShowcaseProps): import("react/jsx-runtime").JSX.Element;
48
+ //# sourceMappingURL=WorkflowShowcase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkflowShowcase.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/WorkflowShowcase/WorkflowShowcase.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,wBAAwB,EAE7B,KAAK,SAAS,EAMf,MAAM,OAAO,CAAC;AAOf,OAAO,EAaL,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAE1B,KAAK,4BAA4B,EAClC,MAAM,kBAAkB,CAAC;AAa1B,MAAM,WAAW,2BAA2B;IAC1C,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,qBACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IAC7D,2EAA2E;IAC3E,UAAU,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACzC,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACrC,+BAA+B;IAC/B,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACnC,8BAA8B;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oDAAoD;IACpD,aAAa,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAClC,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,2DAA2D;IAC3D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,sEAAsE;IACtE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gDAAgD;IAChD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qDAAqD;IACrD,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,2BAA2B,KAAK,IAAI,CAAC;IACxD,wDAAwD;IACxD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACvD;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,4BAA4B,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CAC3E;AAyBD,wBAAgB,gBAAgB,CAAC,EAC/B,UAAiD,EACjD,QAA6C,EAC7C,OAA2C,EAC3C,aAAkB,EAClB,UAA6B,EAC7B,WAA+B,EAC/B,SAA8B,EAC9B,aAA+C,EAC/C,QAAQ,EACR,WAAoB,EACpB,SAA+C,EAC/C,eAAmC,EACnC,aAAa,EACb,cAAoB,EACpB,eAA0C,EAC1C,OAAO,EACP,aAAa,EACb,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,qBAAqB,2CAilBvB"}
@@ -0,0 +1,3 @@
1
+ export { WORKFLOW_SHOWCASE_DEFAULT_CONNECTORS, WORKFLOW_SHOWCASE_DEFAULT_EXAMPLES, WORKFLOW_SHOWCASE_DEFAULT_METRICS, WORKFLOW_SHOWCASE_DEFAULT_TILES, WORKFLOW_SHOWCASE_SCHEDULES, type WorkflowShowcaseConnector, type WorkflowShowcaseExample, type WorkflowShowcaseMetric, type WorkflowShowcasePhase, type WorkflowShowcaseRole, type WorkflowShowcaseSignupValues, } from "./showcaseEngine";
2
+ export { WorkflowShowcase, type WorkflowShowcaseBuildDetail, type WorkflowShowcaseProps, } from "./WorkflowShowcase";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/WorkflowShowcase/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oCAAoC,EACpC,kCAAkC,EAClC,iCAAiC,EACjC,+BAA+B,EAC/B,2BAA2B,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,GAClC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,gBAAgB,EAChB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,GAC3B,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,102 @@
1
+ import type { ReactNode } from "react";
2
+ export type WorkflowShowcaseRole = "source" | "destination" | "action" | "notify";
3
+ export interface WorkflowShowcaseConnector {
4
+ /** Canonical display name — matched case-insensitively inside the prompt. */
5
+ name: string;
6
+ role: WorkflowShowcaseRole;
7
+ /** Extra strings that also count as a mention of this connector. */
8
+ aliases?: string[];
9
+ /** Optional icon tile. Defaults to a two-letter monogram. */
10
+ icon?: ReactNode;
11
+ }
12
+ export interface WorkflowShowcaseExample {
13
+ id: string;
14
+ /** Chip label, e.g. "Storefront orders → Warehouse, hourly". */
15
+ label: string;
16
+ /** Prompt inserted (and auto-built) when the chip is clicked. */
17
+ prompt: string;
18
+ }
19
+ export interface WorkflowShowcaseMetric {
20
+ id: string;
21
+ /** Final value once the pipeline reads as live. */
22
+ value: number;
23
+ /** Interim value while the workflow is still assembling. Omit → "—". */
24
+ buildingValue?: number;
25
+ decimals?: number;
26
+ /** Small unit text after the value, e.g. "rows/min". */
27
+ unit?: string;
28
+ /** Rendered before the number, e.g. "−". */
29
+ prefix?: string;
30
+ /** Rendered flush after the number, e.g. "%". */
31
+ suffix?: string;
32
+ /** Mono microcopy under the value, e.g. "THROUGHPUT". */
33
+ label: string;
34
+ /** "success" tints the final value green (savings, wins). */
35
+ tone?: "default" | "success";
36
+ }
37
+ export type WorkflowShowcasePhase = "idle" | "analyzing" | "building" | "done" | "signup" | "creating" | "welcome";
38
+ /** Phases in which the generated workflow reads as complete. */
39
+ export declare const SETTLED_PHASES: readonly WorkflowShowcasePhase[];
40
+ export interface WorkflowShowcasePlan {
41
+ /** Sources, in catalog order. */
42
+ left: WorkflowShowcaseConnector[];
43
+ /** Destination → action → notify, in that order. */
44
+ right: WorkflowShowcaseConnector[];
45
+ /** Every connector in the plan (left + right). */
46
+ all: WorkflowShowcaseConnector[];
47
+ /** Total assemble steps: each source + schema map + each right-side node. */
48
+ totalSteps: number;
49
+ }
50
+ export interface WorkflowShowcaseSignupValues {
51
+ name: string;
52
+ email: string;
53
+ company: string;
54
+ teamSize: string;
55
+ }
56
+ export interface ShowcaseActivityLine {
57
+ id: string;
58
+ text: string;
59
+ tone: "muted" | "faint" | "active" | "done" | "plain";
60
+ }
61
+ export interface ShowcasePromptSegment {
62
+ text: string;
63
+ /** Set when this segment is a recognized connector mention. */
64
+ connector?: WorkflowShowcaseConnector;
65
+ }
66
+ export declare const WORKFLOW_SHOWCASE_DEFAULT_CONNECTORS: WorkflowShowcaseConnector[];
67
+ export declare const WORKFLOW_SHOWCASE_DEFAULT_EXAMPLES: WorkflowShowcaseExample[];
68
+ export declare const WORKFLOW_SHOWCASE_DEFAULT_METRICS: WorkflowShowcaseMetric[];
69
+ export declare const WORKFLOW_SHOWCASE_SCHEDULES: readonly ["AUTO", "HOURLY", "DAILY", "REAL-TIME"];
70
+ export declare const WORKFLOW_SHOWCASE_DEFAULT_TILES: readonly ["ELT", "CDC", "DAG", "CRON", "HEAL", "COST", "API", "LOG"];
71
+ /** Connector names mentioned in the prompt, in catalog order, deduped. */
72
+ export declare function detectConnectors(prompt: string, catalog: WorkflowShowcaseConnector[]): string[];
73
+ /** Split the prompt into plain / recognized-connector segments, preserving
74
+ * the user's exact text. Powers the live-highlight overlay. */
75
+ export declare function segmentPrompt(prompt: string, catalog: WorkflowShowcaseConnector[]): ShowcasePromptSegment[];
76
+ /** Infer a schedule from natural language; null when nothing matches. */
77
+ export declare function scheduleFromPrompt(prompt: string): string | null;
78
+ /** Two-letter monogram for the default icon tile: "Team Chat" → "TC". */
79
+ export declare function monogram(name: string): string;
80
+ /**
81
+ * Resolve the workflow plan from explicit picks + prompt mentions. A viable
82
+ * demo always has at least one source and one non-source, so missing sides
83
+ * are backfilled from the catalog (first source / first notify-or-destination).
84
+ */
85
+ export declare function resolvePlan(selected: string[], detected: string[], catalog: WorkflowShowcaseConnector[]): WorkflowShowcasePlan;
86
+ /** Ordered assemble steps for the rail + canvas ("storefront extract", …). */
87
+ export declare function assembleSteps(plan: WorkflowShowcasePlan): string[];
88
+ /**
89
+ * Script the "OCTAVIA IS DOING" rail for the current moment.
90
+ * `shown` = number of assemble steps already completed while building.
91
+ */
92
+ export declare function buildActivity(args: {
93
+ phase: WorkflowShowcasePhase;
94
+ shown: number;
95
+ plan: WorkflowShowcasePlan;
96
+ selected: string[];
97
+ status: string;
98
+ }): ShowcaseActivityLine[];
99
+ /** "Acme Inc." → "acme-inc" (workspace slug preview in the welcome card). */
100
+ export declare function slugify(value: string): string;
101
+ export declare function isValidEmail(value: string): boolean;
102
+ //# sourceMappingURL=showcaseEngine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"showcaseEngine.d.ts","sourceRoot":"","sources":["../../../../src/marketing/components/WorkflowShowcase/showcaseEngine.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ import type { ReactNode } from "react";
2
+ import type { WorkflowShowcaseRole } from "./components/WorkflowShowcase/showcaseEngine";
3
+ interface GlyphProps {
4
+ size?: number;
5
+ }
6
+ /** Database cylinder — data sources. */
7
+ export declare function SourceGlyph({ size }: GlyphProps): import("react/jsx-runtime").JSX.Element;
8
+ /** Archive box — warehouses / destinations. */
9
+ export declare function DestinationGlyph({ size }: GlyphProps): import("react/jsx-runtime").JSX.Element;
10
+ /** Bolt — downstream actions / triggers. */
11
+ export declare function ActionGlyph({ size }: GlyphProps): import("react/jsx-runtime").JSX.Element;
12
+ /** Chat bubble — notification targets. */
13
+ export declare function NotifyGlyph({ size }: GlyphProps): import("react/jsx-runtime").JSX.Element;
14
+ /** Plug — generic integration/connector mark (integration walls). */
15
+ export declare function ConnectorGlyph({ size }: GlyphProps): import("react/jsx-runtime").JSX.Element;
16
+ /** OctaviaFlow brand mark — square with a forward arrow. */
17
+ export declare function BrandMark({ size }: GlyphProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare function roleGlyph(role: WorkflowShowcaseRole, size?: number): ReactNode;
19
+ export {};
20
+ //# sourceMappingURL=glyphs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glyphs.d.ts","sourceRoot":"","sources":["../../src/marketing/glyphs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAYzF,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAYD,wCAAwC;AACxC,wBAAgB,WAAW,CAAC,EAAE,IAAS,EAAE,EAAE,UAAU,2CAQpD;AAED,+CAA+C;AAC/C,wBAAgB,gBAAgB,CAAC,EAAE,IAAS,EAAE,EAAE,UAAU,2CAQzD;AAED,4CAA4C;AAC5C,wBAAgB,WAAW,CAAC,EAAE,IAAS,EAAE,EAAE,UAAU,2CAMpD;AAED,0CAA0C;AAC1C,wBAAgB,WAAW,CAAC,EAAE,IAAS,EAAE,EAAE,UAAU,2CAMpD;AAED,qEAAqE;AACrE,wBAAgB,cAAc,CAAC,EAAE,IAAS,EAAE,EAAE,UAAU,2CAQvD;AAED,4DAA4D;AAC5D,wBAAgB,SAAS,CAAC,EAAE,IAAS,EAAE,EAAE,UAAU,2CAOlD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,oBAAoB,EAAE,IAAI,SAAK,GAAG,SAAS,CAW1E"}
@@ -0,0 +1,13 @@
1
+ export { AssistantTranscript, type AssistantTranscriptProps, type AssistantTranscriptTurn, } from "./components/AssistantTranscript/AssistantTranscript";
2
+ export { CtaBanner, type CtaBannerAction, type CtaBannerProps, } from "./components/CtaBanner/CtaBanner";
3
+ export { FeatureGrid, type FeatureGridItem, type FeatureGridProps, } from "./components/FeatureGrid/FeatureGrid";
4
+ export { IntegrationsWall, type IntegrationsWallCategory, type IntegrationsWallItem, type IntegrationsWallProps, } from "./components/IntegrationsWall/IntegrationsWall";
5
+ export { LiveConsole, type LiveConsoleLine, type LiveConsoleProps, type LiveConsoleState, } from "./components/LiveConsole/LiveConsole";
6
+ export { MarketingFooter, type MarketingFooterColumn, type MarketingFooterLink, type MarketingFooterProps, } from "./components/MarketingFooter/MarketingFooter";
7
+ export { MarketingHero, type MarketingHeroProps, } from "./components/MarketingHero/MarketingHero";
8
+ export { MarketingNav, type MarketingNavLink, type MarketingNavProps, } from "./components/MarketingNav/MarketingNav";
9
+ export { MarketingSection, type MarketingSectionProps, } from "./components/MarketingSection/MarketingSection";
10
+ export { StatBand, type StatBandItem, type StatBandProps, } from "./components/StatBand/StatBand";
11
+ export { WORKFLOW_SHOWCASE_DEFAULT_CONNECTORS, WORKFLOW_SHOWCASE_DEFAULT_EXAMPLES, WORKFLOW_SHOWCASE_DEFAULT_METRICS, WORKFLOW_SHOWCASE_DEFAULT_TILES, WORKFLOW_SHOWCASE_SCHEDULES, WorkflowShowcase, type WorkflowShowcaseBuildDetail, type WorkflowShowcaseConnector, type WorkflowShowcaseExample, type WorkflowShowcaseMetric, type WorkflowShowcasePhase, type WorkflowShowcaseProps, type WorkflowShowcaseRole, type WorkflowShowcaseSignupValues, } from "./components/WorkflowShowcase";
12
+ export { ActionGlyph, BrandMark, ConnectorGlyph, DestinationGlyph, NotifyGlyph, roleGlyph, SourceGlyph, } from "./glyphs";
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/marketing/index.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,mBAAmB,EACnB,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,GAC7B,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EACL,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,cAAc,GACpB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,WAAW,EACX,KAAK,eAAe,EACpB,KAAK,gBAAgB,GACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,gBAAgB,EAChB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,GAC3B,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,WAAW,EACX,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,eAAe,EACf,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,GACxB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,GACvB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,GAC3B,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,aAAa,GACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,oCAAoC,EACpC,kCAAkC,EAClC,iCAAiC,EACjC,+BAA+B,EAC/B,2BAA2B,EAC3B,gBAAgB,EAChB,KAAK,2BAA2B,EAChC,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,GAClC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,WAAW,EACX,SAAS,EACT,cAAc,EACd,gBAAgB,EAChB,WAAW,EACX,SAAS,EACT,WAAW,GACZ,MAAM,UAAU,CAAC"}