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.
- package/dist/index.cjs +218 -94
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +224 -100
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +2 -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-
|
|
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.\
|
|
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",
|