pxengine 0.1.21 → 0.1.22
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.
- package/dist/index.cjs +144 -79
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +138 -73
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +7 -2
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-02-18T12:
|
|
4
|
+
"lastUpdated": "2026-02-18T12:49:08.799Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -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.\
|
|
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,
|