From d4d8c961b3ad5262924120070057ad6554dfdcb9 Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Fri, 18 Aug 2023 15:37:22 -0700 Subject: [PATCH] feat: export foundation patterns as export path (#6817) * export patterns from foundation as export path * Change files * Update change/@microsoft-fast-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json --- ...st-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json | 7 +++++++ packages/web-components/fast-foundation/package.json | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 change/@microsoft-fast-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json 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",