pxengine 0.1.114 → 0.1.115
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 +40 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +40 -1
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +6 -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-08-
|
|
4
|
+
"lastUpdated": "2026-08-03T13:20:12.529Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -8430,6 +8430,11 @@
|
|
|
8430
8430
|
"required": false,
|
|
8431
8431
|
"description": "HTML report URL"
|
|
8432
8432
|
},
|
|
8433
|
+
"pdf_url": {
|
|
8434
|
+
"type": "string",
|
|
8435
|
+
"required": false,
|
|
8436
|
+
"description": "PDF export URL (paginated print export; may be absent if PDF rendering failed)"
|
|
8437
|
+
},
|
|
8433
8438
|
"generation_mode": {
|
|
8434
8439
|
"type": "string",
|
|
8435
8440
|
"required": false,
|