Skip to content

Commit 5f168e9

Browse files
fix: missing exports (#559)
1 parent bbb7778 commit 5f168e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@capgeminiuk/dcx-react-library",
33
"author": "Capgemini UK",
44
"license": "MIT",
5-
"version": "0.8.0",
5+
"version": "0.8.1",
66
"source": "src/index.ts",
77
"main": "dist/dcx-react-library.js",
88
"module": "dist/dcx-react-library.module.js",

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ export * from './keyBoard';
2626
export * from './preformattedText';
2727
export * from './list';
2828
export * from './breadcrumb';
29+
export * from './abbreviate';
30+
export * from './blockquote';
31+
export * from './heading';
32+
export * from './paragraph';
33+
export * from './codesnippet';
34+
export * from './highlight';

0 commit comments

Comments
 (0)