pxengine 0.1.13 → 0.1.14

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-04T09:59:53.589Z",
4
+ "lastUpdated": "2026-02-13T07:25:36.479Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -3041,20 +3041,11 @@
3041
3041
  "preview": null,
3042
3042
  "layoutHints": null
3043
3043
  },
3044
- "CAMPAIGN_SEED_FIELDS": {
3045
- "name": "CAMPAIGN_SEED_FIELDS",
3046
- "type": "molecule",
3047
- "isBuilderComponent": true,
3048
- "description": "Default field configuration for Campaign Seed",
3049
- "props": {},
3050
- "preview": null,
3051
- "layoutHints": null
3052
- },
3053
3044
  "CampaignSeedCard": {
3054
3045
  "name": "CampaignSeedCard",
3055
3046
  "type": "molecule",
3056
3047
  "isBuilderComponent": true,
3057
- "description": "CampaignSeedCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates the specific brand info fields and selection status.",
3048
+ "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.",
3058
3049
  "props": {
3059
3050
  "selectionStatus": {
3060
3051
  "type": "enum",
@@ -3070,6 +3061,11 @@
3070
3061
  "required": false,
3071
3062
  "description": "Whether the message is the latest (to show countdown/actions)"
3072
3063
  },
3064
+ "fields": {
3065
+ "type": "fieldconfig[]",
3066
+ "required": false,
3067
+ "description": "Optional field configuration to override dynamic generation"
3068
+ },
3073
3069
  "id": {
3074
3070
  "type": "string",
3075
3071
  "required": false,
@@ -3620,20 +3616,11 @@
3620
3616
  "preview": null,
3621
3617
  "layoutHints": null
3622
3618
  },
3623
- "SEARCH_SPEC_FIELDS": {
3624
- "name": "SEARCH_SPEC_FIELDS",
3625
- "type": "molecule",
3626
- "isBuilderComponent": true,
3627
- "description": "Default field configuration for Search Specification",
3628
- "props": {},
3629
- "preview": null,
3630
- "layoutHints": null
3631
- },
3632
3619
  "SearchSpecCard": {
3633
3620
  "name": "SearchSpecCard",
3634
3621
  "type": "molecule",
3635
3622
  "isBuilderComponent": true,
3636
- "description": "SearchSpecCard\n\nA domain-specific molecule for the Creator Discovery workflow.\nEncapsulates search settings like platforms, ranges, and custom keyword bundles.",
3623
+ "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.",
3637
3624
  "props": {
3638
3625
  "version": {
3639
3626
  "type": "number",
@@ -3654,6 +3641,11 @@
3654
3641
  "required": false,
3655
3642
  "description": "Whether the message is the latest"
3656
3643
  },
3644
+ "fields": {
3645
+ "type": "fieldconfig[]",
3646
+ "required": false,
3647
+ "description": "Optional field configuration to override dynamic generation"
3648
+ },
3657
3649
  "id": {
3658
3650
  "type": "string",
3659
3651
  "required": false,
@@ -4360,6 +4352,11 @@
4360
4352
  "type": "cssproperties",
4361
4353
  "required": false,
4362
4354
  "description": ""
4355
+ },
4356
+ "stats": {
4357
+ "type": "any[]",
4358
+ "required": false,
4359
+ "description": ""
4363
4360
  }
4364
4361
  },
4365
4362
  "preview": null,
@@ -4418,7 +4415,8 @@
4418
4415
  },
4419
4416
  "tags": {
4420
4417
  "type": "{ label: string; value: string; count?: number; }[]",
4421
- "required": true,
4418
+ "required": false,
4419
+ "defaultValue": "[]",
4422
4420
  "description": ""
4423
4421
  },
4424
4422
  "id": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",