Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_fab.Fab,
{ mini: true },
'star'
),
_react2.default.createElement(
_typography.Typography,
{
use: 'title',
style: { marginLeft: 5 }
},
item.xp
)
)
),
_react2.default.createElement(
_card.CardActions,
{ style: { justifyContent: 'center', marginBottom: '1rem' } },
_react2.default.createElement(
_card.CardActionButtons,
null,
_react2.default.createElement(
_card.CardAction,
{ onClick: this.triggerEvent(item.name || index, item.action) },
' ',
item.actionTitle || 'Learn More',
' '
)
)
)
);
}
}, {
{ use: 'title', tag: 'h2' },
item.title
),
_react2.default.createElement(
_typography.Typography,
{
use: 'subheading1',
tag: 'h3',
theme: 'text-secondary-on-background',
style: { marginTop: '1rem' } },
details + ' ...'
)
),
this.renderCardTags(item),
_react2.default.createElement(
_card.CardActions,
{ style: { justifyContent: 'center', marginBottom: '1rem' } },
this.renderCardButtons(item, index)
)
);
}
}, {