pxengine 0.1.142 → 0.1.143

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-08-12T11:14:23.844Z",
4
+ "lastUpdated": "2026-08-13T05:57:59.865Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -10500,6 +10500,15 @@
10500
10500
  "props": {},
10501
10501
  "preview": null,
10502
10502
  "layoutHints": null
10503
+ },
10504
+ "Spinner": {
10505
+ "name": "Spinner",
10506
+ "type": "molecule",
10507
+ "isBuilderComponent": true,
10508
+ "description": "Indeterminate spinner shown on an export row while its file is prepared.",
10509
+ "props": {},
10510
+ "preview": null,
10511
+ "layoutHints": null
10503
10512
  }
10504
10513
  }
10505
10514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.142",
3
+ "version": "0.1.143",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",