sous-components-twig
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -5,2 +5,3 @@ import React from 'react'; | ||
import eventCardTwig from './event/event-card.twig'; | ||
import newsCardTwig from './news/news-card.twig'; | ||
@@ -10,2 +11,3 @@ import cardData from './basic/card.yml'; | ||
import eventCardData from './event/event-card.yml'; | ||
import newsCardData from './news/news-card.yml'; | ||
@@ -30,1 +32,4 @@ /** | ||
); | ||
export const newsCard = () => ( | ||
<div dangerouslySetInnerHTML={{ __html: newsCardTwig(newsCardData) }} /> | ||
); |
{ | ||
"name": "sous-components-twig", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Twig components for a fictitious Sous install", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
455682
148
513