diff --git a/change/@fluentui-web-components-2020-11-19-15-18-52-users-chhol-update-fast-package-dependencies.json b/change/@fluentui-web-components-2020-11-19-15-18-52-users-chhol-update-fast-package-dependencies.json new file mode 100644 index 0000000000000..b4920a1dedfd9 --- /dev/null +++ b/change/@fluentui-web-components-2020-11-19-15-18-52-users-chhol-update-fast-package-dependencies.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "update fast packages to latest minor versions", + "packageName": "@fluentui/web-components", + "email": "chhol@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-11-19T23:18:52.883Z" +} diff --git a/packages/web-components/docs/api-report.md b/packages/web-components/docs/api-report.md index a55a30a51c337..00f60955ae0b7 100644 --- a/packages/web-components/docs/api-report.md +++ b/packages/web-components/docs/api-report.md @@ -204,7 +204,7 @@ export class FluentCard extends DesignSystemProvider implements Pick; // @public diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 989c0d18a7d34..a23815ecbe759 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -94,8 +94,8 @@ "dependencies": { "@microsoft/fast-colors": "^5.1.0", "@microsoft/fast-components-styles-msft": "^4.29.0", - "@microsoft/fast-element": "^0.19.1", - "@microsoft/fast-foundation": "^1.8.1", + "@microsoft/fast-element": "^0.20.0", + "@microsoft/fast-foundation": "^1.9.0", "tslib": "^1.13.0" }, "beachball": { diff --git a/packages/web-components/src/design-system-provider/index.ts b/packages/web-components/src/design-system-provider/index.ts index e1eeb008e6345..173cdb7e21cc7 100644 --- a/packages/web-components/src/design-system-provider/index.ts +++ b/packages/web-components/src/design-system-provider/index.ts @@ -575,6 +575,10 @@ export class FluentDesignSystemProvider extends DesignSystemProvider public neutralOutlineFocusDelta: number; } +/** + * The Fluent Design System + * @public + */ export type FluentDesignSystem = Omit< DesignSystem, 'contrast' | 'fontWeight' | 'neutralForegroundDarkIndex' | 'neutralForegroundLightIndex' diff --git a/yarn.lock b/yarn.lock index f69da78bc87c4..0c49684d4d320 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2422,17 +2422,17 @@ "@microsoft/fast-jss-utilities" "^4.8.0" "@microsoft/fast-web-utilities" "^4.6.0" -"@microsoft/fast-element@^0.19.1": - version "0.19.1" - resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-0.19.1.tgz#7b7cddc844168eb168f75e41ea63d23d942667cb" - integrity sha512-qfEqj4s7E3B0qsNRoiQyKF682fdpEbCINV/GS6tE/ZOFC/B0CKpcZjk3mWyw8XAfsLA50E4YuR9Hn8SuMc2sFg== +"@microsoft/fast-element@^0.20.0": + version "0.20.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-0.20.0.tgz#cccc742cde88e67cfe0c194d0013c7d7ab086ba9" + integrity sha512-XItAP1Y+M5US8CPIu8TMfntqYEA3tS7KUWiJkA7uUPynqrGoBCaGTdBZsLP5GO1R2zt7nwtYRxhxk4huCqPNRQ== -"@microsoft/fast-foundation@^1.8.1": - version "1.8.1" - resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-1.8.1.tgz#9123a0f0dc0420ccff9554789b16f844ca0e9c8d" - integrity sha512-eWgp/RsSwCsJHfE/ljS0eTFLlnK0xCaJkjRIzjZN1cdBMDP7EJ+3XfxLsJBQ8tPLKlTjDfIrgnCGfO4GVe6Ggg== +"@microsoft/fast-foundation@^1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-1.9.0.tgz#736025470bc8b869e69258d271f6b1bfa80b204a" + integrity sha512-WjycBsJz7JtO+qdcIK5pvRk+u8QmRI/r6a8bwnVz972mqTWLE2g2T+M+BwVTJ15nwcr9bzIaWmT/n33Z/E0UQg== dependencies: - "@microsoft/fast-element" "^0.19.1" + "@microsoft/fast-element" "^0.20.0" "@microsoft/fast-web-utilities" "^4.6.1" "@microsoft/tsdoc-config" "^0.13.4" tabbable "^4.0.0"