diff --git a/change/@microsoft-fast-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json b/change/@microsoft-fast-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json new file mode 100644 index 00000000000..3e5fcadfb8a --- /dev/null +++ b/change/@microsoft-fast-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "export patterns from foundation as package export", + "packageName": "@microsoft/fast-foundation", + "email": "chhol@microsoft.com", + "dependentChangeType": "prerelease" +} diff --git a/packages/web-components/fast-foundation/package.json b/packages/web-components/fast-foundation/package.json index cdd926956ca..e7fe5600393 100644 --- a/packages/web-components/fast-foundation/package.json +++ b/packages/web-components/fast-foundation/package.json @@ -210,6 +210,10 @@ "types": "./dist/dts/utilities/index.d.ts", "default": "./dist/esm/utilities/index.js" }, + "./patterns.js": { + "types": "./dist/dts/patterns/index.d.ts", + "default": "./dist/esm/patterns/index.js" + }, "./custom-elements.json": "./dist/custom-elements.json", "./design-token-core.js": { "types": "./dist/dts/design-token/core/exports.d.ts",