pxengine 0.1.22 → 0.1.24

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:49:08.799Z",
4
+ "lastUpdated": "2026-02-19T10:30:13.775Z",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",
@@ -19,6 +19,7 @@
19
19
  "scripts": {
20
20
  "build": "tsup",
21
21
  "generate-metadata": "tsx --env-file=.env scripts/generate-metadata.ts",
22
+ "generate-molecule-registry": "tsx --env-file=.env scripts/generate-molecule-registry.ts",
22
23
  "dev": "tsup src/index.ts --format cjs,esm --watch --dts",
23
24
  "lint": "eslint src --ext .ts,.tsx",
24
25
  "type-check": "tsc --noEmit"