cordage-enterprise 1.1.2 → 1.1.3
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/cordage-enterprise.es.js +1 -1
- package/dist/cordage-enterprise.umd.js +1 -1
- package/dist/types/components/Items/interfaces/itemCatalog.inteface.d.ts +1 -1
- package/dist/types/components/Items/interfaces/itemCatalog.inteface.d.ts.map +1 -1
- package/dist/types/stories/components/List/ListCatalog.stories.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -276634,7 +276634,7 @@ const NYc = X("div", {
|
|
|
276634
276634
|
$8,
|
|
276635
276635
|
{
|
|
276636
276636
|
"data-testid": `item-catalog-content-${i.id}`,
|
|
276637
|
-
onClick: (t) => s && s(t),
|
|
276637
|
+
onClick: (t) => s && s(i, t),
|
|
276638
276638
|
...r
|
|
276639
276639
|
},
|
|
276640
276640
|
i.id
|