pxengine 0.1.40 → 0.1.42
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 +914 -385
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +126 -2
- package/dist/index.d.ts +126 -2
- package/dist/index.mjs +905 -382
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +180 -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-06T06:38:55.272Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -14784,6 +14784,185 @@
|
|
|
14784
14784
|
"preview": null,
|
|
14785
14785
|
"layoutHints": null
|
|
14786
14786
|
},
|
|
14787
|
+
"CreatorCompactView": {
|
|
14788
|
+
"name": "CreatorCompactView",
|
|
14789
|
+
"type": "molecule",
|
|
14790
|
+
"isBuilderComponent": true,
|
|
14791
|
+
"description": "",
|
|
14792
|
+
"props": {
|
|
14793
|
+
"versions": {
|
|
14794
|
+
"type": "number[]",
|
|
14795
|
+
"required": true,
|
|
14796
|
+
"description": ""
|
|
14797
|
+
},
|
|
14798
|
+
"selectedVersion": {
|
|
14799
|
+
"type": "number",
|
|
14800
|
+
"required": false,
|
|
14801
|
+
"description": ""
|
|
14802
|
+
},
|
|
14803
|
+
"creatorImages": {
|
|
14804
|
+
"type": "string[]",
|
|
14805
|
+
"required": true,
|
|
14806
|
+
"description": ""
|
|
14807
|
+
},
|
|
14808
|
+
"creatorLength": {
|
|
14809
|
+
"type": "number",
|
|
14810
|
+
"required": true,
|
|
14811
|
+
"description": ""
|
|
14812
|
+
},
|
|
14813
|
+
"isAgentOutput": {
|
|
14814
|
+
"type": "boolean",
|
|
14815
|
+
"required": true,
|
|
14816
|
+
"description": ""
|
|
14817
|
+
},
|
|
14818
|
+
"onVersionSelect": {
|
|
14819
|
+
"type": "(versionno: number) => void",
|
|
14820
|
+
"required": true,
|
|
14821
|
+
"description": ""
|
|
14822
|
+
},
|
|
14823
|
+
"onViewCreators": {
|
|
14824
|
+
"type": "() => void",
|
|
14825
|
+
"required": true,
|
|
14826
|
+
"description": ""
|
|
14827
|
+
},
|
|
14828
|
+
"versionStatus": {
|
|
14829
|
+
"type": "enum",
|
|
14830
|
+
"required": true,
|
|
14831
|
+
"description": "",
|
|
14832
|
+
"enums": [
|
|
14833
|
+
"completed",
|
|
14834
|
+
"checking",
|
|
14835
|
+
"in-progress",
|
|
14836
|
+
"complete",
|
|
14837
|
+
"failed"
|
|
14838
|
+
]
|
|
14839
|
+
},
|
|
14840
|
+
"statusDetails": {
|
|
14841
|
+
"type": "statusdetails",
|
|
14842
|
+
"required": false,
|
|
14843
|
+
"description": ""
|
|
14844
|
+
},
|
|
14845
|
+
"timeDisplay": {
|
|
14846
|
+
"type": "string",
|
|
14847
|
+
"required": true,
|
|
14848
|
+
"description": ""
|
|
14849
|
+
},
|
|
14850
|
+
"isLoading": {
|
|
14851
|
+
"type": "boolean",
|
|
14852
|
+
"required": true,
|
|
14853
|
+
"description": ""
|
|
14854
|
+
}
|
|
14855
|
+
},
|
|
14856
|
+
"preview": null,
|
|
14857
|
+
"layoutHints": null
|
|
14858
|
+
},
|
|
14859
|
+
"CreatorImageList": {
|
|
14860
|
+
"name": "CreatorImageList",
|
|
14861
|
+
"type": "molecule",
|
|
14862
|
+
"isBuilderComponent": true,
|
|
14863
|
+
"description": "",
|
|
14864
|
+
"props": {
|
|
14865
|
+
"creatorImages": {
|
|
14866
|
+
"type": "string[]",
|
|
14867
|
+
"required": false,
|
|
14868
|
+
"defaultValue": "[]",
|
|
14869
|
+
"description": ""
|
|
14870
|
+
},
|
|
14871
|
+
"creatorLength": {
|
|
14872
|
+
"type": "number",
|
|
14873
|
+
"required": false,
|
|
14874
|
+
"defaultValue": "0",
|
|
14875
|
+
"description": ""
|
|
14876
|
+
},
|
|
14877
|
+
"isAgentOutput": {
|
|
14878
|
+
"type": "boolean",
|
|
14879
|
+
"required": true,
|
|
14880
|
+
"description": ""
|
|
14881
|
+
},
|
|
14882
|
+
"initialCreatorsPercentage": {
|
|
14883
|
+
"type": "number",
|
|
14884
|
+
"required": false,
|
|
14885
|
+
"description": ""
|
|
14886
|
+
}
|
|
14887
|
+
},
|
|
14888
|
+
"preview": null,
|
|
14889
|
+
"layoutHints": null
|
|
14890
|
+
},
|
|
14891
|
+
"CreatorProgressBar": {
|
|
14892
|
+
"name": "CreatorProgressBar",
|
|
14893
|
+
"type": "molecule",
|
|
14894
|
+
"isBuilderComponent": true,
|
|
14895
|
+
"description": "",
|
|
14896
|
+
"props": {
|
|
14897
|
+
"statusDetails": {
|
|
14898
|
+
"type": "statusdetails",
|
|
14899
|
+
"required": false,
|
|
14900
|
+
"description": ""
|
|
14901
|
+
},
|
|
14902
|
+
"timeRemaining": {
|
|
14903
|
+
"type": "string",
|
|
14904
|
+
"required": false,
|
|
14905
|
+
"description": ""
|
|
14906
|
+
}
|
|
14907
|
+
},
|
|
14908
|
+
"preview": null,
|
|
14909
|
+
"layoutHints": null
|
|
14910
|
+
},
|
|
14911
|
+
"CreatorWidget": {
|
|
14912
|
+
"name": "CreatorWidget",
|
|
14913
|
+
"type": "molecule",
|
|
14914
|
+
"isBuilderComponent": true,
|
|
14915
|
+
"description": "",
|
|
14916
|
+
"props": {
|
|
14917
|
+
"sessionId": {
|
|
14918
|
+
"type": "string",
|
|
14919
|
+
"required": true,
|
|
14920
|
+
"description": ""
|
|
14921
|
+
},
|
|
14922
|
+
"currentVersion": {
|
|
14923
|
+
"type": "number",
|
|
14924
|
+
"required": false,
|
|
14925
|
+
"description": ""
|
|
14926
|
+
},
|
|
14927
|
+
"isAgentOutput": {
|
|
14928
|
+
"type": "boolean",
|
|
14929
|
+
"required": false,
|
|
14930
|
+
"description": ""
|
|
14931
|
+
},
|
|
14932
|
+
"fetchVersions": {
|
|
14933
|
+
"type": "(params: fetchversionsparams) => promise<creatorversiondata>",
|
|
14934
|
+
"required": true,
|
|
14935
|
+
"description": ""
|
|
14936
|
+
},
|
|
14937
|
+
"fetchStatus": {
|
|
14938
|
+
"type": "(params: fetchstatusparams) => promise<{ status: statusdetails; }>",
|
|
14939
|
+
"required": true,
|
|
14940
|
+
"description": ""
|
|
14941
|
+
},
|
|
14942
|
+
"pollingConfig": {
|
|
14943
|
+
"type": "pollingconfig",
|
|
14944
|
+
"required": false,
|
|
14945
|
+
"description": ""
|
|
14946
|
+
},
|
|
14947
|
+
"onStatusChange": {
|
|
14948
|
+
"type": "(status: creatorwidgetstatus) => void",
|
|
14949
|
+
"required": false,
|
|
14950
|
+
"description": ""
|
|
14951
|
+
},
|
|
14952
|
+
"onAction": {
|
|
14953
|
+
"type": "(action: creatorwidgetaction) => void",
|
|
14954
|
+
"required": false,
|
|
14955
|
+
"description": ""
|
|
14956
|
+
},
|
|
14957
|
+
"className": {
|
|
14958
|
+
"type": "string",
|
|
14959
|
+
"required": false,
|
|
14960
|
+
"description": ""
|
|
14961
|
+
}
|
|
14962
|
+
},
|
|
14963
|
+
"preview": null,
|
|
14964
|
+
"layoutHints": null
|
|
14965
|
+
},
|
|
14787
14966
|
"GrowthChartCard": {
|
|
14788
14967
|
"name": "GrowthChartCard",
|
|
14789
14968
|
"type": "molecule",
|