pxengine 0.1.106 → 0.1.107

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-07-02T07:39:16.616Z",
4
+ "lastUpdated": "2026-07-13T07:35:16.980Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -18691,7 +18691,7 @@
18691
18691
  "shareUrl": {
18692
18692
  "type": "string",
18693
18693
  "required": false,
18694
- "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."
18694
+ "description": "Shareable link copied when the user clicks Share.\nFalls back to `${origin}/p/{job_id}`, then formats.html_url."
18695
18695
  },
18696
18696
  "className": {
18697
18697
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",