pxengine 0.1.27 → 0.1.28

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-23T01:57:54.039Z",
4
+ "lastUpdated": "2026-02-23T05:08:15.064Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -13797,7 +13797,7 @@
13797
13797
  "name": "CampaignConceptCard",
13798
13798
  "type": "molecule",
13799
13799
  "isBuilderComponent": true,
13800
- "description": "CampaignConceptCard\n\nA domain-specific molecule for displaying a campaign concept.\nFeatures an accordion-style collapsible header and custom data rendering.",
13800
+ "description": "CampaignConceptCard\n\nA domain-specific molecule for displaying a campaign concept.\nStyled to match the creator-search CampaignConceptsRenderer layout.\nNo proceed button includes a copy-all icon in the header.",
13801
13801
  "props": {
13802
13802
  "title": {
13803
13803
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",