pxengine 0.1.37 → 0.1.39

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-03-04T10:38:45.470Z",
4
+ "lastUpdated": "2026-03-05T10:48:56.570Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -13901,6 +13901,11 @@
13901
13901
  "required": false,
13902
13902
  "description": ""
13903
13903
  },
13904
+ "onPreview": {
13905
+ "type": "(componentname: string) => void",
13906
+ "required": false,
13907
+ "description": ""
13908
+ },
13904
13909
  "className": {
13905
13910
  "type": "string",
13906
13911
  "required": false,
@@ -14002,6 +14007,11 @@
14002
14007
  "type": "(selectedcomponents: string[]) => void",
14003
14008
  "required": false,
14004
14009
  "description": ""
14010
+ },
14011
+ "onPreview": {
14012
+ "type": "(componentname: string) => void",
14013
+ "required": false,
14014
+ "description": ""
14005
14015
  }
14006
14016
  },
14007
14017
  "preview": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",