Skip to content

Commit 06a1abb

Browse files
author
Fergus Bisset
committed
exports: add components/ProductCard JS subpath export
1 parent c404394 commit 06a1abb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
"./macros": "./dist/macros",
170170
"./components/DataVisualisation/charts/SPC/SPCChart/SPCChart/css": "./dist/components/DataVisualisation/charts/SPC/SPCChart/SPCChart.css",
171171
"./components/ProductRoadmap/css": "./dist/components/ProductRoadmap/ProductRoadmap.css",
172+
"./components/ProductCard": {
173+
"types": "./dist/src/components/ProductCard/index.d.ts",
174+
"import": "./dist/src/components/ProductCard/index.js",
175+
"require": "./dist/src/components/ProductCard/index.js"
176+
},
172177
"./components/_internal/Mermaid/css": "./dist/components/_internal/Mermaid.css",
173178
"./tokens": {
174179
"import": "./packages/nhs-fdp/dist/js/tokens.js",

0 commit comments

Comments
 (0)