pxengine 0.1.49 → 0.1.51
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.cjs +1757 -1090
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +145 -4
- package/dist/index.d.ts +145 -4
- package/dist/index.mjs +1711 -1049
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +241 -1
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-03-
|
|
4
|
+
"lastUpdated": "2026-03-24T11:21:15.623Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -15775,6 +15775,181 @@
|
|
|
15775
15775
|
"preview": null,
|
|
15776
15776
|
"layoutHints": null
|
|
15777
15777
|
},
|
|
15778
|
+
"GitHubConnectCard": {
|
|
15779
|
+
"name": "GitHubConnectCard",
|
|
15780
|
+
"type": "molecule",
|
|
15781
|
+
"isBuilderComponent": true,
|
|
15782
|
+
"description": "",
|
|
15783
|
+
"props": {
|
|
15784
|
+
"message": {
|
|
15785
|
+
"type": "string",
|
|
15786
|
+
"required": true,
|
|
15787
|
+
"description": ""
|
|
15788
|
+
},
|
|
15789
|
+
"context": {
|
|
15790
|
+
"type": "{ owner?: string; repo?: string; tool?: string; }",
|
|
15791
|
+
"required": false,
|
|
15792
|
+
"description": ""
|
|
15793
|
+
},
|
|
15794
|
+
"className": {
|
|
15795
|
+
"type": "string",
|
|
15796
|
+
"required": false,
|
|
15797
|
+
"description": ""
|
|
15798
|
+
},
|
|
15799
|
+
"onAction": {
|
|
15800
|
+
"type": "(action: string, payload?: any) => void",
|
|
15801
|
+
"required": false,
|
|
15802
|
+
"description": ""
|
|
15803
|
+
},
|
|
15804
|
+
"sendMessage": {
|
|
15805
|
+
"type": "(message: string) => void",
|
|
15806
|
+
"required": false,
|
|
15807
|
+
"description": ""
|
|
15808
|
+
}
|
|
15809
|
+
},
|
|
15810
|
+
"preview": null,
|
|
15811
|
+
"layoutHints": null
|
|
15812
|
+
},
|
|
15813
|
+
"GitHubIssueTrackerCard": {
|
|
15814
|
+
"name": "GitHubIssueTrackerCard",
|
|
15815
|
+
"type": "molecule",
|
|
15816
|
+
"isBuilderComponent": true,
|
|
15817
|
+
"description": "",
|
|
15818
|
+
"props": {
|
|
15819
|
+
"owner": {
|
|
15820
|
+
"type": "string",
|
|
15821
|
+
"required": true,
|
|
15822
|
+
"description": ""
|
|
15823
|
+
},
|
|
15824
|
+
"repo": {
|
|
15825
|
+
"type": "string",
|
|
15826
|
+
"required": true,
|
|
15827
|
+
"description": ""
|
|
15828
|
+
},
|
|
15829
|
+
"open_bugs": {
|
|
15830
|
+
"type": "number",
|
|
15831
|
+
"required": true,
|
|
15832
|
+
"description": ""
|
|
15833
|
+
},
|
|
15834
|
+
"velocity_per_week": {
|
|
15835
|
+
"type": "number",
|
|
15836
|
+
"required": true,
|
|
15837
|
+
"description": ""
|
|
15838
|
+
},
|
|
15839
|
+
"stale_issues": {
|
|
15840
|
+
"type": "staleissue[]",
|
|
15841
|
+
"required": true,
|
|
15842
|
+
"description": ""
|
|
15843
|
+
},
|
|
15844
|
+
"className": {
|
|
15845
|
+
"type": "string",
|
|
15846
|
+
"required": false,
|
|
15847
|
+
"description": ""
|
|
15848
|
+
},
|
|
15849
|
+
"onAction": {
|
|
15850
|
+
"type": "(action: string, payload?: any) => void",
|
|
15851
|
+
"required": false,
|
|
15852
|
+
"description": ""
|
|
15853
|
+
},
|
|
15854
|
+
"sendMessage": {
|
|
15855
|
+
"type": "(message: string) => void",
|
|
15856
|
+
"required": false,
|
|
15857
|
+
"description": ""
|
|
15858
|
+
}
|
|
15859
|
+
},
|
|
15860
|
+
"preview": null,
|
|
15861
|
+
"layoutHints": null
|
|
15862
|
+
},
|
|
15863
|
+
"StaleIssueList": {
|
|
15864
|
+
"name": "StaleIssueList",
|
|
15865
|
+
"type": "molecule",
|
|
15866
|
+
"isBuilderComponent": true,
|
|
15867
|
+
"description": "",
|
|
15868
|
+
"props": {
|
|
15869
|
+
"issues": {
|
|
15870
|
+
"type": "staleissue[]",
|
|
15871
|
+
"required": true,
|
|
15872
|
+
"description": ""
|
|
15873
|
+
}
|
|
15874
|
+
},
|
|
15875
|
+
"preview": null,
|
|
15876
|
+
"layoutHints": null
|
|
15877
|
+
},
|
|
15878
|
+
"CIStatusSection": {
|
|
15879
|
+
"name": "CIStatusSection",
|
|
15880
|
+
"type": "molecule",
|
|
15881
|
+
"isBuilderComponent": true,
|
|
15882
|
+
"description": "",
|
|
15883
|
+
"props": {
|
|
15884
|
+
"branches": {
|
|
15885
|
+
"type": "branchci[]",
|
|
15886
|
+
"required": true,
|
|
15887
|
+
"description": ""
|
|
15888
|
+
}
|
|
15889
|
+
},
|
|
15890
|
+
"preview": null,
|
|
15891
|
+
"layoutHints": null
|
|
15892
|
+
},
|
|
15893
|
+
"GitHubRepoHealthCard": {
|
|
15894
|
+
"name": "GitHubRepoHealthCard",
|
|
15895
|
+
"type": "molecule",
|
|
15896
|
+
"isBuilderComponent": true,
|
|
15897
|
+
"description": "",
|
|
15898
|
+
"props": {
|
|
15899
|
+
"owner": {
|
|
15900
|
+
"type": "string",
|
|
15901
|
+
"required": true,
|
|
15902
|
+
"description": ""
|
|
15903
|
+
},
|
|
15904
|
+
"repo": {
|
|
15905
|
+
"type": "string",
|
|
15906
|
+
"required": true,
|
|
15907
|
+
"description": ""
|
|
15908
|
+
},
|
|
15909
|
+
"branches": {
|
|
15910
|
+
"type": "branchci[]",
|
|
15911
|
+
"required": true,
|
|
15912
|
+
"description": ""
|
|
15913
|
+
},
|
|
15914
|
+
"pull_requests": {
|
|
15915
|
+
"type": "pullrequest[]",
|
|
15916
|
+
"required": true,
|
|
15917
|
+
"description": ""
|
|
15918
|
+
},
|
|
15919
|
+
"className": {
|
|
15920
|
+
"type": "string",
|
|
15921
|
+
"required": false,
|
|
15922
|
+
"description": ""
|
|
15923
|
+
},
|
|
15924
|
+
"onAction": {
|
|
15925
|
+
"type": "(action: string, payload?: any) => void",
|
|
15926
|
+
"required": false,
|
|
15927
|
+
"description": ""
|
|
15928
|
+
},
|
|
15929
|
+
"sendMessage": {
|
|
15930
|
+
"type": "(message: string) => void",
|
|
15931
|
+
"required": false,
|
|
15932
|
+
"description": ""
|
|
15933
|
+
}
|
|
15934
|
+
},
|
|
15935
|
+
"preview": null,
|
|
15936
|
+
"layoutHints": null
|
|
15937
|
+
},
|
|
15938
|
+
"PRListSection": {
|
|
15939
|
+
"name": "PRListSection",
|
|
15940
|
+
"type": "molecule",
|
|
15941
|
+
"isBuilderComponent": true,
|
|
15942
|
+
"description": "",
|
|
15943
|
+
"props": {
|
|
15944
|
+
"pullRequests": {
|
|
15945
|
+
"type": "pullrequest[]",
|
|
15946
|
+
"required": true,
|
|
15947
|
+
"description": ""
|
|
15948
|
+
}
|
|
15949
|
+
},
|
|
15950
|
+
"preview": null,
|
|
15951
|
+
"layoutHints": null
|
|
15952
|
+
},
|
|
15778
15953
|
"LoadingOverlay": {
|
|
15779
15954
|
"name": "LoadingOverlay",
|
|
15780
15955
|
"type": "molecule",
|
|
@@ -15852,6 +16027,71 @@
|
|
|
15852
16027
|
"preview": null,
|
|
15853
16028
|
"layoutHints": null
|
|
15854
16029
|
},
|
|
16030
|
+
"PlatformPost": {
|
|
16031
|
+
"name": "PlatformPost",
|
|
16032
|
+
"type": "molecule",
|
|
16033
|
+
"isBuilderComponent": true,
|
|
16034
|
+
"description": "",
|
|
16035
|
+
"props": {
|
|
16036
|
+
"post": {
|
|
16037
|
+
"type": "socialpost",
|
|
16038
|
+
"required": true,
|
|
16039
|
+
"description": ""
|
|
16040
|
+
},
|
|
16041
|
+
"loading": {
|
|
16042
|
+
"type": "boolean",
|
|
16043
|
+
"required": false,
|
|
16044
|
+
"description": ""
|
|
16045
|
+
},
|
|
16046
|
+
"className": {
|
|
16047
|
+
"type": "string",
|
|
16048
|
+
"required": false,
|
|
16049
|
+
"description": ""
|
|
16050
|
+
}
|
|
16051
|
+
},
|
|
16052
|
+
"preview": null,
|
|
16053
|
+
"layoutHints": null
|
|
16054
|
+
},
|
|
16055
|
+
"SocialPostCard": {
|
|
16056
|
+
"name": "SocialPostCard",
|
|
16057
|
+
"type": "molecule",
|
|
16058
|
+
"isBuilderComponent": true,
|
|
16059
|
+
"description": "SocialPostCard\nRenders AI-generated social media posts for multiple platforms.\nUsers can toggle which platforms to include via clickable badges.",
|
|
16060
|
+
"props": {
|
|
16061
|
+
"topic": {
|
|
16062
|
+
"type": "string",
|
|
16063
|
+
"required": true,
|
|
16064
|
+
"description": ""
|
|
16065
|
+
},
|
|
16066
|
+
"posts": {
|
|
16067
|
+
"type": "socialpost[]",
|
|
16068
|
+
"required": true,
|
|
16069
|
+
"description": ""
|
|
16070
|
+
},
|
|
16071
|
+
"loading": {
|
|
16072
|
+
"type": "boolean",
|
|
16073
|
+
"required": false,
|
|
16074
|
+
"description": ""
|
|
16075
|
+
},
|
|
16076
|
+
"className": {
|
|
16077
|
+
"type": "string",
|
|
16078
|
+
"required": false,
|
|
16079
|
+
"description": ""
|
|
16080
|
+
},
|
|
16081
|
+
"onAction": {
|
|
16082
|
+
"type": "(action: string, payload?: any) => void",
|
|
16083
|
+
"required": false,
|
|
16084
|
+
"description": ""
|
|
16085
|
+
},
|
|
16086
|
+
"sendMessage": {
|
|
16087
|
+
"type": "(message: string) => void",
|
|
16088
|
+
"required": false,
|
|
16089
|
+
"description": ""
|
|
16090
|
+
}
|
|
16091
|
+
},
|
|
16092
|
+
"preview": null,
|
|
16093
|
+
"layoutHints": null
|
|
16094
|
+
},
|
|
15855
16095
|
"StatsGrid": {
|
|
15856
16096
|
"name": "StatsGrid",
|
|
15857
16097
|
"type": "molecule",
|