pxengine 0.1.25 → 0.1.27

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-20T06:42:24.354Z",
4
+ "lastUpdated": "2026-02-23T01:57:54.039Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -13843,6 +13843,11 @@
13843
13843
  "required": false,
13844
13844
  "description": "Whether this is the latest message"
13845
13845
  },
13846
+ "hasUserResponded": {
13847
+ "type": "boolean",
13848
+ "required": false,
13849
+ "description": "Whether the user has already responded to this card"
13850
+ },
13846
13851
  "onAction": {
13847
13852
  "type": "(action: any) => void",
13848
13853
  "required": false,
@@ -13932,6 +13937,11 @@
13932
13937
  "required": false,
13933
13938
  "description": "Whether the message is the latest (to show countdown/actions)"
13934
13939
  },
13940
+ "hasUserResponded": {
13941
+ "type": "boolean",
13942
+ "required": false,
13943
+ "description": "Whether the user has already responded to this card"
13944
+ },
13935
13945
  "fields": {
13936
13946
  "type": "fieldconfig[]",
13937
13947
  "required": false,
@@ -14455,6 +14465,11 @@
14455
14465
  "type": "boolean",
14456
14466
  "required": false,
14457
14467
  "description": "Whether the interaction is disabled externally"
14468
+ },
14469
+ "disableContinueInDiscovery": {
14470
+ "type": "boolean",
14471
+ "required": false,
14472
+ "description": ""
14458
14473
  }
14459
14474
  },
14460
14475
  "preview": null,
@@ -14596,6 +14611,11 @@
14596
14611
  "required": false,
14597
14612
  "description": "Whether the message is the latest"
14598
14613
  },
14614
+ "hasUserResponded": {
14615
+ "type": "boolean",
14616
+ "required": false,
14617
+ "description": "Whether the user has already responded to this card"
14618
+ },
14599
14619
  "fields": {
14600
14620
  "type": "fieldconfig[]",
14601
14621
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",