pxengine 0.1.21 → 0.1.23

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-02-18T12:03:05.149Z",
4
+ "lastUpdated": "2026-02-19T07:22:45.681Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -13911,7 +13911,7 @@
13911
13911
  "name": "CampaignSeedCard",
13912
13912
  "type": "molecule",
13913
13913
  "isBuilderComponent": true,
13914
- "description": "CampaignSeedCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates the specific brand info fields and selection status.\nNow dynamic: if no fields are provided, it generates them from the data object.",
13914
+ "description": "CampaignSeedCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates the specific brand info fields and selection status.\nUses smart field generation with proper renderers for all nested data types.",
13915
13915
  "props": {
13916
13916
  "selectionStatus": {
13917
13917
  "type": "enum",
@@ -14565,7 +14565,7 @@
14565
14565
  "name": "SearchSpecCard",
14566
14566
  "type": "molecule",
14567
14567
  "isBuilderComponent": true,
14568
- "description": "SearchSpecCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates search settings like platforms, ranges, and custom keyword bundles.\nNow dynamic: if no fields are provided, it generates them from the data object.",
14568
+ "description": "SearchSpecCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates search settings like platforms, ranges, and custom keyword bundles.\nUses smart field generation with proper renderers for all nested data types.",
14569
14569
  "props": {
14570
14570
  "version": {
14571
14571
  "type": "number",
@@ -14591,6 +14591,11 @@
14591
14591
  "required": false,
14592
14592
  "description": "Optional field configuration to override dynamic generation"
14593
14593
  },
14594
+ "specData": {
14595
+ "type": "record<string, any>",
14596
+ "required": false,
14597
+ "description": "Alias for data — the agent schema uses specData as the prop name"
14598
+ },
14594
14599
  "className": {
14595
14600
  "type": "string",
14596
14601
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",