pxengine 0.1.52 → 0.1.54

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-03-24T12:59:45.811Z",
4
+ "lastUpdated": "2026-03-26T12:16:22.856Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -15950,6 +15950,235 @@
15950
15950
  "preview": null,
15951
15951
  "layoutHints": null
15952
15952
  },
15953
+ "GitHubReposListCard": {
15954
+ "name": "GitHubReposListCard",
15955
+ "type": "molecule",
15956
+ "isBuilderComponent": true,
15957
+ "description": "",
15958
+ "props": {
15959
+ "repos": {
15960
+ "type": "repoitem[]",
15961
+ "required": true,
15962
+ "description": ""
15963
+ },
15964
+ "className": {
15965
+ "type": "string",
15966
+ "required": false,
15967
+ "description": ""
15968
+ },
15969
+ "onAction": {
15970
+ "type": "(action: string, payload?: any) => void",
15971
+ "required": false,
15972
+ "description": ""
15973
+ },
15974
+ "sendMessage": {
15975
+ "type": "(message: string) => void",
15976
+ "required": false,
15977
+ "description": ""
15978
+ }
15979
+ },
15980
+ "preview": null,
15981
+ "layoutHints": null
15982
+ },
15983
+ "AutoChart": {
15984
+ "name": "AutoChart",
15985
+ "type": "molecule",
15986
+ "isBuilderComponent": true,
15987
+ "description": "",
15988
+ "props": {
15989
+ "title": {
15990
+ "type": "string",
15991
+ "required": true,
15992
+ "description": ""
15993
+ },
15994
+ "data": {
15995
+ "type": "chartdatapoint[]",
15996
+ "required": true,
15997
+ "description": ""
15998
+ },
15999
+ "type": {
16000
+ "type": "enum",
16001
+ "required": false,
16002
+ "defaultValue": "bar",
16003
+ "description": "",
16004
+ "enums": [
16005
+ "bar",
16006
+ "horizontal-bar"
16007
+ ]
16008
+ },
16009
+ "loading": {
16010
+ "type": "boolean",
16011
+ "required": false,
16012
+ "description": ""
16013
+ }
16014
+ },
16015
+ "preview": null,
16016
+ "layoutHints": null
16017
+ },
16018
+ "DataTable": {
16019
+ "name": "DataTable",
16020
+ "type": "molecule",
16021
+ "isBuilderComponent": true,
16022
+ "description": "",
16023
+ "props": {
16024
+ "title": {
16025
+ "type": "string",
16026
+ "required": true,
16027
+ "description": ""
16028
+ },
16029
+ "columns": {
16030
+ "type": "sheetcolumn[]",
16031
+ "required": true,
16032
+ "description": ""
16033
+ },
16034
+ "rows": {
16035
+ "type": "sheetrow[]",
16036
+ "required": true,
16037
+ "description": ""
16038
+ },
16039
+ "loading": {
16040
+ "type": "boolean",
16041
+ "required": false,
16042
+ "description": ""
16043
+ }
16044
+ },
16045
+ "preview": null,
16046
+ "layoutHints": null
16047
+ },
16048
+ "GoogleSheetsCard": {
16049
+ "name": "GoogleSheetsCard",
16050
+ "type": "molecule",
16051
+ "isBuilderComponent": true,
16052
+ "description": "GoogleSheetsCard\nRenders spreadsheet data as interactive tables with optional auto-generated charts.\nDisplays Google Sheets data in a dark-themed card with table + bar chart layout.",
16053
+ "props": {
16054
+ "title": {
16055
+ "type": "string",
16056
+ "required": true,
16057
+ "description": ""
16058
+ },
16059
+ "spreadsheet_id": {
16060
+ "type": "string",
16061
+ "required": false,
16062
+ "description": ""
16063
+ },
16064
+ "sheet_name": {
16065
+ "type": "string",
16066
+ "required": false,
16067
+ "description": ""
16068
+ },
16069
+ "columns": {
16070
+ "type": "sheetcolumn[]",
16071
+ "required": true,
16072
+ "description": ""
16073
+ },
16074
+ "rows": {
16075
+ "type": "sheetrow[]",
16076
+ "required": true,
16077
+ "description": ""
16078
+ },
16079
+ "chart": {
16080
+ "type": "enum",
16081
+ "required": false,
16082
+ "description": "",
16083
+ "enums": [
16084
+ "{ title: string; data: ChartDataPoint[]; type?: bar",
16085
+ "horizontal-bar; }"
16086
+ ]
16087
+ },
16088
+ "summary": {
16089
+ "type": "string",
16090
+ "required": false,
16091
+ "description": ""
16092
+ },
16093
+ "loading": {
16094
+ "type": "boolean",
16095
+ "required": false,
16096
+ "description": ""
16097
+ },
16098
+ "className": {
16099
+ "type": "string",
16100
+ "required": false,
16101
+ "description": ""
16102
+ },
16103
+ "onAction": {
16104
+ "type": "(action: string, payload?: any) => void",
16105
+ "required": false,
16106
+ "description": ""
16107
+ },
16108
+ "sendMessage": {
16109
+ "type": "(message: string) => void",
16110
+ "required": false,
16111
+ "description": ""
16112
+ }
16113
+ },
16114
+ "preview": null,
16115
+ "layoutHints": null
16116
+ },
16117
+ "GoogleSheetsConnectCard": {
16118
+ "name": "GoogleSheetsConnectCard",
16119
+ "type": "molecule",
16120
+ "isBuilderComponent": true,
16121
+ "description": "",
16122
+ "props": {
16123
+ "message": {
16124
+ "type": "string",
16125
+ "required": true,
16126
+ "description": ""
16127
+ },
16128
+ "context": {
16129
+ "type": "{ spreadsheet_id?: string; tool?: string; }",
16130
+ "required": false,
16131
+ "description": ""
16132
+ },
16133
+ "className": {
16134
+ "type": "string",
16135
+ "required": false,
16136
+ "description": ""
16137
+ },
16138
+ "onAction": {
16139
+ "type": "(action: string, payload?: any) => void",
16140
+ "required": false,
16141
+ "description": ""
16142
+ },
16143
+ "sendMessage": {
16144
+ "type": "(message: string) => void",
16145
+ "required": false,
16146
+ "description": ""
16147
+ }
16148
+ },
16149
+ "preview": null,
16150
+ "layoutHints": null
16151
+ },
16152
+ "GoogleSheetsListCard": {
16153
+ "name": "GoogleSheetsListCard",
16154
+ "type": "molecule",
16155
+ "isBuilderComponent": true,
16156
+ "description": "",
16157
+ "props": {
16158
+ "spreadsheets": {
16159
+ "type": "spreadsheetitem[]",
16160
+ "required": true,
16161
+ "description": ""
16162
+ },
16163
+ "className": {
16164
+ "type": "string",
16165
+ "required": false,
16166
+ "description": ""
16167
+ },
16168
+ "onAction": {
16169
+ "type": "(action: string, payload?: any) => void",
16170
+ "required": false,
16171
+ "description": ""
16172
+ },
16173
+ "sendMessage": {
16174
+ "type": "(message: string) => void",
16175
+ "required": false,
16176
+ "description": ""
16177
+ }
16178
+ },
16179
+ "preview": null,
16180
+ "layoutHints": null
16181
+ },
15953
16182
  "LoadingOverlay": {
15954
16183
  "name": "LoadingOverlay",
15955
16184
  "type": "molecule",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",