pxengine 0.1.83 → 0.1.85
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 +86 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +86 -19
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +7 -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-05-
|
|
4
|
+
"lastUpdated": "2026-05-21T09:57:47.810Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -17933,6 +17933,12 @@
|
|
|
17933
17933
|
"type": "(error: string) => void",
|
|
17934
17934
|
"required": false,
|
|
17935
17935
|
"description": "Callback when job fails"
|
|
17936
|
+
},
|
|
17937
|
+
"compact": {
|
|
17938
|
+
"type": "boolean",
|
|
17939
|
+
"required": false,
|
|
17940
|
+
"defaultValue": "false",
|
|
17941
|
+
"description": "Compact mode - only shows title and action buttons.\nThe embedded iframe preview is hidden; use Preview button to view full report."
|
|
17936
17942
|
}
|
|
17937
17943
|
},
|
|
17938
17944
|
"preview": null,
|