allaw-ui 1.0.115 → 1.0.117

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.d.ts CHANGED
@@ -63,3 +63,5 @@ export { default as Pagination } from "./components/molecules/pagination/Paginat
63
63
  export type { PaginationProps } from "./components/molecules/pagination/Pagination";
64
64
  export { default as BlogTextBlock } from './components/molecules/BlogTextBlock/BlogTextBlock';
65
65
  export type { BlogTextBlockProps } from './components/molecules/BlogTextBlock/BlogTextBlock';
66
+ export { default as BlogArticle } from './components/molecules/blogArticle/BlogArticle';
67
+ export type { BlogArticleProps } from './components/molecules/blogArticle/BlogArticle';
package/dist/index.js CHANGED
@@ -80,3 +80,4 @@ export { default as ProCard } from "./components/molecules/proCard/ProCard";
80
80
  // Pagination
81
81
  export { default as Pagination } from "./components/molecules/pagination/Pagination";
82
82
  export { default as BlogTextBlock } from './components/molecules/BlogTextBlock/BlogTextBlock';
83
+ export { default as BlogArticle } from './components/molecules/blogArticle/BlogArticle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "1.0.115",
3
+ "version": "1.0.117",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",