pxengine 0.1.158 → 0.1.160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1357,23 +1357,6 @@ interface AudienceMetricCardMolecule extends BaseMolecule {
1357
1357
  percentage?: number;
1358
1358
  }>;
1359
1359
  }
1360
- interface FilterBarMolecule extends BaseMolecule {
1361
- type: "filter-bar";
1362
- filters: Array<{
1363
- label: string;
1364
- value: string;
1365
- active?: boolean;
1366
- }>;
1367
- showSearch?: boolean;
1368
- }
1369
- interface TagCloudMolecule extends BaseMolecule {
1370
- type: "tag-cloud";
1371
- tags: Array<{
1372
- label: string;
1373
- value: string;
1374
- count?: number;
1375
- }>;
1376
- }
1377
1360
  interface CreatorGridCardMolecule extends BaseMolecule {
1378
1361
  type: "creator-grid-card";
1379
1362
  bannerSrc?: string;
@@ -1478,24 +1461,6 @@ interface CreatorActionHeaderMolecule extends BaseMolecule {
1478
1461
  action?: string;
1479
1462
  }>;
1480
1463
  }
1481
- interface SocialPostMolecule extends BaseMolecule {
1482
- type: "social-post";
1483
- topic: string;
1484
- posts: Array<{
1485
- platform: "twitter" | "linkedin" | "instagram";
1486
- caption: string;
1487
- hashtags: string[];
1488
- character_count: number;
1489
- character_limit: number;
1490
- image?: {
1491
- url: string;
1492
- thumb_url: string;
1493
- alt: string;
1494
- photographer: string;
1495
- photographer_url: string;
1496
- };
1497
- }>;
1498
- }
1499
1464
  interface CreatorWidgetMolecule extends BaseMolecule {
1500
1465
  type: "creator-widget";
1501
1466
  sessionId: string;
@@ -1540,7 +1505,7 @@ interface GitHubIssueTrackerMolecule extends BaseMolecule {
1540
1505
  days_stale: number;
1541
1506
  }>;
1542
1507
  }
1543
- type UIMolecule = CampaignSeedCardAtom | SearchSpecCardAtom | MCQCardAtom | ActionButtonAtom | StatsGridMolecule | EmptyStateMolecule | LoadingOverlayMolecule | InsightSummaryCardMolecule | ResearchBriefCardMolecule | PriorityActionsCardMolecule | KPIStatsCardMolecule | ApprovalCardMolecule | TimelineCardMolecule | FeedbackRatingCardMolecule | DataTableCardMolecule | ChecklistCardMolecule | PollCardMolecule | CampaignBriefCardMolecule | DataSourceChecklistCardMolecule | GoalAlignmentCardMolecule | AudiencePersonaCardMolecule | ChannelPlanCardMolecule | InsightDigestCardMolecule | ActionPriorityCardMolecule | RiskSignalCardMolecule | ScoreBreakdownCardMolecule | NextStepCardMolecule | PlatformIconGroupMolecule | CreatorProfileSummaryMolecule | AudienceMetricCardMolecule | FilterBarMolecule | TagCloudMolecule | CreatorGridCardMolecule | BrandAffinityGroupMolecule | ContentPreviewGalleryMolecule | DataGridMolecule | StepWizardMolecule | NotificationListMolecule | AudienceDemographicsCardMolecule | GrowthChartCardMolecule | TopPostsGridMolecule | CreatorActionHeaderMolecule | SocialPostMolecule | CreatorWidgetMolecule | GitHubConnectMolecule | GitHubRepoHealthMolecule | GitHubIssueTrackerMolecule | RecommendationCardMolecule | ConfirmationCardMolecule | AnalyticsChartMolecule | LineChartMolecule | AreaChartMolecule | BarChartMolecule | StackedBarChartMolecule | ColumnChartMolecule | StackedColumnChartMolecule | PieChartMolecule | DonutChartMolecule | FunnelChartMolecule | HeatmapChartMolecule | TimeSeriesChartMolecule | ComparativeChartMolecule | TrendIndicatorMolecule | KPIMetricCardMolecule | AnalyticsSummaryCardMolecule | DynamicFormCardMolecule;
1508
+ type UIMolecule = CampaignSeedCardAtom | SearchSpecCardAtom | MCQCardAtom | ActionButtonAtom | StatsGridMolecule | EmptyStateMolecule | LoadingOverlayMolecule | InsightSummaryCardMolecule | ResearchBriefCardMolecule | PriorityActionsCardMolecule | KPIStatsCardMolecule | ApprovalCardMolecule | TimelineCardMolecule | FeedbackRatingCardMolecule | DataTableCardMolecule | ChecklistCardMolecule | PollCardMolecule | CampaignBriefCardMolecule | DataSourceChecklistCardMolecule | GoalAlignmentCardMolecule | AudiencePersonaCardMolecule | ChannelPlanCardMolecule | InsightDigestCardMolecule | ActionPriorityCardMolecule | RiskSignalCardMolecule | ScoreBreakdownCardMolecule | NextStepCardMolecule | PlatformIconGroupMolecule | CreatorProfileSummaryMolecule | AudienceMetricCardMolecule | CreatorGridCardMolecule | BrandAffinityGroupMolecule | ContentPreviewGalleryMolecule | DataGridMolecule | StepWizardMolecule | NotificationListMolecule | AudienceDemographicsCardMolecule | GrowthChartCardMolecule | TopPostsGridMolecule | CreatorActionHeaderMolecule | CreatorWidgetMolecule | GitHubConnectMolecule | GitHubRepoHealthMolecule | GitHubIssueTrackerMolecule | RecommendationCardMolecule | ConfirmationCardMolecule | AnalyticsChartMolecule | LineChartMolecule | AreaChartMolecule | BarChartMolecule | StackedBarChartMolecule | ColumnChartMolecule | StackedColumnChartMolecule | PieChartMolecule | DonutChartMolecule | FunnelChartMolecule | HeatmapChartMolecule | TimeSeriesChartMolecule | ComparativeChartMolecule | TrendIndicatorMolecule | KPIMetricCardMolecule | AnalyticsSummaryCardMolecule | DynamicFormCardMolecule;
1544
1509
 
1545
1510
  type UIComponent = UIAtom | UIMolecule;
1546
1511
  interface UISchema {
@@ -2869,23 +2834,6 @@ declare const EmptyState: React__default.FC<EmptyStateMolecule & {
2869
2834
  */
2870
2835
  declare const LoadingOverlay: React__default.FC<LoadingOverlayMolecule>;
2871
2836
 
2872
- /**
2873
- * FilterBar
2874
- * A horizontal bar with active filter chips and search.
2875
- */
2876
- declare const FilterBar: React__default.FC<FilterBarMolecule & {
2877
- onFilterToggle?: (val: string) => void;
2878
- onSearch?: (val: string) => void;
2879
- }>;
2880
-
2881
- /**
2882
- * TagCloud
2883
- * A cluster of clickable tags.
2884
- */
2885
- declare const TagCloud: React__default.FC<TagCloudMolecule & {
2886
- onTagClick?: (val: string) => void;
2887
- }>;
2888
-
2889
2837
  /**
2890
2838
  * DataGrid
2891
2839
  * A premium table component with typed cells and responsive design.
@@ -2904,36 +2852,6 @@ declare const StepWizard: React__default.FC<StepWizardMolecule>;
2904
2852
  */
2905
2853
  declare const NotificationList: React__default.FC<NotificationListMolecule>;
2906
2854
 
2907
- interface SocialPost {
2908
- platform: "twitter" | "linkedin" | "instagram";
2909
- caption: string;
2910
- hashtags: string[];
2911
- character_count: number;
2912
- character_limit: number;
2913
- image?: {
2914
- url: string;
2915
- thumb_url: string;
2916
- alt: string;
2917
- photographer: string;
2918
- photographer_url: string;
2919
- };
2920
- }
2921
- interface SocialPostCardProps {
2922
- topic: string;
2923
- posts: SocialPost[];
2924
- loading?: boolean;
2925
- className?: string;
2926
- onAction?: (action: string, payload?: any) => void;
2927
- sendMessage?: (message: string) => void;
2928
- }
2929
-
2930
- /**
2931
- * SocialPostCard
2932
- * Renders AI-generated social media posts for multiple platforms.
2933
- * Users can toggle which platforms to include via clickable badges.
2934
- */
2935
- declare const SocialPostCard: React__default.FC<SocialPostCardProps>;
2936
-
2937
2855
  interface GitHubConnectCardProps {
2938
2856
  message: string;
2939
2857
  context?: {
@@ -3408,6 +3326,149 @@ interface PollCardProps {
3408
3326
 
3409
3327
  declare const PollCard: React__default.NamedExoticComponent<PollCardProps>;
3410
3328
 
3329
+ interface QuestionnaireQuestion {
3330
+ /** Stable identifier for this question within the card (used as the persistence key). */
3331
+ id: string;
3332
+ /** The question text shown in the card header. */
3333
+ question: string;
3334
+ /** Option key -> option label TEXT. Must be a JSON object/dict, never an array. */
3335
+ options: Record<string, string>;
3336
+ /** The key of the recommended option (must match a key in `options`). */
3337
+ recommended?: string;
3338
+ /**
3339
+ * Maximum number of options the user may pick for this question.
3340
+ * Defaults to 1 (single-select — clicking an option persists it and
3341
+ * auto-advances to the next question). >= 2 enables multi-select
3342
+ * (checkboxes — persists on every toggle, does not auto-advance; the
3343
+ * user taps the right chevron to move on).
3344
+ */
3345
+ maxSelections?: number;
3346
+ /**
3347
+ * Minimum selections required for this question before it's considered
3348
+ * answered. Defaults to `maxSelections` when multi-select, otherwise 1.
3349
+ */
3350
+ minSelections?: number;
3351
+ /**
3352
+ * Shows an "Add another topic" row as the last option, opening an inline
3353
+ * free-text field. Submitted as a separate `freeText` value on the
3354
+ * answer — not merged into the selected option keys. Defaults to true.
3355
+ */
3356
+ allowFreeText?: boolean;
3357
+ /** Label for the free-text row. Defaults to "Add another topic". */
3358
+ freeTextLabel?: string;
3359
+ /** Placeholder for the free-text input. */
3360
+ freeTextPlaceholder?: string;
3361
+ }
3362
+ interface QuestionnaireAnswer {
3363
+ questionId: string;
3364
+ /** Selected option keys (empty when skipped or only free text was given). */
3365
+ values: string[];
3366
+ /** Display labels for `values`, in the same order. */
3367
+ labels: string[];
3368
+ /** Free-text value submitted via "Add another topic", if any. */
3369
+ freeText?: string;
3370
+ /** True when the user skipped this question — no answer recorded. */
3371
+ skipped?: boolean;
3372
+ }
3373
+ interface QuestionnaireCardProps {
3374
+ /** The set of questions to ask, in order. */
3375
+ questions: QuestionnaireQuestion[];
3376
+ /**
3377
+ * Stable identifier for this card instance, used (together with sessionId
3378
+ * and each question's id) to key persisted answers. Defaults to a hash of
3379
+ * the question ids/text, so the same schema resolves to the same card
3380
+ * across reloads without one being explicitly provided.
3381
+ */
3382
+ cardId?: string;
3383
+ /** Pre-existing answers, keyed by questionId (historical/reload view). */
3384
+ answers?: Record<string, QuestionnaireAnswer>;
3385
+ /** Fires whenever a question is answered, edited, or skipped. */
3386
+ onAnswer?: (answer: QuestionnaireAnswer) => void;
3387
+ /** Fires once every question has been answered or skipped. */
3388
+ onComplete?: (answers: Record<string, QuestionnaireAnswer>) => void;
3389
+ /** Fires when the user dismisses the whole card via the close (X) button. */
3390
+ onClose?: () => void;
3391
+ /** Whether this message is the latest (controls interactivity). Chevron
3392
+ * navigation stays available even when false, so a historical card can
3393
+ * still be browsed read-only. */
3394
+ isLatestMessage?: boolean;
3395
+ /** Loading state during submission. */
3396
+ isLoading?: boolean;
3397
+ /** Custom wrapper class name. */
3398
+ className?: string;
3399
+ /** Optional action callback for external state management (e.g. PXEngine). */
3400
+ onAction?: (action: any) => void;
3401
+ /** Whether the interaction is disabled externally. */
3402
+ disabled?: boolean;
3403
+ /** Optional brand theme. */
3404
+ theme?: WidgetTheme;
3405
+ /** Session ID for self-contained persistence. */
3406
+ sessionId?: string;
3407
+ /** Callback to send a message to the agent. Called once per question, the
3408
+ * first time the user navigates past it (or when the questionnaire
3409
+ * completes / is closed) with any unrecorded answers still pending. */
3410
+ sendMessage?: (text: string) => void;
3411
+ /**
3412
+ * Custom fetcher for loading existing answers for this session.
3413
+ * Defaults to hitting the generic custom-agent session-state endpoint
3414
+ * (`state_key: "questionnaire_selections"`), the same infra MCQCard's
3415
+ * default fetchers build on. Returns a flat map of
3416
+ * `${cardId}::${questionId}` -> JSON-encoded answer string.
3417
+ */
3418
+ fetchSelections?: (sessionId: string) => Promise<Record<string, string>>;
3419
+ /**
3420
+ * Custom persister for a single question's answer, keyed by
3421
+ * `${cardId}::${questionId}` — mirrors MCQCard's
3422
+ * fetchSelections/persistSelection signature, extended to key by
3423
+ * (sessionId, cardId, questionId) since a card instance now holds
3424
+ * multiple questions.
3425
+ */
3426
+ persistSelection?: (sessionId: string, questionKey: string, value: string) => Promise<void>;
3427
+ }
3428
+
3429
+ /**
3430
+ * QuestionnaireCard
3431
+ *
3432
+ * A molecule for asking a themed set of questions as one paginated card,
3433
+ * instead of one MCQCard block per question. Modeled on the
3434
+ * Claude/ChatGPT onboarding-preferences UI: dark rounded card, minimal
3435
+ * header with pagination chevrons + "X of N" + close, plain option rows,
3436
+ * small pill action button.
3437
+ *
3438
+ * Self-contained: when `sessionId` + `sendMessage` are provided, it manages
3439
+ * its own persistence and agent communication, keyed by
3440
+ * (sessionId, cardId, questionId) since one card instance holds multiple
3441
+ * questions.
3442
+ */
3443
+ declare const QuestionnaireCard: React__default.NamedExoticComponent<QuestionnaireCardProps>;
3444
+
3445
+ /**
3446
+ * Default fetchers for QuestionnaireCard self-contained mode.
3447
+ *
3448
+ * Reuses the generic custom-agent session-state endpoints
3449
+ * (`/sessions/{sessionId}/state/get` + PATCH `/state`) that already back
3450
+ * other widget state in production, instead of standing up a dedicated
3451
+ * questionnaire-selections route. All answers for a session live under a
3452
+ * single `state_key` ("questionnaire_selections") as a flat map of
3453
+ * `${cardId}::${questionId}` -> JSON-encoded answer string.
3454
+ *
3455
+ * Uses localStorage as an instant cache layer, same pattern as MCQCard:
3456
+ * - persist: writes to localStorage (sync) + backend (async) in parallel
3457
+ * - fetch: reads localStorage instantly, then backfills from backend
3458
+ *
3459
+ * NOTE: localStorage here caches non-sensitive UI answers, not the auth
3460
+ * token. The auth token is resolved via getPxAuthToken() (injected
3461
+ * provider / cookies) — never persisted to localStorage.
3462
+ *
3463
+ * IMPORTANT: unlike MCQCard's dedicated mcq-selections endpoint (which does
3464
+ * a targeted Mongo `$set` on one key), the generic `/state` PATCH replaces
3465
+ * the *entire* `questionnaire_selections` blob on every write. persist()
3466
+ * therefore always sends the full locally-merged map, not just the one
3467
+ * changed key.
3468
+ */
3469
+ declare function defaultFetchQuestionnaireSelections(sessionId: string): Promise<Record<string, string>>;
3470
+ declare function defaultPersistQuestionnaireSelection(sessionId: string, questionKey: string, value: string): Promise<void>;
3471
+
3411
3472
  type CalendarEventStatus = "upcoming" | "live" | "ended" | "cancelled";
3412
3473
  interface CalendarEventAttendee {
3413
3474
  name: string;
@@ -3753,7 +3814,7 @@ interface DeckOutline {
3753
3814
  * Real-time progress information for long-running jobs.
3754
3815
  * Updated during AI generation, PDF/PPTX creation, and upload phases.
3755
3816
  */
3756
- interface JobProgress$2 {
3817
+ interface JobProgress$1 {
3757
3818
  /** Progress percentage (0-100) */
3758
3819
  percentage: number;
3759
3820
  /** Human-readable description of current step */
@@ -3791,7 +3852,7 @@ interface PresentationJobCardProps {
3791
3852
  outline?: DeckOutline;
3792
3853
  error?: string;
3793
3854
  /** Real-time progress information (populated during pending/running) */
3794
- progress?: JobProgress$2;
3855
+ progress?: JobProgress$1;
3795
3856
  /**
3796
3857
  * URL polled every 3 s while status is pending/running.
3797
3858
  * Expected response shape: { status, output: { slide_count, formats }, progress: { ... } }
@@ -3898,7 +3959,7 @@ interface ReportOutline {
3898
3959
  * Real-time progress information for long-running research jobs.
3899
3960
  * Updated during web search, content generation, and upload phases.
3900
3961
  */
3901
- interface JobProgress$1 {
3962
+ interface JobProgress {
3902
3963
  /** Progress percentage (0-100) */
3903
3964
  percentage: number;
3904
3965
  /** Human-readable description of current step */
@@ -3958,7 +4019,7 @@ interface ResearchReportJobCardProps {
3958
4019
  /** Error message if job failed */
3959
4020
  error?: string;
3960
4021
  /** Real-time progress information (populated during pending/running) */
3961
- progress?: JobProgress$1;
4022
+ progress?: JobProgress;
3962
4023
  /** URL to poll for status updates */
3963
4024
  pollUrl?: string;
3964
4025
  /** Auth token for polling requests */
@@ -4031,82 +4092,6 @@ interface ResearchReportJobOutput {
4031
4092
 
4032
4093
  declare const ResearchReportJobCard: React__default.FC<ResearchReportJobCardProps>;
4033
4094
 
4034
- /**
4035
- * Type definitions for WebSearchJobCard component.
4036
- */
4037
- interface WebSearchResult {
4038
- /** Page title */
4039
- title: string;
4040
- /** Full URL of the result */
4041
- url: string;
4042
- /** 150-200 character description of the page content */
4043
- snippet: string;
4044
- /** Domain only, e.g. "techcrunch.com" */
4045
- source: string;
4046
- }
4047
- interface JobProgress {
4048
- /** Progress percentage (0-100) */
4049
- percentage: number;
4050
- /** Human-readable description of current step */
4051
- current_step: string;
4052
- /** Category of current work: "ai_generation" | "processing" | "uploading" */
4053
- step_type?: string;
4054
- /** Additional step-specific details */
4055
- details?: {
4056
- searches_completed?: number;
4057
- searches_total?: number;
4058
- phase?: string;
4059
- };
4060
- /** ISO timestamp of last progress update */
4061
- updated_at?: string;
4062
- }
4063
- interface WebSearchJobCardProps {
4064
- /** Unique job identifier */
4065
- job_id: string;
4066
- /** Card title — typically the search query */
4067
- title?: string;
4068
- /** Current job status */
4069
- status: "pending" | "running" | "complete" | "failed";
4070
- /** The search query string */
4071
- query?: string;
4072
- /** Total number of results returned */
4073
- result_count?: number;
4074
- /** Number of web searches performed */
4075
- search_count?: number;
4076
- /** 2-3 sentence summary of findings */
4077
- summary?: string;
4078
- /** Structured search results */
4079
- results?: WebSearchResult[];
4080
- /** Error message if job failed */
4081
- error?: string;
4082
- /** Real-time progress information (populated during pending/running) */
4083
- progress?: JobProgress;
4084
- /** URL to poll for status updates */
4085
- pollUrl?: string;
4086
- /** Auth token for polling requests */
4087
- authToken?: string;
4088
- /** Additional CSS classes */
4089
- className?: string;
4090
- /** Callback when job completes */
4091
- onComplete?: (output: WebSearchJobOutput) => void;
4092
- /** Callback when job fails */
4093
- onFailed?: (error: string) => void;
4094
- /**
4095
- * Compact mode — hides the results list, shows only header and summary.
4096
- * @default false
4097
- */
4098
- compact?: boolean;
4099
- }
4100
- interface WebSearchJobOutput {
4101
- query: string;
4102
- result_count: number;
4103
- search_count: number;
4104
- summary: string;
4105
- results: WebSearchResult[];
4106
- }
4107
-
4108
- declare const WebSearchJobCard: React__default.FC<WebSearchJobCardProps>;
4109
-
4110
4095
  interface CampaignSeedCardProps extends Omit<FormCardProps, "fields"> {
4111
4096
  /**
4112
4097
  * Status of the selection (done by user or agent)
@@ -4666,4 +4651,4 @@ interface AnalyticsChartProps extends BaseAnalyticsChartProps {
4666
4651
  }
4667
4652
  declare function AnalyticsChart({ config: configProp, chartConfig, chartType, series, categories, xAxis, yAxis, colors, stacked, legend, tooltip, dataLabels, extraOptions, chartId, apiBase, authToken, title, subtitle, theme, mode, height, className, loading: loadingProp, error: errorProp, }: AnalyticsChartProps): react_jsx_runtime.JSX.Element;
4668
4653
 
4669
- export { Accordion, AccordionAtom, type AccordionAtomType, AccordionContent, AccordionItem, AccordionTrigger, ActionButton, type ActionButtonAtom, type ActionButtonProps, type ActionPriority, ActionPriorityCard, type ActionPriorityCardMolecule, type ActionPriorityCardProps, type ActionPriorityItem, Alert, AlertAtom, type AlertAtomType, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogAtom, type AlertDialogAtomType, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnalyticsChart, type AnalyticsChartMolecule, type AnalyticsChartProps, type AnalyticsSummaryCardMolecule, ApprovalCard, type ApprovalCardMolecule, type ApprovalCardProps, type ApprovalDetail, type ApprovalStatus, type AreaChartMolecule, ArrowToggleAtom, type ArrowToggleAtomType, AspectRatio, AspectRatioAtom, type AspectRatioAtomType, AudienceDemographicsCard, type AudienceDemographicsCardMolecule, AudienceMetricCard, type AudienceMetricCardMolecule, AudiencePersonaCard, type AudiencePersonaCardMolecule, type AudiencePersonaCardProps, Avatar, AvatarAtom, type AvatarAtomType, AvatarFallback, AvatarImage, Badge, BadgeAtom, type BadgeAtomType, type BarChartMolecule, type BaseAnalyticsChartMolecule, type BaseAtom, type BaseMolecule, type BranchCI, BrandAffinityGroup, type BrandAffinityGroupMolecule, Breadcrumb, BreadcrumbAtom, type BreadcrumbAtomType, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BudgetAllocCard, type BudgetAllocCardProps, type BudgetAllocItem, Button, type ButtonAction, ButtonAtom, type ButtonAtomType, type ButtonSize$1 as ButtonSize, type ButtonVariant$1 as ButtonVariant, CHAT_SKELETON_CATEGORIES, Calendar, CalendarAtom, type CalendarAtomType, type CalendarEventAttendee, CalendarEventCard, type CalendarEventCardProps, type CalendarEventStatus, CampaignBriefCard, type CampaignBriefCardMolecule, type CampaignBriefCardProps, CampaignConceptCard, type CampaignConceptCardProps, CampaignSeedCard, type CampaignSeedCardAtom, type CampaignSeedCardProps, Card, CardAtom, type CardAtomType, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselAtom, type CarouselAtomType, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChannelPlanCard, type ChannelPlanCardMolecule, type ChannelPlanCardProps, type ChannelPlanItem, ChartAtom, type ChartAtomType, type ChartDataPoint, ChatSkeleton, type ChatSkeletonCategory, type ChatSkeletonProps, Checkbox, CheckboxAtom, type CheckboxAtomType, ChecklistCard, type ChecklistCardMolecule, type ChecklistCardProps, type ChecklistItem, Collapsible, CollapsibleAtom, type CollapsibleAtomType, CollapsibleContent, CollapsibleTrigger, type CollectedField, type ColumnChartMolecule, Command, CommandAtom, type CommandAtomType, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, type ComparativeChartMolecule, type ComparisonAttribute, ComparisonCard, type ComparisonCardProps, type ComparisonOption, ConfirmationCard, type ConfirmationCardMolecule, type ConfirmationCardProps, ContentPreviewGallery, type ContentPreviewGalleryMolecule, ContextMenu, ContextMenuAtom, type ContextMenuAtomType, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuTrigger, CountrySelectDisplay, CountrySelectEdit, CreatorActionHeader, type CreatorActionHeaderMolecule, CreatorCompactView, type CreatorCompactViewProps, type CreatorDetailData, CreatorExpandedPanel, CreatorGridCard, type CreatorGridCardMolecule, CreatorImageList, type CreatorImageListProps, CreatorProfileSummary, type CreatorProfileSummaryMolecule, CreatorProgressBar, type CreatorProgressBarProps, CreatorSearch, type CreatorSearchProps, type CreatorVersionData, CreatorWidget, type CreatorWidgetAction, type CreatorWidgetMolecule, type CreatorWidgetProps, CreatorWidgetSkeleton, type CreatorWidgetStatus, DataGrid, type DataGridMolecule, DataSourceChecklistCard, type DataSourceChecklistCardMolecule, type DataSourceChecklistCardProps, type DataSourceItem, DataTableCard, type DataTableCardMolecule, type DataTableCardProps, type DataTableColumn, Dialog, DialogAtom, type DialogAtomType, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, type DonutChartMolecule, Drawer, DrawerAtom, type DrawerAtomType, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuAtom, type DropdownMenuAtomType, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, DynamicFormCard, type DynamicFormCardMolecule, type DynamicFormCardProps, EditableField, type EditableFieldProps, EmptyState, type EmptyStateMolecule, FENCE_TAG_ALIASES, FeedbackRatingCard, type FeedbackRatingCardMolecule, type FeedbackRatingCardProps, type FetchCreatorDetailsParams, type FetchStatusParams, type FetchVersionsParams, FilterBar, type FilterBarMolecule, Form, FormCard, type FormCardProps, FormControl, FormDescription, FormField, FormInputAtom, type FormInputAtomType, FormItem, FormLabel, FormMessage, FormSelectAtom, type FormSelectAtomType, FormTextareaAtom, type FormTextareaAtomType, type FunnelChartMolecule, type GapSize, GitHubConnectCard, type GitHubConnectCardProps, type GitHubConnectMolecule, GitHubIssueTrackerCard, type GitHubIssueTrackerCardProps, type GitHubIssueTrackerMolecule, GitHubRepoHealthCard, type GitHubRepoHealthCardProps, type GitHubRepoHealthMolecule, GitHubReposListCard, type GitHubReposListCardProps, GoalAlignmentCard, type GoalAlignmentCardMolecule, type GoalAlignmentCardProps, type GoalAlignmentItem, GoogleSheetsCard, type GoogleSheetsCardProps, GoogleSheetsConnectCard, type GoogleSheetsConnectCardProps, GoogleSheetsListCard, type GoogleSheetsListCardProps, GrowthChartCard, type GrowthChartCardMolecule, type HeatmapChartMolecule, HoverCard, HoverCardContent, HoverCardTrigger, IconAtom, type IconAtomType, type IconName, Input, InputAtom, type InputAtomType, type InputElementLike, InputOTP, InputOTPAtom, type InputOTPAtomType, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputType, InputWidget, type InputWidgetField, type InputWidgetFieldKind, type InputWidgetType, InsightDigestCard, type InsightDigestCardMolecule, type InsightDigestCardProps, type InsightDigestItem, type InsightFinding, type InsightItemLike, InsightSummaryCard, type InsightSummaryCardMolecule, type InsightSummaryCardProps, type InsightSummaryItem, JOB_SIGNAL_EVENT, type JobProgress$2 as JobProgress, type KPIMetricCardMolecule, type KPIStatItem, KPIStatsCard, type KPIStatsCardMolecule, type KPIStatsCardProps, KbdAtom, type KbdAtomType, KeywordBundlesDisplay, KeywordBundlesEdit, Label, LabelAtom, type LabelAtomType, LayoutAtom, type LayoutAtomType, type LayoutDirection, type LineChartMolecule, LoadingOverlay, type LoadingOverlayMolecule, MCQCard, type MCQCardAtom, type MCQCardProps, type MCQOption, Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarLabel, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NextStepCard, type NextStepCardMolecule, type NextStepCardProps, type NextStepItem, NotificationList, type NotificationListMolecule, PXEngineRenderer, Pagination, PaginationAtom, type PaginationAtomType, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, type PersonaSegment, type PieChartMolecule, PlatformIconGroup, type PlatformIconGroupMolecule, PlatformSelectDisplay, PlatformSelectEdit, PollCard, type PollCardMolecule, type PollCardProps, type PollOption, type PollingConfig, Popover, PopoverAtom, type PopoverAtomType, PopoverContent, PopoverTrigger, type PresentationFormats, PresentationJobCard, type PresentationJobCardProps, type PresentationJobOutput, type PriorityActionItem, PriorityActionsCard, type PriorityActionsCardMolecule, type PriorityActionsCardProps, Progress, ProgressAtom, type ProgressAtomType, type PullRequest, REGISTERED_COMPONENTS, RadioAtom, type RadioAtomType, RadioGroup, RadioGroupAtom, type RadioGroupAtomType, RadioGroupItem, RatingAtom, type RatingAtomType, RecommendationCard, type RecommendationCardMolecule, type RecommendationCardProps, type RepoItem, type ReportTheme, ResearchBriefCard, type ResearchBriefCardMolecule, type ResearchBriefCardProps, type ResearchBriefItem, type JobProgress$1 as ResearchJobProgress, ResearchReportJobCard, type ResearchReportJobCardProps, type ResearchReportJobOutput, ResizableAtom, type ResizableAtomType, ResizablePanel, ResizablePanelGroup, RiskSignalCard, type RiskSignalCardMolecule, type RiskSignalCardProps, type RiskSignalItem, type RunSseConfig, SSE_FALLBACK_POLL_MS, ScoreBreakdownCard, type ScoreBreakdownCardMolecule, type ScoreBreakdownCardProps, type ScoreBreakdownItem, ScrollArea, ScrollAreaAtom, type ScrollAreaAtomType, ScrollBar, SearchSpecCard, type SearchSpecCardAtom, type SearchSpecCardProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, type SelectOption, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, SeparatorAtom, type SeparatorAtomType, Sheet, SheetAtom, type SheetAtomType, SheetClose, type SheetColumn, SheetContent, SheetDescription, SheetFooter, SheetHeader, type SheetRow, type SheetTabItem, SheetTitle, SheetTrigger, Skeleton, SkeletonAtom, type SkeletonAtomType, Slider, SliderAtom, type SliderAtomType, type SocialPost, SocialPostCard, type SocialPostCardProps, type SocialPostMolecule, Spinner, SpinnerAtom, type SpinnerAtomType, type SpreadsheetItem, type StackedBarChartMolecule, type StackedColumnChartMolecule, type StaleIssue, StatsGrid, type StatsGridMolecule, type StatusDetails, StepWizard, type StepWizardMolecule, Switch, SwitchAtom, type SwitchAtomType, Table, TableAtom, type TableAtomType, TableBody, TableCaption, TableCell, TableHead, TableHeader, TablePagination, type TablePaginationProps, TableRow, Tabs, TabsAtom, type TabsAtomType, TabsContent, TabsList, TabsTrigger, TagCloud, type TagCloudMolecule, TextAtom, type TextAtomType, type TextVariant, Textarea, TextareaAtom, type TimeSeriesChartMolecule, TimelineAtom, type TimelineAtomType, TimelineCard, type TimelineCardMolecule, type TimelineCardProps, type TimelineStep, type TimelineStepStatus, ToggleAtom, type ToggleAtomType, Tooltip, TooltipAtom, type TooltipAtomType, TooltipContent, TooltipProvider, TooltipTrigger, TopPostsGrid, type TopPostsGridMolecule, type TrendIndicatorMolecule, type UIAtom, type UIComponent, type UIMolecule, type UISchema, VideoAtom, type VideoAtomType, WebSearchJobCard, type WebSearchJobCardProps, type WebSearchJobOutput, type WebSearchResult, type WidgetTheme, WidgetThemeContext, cn, defaultFetchSelections, defaultPersistSelection, elementToQAField, emitJobSignal, fitOverflowingSlideContent, forcePreviewReadOnly, formatQAMessage, generateFieldsFromData, generateFieldsFromPropDefinitions, getPxAuthToken, isInputAtom, notifyPxUnauthorized, preparePresentationPreviewIframe, refreshSharedPoll, resolveComponent, resolveFenceTagComponent, resolveSkeletonCategory, setPxAuthTokenProvider, setPxUnauthorizedHandler, submitWidgetToAgent, subscribeJobSignal, th, useCreatorWidgetPolling, useJobSignal, useWidgetTheme, withAlpha };
4654
+ export { Accordion, AccordionAtom, type AccordionAtomType, AccordionContent, AccordionItem, AccordionTrigger, ActionButton, type ActionButtonAtom, type ActionButtonProps, type ActionPriority, ActionPriorityCard, type ActionPriorityCardMolecule, type ActionPriorityCardProps, type ActionPriorityItem, Alert, AlertAtom, type AlertAtomType, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogAtom, type AlertDialogAtomType, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AnalyticsChart, type AnalyticsChartMolecule, type AnalyticsChartProps, type AnalyticsSummaryCardMolecule, ApprovalCard, type ApprovalCardMolecule, type ApprovalCardProps, type ApprovalDetail, type ApprovalStatus, type AreaChartMolecule, ArrowToggleAtom, type ArrowToggleAtomType, AspectRatio, AspectRatioAtom, type AspectRatioAtomType, AudienceDemographicsCard, type AudienceDemographicsCardMolecule, AudienceMetricCard, type AudienceMetricCardMolecule, AudiencePersonaCard, type AudiencePersonaCardMolecule, type AudiencePersonaCardProps, Avatar, AvatarAtom, type AvatarAtomType, AvatarFallback, AvatarImage, Badge, BadgeAtom, type BadgeAtomType, type BarChartMolecule, type BaseAnalyticsChartMolecule, type BaseAtom, type BaseMolecule, type BranchCI, BrandAffinityGroup, type BrandAffinityGroupMolecule, Breadcrumb, BreadcrumbAtom, type BreadcrumbAtomType, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BudgetAllocCard, type BudgetAllocCardProps, type BudgetAllocItem, Button, type ButtonAction, ButtonAtom, type ButtonAtomType, type ButtonSize$1 as ButtonSize, type ButtonVariant$1 as ButtonVariant, CHAT_SKELETON_CATEGORIES, Calendar, CalendarAtom, type CalendarAtomType, type CalendarEventAttendee, CalendarEventCard, type CalendarEventCardProps, type CalendarEventStatus, CampaignBriefCard, type CampaignBriefCardMolecule, type CampaignBriefCardProps, CampaignConceptCard, type CampaignConceptCardProps, CampaignSeedCard, type CampaignSeedCardAtom, type CampaignSeedCardProps, Card, CardAtom, type CardAtomType, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselAtom, type CarouselAtomType, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChannelPlanCard, type ChannelPlanCardMolecule, type ChannelPlanCardProps, type ChannelPlanItem, ChartAtom, type ChartAtomType, type ChartDataPoint, ChatSkeleton, type ChatSkeletonCategory, type ChatSkeletonProps, Checkbox, CheckboxAtom, type CheckboxAtomType, ChecklistCard, type ChecklistCardMolecule, type ChecklistCardProps, type ChecklistItem, Collapsible, CollapsibleAtom, type CollapsibleAtomType, CollapsibleContent, CollapsibleTrigger, type CollectedField, type ColumnChartMolecule, Command, CommandAtom, type CommandAtomType, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, type ComparativeChartMolecule, type ComparisonAttribute, ComparisonCard, type ComparisonCardProps, type ComparisonOption, ConfirmationCard, type ConfirmationCardMolecule, type ConfirmationCardProps, ContentPreviewGallery, type ContentPreviewGalleryMolecule, ContextMenu, ContextMenuAtom, type ContextMenuAtomType, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuTrigger, CountrySelectDisplay, CountrySelectEdit, CreatorActionHeader, type CreatorActionHeaderMolecule, CreatorCompactView, type CreatorCompactViewProps, type CreatorDetailData, CreatorExpandedPanel, CreatorGridCard, type CreatorGridCardMolecule, CreatorImageList, type CreatorImageListProps, CreatorProfileSummary, type CreatorProfileSummaryMolecule, CreatorProgressBar, type CreatorProgressBarProps, CreatorSearch, type CreatorSearchProps, type CreatorVersionData, CreatorWidget, type CreatorWidgetAction, type CreatorWidgetMolecule, type CreatorWidgetProps, CreatorWidgetSkeleton, type CreatorWidgetStatus, DataGrid, type DataGridMolecule, DataSourceChecklistCard, type DataSourceChecklistCardMolecule, type DataSourceChecklistCardProps, type DataSourceItem, DataTableCard, type DataTableCardMolecule, type DataTableCardProps, type DataTableColumn, Dialog, DialogAtom, type DialogAtomType, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, type DonutChartMolecule, Drawer, DrawerAtom, type DrawerAtomType, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuAtom, type DropdownMenuAtomType, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, DynamicFormCard, type DynamicFormCardMolecule, type DynamicFormCardProps, EditableField, type EditableFieldProps, EmptyState, type EmptyStateMolecule, FENCE_TAG_ALIASES, FeedbackRatingCard, type FeedbackRatingCardMolecule, type FeedbackRatingCardProps, type FetchCreatorDetailsParams, type FetchStatusParams, type FetchVersionsParams, Form, FormCard, type FormCardProps, FormControl, FormDescription, FormField, FormInputAtom, type FormInputAtomType, FormItem, FormLabel, FormMessage, FormSelectAtom, type FormSelectAtomType, FormTextareaAtom, type FormTextareaAtomType, type FunnelChartMolecule, type GapSize, GitHubConnectCard, type GitHubConnectCardProps, type GitHubConnectMolecule, GitHubIssueTrackerCard, type GitHubIssueTrackerCardProps, type GitHubIssueTrackerMolecule, GitHubRepoHealthCard, type GitHubRepoHealthCardProps, type GitHubRepoHealthMolecule, GitHubReposListCard, type GitHubReposListCardProps, GoalAlignmentCard, type GoalAlignmentCardMolecule, type GoalAlignmentCardProps, type GoalAlignmentItem, GoogleSheetsCard, type GoogleSheetsCardProps, GoogleSheetsConnectCard, type GoogleSheetsConnectCardProps, GoogleSheetsListCard, type GoogleSheetsListCardProps, GrowthChartCard, type GrowthChartCardMolecule, type HeatmapChartMolecule, HoverCard, HoverCardContent, HoverCardTrigger, IconAtom, type IconAtomType, type IconName, Input, InputAtom, type InputAtomType, type InputElementLike, InputOTP, InputOTPAtom, type InputOTPAtomType, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputType, InputWidget, type InputWidgetField, type InputWidgetFieldKind, type InputWidgetType, InsightDigestCard, type InsightDigestCardMolecule, type InsightDigestCardProps, type InsightDigestItem, type InsightFinding, type InsightItemLike, InsightSummaryCard, type InsightSummaryCardMolecule, type InsightSummaryCardProps, type InsightSummaryItem, JOB_SIGNAL_EVENT, type JobProgress$1 as JobProgress, type KPIMetricCardMolecule, type KPIStatItem, KPIStatsCard, type KPIStatsCardMolecule, type KPIStatsCardProps, KbdAtom, type KbdAtomType, KeywordBundlesDisplay, KeywordBundlesEdit, Label, LabelAtom, type LabelAtomType, LayoutAtom, type LayoutAtomType, type LayoutDirection, type LineChartMolecule, LoadingOverlay, type LoadingOverlayMolecule, MCQCard, type MCQCardAtom, type MCQCardProps, type MCQOption, Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarLabel, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NextStepCard, type NextStepCardMolecule, type NextStepCardProps, type NextStepItem, NotificationList, type NotificationListMolecule, PXEngineRenderer, Pagination, PaginationAtom, type PaginationAtomType, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, type PersonaSegment, type PieChartMolecule, PlatformIconGroup, type PlatformIconGroupMolecule, PlatformSelectDisplay, PlatformSelectEdit, PollCard, type PollCardMolecule, type PollCardProps, type PollOption, type PollingConfig, Popover, PopoverAtom, type PopoverAtomType, PopoverContent, PopoverTrigger, type PresentationFormats, PresentationJobCard, type PresentationJobCardProps, type PresentationJobOutput, type PriorityActionItem, PriorityActionsCard, type PriorityActionsCardMolecule, type PriorityActionsCardProps, Progress, ProgressAtom, type ProgressAtomType, type PullRequest, type QuestionnaireAnswer, QuestionnaireCard, type QuestionnaireCardProps, type QuestionnaireQuestion, REGISTERED_COMPONENTS, RadioAtom, type RadioAtomType, RadioGroup, RadioGroupAtom, type RadioGroupAtomType, RadioGroupItem, RatingAtom, type RatingAtomType, RecommendationCard, type RecommendationCardMolecule, type RecommendationCardProps, type RepoItem, type ReportTheme, ResearchBriefCard, type ResearchBriefCardMolecule, type ResearchBriefCardProps, type ResearchBriefItem, type JobProgress as ResearchJobProgress, ResearchReportJobCard, type ResearchReportJobCardProps, type ResearchReportJobOutput, ResizableAtom, type ResizableAtomType, ResizablePanel, ResizablePanelGroup, RiskSignalCard, type RiskSignalCardMolecule, type RiskSignalCardProps, type RiskSignalItem, type RunSseConfig, SSE_FALLBACK_POLL_MS, ScoreBreakdownCard, type ScoreBreakdownCardMolecule, type ScoreBreakdownCardProps, type ScoreBreakdownItem, ScrollArea, ScrollAreaAtom, type ScrollAreaAtomType, ScrollBar, SearchSpecCard, type SearchSpecCardAtom, type SearchSpecCardProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, type SelectOption, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, SeparatorAtom, type SeparatorAtomType, Sheet, SheetAtom, type SheetAtomType, SheetClose, type SheetColumn, SheetContent, SheetDescription, SheetFooter, SheetHeader, type SheetRow, type SheetTabItem, SheetTitle, SheetTrigger, Skeleton, SkeletonAtom, type SkeletonAtomType, Slider, SliderAtom, type SliderAtomType, Spinner, SpinnerAtom, type SpinnerAtomType, type SpreadsheetItem, type StackedBarChartMolecule, type StackedColumnChartMolecule, type StaleIssue, StatsGrid, type StatsGridMolecule, type StatusDetails, StepWizard, type StepWizardMolecule, Switch, SwitchAtom, type SwitchAtomType, Table, TableAtom, type TableAtomType, TableBody, TableCaption, TableCell, TableHead, TableHeader, TablePagination, type TablePaginationProps, TableRow, Tabs, TabsAtom, type TabsAtomType, TabsContent, TabsList, TabsTrigger, TextAtom, type TextAtomType, type TextVariant, Textarea, TextareaAtom, type TimeSeriesChartMolecule, TimelineAtom, type TimelineAtomType, TimelineCard, type TimelineCardMolecule, type TimelineCardProps, type TimelineStep, type TimelineStepStatus, ToggleAtom, type ToggleAtomType, Tooltip, TooltipAtom, type TooltipAtomType, TooltipContent, TooltipProvider, TooltipTrigger, TopPostsGrid, type TopPostsGridMolecule, type TrendIndicatorMolecule, type UIAtom, type UIComponent, type UIMolecule, type UISchema, VideoAtom, type VideoAtomType, type WidgetTheme, WidgetThemeContext, cn, defaultFetchQuestionnaireSelections, defaultFetchSelections, defaultPersistQuestionnaireSelection, defaultPersistSelection, elementToQAField, emitJobSignal, fitOverflowingSlideContent, forcePreviewReadOnly, formatQAMessage, generateFieldsFromData, generateFieldsFromPropDefinitions, getPxAuthToken, isInputAtom, notifyPxUnauthorized, preparePresentationPreviewIframe, refreshSharedPoll, resolveComponent, resolveFenceTagComponent, resolveSkeletonCategory, setPxAuthTokenProvider, setPxUnauthorizedHandler, submitWidgetToAgent, subscribeJobSignal, th, useCreatorWidgetPolling, useJobSignal, useWidgetTheme, withAlpha };