pxengine 0.1.53 → 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.
- package/dist/index.cjs +1252 -946
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40 -1
- package/dist/index.d.ts +40 -1
- package/dist/index.mjs +1250 -946
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +61 -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-26T12:16:22.856Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -15950,6 +15950,36 @@
|
|
|
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
|
+
},
|
|
15953
15983
|
"AutoChart": {
|
|
15954
15984
|
"name": "AutoChart",
|
|
15955
15985
|
"type": "molecule",
|
|
@@ -16119,6 +16149,36 @@
|
|
|
16119
16149
|
"preview": null,
|
|
16120
16150
|
"layoutHints": null
|
|
16121
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
|
+
},
|
|
16122
16182
|
"LoadingOverlay": {
|
|
16123
16183
|
"name": "LoadingOverlay",
|
|
16124
16184
|
"type": "molecule",
|