Skip to content

Commit

Permalink
feat: export foundation patterns as export path (#6817)
Browse files Browse the repository at this point in the history
* export patterns from foundation as export path

* Change files

* Update change/@microsoft-fast-foundation-ced7ff56-36bf-4d3e-86ab-0efb894e0e53.json
  • Loading branch information
chrisdholt authored Aug 18, 2023
1 parent 1f520c2 commit d4d8c96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "export patterns from foundation as package export",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "prerelease"
}
4 changes: 4 additions & 0 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4d8c96

Please sign in to comment.