pxengine 0.1.158 → 0.1.159

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-09-11T13:11:48.722Z",
4
+ "lastUpdated": "2026-09-18T06:34:58.052Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -10430,75 +10430,6 @@
10430
10430
  },
10431
10431
  "category": "stat"
10432
10432
  },
10433
- "PlatformPost": {
10434
- "name": "PlatformPost",
10435
- "type": "molecule",
10436
- "isBuilderComponent": true,
10437
- "description": "",
10438
- "props": {
10439
- "post": {
10440
- "type": "socialpost",
10441
- "required": true,
10442
- "description": ""
10443
- },
10444
- "loading": {
10445
- "type": "boolean",
10446
- "required": false,
10447
- "description": ""
10448
- },
10449
- "className": {
10450
- "type": "string",
10451
- "required": false,
10452
- "description": ""
10453
- }
10454
- },
10455
- "preview": null,
10456
- "layoutHints": null,
10457
- "category": null
10458
- },
10459
- "SocialPostCard": {
10460
- "name": "SocialPostCard",
10461
- "type": "molecule",
10462
- "isBuilderComponent": true,
10463
- "description": "SocialPostCard\nRenders AI-generated social media posts for multiple platforms.\nUsers can toggle which platforms to include via clickable badges.",
10464
- "props": {
10465
- "topic": {
10466
- "type": "string",
10467
- "required": true,
10468
- "description": ""
10469
- },
10470
- "posts": {
10471
- "type": "socialpost[]",
10472
- "required": true,
10473
- "description": ""
10474
- },
10475
- "loading": {
10476
- "type": "boolean",
10477
- "required": false,
10478
- "description": ""
10479
- },
10480
- "className": {
10481
- "type": "string",
10482
- "required": false,
10483
- "description": ""
10484
- },
10485
- "onAction": {
10486
- "type": "(action: string, payload?: any) => void",
10487
- "required": false,
10488
- "description": ""
10489
- },
10490
- "sendMessage": {
10491
- "type": "(message: string) => void",
10492
- "required": false,
10493
- "description": ""
10494
- }
10495
- },
10496
- "preview": null,
10497
- "layoutHints": {
10498
- "height": 220
10499
- },
10500
- "category": null
10501
- },
10502
10433
  "StatsGrid": {
10503
10434
  "name": "StatsGrid",
10504
10435
  "type": "molecule",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.158",
3
+ "version": "0.1.159",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",