@flamingo-stack/openframe-frontend-core 0.0.227 → 0.0.228

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 (87) hide show
  1. package/dist/{chunk-E3DB4D43.cjs → chunk-6PWR6K2K.cjs} +9 -9
  2. package/dist/{chunk-E3DB4D43.cjs.map → chunk-6PWR6K2K.cjs.map} +1 -1
  3. package/dist/{chunk-K252FYE5.js → chunk-G6EKFWIC.js} +2213 -2192
  4. package/dist/chunk-G6EKFWIC.js.map +1 -0
  5. package/dist/{chunk-JUWPBMQM.cjs → chunk-GYRRSOTR.cjs} +50 -2
  6. package/dist/chunk-GYRRSOTR.cjs.map +1 -0
  7. package/dist/{chunk-LEM4FLCU.cjs → chunk-HLKC2OBT.cjs} +12 -12
  8. package/dist/{chunk-LEM4FLCU.cjs.map → chunk-HLKC2OBT.cjs.map} +1 -1
  9. package/dist/{chunk-QFC725WU.cjs → chunk-L65QBRV5.cjs} +59 -38
  10. package/dist/chunk-L65QBRV5.cjs.map +1 -0
  11. package/dist/{chunk-53EA4QPZ.js → chunk-LLTUSEHF.js} +50 -2
  12. package/dist/chunk-LLTUSEHF.js.map +1 -0
  13. package/dist/{chunk-CUBRHI6D.js → chunk-LWJJP64X.js} +3 -3
  14. package/dist/{chunk-X3KKG6IU.js → chunk-MT5GO55P.js} +2 -2
  15. package/dist/{chunk-EURLSRHW.js → chunk-QLOU4BDD.js} +10 -5
  16. package/dist/chunk-QLOU4BDD.js.map +1 -0
  17. package/dist/{chunk-HO2VEMEX.cjs → chunk-TAWNR7IW.cjs} +32 -27
  18. package/dist/chunk-TAWNR7IW.cjs.map +1 -0
  19. package/dist/{chunk-E3WJQQGW.cjs → chunk-VXYYZFVV.cjs} +7 -7
  20. package/dist/{chunk-E3WJQQGW.cjs.map → chunk-VXYYZFVV.cjs.map} +1 -1
  21. package/dist/{chunk-YE62NF6I.js → chunk-WLCBY6ZO.js} +2 -2
  22. package/dist/components/chat/index.cjs +3 -3
  23. package/dist/components/chat/index.js +2 -2
  24. package/dist/components/contact/contact-form.d.ts.map +1 -1
  25. package/dist/components/contact/index.cjs +4 -4
  26. package/dist/components/contact/index.js +3 -3
  27. package/dist/components/features/index.cjs +3 -3
  28. package/dist/components/features/index.js +2 -2
  29. package/dist/components/features/waitlist-form.d.ts +6 -3
  30. package/dist/components/features/waitlist-form.d.ts.map +1 -1
  31. package/dist/components/index.cjs +81 -79
  32. package/dist/components/index.cjs.map +1 -1
  33. package/dist/components/index.js +7 -5
  34. package/dist/components/index.js.map +1 -1
  35. package/dist/components/navigation/index.cjs +3 -3
  36. package/dist/components/navigation/index.js +2 -2
  37. package/dist/components/onboarding-guides/index.cjs +26 -26
  38. package/dist/components/onboarding-guides/index.js +4 -4
  39. package/dist/components/tickets/index.cjs +67 -67
  40. package/dist/components/tickets/index.js +5 -5
  41. package/dist/components/ui/honeypot-field.d.ts +18 -0
  42. package/dist/components/ui/honeypot-field.d.ts.map +1 -0
  43. package/dist/components/ui/index.cjs +5 -3
  44. package/dist/components/ui/index.cjs.map +1 -1
  45. package/dist/components/ui/index.d.ts +1 -0
  46. package/dist/components/ui/index.d.ts.map +1 -1
  47. package/dist/components/ui/index.js +4 -2
  48. package/dist/hooks/index.cjs +4 -2
  49. package/dist/hooks/index.cjs.map +1 -1
  50. package/dist/hooks/index.d.ts +1 -0
  51. package/dist/hooks/index.d.ts.map +1 -1
  52. package/dist/hooks/index.js +3 -1
  53. package/dist/hooks/use-humanity-signals.d.ts +26 -0
  54. package/dist/hooks/use-humanity-signals.d.ts.map +1 -0
  55. package/dist/index.cjs +19 -3
  56. package/dist/index.cjs.map +1 -1
  57. package/dist/index.js +18 -2
  58. package/dist/utils/humanity-signals.cjs +30 -0
  59. package/dist/utils/humanity-signals.cjs.map +1 -0
  60. package/dist/utils/humanity-signals.d.ts +45 -0
  61. package/dist/utils/humanity-signals.d.ts.map +1 -0
  62. package/dist/utils/humanity-signals.js +23 -0
  63. package/dist/utils/humanity-signals.js.map +1 -0
  64. package/dist/utils/index.cjs +26 -0
  65. package/dist/utils/index.cjs.map +1 -1
  66. package/dist/utils/index.d.ts +1 -0
  67. package/dist/utils/index.d.ts.map +1 -1
  68. package/dist/utils/index.js +21 -1
  69. package/dist/utils/index.js.map +1 -1
  70. package/package.json +7 -1
  71. package/src/components/contact/contact-form.tsx +11 -1
  72. package/src/components/features/waitlist-form.tsx +14 -4
  73. package/src/components/ui/honeypot-field.tsx +30 -0
  74. package/src/components/ui/index.ts +1 -0
  75. package/src/hooks/index.ts +4 -0
  76. package/src/hooks/use-humanity-signals.ts +47 -0
  77. package/src/utils/humanity-signals.ts +57 -0
  78. package/src/utils/index.ts +6 -0
  79. package/dist/chunk-53EA4QPZ.js.map +0 -1
  80. package/dist/chunk-EURLSRHW.js.map +0 -1
  81. package/dist/chunk-HO2VEMEX.cjs.map +0 -1
  82. package/dist/chunk-JUWPBMQM.cjs.map +0 -1
  83. package/dist/chunk-K252FYE5.js.map +0 -1
  84. package/dist/chunk-QFC725WU.cjs.map +0 -1
  85. /package/dist/{chunk-CUBRHI6D.js.map → chunk-LWJJP64X.js.map} +0 -0
  86. /package/dist/{chunk-X3KKG6IU.js.map → chunk-MT5GO55P.js.map} +0 -0
  87. /package/dist/{chunk-YE62NF6I.js.map → chunk-WLCBY6ZO.js.map} +0 -0
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/chunk-E3WJQQGW.cjs","../src/components/shared/dev-section/dev-section-view.tsx","../src/components/shared/dev-section/dev-section-page.tsx","../src/components/shared/dev-section/dev-card-row.tsx"],"names":["jsx","jsxs"],"mappings":"AAAA,yLAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACA;ACEA,8BAAoC;AAiF1B,+CAAA;AA3CH,SAAS,cAAA,CAAe,EAAE,UAAA,EAAY,IAAA,EAAM,WAAA,EAAa,SAAS,CAAA,EAAwB;AAC/F,EAAA,MAAM,QAAA,EAAU,wCAAA,CAAuB,UAAU,CAAA;AACjD,EAAA,MAAM,OAAA,EAAS,yCAAA,CAAU;AACzB,EAAA,MAAM,SAAA,EAAW,2CAAA,CAAY;AAC7B,EAAA,MAAM,aAAA,EAAe,+CAAA,CAAgB;AAErC,EAAA,MAAM,OAAA,EAAS,OAAA,CAAQ,MAAA;AACvB,EAAA,MAAM,OAAA,EAAS,OAAA,CAAQ,MAAA;AAEvB,EAAA,MAAM,cAAA,EAAgB,OAAA,EAAS,YAAA,CAAa,GAAA,CAAI,MAAA,CAAO,QAAQ,EAAA,GAAK,GAAA,EAAK,EAAA;AACzE,EAAA,MAAM,mBAAA,EAAqB,OAAA,EACvB,YAAA,CAAa,GAAA,CAAI,MAAA,CAAO,QAAQ,EAAA,GAAK,MAAA,CAAO,aAAA,EAC5C,EAAA;AAMJ,EAAA,MAAM,CAAC,WAAA,EAAa,cAAc,EAAA,EAAI,6BAAA,CAAS,EAAA,GAAM,aAAa,CAAA;AAClE,EAAA,8BAAA,CAAU,EAAA,GAAM;AACd,IAAA,cAAA,CAAe,aAAa,CAAA;AAAA,EAC9B,CAAA,EAAG,CAAC,aAAa,CAAC,CAAA;AAElB,EAAA,MAAM,mBAAA,EAAqB,CAAC,KAAA,EAAA,GAAkB;AAC5C,IAAA,GAAA,CAAI,CAAC,MAAA,EAAQ,MAAA;AACb,IAAA,MAAM,OAAA,EAAS,IAAI,eAAA,CAAgB,YAAA,CAAa,QAAA,CAAS,CAAC,CAAA;AAC1D,IAAA,GAAA,CAAI,KAAA,CAAM,IAAA,CAAK,CAAA,EAAG,MAAA,CAAO,GAAA,CAAI,MAAA,CAAO,QAAA,EAAU,KAAA,CAAM,IAAA,CAAK,CAAC,CAAA;AAAA,IAAA,KACrD,MAAA,CAAO,MAAA,CAAO,MAAA,CAAO,QAAQ,CAAA;AAClC,IAAA,MAAA,CAAO,OAAA,CAAQ,CAAA,EAAA;AACjB,EAAA;AAEM,EAAA;AACS,IAAA;AACE,IAAA;AACD,IAAA;AACE,IAAA;AACD,IAAA;AACjB,EAAA;AAGE,EAAA;AAEI,IAAA;AACE,sBAAA;AACQ,QAAA;AACA,yBAAA;AACR,MAAA;AACA,sBAAA;AAKF,IAAA;AAEkB,MAAA;AACd,sBAAA;AAEJ,IAAA;AAGD,IAAA;AAEW,IAAA;AAGN,MAAA;AAAC,QAAA;AAAA,QAAA;AACC,UAAA;AACA,UAAA;AACO,UAAA;AACG,UAAA;AACA,UAAA;AAAA,QAAA;AACZ,MAAA;AAGA,MAAA;AAAC,QAAA;AAAA,QAAA;AACC,UAAA;AACA,UAAA;AACA,UAAA;AAAiC,QAAA;AACnC,MAAA;AAEJ,IAAA;AAGD,IAAA;AACH,EAAA;AAEJ;AD7DoB;AACA;AE9DpB;AA+DkBA;AAvDZ;AAyBU;AACd,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACsB;AACP,EAAA;AACC,EAAA;AACH,EAAA;AAOX,EAAA;AAGc,IAAA;AACO,IAAA;AACjB,EAAA;AAGJ,EAAA;AAEK,IAAA;AAAA,IAAA;AACC,MAAA;AACM,MAAA;AACE,QAAA;AACN,QAAA;AACA,QAAA;AACF,MAAA;AACA,MAAA;AAEC,MAAA;AAAA,IAAA;AAGP,EAAA;AAEJ;AFqBoB;AACA;AG9DVA;AAXM;AACd,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACyB;AAEvB,EAAA;AACEC,oBAAAA;AACE,sBAAA;AAKA,sBAAA;AAKA,sBAAA;AAKF,IAAA;AACAD,oBAAAA;AAGF,EAAA;AAEJ;AAOgB;AAEZ,EAAA;AAEIC,oBAAAA;AACE,sBAAA;AAGA,sBAAA;AAGA,sBAAA;AAEI,wBAAA;AACA,wBAAA;AACA,wBAAA;AAEJ,MAAA;AACF,IAAA;AACAA,oBAAAA;AACE,sBAAA;AACA,sBAAA;AACF,IAAA;AAEJ,EAAA;AAEJ;AAOgB;AAEZ,EAAA;AAMJ;AHgCoB;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/chunk-E3WJQQGW.cjs","sourcesContent":[null,"'use client';\n\n/**\n * DevSectionView — the canonical chrome for ANY dev-center section\n * (Roadmap / Delivery / Releases). One component, used in BOTH:\n *\n * - tabbed `/roadmap-and-releases` (compact title mode, no `hero`)\n * - full-page `/roadmap`, `/bug-fixes-and-enhancements`, `/releases`\n * (hero mode with icon + description + back link)\n *\n * Owns: title rendering, the inline search input, the filter pill row,\n * and the URL-param wiring that connects both. The list `children`\n * receive a clean URL contract — they read `?<paramKey>=...` via\n * `useSearchParams()` and refetch on change. No duplicated controls.\n */\n\nimport type { ReactNode } from 'react';\nimport { useState, useEffect } from 'react';\nimport { useRouter, useSearchParams, usePathname } from '../../../embed-shims';\nimport { SearchInput } from '../../ui';\nimport { StatusFilterComponent } from '../../features';\nimport {\n OPENFRAME_DEV_SECTIONS,\n type OpenframeDevSectionKey,\n} from '../../../utils/dev-sections/openframe-dev-sections';\n\nexport interface DevSectionViewProps {\n /** Which section to render — drives title, search, and filter\n * config via the `OPENFRAME_DEV_SECTIONS` registry. */\n sectionKey: OpenframeDevSectionKey;\n /** When set, renders the rich page-level hero (icon + h1 + description).\n * Omit for the compact tab-context heading. */\n hero?: {\n /** Pre-rendered icon JSX. Server components render the icon themselves\n * and pass the element here — function references can't cross the\n * server→client boundary, but React elements can. */\n icon: ReactNode;\n /** Hero title. Falls back to `OPENFRAME_DEV_SECTIONS[sectionKey].hero.title`\n * when omitted, so embedders can override the (OpenFrame-specific) default\n * copy without forking the registry. */\n title?: string;\n description: string;\n };\n /** Optional slot rendered BETWEEN the hero and the search/filter\n * controls. Use this for an entry-action surface that should sit\n * above the list (e.g. the Help Center's \"Open a new ticket\" form).\n * The slot is wrapped in the same `gap-10` flex column so spacing\n * matches the surrounding chrome — callers should NOT add their\n * own top/bottom margin. Renders `null` (no DOM) when omitted. */\n preControls?: ReactNode;\n /** The page-specific list body. Reads URL params written by this\n * component (search input + filter pills). */\n children: ReactNode;\n}\n\nexport function DevSectionView({ sectionKey, hero, preControls, children }: DevSectionViewProps) {\n const section = OPENFRAME_DEV_SECTIONS[sectionKey];\n const router = useRouter();\n const pathname = usePathname();\n const searchParams = useSearchParams();\n\n const search = section.search;\n const filter = section.filter;\n\n const currentSearch = search ? searchParams.get(search.paramKey) || '' : '';\n const currentFilterValue = filter\n ? searchParams.get(filter.paramKey) || filter.defaultValue\n : '';\n\n // Controlled search-input state — input commits to the URL only on\n // Enter (not on every keystroke), preserving the legacy behavior.\n // Lazy init from URL avoids a brief flash of stale value on first\n // paint after URL-driven re-render (e.g. tab switch).\n const [searchValue, setSearchValue] = useState(() => currentSearch);\n useEffect(() => {\n setSearchValue(currentSearch);\n }, [currentSearch]);\n\n const handleSearchSubmit = (value: string) => {\n if (!search) return;\n const params = new URLSearchParams(searchParams.toString());\n if (value.trim()) params.set(search.paramKey, value.trim());\n else params.delete(search.paramKey);\n router.replace(`${pathname}?${params.toString()}`, { scroll: false });\n };\n\n const handleFilterChange = (value: string) => {\n if (!filter) return;\n const params = new URLSearchParams(searchParams.toString());\n if (value === filter.defaultValue) params.delete(filter.paramKey);\n else params.set(filter.paramKey, value);\n router.replace(`${pathname}?${params.toString()}`, { scroll: false });\n };\n\n return (\n <div className=\"w-full flex flex-col gap-10\">\n {hero ? (\n <div className=\"space-y-4\">\n <h1 className=\"text-h1 tracking-[-1.12px] text-ods-text-primary flex items-center gap-3\">\n {hero.icon}\n {hero.title ?? section.hero.title}\n </h1>\n <p className=\"font-['DM_Sans'] font-medium text-[18px] leading-[28px] text-ods-text-secondary max-w-3xl\">\n {hero.description}\n </p>\n </div>\n ) : (\n <div className=\"flex items-center justify-between w-full\">\n <h2 className=\"font-['Azeret_Mono'] font-semibold text-[32px] md:text-[40px] lg:text-[48px] leading-[40px] md:leading-[48px] lg:leading-[56px] text-ods-text-primary tracking-[-0.64px] md:tracking-[-0.8px] lg:tracking-[-0.96px]\">\n {section.hero.title}\n <span className=\"text-ods-accent\">:</span>\n </h2>\n </div>\n )}\n\n {preControls}\n\n {(search || filter) && (\n <div className=\"space-y-4\">\n {search && (\n <SearchInput\n showDropdown={false}\n placeholder={search.placeholder}\n value={searchValue}\n onChange={setSearchValue}\n onSubmit={handleSearchSubmit}\n />\n )}\n {filter && (\n <StatusFilterComponent\n selectedStatus={currentFilterValue}\n onStatusChange={handleFilterChange}\n statusOptions={[...filter.options]}\n />\n )}\n </div>\n )}\n\n {children}\n </div>\n );\n}\n","'use client';\n\n/**\n * DevSectionPage — full-page wrapper for a dev-center section\n * (`/roadmap`, `/bug-fixes-and-enhancements`, `/releases`).\n *\n * Mounts the lib's canonical `PageLayout` directly (no in-app wrapper)\n * so the back-button affordance stays in lockstep with whatever the\n * design system ships — any future lib change to BackButton / TitleBlock\n * propagates automatically.\n *\n * Composition: `PageShell` → `PageLayout` (back-to-home wired) →\n * `DevSectionView` (icon hero + search + filter pills) → list body.\n *\n * Adding a new section is one entry in `OPENFRAME_DEV_SECTIONS` plus a\n * single-line page file mounting this factory with the new key.\n */\n\nimport type { ReactNode } from 'react';\nimport { useRouter } from '../../../embed-shims/next-navigation';\nimport { PageShell, PageLayout } from '../../ui';\nimport { DevSectionView } from './dev-section-view';\nimport {\n OPENFRAME_DEV_SECTIONS,\n type OpenframeDevSectionKey,\n} from '../../../utils/dev-sections/openframe-dev-sections';\n\nconst SECTION_HERO_ICON_CLASS = 'h-10 w-10 text-ods-accent';\n\nexport interface DevSectionPageProps {\n sectionKey: OpenframeDevSectionKey;\n /** The page-specific list body (e.g. `<RoadmapList />`). */\n children: ReactNode;\n /** Optional slot rendered BETWEEN the hero and search/filter — see\n * `DevSectionView.preControls`. Used by surfaces that want an entry\n * action (e.g. Help Center's \"Open a new ticket\" form) above the\n * controls instead of below them. */\n preControls?: ReactNode;\n /** Back-button config — same shape as `LegalDocumentPage` /\n * `ReleaseDetailPage`. Pass `false` to hide entirely. Default\n * `{ label: 'Back to home', href: '/' }` — embedders whose \"home\" isn't `/`\n * should override `href`, or pass `false` if the embed has no home page. */\n backButton?: { label?: string; href?: string } | false;\n /** Override the hero title. Defaults to the (OpenFrame-specific) copy in\n * `OPENFRAME_DEV_SECTIONS[sectionKey].hero.title`. Set this to brand the\n * section for a non-OpenFrame embed. */\n title?: string;\n /** Override the hero subtitle/description. Defaults to\n * `OPENFRAME_DEV_SECTIONS[sectionKey].hero.description`. */\n subtitle?: string;\n}\n\nexport function DevSectionPage({\n sectionKey,\n children,\n preControls,\n backButton,\n title,\n subtitle,\n}: DevSectionPageProps) {\n const router = useRouter();\n const section = OPENFRAME_DEV_SECTIONS[sectionKey];\n const Icon = section.icon;\n\n // Back-button config — mirrors LegalDocumentPage / ReleaseDetailPage.\n // Default: { label: 'Back to home', href: '/' }. Pass `false` to hide.\n // After `backButton &&` narrowing, inner type is `{ label?, href? } |\n // undefined`; don't re-compare to `false` (TS2367).\n const backCfg =\n backButton === false\n ? undefined\n : {\n label: (backButton ? backButton.label : undefined) ?? 'Back to home',\n onClick: () => router.push((backButton ? backButton.href : undefined) ?? '/'),\n };\n\n return (\n <PageShell>\n <PageLayout backButton={backCfg}>\n <DevSectionView\n sectionKey={sectionKey}\n hero={{\n icon: <Icon className={SECTION_HERO_ICON_CLASS} />,\n title,\n description: subtitle ?? section.hero.description,\n }}\n preControls={preControls}\n >\n {children}\n </DevSectionView>\n </PageLayout>\n </PageShell>\n );\n}\n","'use client';\n\n/**\n * Shared row chrome for any `DevSectionPage` list (delivery, tickets,\n * future sections). One source of truth for the layout that every\n * dev-section card row uses:\n * left column → title (h3) / subtitle (h5 uppercase) / description\n * (h4 line-clamp-3), each in a fixed min-height block\n * so rows align across the grid\n * right column → caller-supplied stacked badges\n *\n * Surface stays small on purpose — `rightBadges` is a `ReactNode` so\n * the caller decides how many badges (delivery: 2, tickets: 1-2,\n * future: anything). No behavior baked in: the caller wraps the row\n * in a `<div>` (static, like delivery) or `<button>` (clickable, like\n * tickets) and renders the row content via this component.\n *\n * Pair with `DevCardRowSkeletonList` for the loading state — the\n * skeleton mirrors the same min-heights so the in-flight UI doesn't\n * shift the layout when real data lands.\n *\n * NOTE: the ticket conversation row is NOT here — it renders the shared\n * `<ChatMessageRow>` (`components/chat/chat-message-row.tsx`), the SAME\n * component the OpenMSP Slack-community feed uses, so the two surfaces stay\n * pixel-identical by construction.\n */\n\nimport type { ReactNode } from 'react';\n\nexport interface DevCardRowContentProps {\n title: string;\n /** Single-line uppercase metadata (e.g. \"UPDATED today, #4271, Code review\"). */\n subtitle: string;\n /** 3-line description block. Empty string renders the fallback. */\n description: string;\n /** Fallback copy when `description` is empty. Defaults to a generic\n * string; ticket / delivery surfaces override. */\n emptyDescription?: string;\n /** Right column — caller renders its own stacked badges. */\n rightBadges: ReactNode;\n}\n\nexport function DevCardRowContent({\n title,\n subtitle,\n description,\n emptyDescription = 'No description provided',\n rightBadges,\n}: DevCardRowContentProps) {\n return (\n <div className=\"flex flex-col md:flex-row items-start justify-between gap-[12px] md:gap-[16px] w-full\">\n <div className=\"flex-1 min-w-0 w-full md:w-auto flex flex-col gap-[12px] md:gap-[16px]\">\n <div className=\"min-h-[24px] flex items-center\">\n <h3 className=\"text-h3 text-ods-text-primary tracking-[-0.36px] flex-1 line-clamp-2 md:truncate break-words\">\n {title}\n </h3>\n </div>\n <div className=\"min-h-[20px] flex items-center\">\n <p className=\"text-h5 text-ods-text-secondary uppercase tracking-[-0.28px] truncate\">\n {subtitle}\n </p>\n </div>\n <div className=\"min-h-[72px] flex items-center\">\n <p className=\"text-h4 text-ods-text-secondary line-clamp-3 break-words\">\n {description || emptyDescription}\n </p>\n </div>\n </div>\n <div className=\"flex-shrink-0 self-start flex flex-col gap-2\">\n {rightBadges}\n </div>\n </div>\n );\n}\n\n/**\n * Skeleton rendering for a single row — the bars mirror the same\n * min-heights as `DevCardRowContent` so the loading→loaded swap\n * doesn't reflow.\n */\nexport function DevCardRowSkeleton() {\n return (\n <div className=\"border-b border-ods-border last:border-b-0 p-[12px] md:p-[16px]\">\n <div className=\"flex flex-col md:flex-row items-start justify-between gap-[12px] md:gap-[16px] w-full\">\n <div className=\"flex-1 min-w-0 w-full md:w-auto flex flex-col gap-[12px] md:gap-[16px]\">\n <div className=\"min-h-[24px] flex items-center\">\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-full\" />\n </div>\n <div className=\"min-h-[20px] flex items-center\">\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-1/2\" />\n </div>\n <div className=\"min-h-[72px] flex items-center\">\n <div className=\"flex-1 space-y-1\">\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-full\" />\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-full\" />\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-2/3\" />\n </div>\n </div>\n </div>\n <div className=\"flex-shrink-0 self-start flex flex-col gap-2\">\n <div className=\"h-[32px] w-[100px] bg-ods-border rounded animate-pulse\" />\n <div className=\"h-[32px] w-[120px] bg-ods-border rounded animate-pulse\" />\n </div>\n </div>\n </div>\n );\n}\n\n/**\n * The standard \"5 skeleton rows inside a bordered card\" loading state\n * used by every list shell. Both delivery (`delivery-table.tsx`) and\n * tickets (`tickets-list.tsx`) mount this directly.\n */\nexport function DevCardRowSkeletonList({ rows = 5 }: { rows?: number }) {\n return (\n <div className=\"bg-ods-card border border-ods-border rounded-[6px] overflow-hidden w-full\">\n {Array.from({ length: rows }, (_, i) => (\n <DevCardRowSkeleton key={i} />\n ))}\n </div>\n );\n}\n"]}
1
+ {"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/chunk-VXYYZFVV.cjs","../src/components/shared/dev-section/dev-section-view.tsx","../src/components/shared/dev-section/dev-section-page.tsx","../src/components/shared/dev-section/dev-card-row.tsx"],"names":["jsx","jsxs"],"mappings":"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","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/chunk-VXYYZFVV.cjs","sourcesContent":[null,"'use client';\n\n/**\n * DevSectionView — the canonical chrome for ANY dev-center section\n * (Roadmap / Delivery / Releases). One component, used in BOTH:\n *\n * - tabbed `/roadmap-and-releases` (compact title mode, no `hero`)\n * - full-page `/roadmap`, `/bug-fixes-and-enhancements`, `/releases`\n * (hero mode with icon + description + back link)\n *\n * Owns: title rendering, the inline search input, the filter pill row,\n * and the URL-param wiring that connects both. The list `children`\n * receive a clean URL contract — they read `?<paramKey>=...` via\n * `useSearchParams()` and refetch on change. No duplicated controls.\n */\n\nimport type { ReactNode } from 'react';\nimport { useState, useEffect } from 'react';\nimport { useRouter, useSearchParams, usePathname } from '../../../embed-shims';\nimport { SearchInput } from '../../ui';\nimport { StatusFilterComponent } from '../../features';\nimport {\n OPENFRAME_DEV_SECTIONS,\n type OpenframeDevSectionKey,\n} from '../../../utils/dev-sections/openframe-dev-sections';\n\nexport interface DevSectionViewProps {\n /** Which section to render — drives title, search, and filter\n * config via the `OPENFRAME_DEV_SECTIONS` registry. */\n sectionKey: OpenframeDevSectionKey;\n /** When set, renders the rich page-level hero (icon + h1 + description).\n * Omit for the compact tab-context heading. */\n hero?: {\n /** Pre-rendered icon JSX. Server components render the icon themselves\n * and pass the element here — function references can't cross the\n * server→client boundary, but React elements can. */\n icon: ReactNode;\n /** Hero title. Falls back to `OPENFRAME_DEV_SECTIONS[sectionKey].hero.title`\n * when omitted, so embedders can override the (OpenFrame-specific) default\n * copy without forking the registry. */\n title?: string;\n description: string;\n };\n /** Optional slot rendered BETWEEN the hero and the search/filter\n * controls. Use this for an entry-action surface that should sit\n * above the list (e.g. the Help Center's \"Open a new ticket\" form).\n * The slot is wrapped in the same `gap-10` flex column so spacing\n * matches the surrounding chrome — callers should NOT add their\n * own top/bottom margin. Renders `null` (no DOM) when omitted. */\n preControls?: ReactNode;\n /** The page-specific list body. Reads URL params written by this\n * component (search input + filter pills). */\n children: ReactNode;\n}\n\nexport function DevSectionView({ sectionKey, hero, preControls, children }: DevSectionViewProps) {\n const section = OPENFRAME_DEV_SECTIONS[sectionKey];\n const router = useRouter();\n const pathname = usePathname();\n const searchParams = useSearchParams();\n\n const search = section.search;\n const filter = section.filter;\n\n const currentSearch = search ? searchParams.get(search.paramKey) || '' : '';\n const currentFilterValue = filter\n ? searchParams.get(filter.paramKey) || filter.defaultValue\n : '';\n\n // Controlled search-input state — input commits to the URL only on\n // Enter (not on every keystroke), preserving the legacy behavior.\n // Lazy init from URL avoids a brief flash of stale value on first\n // paint after URL-driven re-render (e.g. tab switch).\n const [searchValue, setSearchValue] = useState(() => currentSearch);\n useEffect(() => {\n setSearchValue(currentSearch);\n }, [currentSearch]);\n\n const handleSearchSubmit = (value: string) => {\n if (!search) return;\n const params = new URLSearchParams(searchParams.toString());\n if (value.trim()) params.set(search.paramKey, value.trim());\n else params.delete(search.paramKey);\n router.replace(`${pathname}?${params.toString()}`, { scroll: false });\n };\n\n const handleFilterChange = (value: string) => {\n if (!filter) return;\n const params = new URLSearchParams(searchParams.toString());\n if (value === filter.defaultValue) params.delete(filter.paramKey);\n else params.set(filter.paramKey, value);\n router.replace(`${pathname}?${params.toString()}`, { scroll: false });\n };\n\n return (\n <div className=\"w-full flex flex-col gap-10\">\n {hero ? (\n <div className=\"space-y-4\">\n <h1 className=\"text-h1 tracking-[-1.12px] text-ods-text-primary flex items-center gap-3\">\n {hero.icon}\n {hero.title ?? section.hero.title}\n </h1>\n <p className=\"font-['DM_Sans'] font-medium text-[18px] leading-[28px] text-ods-text-secondary max-w-3xl\">\n {hero.description}\n </p>\n </div>\n ) : (\n <div className=\"flex items-center justify-between w-full\">\n <h2 className=\"font-['Azeret_Mono'] font-semibold text-[32px] md:text-[40px] lg:text-[48px] leading-[40px] md:leading-[48px] lg:leading-[56px] text-ods-text-primary tracking-[-0.64px] md:tracking-[-0.8px] lg:tracking-[-0.96px]\">\n {section.hero.title}\n <span className=\"text-ods-accent\">:</span>\n </h2>\n </div>\n )}\n\n {preControls}\n\n {(search || filter) && (\n <div className=\"space-y-4\">\n {search && (\n <SearchInput\n showDropdown={false}\n placeholder={search.placeholder}\n value={searchValue}\n onChange={setSearchValue}\n onSubmit={handleSearchSubmit}\n />\n )}\n {filter && (\n <StatusFilterComponent\n selectedStatus={currentFilterValue}\n onStatusChange={handleFilterChange}\n statusOptions={[...filter.options]}\n />\n )}\n </div>\n )}\n\n {children}\n </div>\n );\n}\n","'use client';\n\n/**\n * DevSectionPage — full-page wrapper for a dev-center section\n * (`/roadmap`, `/bug-fixes-and-enhancements`, `/releases`).\n *\n * Mounts the lib's canonical `PageLayout` directly (no in-app wrapper)\n * so the back-button affordance stays in lockstep with whatever the\n * design system ships — any future lib change to BackButton / TitleBlock\n * propagates automatically.\n *\n * Composition: `PageShell` → `PageLayout` (back-to-home wired) →\n * `DevSectionView` (icon hero + search + filter pills) → list body.\n *\n * Adding a new section is one entry in `OPENFRAME_DEV_SECTIONS` plus a\n * single-line page file mounting this factory with the new key.\n */\n\nimport type { ReactNode } from 'react';\nimport { useRouter } from '../../../embed-shims/next-navigation';\nimport { PageShell, PageLayout } from '../../ui';\nimport { DevSectionView } from './dev-section-view';\nimport {\n OPENFRAME_DEV_SECTIONS,\n type OpenframeDevSectionKey,\n} from '../../../utils/dev-sections/openframe-dev-sections';\n\nconst SECTION_HERO_ICON_CLASS = 'h-10 w-10 text-ods-accent';\n\nexport interface DevSectionPageProps {\n sectionKey: OpenframeDevSectionKey;\n /** The page-specific list body (e.g. `<RoadmapList />`). */\n children: ReactNode;\n /** Optional slot rendered BETWEEN the hero and search/filter — see\n * `DevSectionView.preControls`. Used by surfaces that want an entry\n * action (e.g. Help Center's \"Open a new ticket\" form) above the\n * controls instead of below them. */\n preControls?: ReactNode;\n /** Back-button config — same shape as `LegalDocumentPage` /\n * `ReleaseDetailPage`. Pass `false` to hide entirely. Default\n * `{ label: 'Back to home', href: '/' }` — embedders whose \"home\" isn't `/`\n * should override `href`, or pass `false` if the embed has no home page. */\n backButton?: { label?: string; href?: string } | false;\n /** Override the hero title. Defaults to the (OpenFrame-specific) copy in\n * `OPENFRAME_DEV_SECTIONS[sectionKey].hero.title`. Set this to brand the\n * section for a non-OpenFrame embed. */\n title?: string;\n /** Override the hero subtitle/description. Defaults to\n * `OPENFRAME_DEV_SECTIONS[sectionKey].hero.description`. */\n subtitle?: string;\n}\n\nexport function DevSectionPage({\n sectionKey,\n children,\n preControls,\n backButton,\n title,\n subtitle,\n}: DevSectionPageProps) {\n const router = useRouter();\n const section = OPENFRAME_DEV_SECTIONS[sectionKey];\n const Icon = section.icon;\n\n // Back-button config — mirrors LegalDocumentPage / ReleaseDetailPage.\n // Default: { label: 'Back to home', href: '/' }. Pass `false` to hide.\n // After `backButton &&` narrowing, inner type is `{ label?, href? } |\n // undefined`; don't re-compare to `false` (TS2367).\n const backCfg =\n backButton === false\n ? undefined\n : {\n label: (backButton ? backButton.label : undefined) ?? 'Back to home',\n onClick: () => router.push((backButton ? backButton.href : undefined) ?? '/'),\n };\n\n return (\n <PageShell>\n <PageLayout backButton={backCfg}>\n <DevSectionView\n sectionKey={sectionKey}\n hero={{\n icon: <Icon className={SECTION_HERO_ICON_CLASS} />,\n title,\n description: subtitle ?? section.hero.description,\n }}\n preControls={preControls}\n >\n {children}\n </DevSectionView>\n </PageLayout>\n </PageShell>\n );\n}\n","'use client';\n\n/**\n * Shared row chrome for any `DevSectionPage` list (delivery, tickets,\n * future sections). One source of truth for the layout that every\n * dev-section card row uses:\n * left column → title (h3) / subtitle (h5 uppercase) / description\n * (h4 line-clamp-3), each in a fixed min-height block\n * so rows align across the grid\n * right column → caller-supplied stacked badges\n *\n * Surface stays small on purpose — `rightBadges` is a `ReactNode` so\n * the caller decides how many badges (delivery: 2, tickets: 1-2,\n * future: anything). No behavior baked in: the caller wraps the row\n * in a `<div>` (static, like delivery) or `<button>` (clickable, like\n * tickets) and renders the row content via this component.\n *\n * Pair with `DevCardRowSkeletonList` for the loading state — the\n * skeleton mirrors the same min-heights so the in-flight UI doesn't\n * shift the layout when real data lands.\n *\n * NOTE: the ticket conversation row is NOT here — it renders the shared\n * `<ChatMessageRow>` (`components/chat/chat-message-row.tsx`), the SAME\n * component the OpenMSP Slack-community feed uses, so the two surfaces stay\n * pixel-identical by construction.\n */\n\nimport type { ReactNode } from 'react';\n\nexport interface DevCardRowContentProps {\n title: string;\n /** Single-line uppercase metadata (e.g. \"UPDATED today, #4271, Code review\"). */\n subtitle: string;\n /** 3-line description block. Empty string renders the fallback. */\n description: string;\n /** Fallback copy when `description` is empty. Defaults to a generic\n * string; ticket / delivery surfaces override. */\n emptyDescription?: string;\n /** Right column — caller renders its own stacked badges. */\n rightBadges: ReactNode;\n}\n\nexport function DevCardRowContent({\n title,\n subtitle,\n description,\n emptyDescription = 'No description provided',\n rightBadges,\n}: DevCardRowContentProps) {\n return (\n <div className=\"flex flex-col md:flex-row items-start justify-between gap-[12px] md:gap-[16px] w-full\">\n <div className=\"flex-1 min-w-0 w-full md:w-auto flex flex-col gap-[12px] md:gap-[16px]\">\n <div className=\"min-h-[24px] flex items-center\">\n <h3 className=\"text-h3 text-ods-text-primary tracking-[-0.36px] flex-1 line-clamp-2 md:truncate break-words\">\n {title}\n </h3>\n </div>\n <div className=\"min-h-[20px] flex items-center\">\n <p className=\"text-h5 text-ods-text-secondary uppercase tracking-[-0.28px] truncate\">\n {subtitle}\n </p>\n </div>\n <div className=\"min-h-[72px] flex items-center\">\n <p className=\"text-h4 text-ods-text-secondary line-clamp-3 break-words\">\n {description || emptyDescription}\n </p>\n </div>\n </div>\n <div className=\"flex-shrink-0 self-start flex flex-col gap-2\">\n {rightBadges}\n </div>\n </div>\n );\n}\n\n/**\n * Skeleton rendering for a single row — the bars mirror the same\n * min-heights as `DevCardRowContent` so the loading→loaded swap\n * doesn't reflow.\n */\nexport function DevCardRowSkeleton() {\n return (\n <div className=\"border-b border-ods-border last:border-b-0 p-[12px] md:p-[16px]\">\n <div className=\"flex flex-col md:flex-row items-start justify-between gap-[12px] md:gap-[16px] w-full\">\n <div className=\"flex-1 min-w-0 w-full md:w-auto flex flex-col gap-[12px] md:gap-[16px]\">\n <div className=\"min-h-[24px] flex items-center\">\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-full\" />\n </div>\n <div className=\"min-h-[20px] flex items-center\">\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-1/2\" />\n </div>\n <div className=\"min-h-[72px] flex items-center\">\n <div className=\"flex-1 space-y-1\">\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-full\" />\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-full\" />\n <div className=\"h-[20px] bg-ods-border rounded animate-pulse w-2/3\" />\n </div>\n </div>\n </div>\n <div className=\"flex-shrink-0 self-start flex flex-col gap-2\">\n <div className=\"h-[32px] w-[100px] bg-ods-border rounded animate-pulse\" />\n <div className=\"h-[32px] w-[120px] bg-ods-border rounded animate-pulse\" />\n </div>\n </div>\n </div>\n );\n}\n\n/**\n * The standard \"5 skeleton rows inside a bordered card\" loading state\n * used by every list shell. Both delivery (`delivery-table.tsx`) and\n * tickets (`tickets-list.tsx`) mount this directly.\n */\nexport function DevCardRowSkeletonList({ rows = 5 }: { rows?: number }) {\n return (\n <div className=\"bg-ods-card border border-ods-border rounded-[6px] overflow-hidden w-full\">\n {Array.from({ length: rows }, (_, i) => (\n <DevCardRowSkeleton key={i} />\n ))}\n </div>\n );\n}\n"]}
@@ -6,7 +6,7 @@ import {
6
6
  TASK_TYPE_TEXT_COLORS,
7
7
  getStatusColorScheme,
8
8
  init_pagination
9
- } from "./chunk-K252FYE5.js";
9
+ } from "./chunk-G6EKFWIC.js";
10
10
  import {
11
11
  Button,
12
12
  init_button2 as init_button
@@ -299,4 +299,4 @@ export {
299
299
  init_unified_pagination,
300
300
  DeliveryRow
301
301
  };
302
- //# sourceMappingURL=chunk-YE62NF6I.js.map
302
+ //# sourceMappingURL=chunk-WLCBY6ZO.js.map
@@ -214,12 +214,12 @@
214
214
 
215
215
 
216
216
 
217
- var _chunkQFC725WUcjs = require('../../chunk-QFC725WU.cjs');
217
+ var _chunkL65QBRV5cjs = require('../../chunk-L65QBRV5.cjs');
218
218
  require('../../chunk-XL4V2PYG.cjs');
219
219
  require('../../chunk-BZFW3FOF.cjs');
220
220
  require('../../chunk-E6B4B7GM.cjs');
221
221
  require('../../chunk-WBR7H6E3.cjs');
222
- require('../../chunk-JUWPBMQM.cjs');
222
+ require('../../chunk-GYRRSOTR.cjs');
223
223
  require('../../chunk-G7UE6RKV.cjs');
224
224
  require('../../chunk-MWW7LKDN.cjs');
225
225
  require('../../chunk-2TBN53KY.cjs');
@@ -445,5 +445,5 @@ require('../../chunk-VRHGVLSL.cjs');
445
445
 
446
446
 
447
447
 
448
- exports.ANTHROPIC_SUPPORTED_IMAGE_MIME = _chunkQFC725WUcjs.ANTHROPIC_SUPPORTED_IMAGE_MIME; exports.APPROVAL_STATUS = _chunkQFC725WUcjs.APPROVAL_STATUS; exports.ASSISTANT_TYPE = _chunkQFC725WUcjs.ASSISTANT_TYPE; exports.AUTHOR_TYPE = _chunkQFC725WUcjs.AUTHOR_TYPE; exports.AUTO_CONTINUATION_DIRECTIVE_PREFIX = _chunkQFC725WUcjs.AUTO_CONTINUATION_DIRECTIVE_PREFIX; exports.AdminContentCard = _chunkQFC725WUcjs.AdminContentCard; exports.ApprovalBatchMessage = _chunkQFC725WUcjs.ApprovalBatchMessage; exports.ApprovalRequestMessage = _chunkQFC725WUcjs.ApprovalRequestMessage; exports.ArchiveChatModal = _chunkQFC725WUcjs.ArchiveChatModal; exports.ArgRow = _chunkQFC725WUcjs.ArgRow; exports.BlockCard = _chunkQFC725WUcjs.BlockCard; exports.BlogCard = _chunkQFC725WUcjs.BlogCard; exports.BlogCardSkeleton = _chunkQFC725WUcjs.BlogCardSkeleton; exports.BlogImagePlaceholder = _chunkQFC725WUcjs.BlogImagePlaceholder; exports.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER = _chunkQFC725WUcjs.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER; exports.CHAT_ATTACHMENT_MARKDOWN_PATTERN = _chunkQFC725WUcjs.CHAT_ATTACHMENT_MARKDOWN_PATTERN; exports.CHAT_ATTACHMENT_MIME_TYPES = _chunkQFC725WUcjs.CHAT_ATTACHMENT_MIME_TYPES; exports.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM = _chunkQFC725WUcjs.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX = _chunkQFC725WUcjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED = _chunkQFC725WUcjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED; exports.CHAT_TYPE = _chunkQFC725WUcjs.CHAT_TYPE; exports.CHIP_ACTION_BUTTON_CLASS = _chunkQFC725WUcjs.CHIP_ACTION_BUTTON_CLASS; exports.COMPACT_CARD_ICON_SLOT = _chunkQFC725WUcjs.COMPACT_CARD_ICON_SLOT; exports.COMPACT_CARD_IMAGE_SLOT = _chunkQFC725WUcjs.COMPACT_CARD_IMAGE_SLOT; exports.COMPACT_CARD_META_ROW = _chunkQFC725WUcjs.COMPACT_CARD_META_ROW; exports.COMPACT_CARD_META_ROW_BOX = _chunkQFC725WUcjs.COMPACT_CARD_META_ROW_BOX; exports.COMPACT_CARD_OUTER = _chunkQFC725WUcjs.COMPACT_CARD_OUTER; exports.COMPACT_CARD_OUTER_STATIC = _chunkQFC725WUcjs.COMPACT_CARD_OUTER_STATIC; exports.COMPACT_CARD_ROW_FILLER = _chunkQFC725WUcjs.COMPACT_CARD_ROW_FILLER; exports.COMPACT_CARD_SKELETON_IMAGE_SLOT = _chunkQFC725WUcjs.COMPACT_CARD_SKELETON_IMAGE_SLOT; exports.COMPACT_CARD_SKELETON_OUTER = _chunkQFC725WUcjs.COMPACT_CARD_SKELETON_OUTER; exports.COMPACT_CARD_SUBTITLE = _chunkQFC725WUcjs.COMPACT_CARD_SUBTITLE; exports.COMPACT_CARD_SUMMARY = _chunkQFC725WUcjs.COMPACT_CARD_SUMMARY; exports.COMPACT_CARD_TEXT_COL = _chunkQFC725WUcjs.COMPACT_CARD_TEXT_COL; exports.COMPACT_CARD_TITLE = _chunkQFC725WUcjs.COMPACT_CARD_TITLE; exports.COMPACT_CARD_TITLE_ROW = _chunkQFC725WUcjs.COMPACT_CARD_TITLE_ROW; exports.COMPACT_HEADER_BUTTON = _chunkQFC725WUcjs.COMPACT_HEADER_BUTTON; exports.CONNECTION_STATUS = _chunkQFC725WUcjs.CONNECTION_STATUS; exports.CUSTOM_ITEM_ID = _chunkQFC725WUcjs.CUSTOM_ITEM_ID; exports.CampaignCardAdmin = _chunkQFC725WUcjs.CampaignCardAdmin; exports.CampaignCardAdminSkeleton = _chunkQFC725WUcjs.CampaignCardAdminSkeleton; exports.CaseStudyCard = _chunkQFC725WUcjs.CaseStudyCard; exports.CaseStudyCardSkeleton = _chunkQFC725WUcjs.CaseStudyCardSkeleton; exports.ChatArchivePage = _chunkQFC725WUcjs.ChatArchivePage; exports.ChatAttachmentAddButton = _chunkQFC725WUcjs.ChatAttachmentAddButton; exports.ChatAttachmentChipStrip = _chunkQFC725WUcjs.ChatAttachmentChipStrip; exports.ChatCardLoader = _chunkQFC725WUcjs.ChatCardLoader; exports.ChatComposer = _chunkQFC725WUcjs.ChatComposer; exports.ChatContainer = _chunkQFC725WUcjs.ChatContainer; exports.ChatContent = _chunkQFC725WUcjs.ChatContent; exports.ChatDialogModals = _chunkQFC725WUcjs.ChatDialogModals; exports.ChatFooter = _chunkQFC725WUcjs.ChatFooter; exports.ChatHeader = _chunkQFC725WUcjs.ChatHeader; exports.ChatHeaderIconButton = _chunkQFC725WUcjs.ChatHeaderIconButton; exports.ChatIdentityProvider = _chunkQFC725WUcjs.ChatIdentityProvider; exports.ChatInput = _chunkQFC725WUcjs.ChatInput; exports.ChatMessageEnhanced = _chunkQFC725WUcjs.MemoizedChatMessageEnhanced; exports.ChatMessageList = _chunkQFC725WUcjs.ChatMessageList; exports.ChatMessageRow = _chunkQFC725WUcjs.ChatMessageRow; exports.ChatMessageRowSkeleton = _chunkQFC725WUcjs.ChatMessageRowSkeleton; exports.ChatPanelHeader = _chunkQFC725WUcjs.ChatPanelHeader; exports.ChatQuickAction = _chunkQFC725WUcjs.ChatQuickAction; exports.ChatSidebar = _chunkQFC725WUcjs.ChatSidebar; exports.ChatTicketItem = _chunkQFC725WUcjs.ChatTicketItem; exports.ChatTicketList = _chunkQFC725WUcjs.ChatTicketList; exports.ChatTypingIndicator = _chunkQFC725WUcjs.ChatTypingIndicator; exports.ChatVideoEntityCard = _chunkQFC725WUcjs.ChatVideoEntityCard; exports.ContextCompactionDisplay = _chunkQFC725WUcjs.ContextCompactionDisplay; exports.CustomerInterviewCard = _chunkQFC725WUcjs.CustomerInterviewCard; exports.CustomerInterviewCardSkeleton = _chunkQFC725WUcjs.CustomerInterviewCardSkeleton; exports.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID = _chunkQFC725WUcjs.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID; exports.DataRoomDocCard = _chunkQFC725WUcjs.DataRoomDocCard; exports.DataRoomDocCardSkeleton = _chunkQFC725WUcjs.DataRoomDocCardSkeleton; exports.DialogListItem = _chunkQFC725WUcjs.DialogListItem; exports.EMPTY_AUTHOR_PLACEHOLDER = _chunkQFC725WUcjs.EMPTY_AUTHOR_PLACEHOLDER; exports.EmbeddableChat = _chunkQFC725WUcjs.EmbeddableChat; exports.EntityAuthorCard = _chunkQFC725WUcjs.EntityAuthorCard; exports.EntityMetadataAuthorCell = _chunkQFC725WUcjs.EntityMetadataAuthorCell; exports.EntityMetadataValueCell = _chunkQFC725WUcjs.EntityMetadataValueCell; exports.ErrorMessageDisplay = _chunkQFC725WUcjs.ErrorMessageDisplay; exports.ExpandChevron = _chunkQFC725WUcjs.ExpandChevron; exports.GenericEntityCard = _chunkQFC725WUcjs.GenericEntityCard; exports.GenericEntityCardSkeleton = _chunkQFC725WUcjs.GenericEntityCardSkeleton; exports.GitHubActivityCard = _chunkQFC725WUcjs.GitHubActivityCard; exports.GitHubActivityCardSkeleton = _chunkQFC725WUcjs.GitHubActivityCardSkeleton; exports.GuideModeBanner = _chunkQFC725WUcjs.GuideModeBanner; exports.GuideWelcome = _chunkQFC725WUcjs.GuideWelcome; exports.HubspotTicketCard = _chunkQFC725WUcjs.HubspotTicketCard; exports.HubspotTicketCardSkeleton = _chunkQFC725WUcjs.HubspotTicketCardSkeleton; exports.ICON_REGISTRY = _chunkQFC725WUcjs.ICON_REGISTRY; exports.InvestorUpdateCard = _chunkQFC725WUcjs.InvestorUpdateCard; exports.InvestorUpdateCardSkeleton = _chunkQFC725WUcjs.InvestorUpdateCardSkeleton; exports.MESSAGE_ROLE = _chunkQFC725WUcjs.MESSAGE_ROLE; exports.MESSAGE_TYPE = _chunkQFC725WUcjs.MESSAGE_TYPE; exports.MessageSegmentAccumulator = _chunkQFC725WUcjs.MessageSegmentAccumulator; exports.MingoChatHistory = _chunkQFC725WUcjs.MingoChatHistory; exports.MingoChatHistorySkeleton = _chunkQFC725WUcjs.MingoChatHistorySkeleton; exports.MingoOnboardingCard = _chunkQFC725WUcjs.MingoOnboardingCard; exports.MingoOnboardingCardSkeleton = _chunkQFC725WUcjs.MingoOnboardingCardSkeleton; exports.MingoOnboardingListSkeleton = _chunkQFC725WUcjs.MingoOnboardingListSkeleton; exports.MingoWelcome = _chunkQFC725WUcjs.MingoWelcome; exports.ModelDisplay = _chunkQFC725WUcjs.ModelDisplay; exports.NETWORK_CONFIG = _chunkQFC725WUcjs.NETWORK_CONFIG; exports.NEW_TAB_FEATURES = _chunkQFC725WUcjs.NEW_TAB_FEATURES; exports.NavLinkAnchorViaRuntime = _chunkQFC725WUcjs.NavLinkAnchorViaRuntime; exports.OWNER_TYPE = _chunkQFC725WUcjs.OWNER_TYPE; exports.OnboardingGuideCard = _chunkQFC725WUcjs.OnboardingGuideCard; exports.OnboardingGuideCardSkeleton = _chunkQFC725WUcjs.OnboardingGuideCardSkeleton; exports.ProductReleaseCard = _chunkQFC725WUcjs.ProductReleaseCard; exports.ProductReleaseCardSkeleton = _chunkQFC725WUcjs.ProductReleaseCardSkeleton; exports.ProgramCard = _chunkQFC725WUcjs.ProgramCard; exports.ProgramCardSkeleton = _chunkQFC725WUcjs.ProgramCardSkeleton; exports.RenameChatModal = _chunkQFC725WUcjs.RenameChatModal; exports.ResultBlock = _chunkQFC725WUcjs.ResultBlock; exports.RoadmapCard = _chunkQFC725WUcjs.RoadmapCard; exports.RoadmapCardSkeleton = _chunkQFC725WUcjs.RoadmapCardSkeleton; exports.RoadmapVoteButton = _chunkQFC725WUcjs.RoadmapVoteButton; exports.SCROLL_ANCHOR = _chunkQFC725WUcjs.SCROLL_ANCHOR; exports.SCROLL_ANCHOR_WIRE_KEY = _chunkQFC725WUcjs.SCROLL_ANCHOR_WIRE_KEY; exports.SOURCE_ICON_NAMES = _chunkQFC725WUcjs.SOURCE_ICON_NAMES; exports.SOURCE_LABELS_BY_TABLE = _chunkQFC725WUcjs.SOURCE_LABELS_BY_TABLE; exports.SlackMessageCard = _chunkQFC725WUcjs.SlackMessageCard; exports.SlackMessageCardSkeleton = _chunkQFC725WUcjs.SlackMessageCardSkeleton; exports.SlashCommandSuggestions = _chunkQFC725WUcjs.SlashCommandSuggestions; exports.SourceActionButton = _chunkQFC725WUcjs.SourceActionButton; exports.TaskTypeIcon = _chunkQFC725WUcjs.TaskTypeIcon; exports.ThinkingDisplay = _chunkQFC725WUcjs.ThinkingDisplay; exports.ToolExecutionDisplay = _chunkQFC725WUcjs.ToolExecutionDisplay; exports.UnarchiveChatModal = _chunkQFC725WUcjs.UnarchiveChatModal; exports.applyProxyAuth = _chunkQFC725WUcjs.applyProxyAuth; exports.buildAnchorProps = _chunkQFC725WUcjs.buildAnchorProps; exports.buildAutoContinuationDirective = _chunkQFC725WUcjs.buildAutoContinuationDirective; exports.buildChatAttachmentViewUrl = _chunkQFC725WUcjs.buildChatAttachmentViewUrl; exports.buildChatRefKey = _chunkQFC725WUcjs.buildChatRefKey; exports.buildDiscussAddendum = _chunkQFC725WUcjs.buildDiscussAddendum; exports.buildNatsWsUrl = _chunkQFC725WUcjs.buildNatsWsUrl; exports.buildProductReleaseCardProps = _chunkQFC725WUcjs.buildProductReleaseCardProps; exports.chatAuthedFetch = _chunkQFC725WUcjs.embedAuthedFetch; exports.chatChipClass = _chunkQFC725WUcjs.chatChipClass; exports.clearChatProxyAuth = _chunkQFC725WUcjs.clearEmbedProxyAuth; exports.clickupTaskUrl = _chunkQFC725WUcjs.clickupTaskUrl; exports.computeIsNewTab = _chunkQFC725WUcjs.computeIsNewTab; exports.createMessageSegmentAccumulator = _chunkQFC725WUcjs.createMessageSegmentAccumulator; exports.decideNewTab = _chunkQFC725WUcjs.decideNewTab; exports.defaultBuildProductReleaseCardProps = _chunkQFC725WUcjs.defaultBuildProductReleaseCardProps; exports.defaultTableIdForDocumentType = _chunkQFC725WUcjs.defaultTableIdForDocumentType; exports.escapeMarkdownInline = _chunkQFC725WUcjs.escapeMarkdownInline; exports.executeNavigation = _chunkQFC725WUcjs.executeNavigation; exports.executeNavigationImperative = _chunkQFC725WUcjs.executeNavigationImperative; exports.extractEntityIdFilter = _chunkQFC725WUcjs.extractEntityIdFilter; exports.extractErrorMessages = _chunkQFC725WUcjs.extractErrorMessages; exports.extractIncompleteMessageState = _chunkQFC725WUcjs.extractIncompleteMessageState; exports.extractTextFromChunk = _chunkQFC725WUcjs.extractTextFromChunk; exports.fetchSlashCommands = _chunkQFC725WUcjs.fetchSlashCommands; exports.flattenAssistantContent = _chunkQFC725WUcjs.flattenAssistantContent; exports.formatChatAttachmentMarkdownForBubble = _chunkQFC725WUcjs.formatChatAttachmentMarkdownForBubble; exports.formatInvestorUpdatePeriod = _chunkQFC725WUcjs.formatInvestorUpdatePeriod; exports.formatSingularLookupInvocation = _chunkQFC725WUcjs.formatSingularLookupInvocation; exports.getChatProxyAuth = _chunkQFC725WUcjs.getEmbedProxyAuth; exports.getCommandText = _chunkQFC725WUcjs.getCommandText; exports.getDynamicIcon = _chunkQFC725WUcjs.getDynamicIcon; exports.getIconComponent = _chunkQFC725WUcjs.getIconComponent; exports.getPersistedProxyEmail = _chunkQFC725WUcjs.getPersistedProxyEmail; exports.getSourceIconName = _chunkQFC725WUcjs.getSourceIconName; exports.getSourceLabel = _chunkQFC725WUcjs.getSourceLabel; exports.getStatusColorScheme = _chunkQFC725WUcjs.getStatusColorScheme; exports.getTaskTypeLabel = _chunkQFC725WUcjs.getTaskTypeLabel; exports.handleChatNavClick = _chunkQFC725WUcjs.handleChatNavClick; exports.isControlChunk = _chunkQFC725WUcjs.isControlChunk; exports.isCrossOriginUrl = _chunkQFC725WUcjs.isCrossOriginUrl; exports.isErrorChunk = _chunkQFC725WUcjs.isErrorChunk; exports.isMetadataChunk = _chunkQFC725WUcjs.isMetadataChunk; exports.isModifierClick = _chunkQFC725WUcjs.isModifierClick; exports.isStructuredContent = _chunkQFC725WUcjs.isStructuredContent; exports.newTabAnchorAttrs = _chunkQFC725WUcjs.newTabAnchorAttrs; exports.normalizeContent = _chunkQFC725WUcjs.normalizeContent; exports.normalizeIconKey = _chunkQFC725WUcjs.normalizeIconKey; exports.parseChunkToAction = _chunkQFC725WUcjs.parseChunkToAction; exports.parseScrollAnchor = _chunkQFC725WUcjs.parseScrollAnchor; exports.parseWireCommandOverride = _chunkQFC725WUcjs.parseWireCommandOverride; exports.processHistoricalMessages = _chunkQFC725WUcjs.processHistoricalMessages; exports.processHistoricalMessagesWithErrors = _chunkQFC725WUcjs.processHistoricalMessagesWithErrors; exports.remarkCardLinks = _chunkQFC725WUcjs.remarkCardLinks; exports.renderChatInlineEntityCard = _chunkQFC725WUcjs.renderChatInlineEntityCard; exports.resolveExternalNavigation = _chunkQFC725WUcjs.resolveExternalNavigation; exports.resolveSourceIcon = _chunkQFC725WUcjs.resolveSourceIcon; exports.resolveSourceRowCTA = _chunkQFC725WUcjs.resolveSourceRowCTA; exports.safeHref = _chunkQFC725WUcjs.safeHref; exports.sanitizeTitleForChat = _chunkQFC725WUcjs.sanitizeTitleForChat; exports.setChatProxyAuth = _chunkQFC725WUcjs.setEmbedProxyAuth; exports.stripChatAttachmentMarkdown = _chunkQFC725WUcjs.stripChatAttachmentMarkdown; exports.stripSameOriginToPath = _chunkQFC725WUcjs.stripSameOriginToPath; exports.transformEventToProgram = _chunkQFC725WUcjs.transformEventToProgram; exports.transformPodcastToProgram = _chunkQFC725WUcjs.transformPodcastToProgram; exports.transformWebinarToProgram = _chunkQFC725WUcjs.transformWebinarToProgram; exports.useChat = _chunkQFC725WUcjs.useChat; exports.useChatAttachmentImageGallery = _chunkQFC725WUcjs.useChatAttachmentImageGallery; exports.useChatAttachments = _chunkQFC725WUcjs.useChatAttachments; exports.useChatCardItem = _chunkQFC725WUcjs.useChatCardItem; exports.useChatIdentity = _chunkQFC725WUcjs.useChatIdentity; exports.useChunkCatchup = _chunkQFC725WUcjs.useChunkCatchup; exports.useCloseOnNavigation = _chunkQFC725WUcjs.useCloseOnNavigation; exports.useCollapsible = _chunkQFC725WUcjs.useCollapsible; exports.useEmbeddedChat = _chunkQFC725WUcjs.useSseChatAdapter; exports.useJetStreamDialogSubscription = _chunkQFC725WUcjs.useJetStreamDialogSubscription; exports.useNatsChatAdapter = _chunkQFC725WUcjs.useNatsChatAdapter; exports.useNatsDialogSubscription = _chunkQFC725WUcjs.useNatsDialogSubscription; exports.useProxiedImageUrl = _chunkQFC725WUcjs.useProxiedImageUrl; exports.useRealtimeChunkProcessor = _chunkQFC725WUcjs.useRealtimeChunkProcessor; exports.useSSE = _chunkQFC725WUcjs.useSSE; exports.useSlashCommandRegistry = _chunkQFC725WUcjs.useSlashCommandRegistry; exports.useSlashCommands = _chunkQFC725WUcjs.useSlashCommands; exports.useSseChatAdapter = _chunkQFC725WUcjs.useSseChatAdapter; exports.useUnifiedChat = _chunkQFC725WUcjs.useUnifiedChat;
448
+ exports.ANTHROPIC_SUPPORTED_IMAGE_MIME = _chunkL65QBRV5cjs.ANTHROPIC_SUPPORTED_IMAGE_MIME; exports.APPROVAL_STATUS = _chunkL65QBRV5cjs.APPROVAL_STATUS; exports.ASSISTANT_TYPE = _chunkL65QBRV5cjs.ASSISTANT_TYPE; exports.AUTHOR_TYPE = _chunkL65QBRV5cjs.AUTHOR_TYPE; exports.AUTO_CONTINUATION_DIRECTIVE_PREFIX = _chunkL65QBRV5cjs.AUTO_CONTINUATION_DIRECTIVE_PREFIX; exports.AdminContentCard = _chunkL65QBRV5cjs.AdminContentCard; exports.ApprovalBatchMessage = _chunkL65QBRV5cjs.ApprovalBatchMessage; exports.ApprovalRequestMessage = _chunkL65QBRV5cjs.ApprovalRequestMessage; exports.ArchiveChatModal = _chunkL65QBRV5cjs.ArchiveChatModal; exports.ArgRow = _chunkL65QBRV5cjs.ArgRow; exports.BlockCard = _chunkL65QBRV5cjs.BlockCard; exports.BlogCard = _chunkL65QBRV5cjs.BlogCard; exports.BlogCardSkeleton = _chunkL65QBRV5cjs.BlogCardSkeleton; exports.BlogImagePlaceholder = _chunkL65QBRV5cjs.BlogImagePlaceholder; exports.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER = _chunkL65QBRV5cjs.CHAT_ATTACHMENT_CONCURRENT_UPLOADS_PER_USER; exports.CHAT_ATTACHMENT_MARKDOWN_PATTERN = _chunkL65QBRV5cjs.CHAT_ATTACHMENT_MARKDOWN_PATTERN; exports.CHAT_ATTACHMENT_MIME_TYPES = _chunkL65QBRV5cjs.CHAT_ATTACHMENT_MIME_TYPES; exports.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM = _chunkL65QBRV5cjs.CHAT_ATTACHMENT_VIEW_TOKEN_QUERY_PARAM; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX = _chunkL65QBRV5cjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX; exports.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED = _chunkL65QBRV5cjs.CHAT_ATTACHMENT_VIEW_URL_PREFIX_REGEX_ESCAPED; exports.CHAT_TYPE = _chunkL65QBRV5cjs.CHAT_TYPE; exports.CHIP_ACTION_BUTTON_CLASS = _chunkL65QBRV5cjs.CHIP_ACTION_BUTTON_CLASS; exports.COMPACT_CARD_ICON_SLOT = _chunkL65QBRV5cjs.COMPACT_CARD_ICON_SLOT; exports.COMPACT_CARD_IMAGE_SLOT = _chunkL65QBRV5cjs.COMPACT_CARD_IMAGE_SLOT; exports.COMPACT_CARD_META_ROW = _chunkL65QBRV5cjs.COMPACT_CARD_META_ROW; exports.COMPACT_CARD_META_ROW_BOX = _chunkL65QBRV5cjs.COMPACT_CARD_META_ROW_BOX; exports.COMPACT_CARD_OUTER = _chunkL65QBRV5cjs.COMPACT_CARD_OUTER; exports.COMPACT_CARD_OUTER_STATIC = _chunkL65QBRV5cjs.COMPACT_CARD_OUTER_STATIC; exports.COMPACT_CARD_ROW_FILLER = _chunkL65QBRV5cjs.COMPACT_CARD_ROW_FILLER; exports.COMPACT_CARD_SKELETON_IMAGE_SLOT = _chunkL65QBRV5cjs.COMPACT_CARD_SKELETON_IMAGE_SLOT; exports.COMPACT_CARD_SKELETON_OUTER = _chunkL65QBRV5cjs.COMPACT_CARD_SKELETON_OUTER; exports.COMPACT_CARD_SUBTITLE = _chunkL65QBRV5cjs.COMPACT_CARD_SUBTITLE; exports.COMPACT_CARD_SUMMARY = _chunkL65QBRV5cjs.COMPACT_CARD_SUMMARY; exports.COMPACT_CARD_TEXT_COL = _chunkL65QBRV5cjs.COMPACT_CARD_TEXT_COL; exports.COMPACT_CARD_TITLE = _chunkL65QBRV5cjs.COMPACT_CARD_TITLE; exports.COMPACT_CARD_TITLE_ROW = _chunkL65QBRV5cjs.COMPACT_CARD_TITLE_ROW; exports.COMPACT_HEADER_BUTTON = _chunkL65QBRV5cjs.COMPACT_HEADER_BUTTON; exports.CONNECTION_STATUS = _chunkL65QBRV5cjs.CONNECTION_STATUS; exports.CUSTOM_ITEM_ID = _chunkL65QBRV5cjs.CUSTOM_ITEM_ID; exports.CampaignCardAdmin = _chunkL65QBRV5cjs.CampaignCardAdmin; exports.CampaignCardAdminSkeleton = _chunkL65QBRV5cjs.CampaignCardAdminSkeleton; exports.CaseStudyCard = _chunkL65QBRV5cjs.CaseStudyCard; exports.CaseStudyCardSkeleton = _chunkL65QBRV5cjs.CaseStudyCardSkeleton; exports.ChatArchivePage = _chunkL65QBRV5cjs.ChatArchivePage; exports.ChatAttachmentAddButton = _chunkL65QBRV5cjs.ChatAttachmentAddButton; exports.ChatAttachmentChipStrip = _chunkL65QBRV5cjs.ChatAttachmentChipStrip; exports.ChatCardLoader = _chunkL65QBRV5cjs.ChatCardLoader; exports.ChatComposer = _chunkL65QBRV5cjs.ChatComposer; exports.ChatContainer = _chunkL65QBRV5cjs.ChatContainer; exports.ChatContent = _chunkL65QBRV5cjs.ChatContent; exports.ChatDialogModals = _chunkL65QBRV5cjs.ChatDialogModals; exports.ChatFooter = _chunkL65QBRV5cjs.ChatFooter; exports.ChatHeader = _chunkL65QBRV5cjs.ChatHeader; exports.ChatHeaderIconButton = _chunkL65QBRV5cjs.ChatHeaderIconButton; exports.ChatIdentityProvider = _chunkL65QBRV5cjs.ChatIdentityProvider; exports.ChatInput = _chunkL65QBRV5cjs.ChatInput; exports.ChatMessageEnhanced = _chunkL65QBRV5cjs.MemoizedChatMessageEnhanced; exports.ChatMessageList = _chunkL65QBRV5cjs.ChatMessageList; exports.ChatMessageRow = _chunkL65QBRV5cjs.ChatMessageRow; exports.ChatMessageRowSkeleton = _chunkL65QBRV5cjs.ChatMessageRowSkeleton; exports.ChatPanelHeader = _chunkL65QBRV5cjs.ChatPanelHeader; exports.ChatQuickAction = _chunkL65QBRV5cjs.ChatQuickAction; exports.ChatSidebar = _chunkL65QBRV5cjs.ChatSidebar; exports.ChatTicketItem = _chunkL65QBRV5cjs.ChatTicketItem; exports.ChatTicketList = _chunkL65QBRV5cjs.ChatTicketList; exports.ChatTypingIndicator = _chunkL65QBRV5cjs.ChatTypingIndicator; exports.ChatVideoEntityCard = _chunkL65QBRV5cjs.ChatVideoEntityCard; exports.ContextCompactionDisplay = _chunkL65QBRV5cjs.ContextCompactionDisplay; exports.CustomerInterviewCard = _chunkL65QBRV5cjs.CustomerInterviewCard; exports.CustomerInterviewCardSkeleton = _chunkL65QBRV5cjs.CustomerInterviewCardSkeleton; exports.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID = _chunkL65QBRV5cjs.DEFAULT_DOCUMENT_TYPE_TO_TABLE_ID; exports.DataRoomDocCard = _chunkL65QBRV5cjs.DataRoomDocCard; exports.DataRoomDocCardSkeleton = _chunkL65QBRV5cjs.DataRoomDocCardSkeleton; exports.DialogListItem = _chunkL65QBRV5cjs.DialogListItem; exports.EMPTY_AUTHOR_PLACEHOLDER = _chunkL65QBRV5cjs.EMPTY_AUTHOR_PLACEHOLDER; exports.EmbeddableChat = _chunkL65QBRV5cjs.EmbeddableChat; exports.EntityAuthorCard = _chunkL65QBRV5cjs.EntityAuthorCard; exports.EntityMetadataAuthorCell = _chunkL65QBRV5cjs.EntityMetadataAuthorCell; exports.EntityMetadataValueCell = _chunkL65QBRV5cjs.EntityMetadataValueCell; exports.ErrorMessageDisplay = _chunkL65QBRV5cjs.ErrorMessageDisplay; exports.ExpandChevron = _chunkL65QBRV5cjs.ExpandChevron; exports.GenericEntityCard = _chunkL65QBRV5cjs.GenericEntityCard; exports.GenericEntityCardSkeleton = _chunkL65QBRV5cjs.GenericEntityCardSkeleton; exports.GitHubActivityCard = _chunkL65QBRV5cjs.GitHubActivityCard; exports.GitHubActivityCardSkeleton = _chunkL65QBRV5cjs.GitHubActivityCardSkeleton; exports.GuideModeBanner = _chunkL65QBRV5cjs.GuideModeBanner; exports.GuideWelcome = _chunkL65QBRV5cjs.GuideWelcome; exports.HubspotTicketCard = _chunkL65QBRV5cjs.HubspotTicketCard; exports.HubspotTicketCardSkeleton = _chunkL65QBRV5cjs.HubspotTicketCardSkeleton; exports.ICON_REGISTRY = _chunkL65QBRV5cjs.ICON_REGISTRY; exports.InvestorUpdateCard = _chunkL65QBRV5cjs.InvestorUpdateCard; exports.InvestorUpdateCardSkeleton = _chunkL65QBRV5cjs.InvestorUpdateCardSkeleton; exports.MESSAGE_ROLE = _chunkL65QBRV5cjs.MESSAGE_ROLE; exports.MESSAGE_TYPE = _chunkL65QBRV5cjs.MESSAGE_TYPE; exports.MessageSegmentAccumulator = _chunkL65QBRV5cjs.MessageSegmentAccumulator; exports.MingoChatHistory = _chunkL65QBRV5cjs.MingoChatHistory; exports.MingoChatHistorySkeleton = _chunkL65QBRV5cjs.MingoChatHistorySkeleton; exports.MingoOnboardingCard = _chunkL65QBRV5cjs.MingoOnboardingCard; exports.MingoOnboardingCardSkeleton = _chunkL65QBRV5cjs.MingoOnboardingCardSkeleton; exports.MingoOnboardingListSkeleton = _chunkL65QBRV5cjs.MingoOnboardingListSkeleton; exports.MingoWelcome = _chunkL65QBRV5cjs.MingoWelcome; exports.ModelDisplay = _chunkL65QBRV5cjs.ModelDisplay; exports.NETWORK_CONFIG = _chunkL65QBRV5cjs.NETWORK_CONFIG; exports.NEW_TAB_FEATURES = _chunkL65QBRV5cjs.NEW_TAB_FEATURES; exports.NavLinkAnchorViaRuntime = _chunkL65QBRV5cjs.NavLinkAnchorViaRuntime; exports.OWNER_TYPE = _chunkL65QBRV5cjs.OWNER_TYPE; exports.OnboardingGuideCard = _chunkL65QBRV5cjs.OnboardingGuideCard; exports.OnboardingGuideCardSkeleton = _chunkL65QBRV5cjs.OnboardingGuideCardSkeleton; exports.ProductReleaseCard = _chunkL65QBRV5cjs.ProductReleaseCard; exports.ProductReleaseCardSkeleton = _chunkL65QBRV5cjs.ProductReleaseCardSkeleton; exports.ProgramCard = _chunkL65QBRV5cjs.ProgramCard; exports.ProgramCardSkeleton = _chunkL65QBRV5cjs.ProgramCardSkeleton; exports.RenameChatModal = _chunkL65QBRV5cjs.RenameChatModal; exports.ResultBlock = _chunkL65QBRV5cjs.ResultBlock; exports.RoadmapCard = _chunkL65QBRV5cjs.RoadmapCard; exports.RoadmapCardSkeleton = _chunkL65QBRV5cjs.RoadmapCardSkeleton; exports.RoadmapVoteButton = _chunkL65QBRV5cjs.RoadmapVoteButton; exports.SCROLL_ANCHOR = _chunkL65QBRV5cjs.SCROLL_ANCHOR; exports.SCROLL_ANCHOR_WIRE_KEY = _chunkL65QBRV5cjs.SCROLL_ANCHOR_WIRE_KEY; exports.SOURCE_ICON_NAMES = _chunkL65QBRV5cjs.SOURCE_ICON_NAMES; exports.SOURCE_LABELS_BY_TABLE = _chunkL65QBRV5cjs.SOURCE_LABELS_BY_TABLE; exports.SlackMessageCard = _chunkL65QBRV5cjs.SlackMessageCard; exports.SlackMessageCardSkeleton = _chunkL65QBRV5cjs.SlackMessageCardSkeleton; exports.SlashCommandSuggestions = _chunkL65QBRV5cjs.SlashCommandSuggestions; exports.SourceActionButton = _chunkL65QBRV5cjs.SourceActionButton; exports.TaskTypeIcon = _chunkL65QBRV5cjs.TaskTypeIcon; exports.ThinkingDisplay = _chunkL65QBRV5cjs.ThinkingDisplay; exports.ToolExecutionDisplay = _chunkL65QBRV5cjs.ToolExecutionDisplay; exports.UnarchiveChatModal = _chunkL65QBRV5cjs.UnarchiveChatModal; exports.applyProxyAuth = _chunkL65QBRV5cjs.applyProxyAuth; exports.buildAnchorProps = _chunkL65QBRV5cjs.buildAnchorProps; exports.buildAutoContinuationDirective = _chunkL65QBRV5cjs.buildAutoContinuationDirective; exports.buildChatAttachmentViewUrl = _chunkL65QBRV5cjs.buildChatAttachmentViewUrl; exports.buildChatRefKey = _chunkL65QBRV5cjs.buildChatRefKey; exports.buildDiscussAddendum = _chunkL65QBRV5cjs.buildDiscussAddendum; exports.buildNatsWsUrl = _chunkL65QBRV5cjs.buildNatsWsUrl; exports.buildProductReleaseCardProps = _chunkL65QBRV5cjs.buildProductReleaseCardProps; exports.chatAuthedFetch = _chunkL65QBRV5cjs.embedAuthedFetch; exports.chatChipClass = _chunkL65QBRV5cjs.chatChipClass; exports.clearChatProxyAuth = _chunkL65QBRV5cjs.clearEmbedProxyAuth; exports.clickupTaskUrl = _chunkL65QBRV5cjs.clickupTaskUrl; exports.computeIsNewTab = _chunkL65QBRV5cjs.computeIsNewTab; exports.createMessageSegmentAccumulator = _chunkL65QBRV5cjs.createMessageSegmentAccumulator; exports.decideNewTab = _chunkL65QBRV5cjs.decideNewTab; exports.defaultBuildProductReleaseCardProps = _chunkL65QBRV5cjs.defaultBuildProductReleaseCardProps; exports.defaultTableIdForDocumentType = _chunkL65QBRV5cjs.defaultTableIdForDocumentType; exports.escapeMarkdownInline = _chunkL65QBRV5cjs.escapeMarkdownInline; exports.executeNavigation = _chunkL65QBRV5cjs.executeNavigation; exports.executeNavigationImperative = _chunkL65QBRV5cjs.executeNavigationImperative; exports.extractEntityIdFilter = _chunkL65QBRV5cjs.extractEntityIdFilter; exports.extractErrorMessages = _chunkL65QBRV5cjs.extractErrorMessages; exports.extractIncompleteMessageState = _chunkL65QBRV5cjs.extractIncompleteMessageState; exports.extractTextFromChunk = _chunkL65QBRV5cjs.extractTextFromChunk; exports.fetchSlashCommands = _chunkL65QBRV5cjs.fetchSlashCommands; exports.flattenAssistantContent = _chunkL65QBRV5cjs.flattenAssistantContent; exports.formatChatAttachmentMarkdownForBubble = _chunkL65QBRV5cjs.formatChatAttachmentMarkdownForBubble; exports.formatInvestorUpdatePeriod = _chunkL65QBRV5cjs.formatInvestorUpdatePeriod; exports.formatSingularLookupInvocation = _chunkL65QBRV5cjs.formatSingularLookupInvocation; exports.getChatProxyAuth = _chunkL65QBRV5cjs.getEmbedProxyAuth; exports.getCommandText = _chunkL65QBRV5cjs.getCommandText; exports.getDynamicIcon = _chunkL65QBRV5cjs.getDynamicIcon; exports.getIconComponent = _chunkL65QBRV5cjs.getIconComponent; exports.getPersistedProxyEmail = _chunkL65QBRV5cjs.getPersistedProxyEmail; exports.getSourceIconName = _chunkL65QBRV5cjs.getSourceIconName; exports.getSourceLabel = _chunkL65QBRV5cjs.getSourceLabel; exports.getStatusColorScheme = _chunkL65QBRV5cjs.getStatusColorScheme; exports.getTaskTypeLabel = _chunkL65QBRV5cjs.getTaskTypeLabel; exports.handleChatNavClick = _chunkL65QBRV5cjs.handleChatNavClick; exports.isControlChunk = _chunkL65QBRV5cjs.isControlChunk; exports.isCrossOriginUrl = _chunkL65QBRV5cjs.isCrossOriginUrl; exports.isErrorChunk = _chunkL65QBRV5cjs.isErrorChunk; exports.isMetadataChunk = _chunkL65QBRV5cjs.isMetadataChunk; exports.isModifierClick = _chunkL65QBRV5cjs.isModifierClick; exports.isStructuredContent = _chunkL65QBRV5cjs.isStructuredContent; exports.newTabAnchorAttrs = _chunkL65QBRV5cjs.newTabAnchorAttrs; exports.normalizeContent = _chunkL65QBRV5cjs.normalizeContent; exports.normalizeIconKey = _chunkL65QBRV5cjs.normalizeIconKey; exports.parseChunkToAction = _chunkL65QBRV5cjs.parseChunkToAction; exports.parseScrollAnchor = _chunkL65QBRV5cjs.parseScrollAnchor; exports.parseWireCommandOverride = _chunkL65QBRV5cjs.parseWireCommandOverride; exports.processHistoricalMessages = _chunkL65QBRV5cjs.processHistoricalMessages; exports.processHistoricalMessagesWithErrors = _chunkL65QBRV5cjs.processHistoricalMessagesWithErrors; exports.remarkCardLinks = _chunkL65QBRV5cjs.remarkCardLinks; exports.renderChatInlineEntityCard = _chunkL65QBRV5cjs.renderChatInlineEntityCard; exports.resolveExternalNavigation = _chunkL65QBRV5cjs.resolveExternalNavigation; exports.resolveSourceIcon = _chunkL65QBRV5cjs.resolveSourceIcon; exports.resolveSourceRowCTA = _chunkL65QBRV5cjs.resolveSourceRowCTA; exports.safeHref = _chunkL65QBRV5cjs.safeHref; exports.sanitizeTitleForChat = _chunkL65QBRV5cjs.sanitizeTitleForChat; exports.setChatProxyAuth = _chunkL65QBRV5cjs.setEmbedProxyAuth; exports.stripChatAttachmentMarkdown = _chunkL65QBRV5cjs.stripChatAttachmentMarkdown; exports.stripSameOriginToPath = _chunkL65QBRV5cjs.stripSameOriginToPath; exports.transformEventToProgram = _chunkL65QBRV5cjs.transformEventToProgram; exports.transformPodcastToProgram = _chunkL65QBRV5cjs.transformPodcastToProgram; exports.transformWebinarToProgram = _chunkL65QBRV5cjs.transformWebinarToProgram; exports.useChat = _chunkL65QBRV5cjs.useChat; exports.useChatAttachmentImageGallery = _chunkL65QBRV5cjs.useChatAttachmentImageGallery; exports.useChatAttachments = _chunkL65QBRV5cjs.useChatAttachments; exports.useChatCardItem = _chunkL65QBRV5cjs.useChatCardItem; exports.useChatIdentity = _chunkL65QBRV5cjs.useChatIdentity; exports.useChunkCatchup = _chunkL65QBRV5cjs.useChunkCatchup; exports.useCloseOnNavigation = _chunkL65QBRV5cjs.useCloseOnNavigation; exports.useCollapsible = _chunkL65QBRV5cjs.useCollapsible; exports.useEmbeddedChat = _chunkL65QBRV5cjs.useSseChatAdapter; exports.useJetStreamDialogSubscription = _chunkL65QBRV5cjs.useJetStreamDialogSubscription; exports.useNatsChatAdapter = _chunkL65QBRV5cjs.useNatsChatAdapter; exports.useNatsDialogSubscription = _chunkL65QBRV5cjs.useNatsDialogSubscription; exports.useProxiedImageUrl = _chunkL65QBRV5cjs.useProxiedImageUrl; exports.useRealtimeChunkProcessor = _chunkL65QBRV5cjs.useRealtimeChunkProcessor; exports.useSSE = _chunkL65QBRV5cjs.useSSE; exports.useSlashCommandRegistry = _chunkL65QBRV5cjs.useSlashCommandRegistry; exports.useSlashCommands = _chunkL65QBRV5cjs.useSlashCommands; exports.useSseChatAdapter = _chunkL65QBRV5cjs.useSseChatAdapter; exports.useUnifiedChat = _chunkL65QBRV5cjs.useUnifiedChat;
449
449
  //# sourceMappingURL=index.cjs.map
@@ -214,12 +214,12 @@ import {
214
214
  useSlashCommands,
215
215
  useSseChatAdapter,
216
216
  useUnifiedChat
217
- } from "../../chunk-K252FYE5.js";
217
+ } from "../../chunk-G6EKFWIC.js";
218
218
  import "../../chunk-LXC6P2EO.js";
219
219
  import "../../chunk-EL5YVPD5.js";
220
220
  import "../../chunk-YZDUOUMB.js";
221
221
  import "../../chunk-OHPI2HRK.js";
222
- import "../../chunk-53EA4QPZ.js";
222
+ import "../../chunk-LLTUSEHF.js";
223
223
  import "../../chunk-PLJLE4A4.js";
224
224
  import "../../chunk-Z46NRJWW.js";
225
225
  import "../../chunk-YICWWZ3Z.js";
@@ -1 +1 @@
1
- {"version":3,"file":"contact-form.d.ts","sourceRoot":"","sources":["../../../src/components/contact/contact-form.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAGhD,OAAO,EAEL,KAAK,eAAe,EAIrB,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAEL,KAAK,WAAW,EASjB,MAAM,OAAO,CAAA;AAOd,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAA;AAE5E;;;;;GAKG;AACH,MAAM,MAAM,wBAAwB,GAChC,MAAM,GACN,OAAO,GACP,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,SAAS,CAAA;AAEb,MAAM,WAAW,gBAAgB;IAC/B;;oEAEgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;8CAE0C;IAC1C,mBAAmB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACvC;;wDAEoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;+DAE2D;IAC3D,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAE5B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,wBAAwB,EAAE,CAAA;IACvC;;;;0EAIsE;IACtE,aAAa,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAA;IACxC;;;;;;;;;;6DAUyD;IACzD,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACxF;;;;;4CAKwC;IACxC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B;;;;8CAI0C;IAC1C,aAAa,CAAC,EAAE,SAAS,CAAA;IAEzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IACtC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;gDAC4C;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;0EAEsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,wBAAgB,WAAW,CAAC,EAC1B,MAAM,EACN,mBAAgD,EAChD,MAAM,EACN,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,UAAe,EACf,aAAa,EAAE,iBAAiB,EAChC,cAAc,EACd,aAAa,EACb,kBAA0B,EAC1B,KAAmB,EACnB,QAAQ,EACR,UAA6F,EAC7F,QAAgB,EAChB,SAAiB,EACjB,aAAwB,EACxB,eAAoB,EACpB,WAA4B,EAC5B,kBAAoC,EACpC,kBAAsC,EACtC,mBAAgE,GACjE,GAAE,gBAAqB,+BAkWvB"}
1
+ {"version":3,"file":"contact-form.d.ts","sourceRoot":"","sources":["../../../src/components/contact/contact-form.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAGhD,OAAO,EAEL,KAAK,eAAe,EAIrB,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAEL,KAAK,WAAW,EASjB,MAAM,OAAO,CAAA;AASd,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAA;AAE5E;;;;;GAKG;AACH,MAAM,MAAM,wBAAwB,GAChC,MAAM,GACN,OAAO,GACP,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,SAAS,CAAA;AAEb,MAAM,WAAW,gBAAgB;IAC/B;;oEAEgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;8CAE0C;IAC1C,mBAAmB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACvC;;wDAEoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;+DAE2D;IAC3D,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAE5B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,wBAAwB,EAAE,CAAA;IACvC;;;;0EAIsE;IACtE,aAAa,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAA;IACxC;;;;;;;;;;6DAUyD;IACzD,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACxF;;;;;4CAKwC;IACxC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B;;;;8CAI0C;IAC1C,aAAa,CAAC,EAAE,SAAS,CAAA;IAEzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IACtC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;gDAC4C;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;0EAEsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,wBAAgB,WAAW,CAAC,EAC1B,MAAM,EACN,mBAAgD,EAChD,MAAM,EACN,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,UAAe,EACf,aAAa,EAAE,iBAAiB,EAChC,cAAc,EACd,aAAa,EACb,kBAA0B,EAC1B,KAAmB,EACnB,QAAQ,EACR,UAA6F,EAC7F,QAAgB,EAChB,SAAiB,EACjB,aAAwB,EACxB,eAAoB,EACpB,WAA4B,EAC5B,kBAAoC,EACpC,kBAAsC,EACtC,mBAAgE,GACjE,GAAE,gBAAqB,+BA0WvB"}
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
2
 
3
3
 
4
- var _chunkHO2VEMEXcjs = require('../../chunk-HO2VEMEX.cjs');
5
- require('../../chunk-QFC725WU.cjs');
4
+ var _chunkTAWNR7IWcjs = require('../../chunk-TAWNR7IW.cjs');
5
+ require('../../chunk-L65QBRV5.cjs');
6
6
  require('../../chunk-XL4V2PYG.cjs');
7
7
  require('../../chunk-BZFW3FOF.cjs');
8
8
  require('../../chunk-E6B4B7GM.cjs');
9
9
  require('../../chunk-WBR7H6E3.cjs');
10
- require('../../chunk-JUWPBMQM.cjs');
10
+ require('../../chunk-GYRRSOTR.cjs');
11
11
  require('../../chunk-G7UE6RKV.cjs');
12
12
  require('../../chunk-MWW7LKDN.cjs');
13
13
  require('../../chunk-2TBN53KY.cjs');
@@ -20,5 +20,5 @@ require('../../chunk-OZ3GH6OQ.cjs');
20
20
  require('../../chunk-VRHGVLSL.cjs');
21
21
 
22
22
 
23
- exports.ContactForm = _chunkHO2VEMEXcjs.ContactForm;
23
+ exports.ContactForm = _chunkTAWNR7IWcjs.ContactForm;
24
24
  //# sourceMappingURL=index.cjs.map
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  ContactForm
4
- } from "../../chunk-EURLSRHW.js";
5
- import "../../chunk-K252FYE5.js";
4
+ } from "../../chunk-QLOU4BDD.js";
5
+ import "../../chunk-G6EKFWIC.js";
6
6
  import "../../chunk-LXC6P2EO.js";
7
7
  import "../../chunk-EL5YVPD5.js";
8
8
  import "../../chunk-YZDUOUMB.js";
9
9
  import "../../chunk-OHPI2HRK.js";
10
- import "../../chunk-53EA4QPZ.js";
10
+ import "../../chunk-LLTUSEHF.js";
11
11
  import "../../chunk-PLJLE4A4.js";
12
12
  import "../../chunk-Z46NRJWW.js";
13
13
  import "../../chunk-YICWWZ3Z.js";
@@ -101,12 +101,12 @@
101
101
 
102
102
 
103
103
 
104
- var _chunkQFC725WUcjs = require('../../chunk-QFC725WU.cjs');
104
+ var _chunkL65QBRV5cjs = require('../../chunk-L65QBRV5.cjs');
105
105
  require('../../chunk-XL4V2PYG.cjs');
106
106
  require('../../chunk-BZFW3FOF.cjs');
107
107
  require('../../chunk-E6B4B7GM.cjs');
108
108
  require('../../chunk-WBR7H6E3.cjs');
109
- require('../../chunk-JUWPBMQM.cjs');
109
+ require('../../chunk-GYRRSOTR.cjs');
110
110
  require('../../chunk-G7UE6RKV.cjs');
111
111
  require('../../chunk-MWW7LKDN.cjs');
112
112
  require('../../chunk-2TBN53KY.cjs');
@@ -218,5 +218,5 @@ require('../../chunk-VRHGVLSL.cjs');
218
218
 
219
219
 
220
220
 
221
- exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = _chunkQFC725WUcjs.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.AIEnrichButton = _chunkQFC725WUcjs.AIEnrichButton; exports.AIEnrichSection = _chunkQFC725WUcjs.AIEnrichSection; exports.AIRequiredBadge = _chunkQFC725WUcjs.AIRequiredBadge; exports.AIStatusIndicator = _chunkQFC725WUcjs.AIStatusIndicator; exports.AIWarningsSection = _chunkQFC725WUcjs.AIWarningsSection; exports.ApprovalRequestNotificationTile = _chunkQFC725WUcjs.ApprovalRequestNotificationTile; exports.ArrayEntryManager = _chunkQFC725WUcjs.ArrayEntryManager; exports.AuthProvidersList = _chunkQFC725WUcjs.AuthProvidersList; exports.Board = _chunkQFC725WUcjs.Board; exports.BoardColumn = _chunkQFC725WUcjs.BoardColumn; exports.BoardColumnHeader = _chunkQFC725WUcjs.BoardColumnHeader; exports.ChangelogManager = _chunkQFC725WUcjs.ChangelogManager; exports.ChangelogSectionsManager = _chunkQFC725WUcjs.ChangelogSectionsManager; exports.ClickUpTasksManager = _chunkQFC725WUcjs.ClickUpTasksManager; exports.CommandBox = _chunkQFC725WUcjs.CommandBox; exports.ConfidenceBadge = _chunkQFC725WUcjs.ConfidenceBadge; exports.DEFAULT_THEME = _chunkQFC725WUcjs.DEFAULT_THEME; exports.DynamicThemeProvider = _chunkQFC725WUcjs.DynamicThemeProvider; exports.EntitySummaryEditor = _chunkQFC725WUcjs.EntitySummaryEditor; exports.EntityVideoSection = _chunkQFC725WUcjs.EntityVideoSection; exports.ErrorBoundary = _chunkQFC725WUcjs.ErrorBoundary; exports.FigmaPrototypeViewer = _chunkQFC725WUcjs.FigmaPrototypeViewer; exports.FiltersDropdown = _chunkQFC725WUcjs.FiltersDropdown; exports.GitHubReleasesManager = _chunkQFC725WUcjs.GitHubReleasesManager; exports.HighlightConfigSection = _chunkQFC725WUcjs.HighlightConfigSection; exports.HighlightGenerationSection = _chunkQFC725WUcjs.HighlightGenerationSection; exports.HighlightVideoCombinedSection = _chunkQFC725WUcjs.HighlightVideoCombinedSection; exports.HighlightVideoPreview = _chunkQFC725WUcjs.HighlightVideoPreview; exports.HighlightVideoSection = _chunkQFC725WUcjs.HighlightVideoSection; exports.KnowledgeBaseLinksManager = _chunkQFC725WUcjs.KnowledgeBaseLinksManager; exports.LoadingProvider = _chunkQFC725WUcjs.LoadingProvider; exports.MUX_IMAGE_ORIGIN = _chunkQFC725WUcjs.MUX_IMAGE_ORIGIN; exports.MUX_STREAM_ORIGIN = _chunkQFC725WUcjs.MUX_STREAM_ORIGIN; exports.MediaGalleryManager = _chunkQFC725WUcjs.MediaGalleryManager; exports.MoreAboutButton = _chunkQFC725WUcjs.MoreAboutButton; exports.NotificationDrawer = _chunkQFC725WUcjs.NotificationDrawer; exports.NotificationPopups = _chunkQFC725WUcjs.NotificationPopups; exports.NotificationTile = _chunkQFC725WUcjs.NotificationTile; exports.NotificationsProvider = _chunkQFC725WUcjs.NotificationsProvider; exports.OPENFRAME_PATHS = _chunkQFC725WUcjs.OPENFRAME_PATHS; exports.OSTypeBadge = _chunkQFC725WUcjs.OSTypeBadge; exports.OSTypeBadgeGroup = _chunkQFC725WUcjs.OSTypeBadgeGroup; exports.OSTypeIcon = _chunkQFC725WUcjs.OSTypeIcon; exports.OSTypeLabel = _chunkQFC725WUcjs.OSTypeLabel; exports.ParallaxImageShowcase = _chunkQFC725WUcjs.ParallaxImageShowcase; exports.PathsDisplay = _chunkQFC725WUcjs.PathsDisplay; exports.PlatformBadge = _chunkQFC725WUcjs.PlatformBadge; exports.PlatformFilterComponent = _chunkQFC725WUcjs.PlatformFilterComponent; exports.PolicyConfigurationPanel = _chunkQFC725WUcjs.PolicyConfigurationPanel; exports.ProviderButton = _chunkQFC725WUcjs.ProviderButton; exports.PushButtonSelector = _chunkQFC725WUcjs.PushButtonSelector; exports.RATIO_DISPLAY_GRID_CLASS = _chunkQFC725WUcjs.RATIO_DISPLAY_GRID_CLASS; exports.RATIO_GRID_CLASS = _chunkQFC725WUcjs.RATIO_GRID_CLASS; exports.RatioTabs = _chunkQFC725WUcjs.RatioTabs; exports.ReleaseMediaManager = _chunkQFC725WUcjs.ReleaseMediaManager; exports.SEOEditorPreview = _chunkQFC725WUcjs.SEOEditorPreview; exports.SectionSelector = _chunkQFC725WUcjs.SectionSelector; exports.SelectButton = _chunkQFC725WUcjs.SelectButton; exports.SocialLinksManager = _chunkQFC725WUcjs.SocialLinksManager; exports.StartWithOpenFrameButton = _chunkQFC725WUcjs.StartWithOpenFrameButton; exports.StatusFilterComponent = _chunkQFC725WUcjs.StatusFilterComponent; exports.THEME_ATTRIBUTE = _chunkQFC725WUcjs.THEME_ATTRIBUTE; exports.THEME_STORAGE_KEY = _chunkQFC725WUcjs.THEME_STORAGE_KEY; exports.TagsSelector = _chunkQFC725WUcjs.TagsSelector; exports.ThemeProvider = _chunkQFC725WUcjs.ThemeProvider; exports.TicketCard = _chunkQFC725WUcjs.TicketCard; exports.TicketCardSkeleton = _chunkQFC725WUcjs.TicketCardSkeleton; exports.TicketStatusConfigList = _chunkQFC725WUcjs.TicketStatusConfigList; exports.TranscribeAndSummarizeCombinedSection = _chunkQFC725WUcjs.TranscribeAndSummarizeCombinedSection; exports.TranscribeSummarizeSection = _chunkQFC725WUcjs.TranscribeSummarizeSection; exports.TranscriptSummaryEditor = _chunkQFC725WUcjs.TranscriptSummaryEditor; exports.Video = _chunkQFC725WUcjs.Video; exports.VideoBiteCard = _chunkQFC725WUcjs.VideoBiteCard; exports.VideoBitesDisplay = _chunkQFC725WUcjs.VideoBitesDisplay; exports.VideoClipsSection = _chunkQFC725WUcjs.VideoClipsSection; exports.VideoSourceSelector = _chunkQFC725WUcjs.VideoSourceSelector; exports.ViewToggle = _chunkQFC725WUcjs.ViewToggle; exports.WaitlistForm = _chunkQFC725WUcjs.WaitlistForm; exports.columnFromTicketStatus = _chunkQFC725WUcjs.columnFromTicketStatus; exports.detectAspectRatio = _chunkQFC725WUcjs.detectAspectRatio; exports.extractYouTubeId = _chunkQFC725WUcjs.extractYouTubeId; exports.getApprovalMeta = _chunkQFC725WUcjs.getApprovalMeta; exports.getCaptionsUrl = _chunkQFC725WUcjs.getCaptionsUrl; exports.getOpenFramePaths = _chunkQFC725WUcjs.getOpenFramePaths; exports.groupByAspectRatio = _chunkQFC725WUcjs.groupByAspectRatio; exports.groupTicketsByStatus = _chunkQFC725WUcjs.groupTicketsByStatus; exports.isApprovalNotification = _chunkQFC725WUcjs.isApprovalNotification; exports.ratioToCategory = _chunkQFC725WUcjs.ratioToCategory; exports.tintOnDark = _chunkQFC725WUcjs.tintOnDark; exports.useBoardCollapse = _chunkQFC725WUcjs.useBoardCollapse; exports.useDynamicTheme = _chunkQFC725WUcjs.useDynamicTheme; exports.useFiltersDropdown = _chunkQFC725WUcjs.useFiltersDropdown; exports.useLoading = _chunkQFC725WUcjs.useLoading; exports.useNotifications = _chunkQFC725WUcjs.useNotifications; exports.useOptionalNotifications = _chunkQFC725WUcjs.useOptionalNotifications; exports.useTheme = _chunkQFC725WUcjs.useTheme; exports.useThemeToggle = _chunkQFC725WUcjs.useThemeToggle; exports.useVideoOriginPreconnect = _chunkQFC725WUcjs.useVideoOriginPreconnect; exports.useVideoWarmup = _chunkQFC725WUcjs.useVideoWarmup;
221
+ exports.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE = _chunkL65QBRV5cjs.ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE; exports.AIEnrichButton = _chunkL65QBRV5cjs.AIEnrichButton; exports.AIEnrichSection = _chunkL65QBRV5cjs.AIEnrichSection; exports.AIRequiredBadge = _chunkL65QBRV5cjs.AIRequiredBadge; exports.AIStatusIndicator = _chunkL65QBRV5cjs.AIStatusIndicator; exports.AIWarningsSection = _chunkL65QBRV5cjs.AIWarningsSection; exports.ApprovalRequestNotificationTile = _chunkL65QBRV5cjs.ApprovalRequestNotificationTile; exports.ArrayEntryManager = _chunkL65QBRV5cjs.ArrayEntryManager; exports.AuthProvidersList = _chunkL65QBRV5cjs.AuthProvidersList; exports.Board = _chunkL65QBRV5cjs.Board; exports.BoardColumn = _chunkL65QBRV5cjs.BoardColumn; exports.BoardColumnHeader = _chunkL65QBRV5cjs.BoardColumnHeader; exports.ChangelogManager = _chunkL65QBRV5cjs.ChangelogManager; exports.ChangelogSectionsManager = _chunkL65QBRV5cjs.ChangelogSectionsManager; exports.ClickUpTasksManager = _chunkL65QBRV5cjs.ClickUpTasksManager; exports.CommandBox = _chunkL65QBRV5cjs.CommandBox; exports.ConfidenceBadge = _chunkL65QBRV5cjs.ConfidenceBadge; exports.DEFAULT_THEME = _chunkL65QBRV5cjs.DEFAULT_THEME; exports.DynamicThemeProvider = _chunkL65QBRV5cjs.DynamicThemeProvider; exports.EntitySummaryEditor = _chunkL65QBRV5cjs.EntitySummaryEditor; exports.EntityVideoSection = _chunkL65QBRV5cjs.EntityVideoSection; exports.ErrorBoundary = _chunkL65QBRV5cjs.ErrorBoundary; exports.FigmaPrototypeViewer = _chunkL65QBRV5cjs.FigmaPrototypeViewer; exports.FiltersDropdown = _chunkL65QBRV5cjs.FiltersDropdown; exports.GitHubReleasesManager = _chunkL65QBRV5cjs.GitHubReleasesManager; exports.HighlightConfigSection = _chunkL65QBRV5cjs.HighlightConfigSection; exports.HighlightGenerationSection = _chunkL65QBRV5cjs.HighlightGenerationSection; exports.HighlightVideoCombinedSection = _chunkL65QBRV5cjs.HighlightVideoCombinedSection; exports.HighlightVideoPreview = _chunkL65QBRV5cjs.HighlightVideoPreview; exports.HighlightVideoSection = _chunkL65QBRV5cjs.HighlightVideoSection; exports.KnowledgeBaseLinksManager = _chunkL65QBRV5cjs.KnowledgeBaseLinksManager; exports.LoadingProvider = _chunkL65QBRV5cjs.LoadingProvider; exports.MUX_IMAGE_ORIGIN = _chunkL65QBRV5cjs.MUX_IMAGE_ORIGIN; exports.MUX_STREAM_ORIGIN = _chunkL65QBRV5cjs.MUX_STREAM_ORIGIN; exports.MediaGalleryManager = _chunkL65QBRV5cjs.MediaGalleryManager; exports.MoreAboutButton = _chunkL65QBRV5cjs.MoreAboutButton; exports.NotificationDrawer = _chunkL65QBRV5cjs.NotificationDrawer; exports.NotificationPopups = _chunkL65QBRV5cjs.NotificationPopups; exports.NotificationTile = _chunkL65QBRV5cjs.NotificationTile; exports.NotificationsProvider = _chunkL65QBRV5cjs.NotificationsProvider; exports.OPENFRAME_PATHS = _chunkL65QBRV5cjs.OPENFRAME_PATHS; exports.OSTypeBadge = _chunkL65QBRV5cjs.OSTypeBadge; exports.OSTypeBadgeGroup = _chunkL65QBRV5cjs.OSTypeBadgeGroup; exports.OSTypeIcon = _chunkL65QBRV5cjs.OSTypeIcon; exports.OSTypeLabel = _chunkL65QBRV5cjs.OSTypeLabel; exports.ParallaxImageShowcase = _chunkL65QBRV5cjs.ParallaxImageShowcase; exports.PathsDisplay = _chunkL65QBRV5cjs.PathsDisplay; exports.PlatformBadge = _chunkL65QBRV5cjs.PlatformBadge; exports.PlatformFilterComponent = _chunkL65QBRV5cjs.PlatformFilterComponent; exports.PolicyConfigurationPanel = _chunkL65QBRV5cjs.PolicyConfigurationPanel; exports.ProviderButton = _chunkL65QBRV5cjs.ProviderButton; exports.PushButtonSelector = _chunkL65QBRV5cjs.PushButtonSelector; exports.RATIO_DISPLAY_GRID_CLASS = _chunkL65QBRV5cjs.RATIO_DISPLAY_GRID_CLASS; exports.RATIO_GRID_CLASS = _chunkL65QBRV5cjs.RATIO_GRID_CLASS; exports.RatioTabs = _chunkL65QBRV5cjs.RatioTabs; exports.ReleaseMediaManager = _chunkL65QBRV5cjs.ReleaseMediaManager; exports.SEOEditorPreview = _chunkL65QBRV5cjs.SEOEditorPreview; exports.SectionSelector = _chunkL65QBRV5cjs.SectionSelector; exports.SelectButton = _chunkL65QBRV5cjs.SelectButton; exports.SocialLinksManager = _chunkL65QBRV5cjs.SocialLinksManager; exports.StartWithOpenFrameButton = _chunkL65QBRV5cjs.StartWithOpenFrameButton; exports.StatusFilterComponent = _chunkL65QBRV5cjs.StatusFilterComponent; exports.THEME_ATTRIBUTE = _chunkL65QBRV5cjs.THEME_ATTRIBUTE; exports.THEME_STORAGE_KEY = _chunkL65QBRV5cjs.THEME_STORAGE_KEY; exports.TagsSelector = _chunkL65QBRV5cjs.TagsSelector; exports.ThemeProvider = _chunkL65QBRV5cjs.ThemeProvider; exports.TicketCard = _chunkL65QBRV5cjs.TicketCard; exports.TicketCardSkeleton = _chunkL65QBRV5cjs.TicketCardSkeleton; exports.TicketStatusConfigList = _chunkL65QBRV5cjs.TicketStatusConfigList; exports.TranscribeAndSummarizeCombinedSection = _chunkL65QBRV5cjs.TranscribeAndSummarizeCombinedSection; exports.TranscribeSummarizeSection = _chunkL65QBRV5cjs.TranscribeSummarizeSection; exports.TranscriptSummaryEditor = _chunkL65QBRV5cjs.TranscriptSummaryEditor; exports.Video = _chunkL65QBRV5cjs.Video; exports.VideoBiteCard = _chunkL65QBRV5cjs.VideoBiteCard; exports.VideoBitesDisplay = _chunkL65QBRV5cjs.VideoBitesDisplay; exports.VideoClipsSection = _chunkL65QBRV5cjs.VideoClipsSection; exports.VideoSourceSelector = _chunkL65QBRV5cjs.VideoSourceSelector; exports.ViewToggle = _chunkL65QBRV5cjs.ViewToggle; exports.WaitlistForm = _chunkL65QBRV5cjs.WaitlistForm; exports.columnFromTicketStatus = _chunkL65QBRV5cjs.columnFromTicketStatus; exports.detectAspectRatio = _chunkL65QBRV5cjs.detectAspectRatio; exports.extractYouTubeId = _chunkL65QBRV5cjs.extractYouTubeId; exports.getApprovalMeta = _chunkL65QBRV5cjs.getApprovalMeta; exports.getCaptionsUrl = _chunkL65QBRV5cjs.getCaptionsUrl; exports.getOpenFramePaths = _chunkL65QBRV5cjs.getOpenFramePaths; exports.groupByAspectRatio = _chunkL65QBRV5cjs.groupByAspectRatio; exports.groupTicketsByStatus = _chunkL65QBRV5cjs.groupTicketsByStatus; exports.isApprovalNotification = _chunkL65QBRV5cjs.isApprovalNotification; exports.ratioToCategory = _chunkL65QBRV5cjs.ratioToCategory; exports.tintOnDark = _chunkL65QBRV5cjs.tintOnDark; exports.useBoardCollapse = _chunkL65QBRV5cjs.useBoardCollapse; exports.useDynamicTheme = _chunkL65QBRV5cjs.useDynamicTheme; exports.useFiltersDropdown = _chunkL65QBRV5cjs.useFiltersDropdown; exports.useLoading = _chunkL65QBRV5cjs.useLoading; exports.useNotifications = _chunkL65QBRV5cjs.useNotifications; exports.useOptionalNotifications = _chunkL65QBRV5cjs.useOptionalNotifications; exports.useTheme = _chunkL65QBRV5cjs.useTheme; exports.useThemeToggle = _chunkL65QBRV5cjs.useThemeToggle; exports.useVideoOriginPreconnect = _chunkL65QBRV5cjs.useVideoOriginPreconnect; exports.useVideoWarmup = _chunkL65QBRV5cjs.useVideoWarmup;
222
222
  //# sourceMappingURL=index.cjs.map
@@ -101,12 +101,12 @@ import {
101
101
  useThemeToggle,
102
102
  useVideoOriginPreconnect,
103
103
  useVideoWarmup
104
- } from "../../chunk-K252FYE5.js";
104
+ } from "../../chunk-G6EKFWIC.js";
105
105
  import "../../chunk-LXC6P2EO.js";
106
106
  import "../../chunk-EL5YVPD5.js";
107
107
  import "../../chunk-YZDUOUMB.js";
108
108
  import "../../chunk-OHPI2HRK.js";
109
- import "../../chunk-53EA4QPZ.js";
109
+ import "../../chunk-LLTUSEHF.js";
110
110
  import "../../chunk-PLJLE4A4.js";
111
111
  import "../../chunk-Z46NRJWW.js";
112
112
  import "../../chunk-YICWWZ3Z.js";
@@ -1,13 +1,16 @@
1
+ import type { HumanitySignals } from '../../utils/humanity-signals';
1
2
  export interface WaitlistFormProps {
2
3
  /** Optional ID for the form container (for anchor links) */
3
4
  id?: string;
4
5
  /** Optional CSS classes for the container */
5
6
  className?: string;
6
7
  /**
7
- * Registration handler — called with email and optional E.164 phone.
8
- * Must throw on failure (toast is handled by the form).
8
+ * Registration handler — called with email, optional E.164 phone, and the
9
+ * invisible bot-protection signals (honeypot + timing) to forward into the
10
+ * POST body. Must throw on failure (toast is handled by the form). `signals`
11
+ * is optional for backward compatibility with older callers.
9
12
  */
10
- onRegister: (email: string, phone?: string) => Promise<void>;
13
+ onRegister: (email: string, phone?: string, signals?: HumanitySignals) => Promise<void>;
11
14
  /** Whether a registration request is currently in flight */
12
15
  isSubmitting?: boolean;
13
16
  /** Whether registration completed successfully */
@@ -1 +1 @@
1
- {"version":3,"file":"waitlist-form.d.ts","sourceRoot":"","sources":["../../../src/components/features/waitlist-form.tsx"],"names":[],"mappings":"AAeA,MAAM,WAAW,iBAAiB;IAChC,4DAA4D;IAC5D,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;OAGG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IAC5D,4DAA4D;IAC5D,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,kDAAkD;IAClD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,gDAAgD;IAChD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,gDAAgD;IAChD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kFAAkF;IAClF,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,gEAAgE;IAChE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,0DAA0D;IAC1D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,8CAA8C;IAC9C,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,4DAA4D;IAC5D,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,4DAA4D;IAC5D,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,0DAA0D;IAC1D,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,YAAY,CAAC,EAC3B,EAAoB,EACpB,SAAS,EACT,UAAU,EACV,YAAoB,EACpB,SAAiB,EACjB,YAAiB,EACjB,YAAiB,EACjB,SAAsB,EACtB,WAA+B,EAC/B,YAA2B,EAC3B,gBAA2E,EAC3E,gBAA6F,EAC7F,gBAAiD,EACjD,iBAAiB,EACjB,gBAAgB,EAChB,WAA4L,GAC7L,EAAE,iBAAiB,+BA4LnB"}
1
+ {"version":3,"file":"waitlist-form.d.ts","sourceRoot":"","sources":["../../../src/components/features/waitlist-form.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AASnE,MAAM,WAAW,iBAAiB;IAChC,4DAA4D;IAC5D,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;;OAKG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACvF,4DAA4D;IAC5D,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,kDAAkD;IAClD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,gDAAgD;IAChD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,gDAAgD;IAChD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kFAAkF;IAClF,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,gEAAgE;IAChE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,0DAA0D;IAC1D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,8CAA8C;IAC9C,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,4DAA4D;IAC5D,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,4DAA4D;IAC5D,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,0DAA0D;IAC1D,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,YAAY,CAAC,EAC3B,EAAoB,EACpB,SAAS,EACT,UAAU,EACV,YAAoB,EACpB,SAAiB,EACjB,YAAiB,EACjB,YAAiB,EACjB,SAAsB,EACtB,WAA+B,EAC/B,YAA2B,EAC3B,gBAA2E,EAC3E,gBAA6F,EAC7F,gBAAiD,EACjD,iBAAiB,EACjB,gBAAgB,EAChB,WAA4L,GAC7L,EAAE,iBAAiB,+BAiMnB"}