pxengine 0.1.151 → 0.1.153

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-24T06:38:56.575Z",
4
+ "lastUpdated": "2026-08-27T06:52:14.967Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -7153,6 +7153,11 @@
7153
7153
  "type": "(value: any) => void",
7154
7154
  "required": true,
7155
7155
  "description": ""
7156
+ },
7157
+ "options": {
7158
+ "type": "any",
7159
+ "required": false,
7160
+ "description": "Dynamic platform choices supplied by the parent (from backend/schema data\nsuch as `platform_options` / `available_platforms` / `platforms_list`).\nWhen absent or empty, falls back to DEFAULT_PLATFORMS."
7156
7161
  }
7157
7162
  },
7158
7163
  "preview": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.151",
3
+ "version": "0.1.153",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",