pxengine 0.1.75 → 0.1.76

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-05-13T11:02:06.139Z",
4
+ "lastUpdated": "2026-05-14T10:40:57.183Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -17546,6 +17546,11 @@
17546
17546
  "required": false,
17547
17547
  "description": "URL polled every 3 s while status is pending/running.\nExpected response shape: { status, output: { slide_count, formats } }\ne.g. /api/agents-proxy/jobs/{job_id}/status"
17548
17548
  },
17549
+ "shareUrl": {
17550
+ "type": "string",
17551
+ "required": false,
17552
+ "description": "Shareable link copied when the user clicks Share.\nFalls back to formats.html_url if not provided.\nPass a /p/{id} permanent URL once that route exists."
17553
+ },
17549
17554
  "className": {
17550
17555
  "type": "string",
17551
17556
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",