enjanga-components-library 1.0.89 → 1.0.90
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.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1676,6 +1676,7 @@ var TilePost = ({
|
|
|
1676
1676
|
href: `/experience/${orgSlug}`,
|
|
1677
1677
|
className: "enj-postTile-link",
|
|
1678
1678
|
"aria-label": `Navigate to ${orgTitle}`,
|
|
1679
|
+
onClick: (event) => event.stopPropagation(),
|
|
1679
1680
|
children: [
|
|
1680
1681
|
(() => {
|
|
1681
1682
|
const Icon = CarbonIcons__namespace[orgPictogramName];
|
package/dist/index.mjs
CHANGED
|
@@ -1649,6 +1649,7 @@ var TilePost = ({
|
|
|
1649
1649
|
href: `/experience/${orgSlug}`,
|
|
1650
1650
|
className: "enj-postTile-link",
|
|
1651
1651
|
"aria-label": `Navigate to ${orgTitle}`,
|
|
1652
|
+
onClick: (event) => event.stopPropagation(),
|
|
1652
1653
|
children: [
|
|
1653
1654
|
(() => {
|
|
1654
1655
|
const Icon = CarbonIcons[orgPictogramName];
|
package/package.json
CHANGED