diff --git a/change/@fluentui-web-components-bf5eb75f-530a-47ce-86d7-0e1b7f5155f4.json b/change/@fluentui-web-components-bf5eb75f-530a-47ce-86d7-0e1b7f5155f4.json new file mode 100644 index 0000000000000..d4d296bfe9848 --- /dev/null +++ b/change/@fluentui-web-components-bf5eb75f-530a-47ce-86d7-0e1b7f5155f4.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix(web-components): fix toolbar stealing focus when document has moved focus to another element", + "packageName": "@fluentui/web-components", + "email": "=", + "dependentChangeType": "patch" +} diff --git a/packages/web-components/package.json b/packages/web-components/package.json index c9f32f501a94e..9f2fa9016d009 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -73,8 +73,8 @@ }, "dependencies": { "@microsoft/fast-colors": "^5.3.0", - "@microsoft/fast-element": "^1.12.0", - "@microsoft/fast-foundation": "^2.49.4", + "@microsoft/fast-element": "^1.13.0", + "@microsoft/fast-foundation": "^2.49.6", "@microsoft/fast-web-utilities": "^5.4.0", "tslib": "^2.1.0" } diff --git a/yarn.lock b/yarn.lock index 373cb86f2a277..7a09a36ad587b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2652,17 +2652,17 @@ resolved "https://registry.yarnpkg.com/@microsoft/fast-colors/-/fast-colors-5.3.1.tgz#defc59874176e42316be7e6d24c31885ead8ca56" integrity sha512-72RZXVfCbwQzvo5sXXkuLXLT7rMeYaSf5r/6ewQiv/trBtqpWRm4DEH2EilHw/iWTBKOXs1qZNQndgUMa5n4LA== -"@microsoft/fast-element@^1.11.1", "@microsoft/fast-element@^1.12.0": - version "1.12.0" - resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.12.0.tgz#aabfc75518c3a9000710cce5f66dfc677de8c254" - integrity sha512-gQutuDHPKNxUEcQ4pypZT4Wmrbapus+P9s3bR/SEOLsMbNqNoXigGImITygI5zhb+aA5rzflM6O8YWkmRbGkPA== +"@microsoft/fast-element@^1.11.1", "@microsoft/fast-element@^1.13.0": + version "1.13.0" + resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.13.0.tgz#d390ff13697064a48dc6ad6bb332a5f5489f73f8" + integrity sha512-iFhzKbbD0cFRo9cEzLS3Tdo9BYuatdxmCEKCpZs1Cro/93zNMpZ/Y9/Z7SknmW6fhDZbpBvtO8lLh9TFEcNVAQ== -"@microsoft/fast-foundation@^2.49.4": - version "2.49.4" - resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.49.4.tgz#322150cd6f0bed89d6d2238a700e6b9db94ac694" - integrity sha512-5I2tSPo6bnOfVAIX7XzX+LhilahwvD7h+yzl3jW0t5IYmMX9Lci9VUVyx5f8hHdb1O9a8Y9Atb7Asw7yFO/u+w== +"@microsoft/fast-foundation@^2.49.6": + version "2.49.6" + resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.49.6.tgz#0bdee7d28dcf93918075618359b083a676d2891c" + integrity sha512-DZVr+J/NIoskFC1Y6xnAowrMkdbf2d5o7UyWK6gW5AiQ6S386Ql8dw4KcC4kHaeE1yL2CKvweE79cj6ZhJhTvA== dependencies: - "@microsoft/fast-element" "^1.12.0" + "@microsoft/fast-element" "^1.13.0" "@microsoft/fast-web-utilities" "^5.4.1" tabbable "^5.2.0" tslib "^1.13.0"