pxengine 0.1.96 → 0.1.97
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 +765 -658
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.mjs +544 -437
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +11 -1
- 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-06-
|
|
4
|
+
"lastUpdated": "2026-06-17T09:30:20.899Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -12132,6 +12132,11 @@
|
|
|
12132
12132
|
"required": false,
|
|
12133
12133
|
"description": "Stable key for the answer in Q/A submission. Defaults to id."
|
|
12134
12134
|
},
|
|
12135
|
+
"onValueChange": {
|
|
12136
|
+
"type": "(key: string, value: any) => void",
|
|
12137
|
+
"required": false,
|
|
12138
|
+
"description": "When provided, the atom renders as a live interactive input (not readOnly).\nCalled with (fieldKey | id, newValue) on every change."
|
|
12139
|
+
},
|
|
12135
12140
|
"id": {
|
|
12136
12141
|
"type": "string",
|
|
12137
12142
|
"required": true,
|
|
@@ -13485,6 +13490,11 @@
|
|
|
13485
13490
|
"required": false,
|
|
13486
13491
|
"description": "Stable key for the answer in Q/A submission. Defaults to id."
|
|
13487
13492
|
},
|
|
13493
|
+
"onValueChange": {
|
|
13494
|
+
"type": "(key: string, value: any) => void",
|
|
13495
|
+
"required": false,
|
|
13496
|
+
"description": "When provided, the atom renders as a live interactive input (not readOnly).\nCalled with (fieldKey | id, newValue) on every change."
|
|
13497
|
+
},
|
|
13488
13498
|
"id": {
|
|
13489
13499
|
"type": "string",
|
|
13490
13500
|
"required": true,
|