pxengine 0.1.157 → 0.1.159

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pxengine/ui",
3
3
  "version": "1.0.0",
4
- "lastUpdated": "2026-09-03T04:53:50.312Z",
4
+ "lastUpdated": "2026-09-18T06:34:58.052Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -2916,85 +2916,6 @@
2916
2916
  "layoutHints": null,
2917
2917
  "category": null
2918
2918
  },
2919
- "TextAtom": {
2920
- "name": "TextAtom",
2921
- "type": "atom",
2922
- "isBuilderComponent": true,
2923
- "description": "TextAtom\nRenders standardized text styles from UISchema\nSupports markdown rendering when markdown prop is true",
2924
- "props": {
2925
- "type": {
2926
- "type": "\"text\"",
2927
- "required": true,
2928
- "description": ""
2929
- },
2930
- "content": {
2931
- "type": "string",
2932
- "required": true,
2933
- "description": ""
2934
- },
2935
- "variant": {
2936
- "type": "enum",
2937
- "required": false,
2938
- "defaultValue": "p",
2939
- "description": "",
2940
- "enums": [
2941
- "label",
2942
- "h1",
2943
- "h2",
2944
- "h3",
2945
- "h4",
2946
- "p",
2947
- "small",
2948
- "muted"
2949
- ]
2950
- },
2951
- "backgroundColor": {
2952
- "type": "string",
2953
- "required": false,
2954
- "description": ""
2955
- },
2956
- "markdown": {
2957
- "type": "boolean",
2958
- "required": false,
2959
- "defaultValue": "false",
2960
- "description": ""
2961
- },
2962
- "id": {
2963
- "type": "string",
2964
- "required": true,
2965
- "description": ""
2966
- },
2967
- "className": {
2968
- "type": "string",
2969
- "required": false,
2970
- "description": ""
2971
- },
2972
- "style": {
2973
- "type": "cssproperties",
2974
- "required": false,
2975
- "description": ""
2976
- }
2977
- },
2978
- "preview": {
2979
- "name": "Sunset Title",
2980
- "component": "TextAtom",
2981
- "layoutHints": {
2982
- "width": 400,
2983
- "height": 80
2984
- },
2985
- "props": {
2986
- "content": "ELEVATE YOUR REACH",
2987
- "variant": "h1",
2988
- "backgroundColor": "#f3f4f6",
2989
- "className": "font-black tracking-tighter text-6xl text-gray-900 py-4"
2990
- }
2991
- },
2992
- "layoutHints": {
2993
- "width": 400,
2994
- "height": 80
2995
- },
2996
- "category": "text"
2997
- },
2998
2919
  "TextareaAtom": {
2999
2920
  "name": "TextareaAtom",
3000
2921
  "type": "atom",
@@ -3128,6 +3049,85 @@
3128
3049
  },
3129
3050
  "category": null
3130
3051
  },
3052
+ "TextAtom": {
3053
+ "name": "TextAtom",
3054
+ "type": "atom",
3055
+ "isBuilderComponent": true,
3056
+ "description": "TextAtom\nRenders standardized text styles from UISchema\nSupports markdown rendering when markdown prop is true",
3057
+ "props": {
3058
+ "type": {
3059
+ "type": "\"text\"",
3060
+ "required": true,
3061
+ "description": ""
3062
+ },
3063
+ "content": {
3064
+ "type": "string",
3065
+ "required": true,
3066
+ "description": ""
3067
+ },
3068
+ "variant": {
3069
+ "type": "enum",
3070
+ "required": false,
3071
+ "defaultValue": "p",
3072
+ "description": "",
3073
+ "enums": [
3074
+ "label",
3075
+ "h1",
3076
+ "h2",
3077
+ "h3",
3078
+ "h4",
3079
+ "p",
3080
+ "small",
3081
+ "muted"
3082
+ ]
3083
+ },
3084
+ "backgroundColor": {
3085
+ "type": "string",
3086
+ "required": false,
3087
+ "description": ""
3088
+ },
3089
+ "markdown": {
3090
+ "type": "boolean",
3091
+ "required": false,
3092
+ "defaultValue": "false",
3093
+ "description": ""
3094
+ },
3095
+ "id": {
3096
+ "type": "string",
3097
+ "required": true,
3098
+ "description": ""
3099
+ },
3100
+ "className": {
3101
+ "type": "string",
3102
+ "required": false,
3103
+ "description": ""
3104
+ },
3105
+ "style": {
3106
+ "type": "cssproperties",
3107
+ "required": false,
3108
+ "description": ""
3109
+ }
3110
+ },
3111
+ "preview": {
3112
+ "name": "Sunset Title",
3113
+ "component": "TextAtom",
3114
+ "layoutHints": {
3115
+ "width": 400,
3116
+ "height": 80
3117
+ },
3118
+ "props": {
3119
+ "content": "ELEVATE YOUR REACH",
3120
+ "variant": "h1",
3121
+ "backgroundColor": "#f3f4f6",
3122
+ "className": "font-black tracking-tighter text-6xl text-gray-900 py-4"
3123
+ }
3124
+ },
3125
+ "layoutHints": {
3126
+ "width": 400,
3127
+ "height": 80
3128
+ },
3129
+ "category": "text"
3130
+ },
3131
3131
  "TimelineAtom": {
3132
3132
  "name": "TimelineAtom",
3133
3133
  "type": "atom",
@@ -3556,69 +3556,6 @@
3556
3556
  },
3557
3557
  "category": "chart"
3558
3558
  },
3559
- "ChartFrame": {
3560
- "name": "ChartFrame",
3561
- "type": "molecule",
3562
- "isBuilderComponent": true,
3563
- "description": "Shared card chrome for every analytics chart: themed surface, optional\nheader, and consistent loading / empty / error states. Keeps state styling\ncentralized so all charts behave identically.",
3564
- "props": {
3565
- "title": {
3566
- "type": "string",
3567
- "required": false,
3568
- "description": ""
3569
- },
3570
- "subtitle": {
3571
- "type": "string",
3572
- "required": false,
3573
- "description": ""
3574
- },
3575
- "theme": {
3576
- "type": "widgettheme",
3577
- "required": false,
3578
- "description": ""
3579
- },
3580
- "className": {
3581
- "type": "string",
3582
- "required": false,
3583
- "description": ""
3584
- },
3585
- "height": {
3586
- "type": "number",
3587
- "required": false,
3588
- "defaultValue": "300",
3589
- "description": "Min height for the plotting area / state placeholders."
3590
- },
3591
- "loading": {
3592
- "type": "boolean",
3593
- "required": false,
3594
- "description": ""
3595
- },
3596
- "error": {
3597
- "type": "string",
3598
- "required": false,
3599
- "description": ""
3600
- },
3601
- "empty": {
3602
- "type": "boolean",
3603
- "required": false,
3604
- "description": "When true, renders the empty state instead of children."
3605
- },
3606
- "emptyMessage": {
3607
- "type": "string",
3608
- "required": false,
3609
- "defaultValue": "No data to display",
3610
- "description": ""
3611
- },
3612
- "actions": {
3613
- "type": "reactnode",
3614
- "required": false,
3615
- "description": "Optional toolbar rendered on the right of the header."
3616
- }
3617
- },
3618
- "preview": null,
3619
- "layoutHints": null,
3620
- "category": null
3621
- },
3622
3559
  "TrendIndicator": {
3623
3560
  "name": "TrendIndicator",
3624
3561
  "type": "molecule",
@@ -3846,6 +3783,69 @@
3846
3783
  "layoutHints": null,
3847
3784
  "category": null
3848
3785
  },
3786
+ "ChartFrame": {
3787
+ "name": "ChartFrame",
3788
+ "type": "molecule",
3789
+ "isBuilderComponent": true,
3790
+ "description": "Shared card chrome for every analytics chart: themed surface, optional\nheader, and consistent loading / empty / error states. Keeps state styling\ncentralized so all charts behave identically.",
3791
+ "props": {
3792
+ "title": {
3793
+ "type": "string",
3794
+ "required": false,
3795
+ "description": ""
3796
+ },
3797
+ "subtitle": {
3798
+ "type": "string",
3799
+ "required": false,
3800
+ "description": ""
3801
+ },
3802
+ "theme": {
3803
+ "type": "widgettheme",
3804
+ "required": false,
3805
+ "description": ""
3806
+ },
3807
+ "className": {
3808
+ "type": "string",
3809
+ "required": false,
3810
+ "description": ""
3811
+ },
3812
+ "height": {
3813
+ "type": "number",
3814
+ "required": false,
3815
+ "defaultValue": "300",
3816
+ "description": "Min height for the plotting area / state placeholders."
3817
+ },
3818
+ "loading": {
3819
+ "type": "boolean",
3820
+ "required": false,
3821
+ "description": ""
3822
+ },
3823
+ "error": {
3824
+ "type": "string",
3825
+ "required": false,
3826
+ "description": ""
3827
+ },
3828
+ "empty": {
3829
+ "type": "boolean",
3830
+ "required": false,
3831
+ "description": "When true, renders the empty state instead of children."
3832
+ },
3833
+ "emptyMessage": {
3834
+ "type": "string",
3835
+ "required": false,
3836
+ "defaultValue": "No data to display",
3837
+ "description": ""
3838
+ },
3839
+ "actions": {
3840
+ "type": "reactnode",
3841
+ "required": false,
3842
+ "description": "Optional toolbar rendered on the right of the header."
3843
+ }
3844
+ },
3845
+ "preview": null,
3846
+ "layoutHints": null,
3847
+ "category": null
3848
+ },
3849
3849
  "LineChart": {
3850
3850
  "name": "LineChart",
3851
3851
  "type": "molecule",
@@ -8661,70 +8661,17 @@
8661
8661
  "required": false,
8662
8662
  "description": ""
8663
8663
  },
8664
- "onAction": {
8665
- "type": "(action: any) => void",
8666
- "required": false,
8667
- "description": ""
8668
- }
8669
- },
8670
- "preview": null,
8671
- "layoutHints": {
8672
- "height": 160
8673
- },
8674
- "category": null
8675
- },
8676
- "FileUpload": {
8677
- "name": "FileUpload",
8678
- "type": "molecule",
8679
- "isBuilderComponent": true,
8680
- "description": "FileUpload\nDrag-and-drop file upload zone.",
8681
- "props": {
8682
- "type": {
8683
- "type": "\"file-upload\"",
8684
- "required": true,
8685
- "description": ""
8686
- },
8687
- "title": {
8688
- "type": "string",
8689
- "required": true,
8690
- "description": ""
8691
- },
8692
- "accept": {
8693
- "type": "string",
8694
- "required": false,
8695
- "description": ""
8696
- },
8697
- "multiple": {
8698
- "type": "boolean",
8699
- "required": false,
8700
- "description": ""
8701
- },
8702
- "id": {
8703
- "type": "string",
8704
- "required": true,
8705
- "description": ""
8706
- },
8707
- "className": {
8708
- "type": "string",
8709
- "required": false,
8710
- "description": ""
8711
- },
8712
- "style": {
8713
- "type": "cssproperties",
8714
- "required": false,
8715
- "description": ""
8716
- },
8717
- "onFilesSelected": {
8718
- "type": "(files: file[]) => void",
8664
+ "onAction": {
8665
+ "type": "(action: any) => void",
8719
8666
  "required": false,
8720
8667
  "description": ""
8721
8668
  }
8722
8669
  },
8723
8670
  "preview": null,
8724
8671
  "layoutHints": {
8725
- "height": 140
8672
+ "height": 160
8726
8673
  },
8727
- "category": "form"
8674
+ "category": null
8728
8675
  },
8729
8676
  "FilterBar": {
8730
8677
  "name": "FilterBar",
@@ -9574,6 +9521,100 @@
9574
9521
  },
9575
9522
  "category": null
9576
9523
  },
9524
+ "ActionIconButton": {
9525
+ "name": "ActionIconButton",
9526
+ "type": "molecule",
9527
+ "isBuilderComponent": true,
9528
+ "description": "Compact icon-only utility button for a job card's secondary action row\n(Edit / Preview / Regenerate / Share). Replaces the old icon+label buttons\ninside a segmented group — same click targets, meaningfully less visual\nweight so the row reads as \"utility,\" leaving Export/Approve as the two\nthings that actually draw the eye.\n\nRenders a `<button>` by default, or an `<a>` when `href` is given (Edit\nlinks to a separate page rather than firing a handler).",
9529
+ "props": {
9530
+ "icon": {
9531
+ "type": "reactnode",
9532
+ "required": true,
9533
+ "description": ""
9534
+ },
9535
+ "label": {
9536
+ "type": "string",
9537
+ "required": true,
9538
+ "description": ""
9539
+ },
9540
+ "onClick": {
9541
+ "type": "() => void",
9542
+ "required": false,
9543
+ "description": ""
9544
+ },
9545
+ "href": {
9546
+ "type": "string",
9547
+ "required": false,
9548
+ "description": ""
9549
+ },
9550
+ "disabled": {
9551
+ "type": "boolean",
9552
+ "required": false,
9553
+ "description": ""
9554
+ },
9555
+ "active": {
9556
+ "type": "boolean",
9557
+ "required": false,
9558
+ "description": ""
9559
+ }
9560
+ },
9561
+ "preview": null,
9562
+ "layoutHints": null,
9563
+ "category": null
9564
+ },
9565
+ "Chip": {
9566
+ "name": "Chip",
9567
+ "type": "molecule",
9568
+ "isBuilderComponent": true,
9569
+ "description": "Shared metadata chip — was duplicated (nearly identically) between\nPresentationJobCard and ResearchReportJobCard.",
9570
+ "props": {
9571
+ "capitalize": {
9572
+ "type": "boolean",
9573
+ "required": false,
9574
+ "description": ""
9575
+ }
9576
+ },
9577
+ "preview": null,
9578
+ "layoutHints": null,
9579
+ "category": null
9580
+ },
9581
+ "DownloadIcon": {
9582
+ "name": "DownloadIcon",
9583
+ "type": "molecule",
9584
+ "isBuilderComponent": true,
9585
+ "description": "Icons shared between `PresentationJobCard` and `ResearchReportJobCard`.\nBoth components vendored identical copies of these before this file\nexisted — kept here so the two stop drifting apart visually over time.\nCard-specific icons (SlidesIcon, SlideTypeIcon, DocumentIcon) stay local\nto their own component.",
9586
+ "props": {},
9587
+ "preview": null,
9588
+ "layoutHints": null,
9589
+ "category": null
9590
+ },
9591
+ "Spinner": {
9592
+ "name": "Spinner",
9593
+ "type": "molecule",
9594
+ "isBuilderComponent": true,
9595
+ "description": "Indeterminate spinner shown on an export row while its file is prepared.",
9596
+ "props": {},
9597
+ "preview": null,
9598
+ "layoutHints": null,
9599
+ "category": null
9600
+ },
9601
+ "PreviewFrameSkeleton": {
9602
+ "name": "PreviewFrameSkeleton",
9603
+ "type": "molecule",
9604
+ "isBuilderComponent": true,
9605
+ "description": "Document-shaped pulsing placeholder shown INSIDE a job card's preview box\nwhile its iframe (deck/report HTML or PDF from a signed URL) is still\nloading. Without it the preview area is a solid bg-zinc-950 rectangle for\nhowever long the network takes — which reads as broken (DEV-319).\n\nRendered as an absolute overlay; the parent must be `relative`. The host\nhides it once the iframe fires onLoad.",
9606
+ "props": {
9607
+ "label": {
9608
+ "type": "string",
9609
+ "required": false,
9610
+ "defaultValue": "Loading preview…",
9611
+ "description": ""
9612
+ }
9613
+ },
9614
+ "preview": null,
9615
+ "layoutHints": null,
9616
+ "category": null
9617
+ },
9577
9618
  "KPIStatsCard": {
9578
9619
  "name": "KPIStatsCard",
9579
9620
  "type": "molecule",
@@ -10389,75 +10430,6 @@
10389
10430
  },
10390
10431
  "category": "stat"
10391
10432
  },
10392
- "PlatformPost": {
10393
- "name": "PlatformPost",
10394
- "type": "molecule",
10395
- "isBuilderComponent": true,
10396
- "description": "",
10397
- "props": {
10398
- "post": {
10399
- "type": "socialpost",
10400
- "required": true,
10401
- "description": ""
10402
- },
10403
- "loading": {
10404
- "type": "boolean",
10405
- "required": false,
10406
- "description": ""
10407
- },
10408
- "className": {
10409
- "type": "string",
10410
- "required": false,
10411
- "description": ""
10412
- }
10413
- },
10414
- "preview": null,
10415
- "layoutHints": null,
10416
- "category": null
10417
- },
10418
- "SocialPostCard": {
10419
- "name": "SocialPostCard",
10420
- "type": "molecule",
10421
- "isBuilderComponent": true,
10422
- "description": "SocialPostCard\nRenders AI-generated social media posts for multiple platforms.\nUsers can toggle which platforms to include via clickable badges.",
10423
- "props": {
10424
- "topic": {
10425
- "type": "string",
10426
- "required": true,
10427
- "description": ""
10428
- },
10429
- "posts": {
10430
- "type": "socialpost[]",
10431
- "required": true,
10432
- "description": ""
10433
- },
10434
- "loading": {
10435
- "type": "boolean",
10436
- "required": false,
10437
- "description": ""
10438
- },
10439
- "className": {
10440
- "type": "string",
10441
- "required": false,
10442
- "description": ""
10443
- },
10444
- "onAction": {
10445
- "type": "(action: string, payload?: any) => void",
10446
- "required": false,
10447
- "description": ""
10448
- },
10449
- "sendMessage": {
10450
- "type": "(message: string) => void",
10451
- "required": false,
10452
- "description": ""
10453
- }
10454
- },
10455
- "preview": null,
10456
- "layoutHints": {
10457
- "height": 220
10458
- },
10459
- "category": null
10460
- },
10461
10433
  "StatsGrid": {
10462
10434
  "name": "StatsGrid",
10463
10435
  "type": "molecule",
@@ -10832,100 +10804,6 @@
10832
10804
  "height": 320
10833
10805
  },
10834
10806
  "category": "list"
10835
- },
10836
- "ActionIconButton": {
10837
- "name": "ActionIconButton",
10838
- "type": "molecule",
10839
- "isBuilderComponent": true,
10840
- "description": "Compact icon-only utility button for a job card's secondary action row\n(Edit / Preview / Regenerate / Share). Replaces the old icon+label buttons\ninside a segmented group — same click targets, meaningfully less visual\nweight so the row reads as \"utility,\" leaving Export/Approve as the two\nthings that actually draw the eye.\n\nRenders a `<button>` by default, or an `<a>` when `href` is given (Edit\nlinks to a separate page rather than firing a handler).",
10841
- "props": {
10842
- "icon": {
10843
- "type": "reactnode",
10844
- "required": true,
10845
- "description": ""
10846
- },
10847
- "label": {
10848
- "type": "string",
10849
- "required": true,
10850
- "description": ""
10851
- },
10852
- "onClick": {
10853
- "type": "() => void",
10854
- "required": false,
10855
- "description": ""
10856
- },
10857
- "href": {
10858
- "type": "string",
10859
- "required": false,
10860
- "description": ""
10861
- },
10862
- "disabled": {
10863
- "type": "boolean",
10864
- "required": false,
10865
- "description": ""
10866
- },
10867
- "active": {
10868
- "type": "boolean",
10869
- "required": false,
10870
- "description": ""
10871
- }
10872
- },
10873
- "preview": null,
10874
- "layoutHints": null,
10875
- "category": null
10876
- },
10877
- "Chip": {
10878
- "name": "Chip",
10879
- "type": "molecule",
10880
- "isBuilderComponent": true,
10881
- "description": "Shared metadata chip — was duplicated (nearly identically) between\nPresentationJobCard and ResearchReportJobCard.",
10882
- "props": {
10883
- "capitalize": {
10884
- "type": "boolean",
10885
- "required": false,
10886
- "description": ""
10887
- }
10888
- },
10889
- "preview": null,
10890
- "layoutHints": null,
10891
- "category": null
10892
- },
10893
- "PreviewFrameSkeleton": {
10894
- "name": "PreviewFrameSkeleton",
10895
- "type": "molecule",
10896
- "isBuilderComponent": true,
10897
- "description": "Document-shaped pulsing placeholder shown INSIDE a job card's preview box\nwhile its iframe (deck/report HTML or PDF from a signed URL) is still\nloading. Without it the preview area is a solid bg-zinc-950 rectangle for\nhowever long the network takes — which reads as broken (DEV-319).\n\nRendered as an absolute overlay; the parent must be `relative`. The host\nhides it once the iframe fires onLoad.",
10898
- "props": {
10899
- "label": {
10900
- "type": "string",
10901
- "required": false,
10902
- "defaultValue": "Loading preview…",
10903
- "description": ""
10904
- }
10905
- },
10906
- "preview": null,
10907
- "layoutHints": null,
10908
- "category": null
10909
- },
10910
- "DownloadIcon": {
10911
- "name": "DownloadIcon",
10912
- "type": "molecule",
10913
- "isBuilderComponent": true,
10914
- "description": "Icons shared between `PresentationJobCard` and `ResearchReportJobCard`.\nBoth components vendored identical copies of these before this file\nexisted — kept here so the two stop drifting apart visually over time.\nCard-specific icons (SlidesIcon, SlideTypeIcon, DocumentIcon) stay local\nto their own component.",
10915
- "props": {},
10916
- "preview": null,
10917
- "layoutHints": null,
10918
- "category": null
10919
- },
10920
- "Spinner": {
10921
- "name": "Spinner",
10922
- "type": "molecule",
10923
- "isBuilderComponent": true,
10924
- "description": "Indeterminate spinner shown on an export row while its file is prepared.",
10925
- "props": {},
10926
- "preview": null,
10927
- "layoutHints": null,
10928
- "category": null
10929
10807
  }
10930
10808
  }
10931
10809
  }