We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c404394 commit 06a1abbCopy full SHA for 06a1abb
package.json
@@ -169,6 +169,11 @@
169
"./macros": "./dist/macros",
170
"./components/DataVisualisation/charts/SPC/SPCChart/SPCChart/css": "./dist/components/DataVisualisation/charts/SPC/SPCChart/SPCChart.css",
171
"./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
+ },
177
"./components/_internal/Mermaid/css": "./dist/components/_internal/Mermaid.css",
178
"./tokens": {
179
"import": "./packages/nhs-fdp/dist/js/tokens.js",
0 commit comments