diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4e7fce5b0595e..0613f3f0734b1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -222,7 +222,6 @@ packages/react-components/babel-preset-global-context @microsoft/teams-prg packages/react-components/react-table @microsoft/teams-prg packages/react-components/react-progress @microsoft/cxe-red @tomi-msft packages/react-components/react-persona @microsoft/cxe-red @sopranopillow -packages/react-components/react-infobutton @microsoft/cxe-red @sopranopillow packages/react-components/react-tree @microsoft/teams-prg packages/react-components/react-virtualizer @microsoft/xc-uxe @Mitch-At-Work packages/react-components/react-skeleton @microsoft/cxe-red diff --git a/packages/react-components/react-infobutton/.babelrc.json b/packages/react-components/react-infobutton/.babelrc.json deleted file mode 100644 index 45fb71ca16d2c..0000000000000 --- a/packages/react-components/react-infobutton/.babelrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": "../../../.babelrc-v9.json", - "plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"] -} diff --git a/packages/react-components/react-infobutton/.eslintrc.json b/packages/react-components/react-infobutton/.eslintrc.json deleted file mode 100644 index ceea884c70dcc..0000000000000 --- a/packages/react-components/react-infobutton/.eslintrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": ["plugin:@fluentui/eslint-plugin/react"], - "root": true -} diff --git a/packages/react-components/react-infobutton/.storybook/main.js b/packages/react-components/react-infobutton/.storybook/main.js deleted file mode 100644 index 26536b61b387f..0000000000000 --- a/packages/react-components/react-infobutton/.storybook/main.js +++ /dev/null @@ -1,14 +0,0 @@ -const rootMain = require('../../../../.storybook/main'); - -module.exports = /** @type {Omit} */ ({ - ...rootMain, - stories: [...rootMain.stories, '../stories/**/*.stories.mdx', '../stories/**/index.stories.@(ts|tsx)'], - addons: [...rootMain.addons], - webpackFinal: (config, options) => { - const localConfig = { ...rootMain.webpackFinal(config, options) }; - - // add your own webpack tweaks if needed - - return localConfig; - }, -}); diff --git a/packages/react-components/react-infobutton/.storybook/preview.js b/packages/react-components/react-infobutton/.storybook/preview.js deleted file mode 100644 index 1939500a3d18c..0000000000000 --- a/packages/react-components/react-infobutton/.storybook/preview.js +++ /dev/null @@ -1,7 +0,0 @@ -import * as rootPreview from '../../../../.storybook/preview'; - -/** @type {typeof rootPreview.decorators} */ -export const decorators = [...rootPreview.decorators]; - -/** @type {typeof rootPreview.parameters} */ -export const parameters = { ...rootPreview.parameters }; diff --git a/packages/react-components/react-infobutton/.storybook/tsconfig.json b/packages/react-components/react-infobutton/.storybook/tsconfig.json deleted file mode 100644 index ea89218a3d916..0000000000000 --- a/packages/react-components/react-infobutton/.storybook/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "outDir": "", - "allowJs": true, - "checkJs": true, - "types": ["static-assets", "environment", "storybook__addons"] - }, - "include": ["../stories/**/*.stories.ts", "../stories/**/*.stories.tsx", "*.js"] -} diff --git a/packages/react-components/react-infobutton/.swcrc b/packages/react-components/react-infobutton/.swcrc deleted file mode 100644 index b4ffa86dee306..0000000000000 --- a/packages/react-components/react-infobutton/.swcrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/swcrc", - "exclude": [ - "/testing", - "/**/*.cy.ts", - "/**/*.cy.tsx", - "/**/*.spec.ts", - "/**/*.spec.tsx", - "/**/*.test.ts", - "/**/*.test.tsx" - ], - "jsc": { - "parser": { - "syntax": "typescript", - "tsx": true, - "decorators": false, - "dynamicImport": false - }, - "externalHelpers": true, - "transform": { - "react": { - "runtime": "classic", - "useSpread": true - } - }, - "target": "es2019" - }, - "minify": false, - "sourceMaps": true -} diff --git a/packages/react-components/react-infobutton/CHANGELOG.json b/packages/react-components/react-infobutton/CHANGELOG.json deleted file mode 100644 index cdcd9e0fb9890..0000000000000 --- a/packages/react-components/react-infobutton/CHANGELOG.json +++ /dev/null @@ -1,3593 +0,0 @@ -{ - "name": "@fluentui/react-infobutton", - "entries": [ - { - "date": "Thu, 02 May 2024 11:36:33 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.102", - "version": "9.0.0-beta.102", - "comments": { - "prerelease": [ - { - "author": "ololubek@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "05aa0d7e44ec602ca2a6a3a5303603d39d6844bb", - "comment": " chore: upgrade @fluentui/react-icons to 2.0.237." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.6", - "commit": "b578776220e522122e17f9e89c0f19d92d3b4b92" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.21.0", - "commit": "b578776220e522122e17f9e89c0f19d92d3b4b92" - } - ] - } - }, - { - "date": "Tue, 23 Apr 2024 08:17:49 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.101", - "version": "9.0.0-beta.101", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.68", - "commit": "120868a45d3be46d3e8213083d9ecce435e83acf" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.5", - "commit": "120868a45d3be46d3e8213083d9ecce435e83acf" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.20.1", - "commit": "120868a45d3be46d3e8213083d9ecce435e83acf" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.7", - "commit": "120868a45d3be46d3e8213083d9ecce435e83acf" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.36", - "commit": "120868a45d3be46d3e8213083d9ecce435e83acf" - } - ] - } - }, - { - "date": "Wed, 17 Apr 2024 21:53:53 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.100", - "version": "9.0.0-beta.100", - "comments": { - "prerelease": [ - { - "author": "ololubek@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "45fb4d4982c8183d7aad2271a1e960a2ca883f2b", - "comment": "chore: Update react-icons to 2.0.235" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.4", - "commit": "b888e953937a13b1135987f81abbfa909688fbe7" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.20.0", - "commit": "b888e953937a13b1135987f81abbfa909688fbe7" - } - ], - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "31be1ad41f981f559919d0261c9750b50d69fcda", - "comment": "perf: speed up tsc by not running on cypress files during .d.ts generation and type-checking" - } - ] - } - }, - { - "date": "Tue, 02 Apr 2024 09:48:01 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.99", - "version": "9.0.0-beta.99", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.67", - "commit": "5c661f1050c6345035d2b6e1a7f549973fd23654" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.3", - "commit": "5c661f1050c6345035d2b6e1a7f549973fd23654" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.6", - "commit": "5c661f1050c6345035d2b6e1a7f549973fd23654" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.6", - "commit": "5c661f1050c6345035d2b6e1a7f549973fd23654" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.35", - "commit": "5c661f1050c6345035d2b6e1a7f549973fd23654" - } - ] - } - }, - { - "date": "Mon, 18 Mar 2024 19:50:46 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.98", - "version": "9.0.0-beta.98", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.66", - "commit": "9e6c3cf0dfdad1aa0b4752919e2214c7da2a0d42" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.2", - "commit": "9e6c3cf0dfdad1aa0b4752919e2214c7da2a0d42" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.5", - "commit": "9e6c3cf0dfdad1aa0b4752919e2214c7da2a0d42" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.19", - "commit": "9e6c3cf0dfdad1aa0b4752919e2214c7da2a0d42" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.5", - "commit": "9e6c3cf0dfdad1aa0b4752919e2214c7da2a0d42" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.34", - "commit": "9e6c3cf0dfdad1aa0b4752919e2214c7da2a0d42" - } - ] - } - }, - { - "date": "Fri, 15 Mar 2024 21:43:49 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.97", - "version": "9.0.0-beta.97", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.65", - "commit": "b2ded2504c2579038b15ca797666cc81d55c0364" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.1", - "commit": "b2ded2504c2579038b15ca797666cc81d55c0364" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.4", - "commit": "b2ded2504c2579038b15ca797666cc81d55c0364" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.18", - "commit": "b2ded2504c2579038b15ca797666cc81d55c0364" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.4", - "commit": "b2ded2504c2579038b15ca797666cc81d55c0364" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.33", - "commit": "b2ded2504c2579038b15ca797666cc81d55c0364" - } - ] - } - }, - { - "date": "Thu, 07 Mar 2024 19:33:27 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.96", - "version": "9.0.0-beta.96", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.64", - "commit": "58ccc2f33f85adc0d6992724178e42794ed4916d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.9.0", - "commit": "58ccc2f33f85adc0d6992724178e42794ed4916d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.3", - "commit": "58ccc2f33f85adc0d6992724178e42794ed4916d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.17", - "commit": "58ccc2f33f85adc0d6992724178e42794ed4916d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.3", - "commit": "58ccc2f33f85adc0d6992724178e42794ed4916d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.32", - "commit": "58ccc2f33f85adc0d6992724178e42794ed4916d" - } - ] - } - }, - { - "date": "Wed, 28 Feb 2024 02:34:19 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.95", - "version": "9.0.0-beta.95", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.63", - "commit": "433026729cd8bbd2e73f6314e05b803cad3168bb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.40", - "commit": "433026729cd8bbd2e73f6314e05b803cad3168bb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.2", - "commit": "433026729cd8bbd2e73f6314e05b803cad3168bb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.2", - "commit": "433026729cd8bbd2e73f6314e05b803cad3168bb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.31", - "commit": "433026729cd8bbd2e73f6314e05b803cad3168bb" - } - ] - } - }, - { - "date": "Tue, 20 Feb 2024 14:22:30 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.94", - "version": "9.0.0-beta.94", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.62", - "commit": "5fb68e9bc86c1cbd66249c639a5565fe7a0b22b4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.39", - "commit": "5fb68e9bc86c1cbd66249c639a5565fe7a0b22b4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.1", - "commit": "5fb68e9bc86c1cbd66249c639a5565fe7a0b22b4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.1", - "commit": "5fb68e9bc86c1cbd66249c639a5565fe7a0b22b4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.30", - "commit": "5fb68e9bc86c1cbd66249c639a5565fe7a0b22b4" - } - ] - } - }, - { - "date": "Tue, 06 Feb 2024 17:55:21 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.93", - "version": "9.0.0-beta.93", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.38", - "commit": "d89076308f8f3cfe80756f873bc12447a474e12c" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.19.0", - "commit": "d89076308f8f3cfe80756f873bc12447a474e12c" - } - ] - } - }, - { - "date": "Tue, 30 Jan 2024 23:16:54 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.92", - "version": "9.0.0-beta.92", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.61", - "commit": "c55a16a06b489f733384e65642b37343650d2f38" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.37", - "commit": "c55a16a06b489f733384e65642b37343650d2f38" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.18.0", - "commit": "c55a16a06b489f733384e65642b37343650d2f38" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.18.0", - "commit": "c55a16a06b489f733384e65642b37343650d2f38" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.29", - "commit": "c55a16a06b489f733384e65642b37343650d2f38" - } - ] - } - }, - { - "date": "Mon, 29 Jan 2024 13:56:06 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.91", - "version": "9.0.0-beta.91", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.60", - "commit": "3a6233a99addd66fdc17d7e6be859d08dd6dafc6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.36", - "commit": "3a6233a99addd66fdc17d7e6be859d08dd6dafc6" - } - ] - } - }, - { - "date": "Fri, 26 Jan 2024 10:40:22 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.90", - "version": "9.0.0-beta.90", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.35", - "commit": "b04151ab510b2908a858272e08a0d6f2c33f6d77" - } - ] - } - }, - { - "date": "Tue, 23 Jan 2024 15:11:00 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.89", - "version": "9.0.0-beta.89", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.59", - "commit": "0d7e251f3f73716c5b7d1e4b1031ff3eb4f4053f" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.34", - "commit": "0d7e251f3f73716c5b7d1e4b1031ff3eb4f4053f" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.17.4", - "commit": "0d7e251f3f73716c5b7d1e4b1031ff3eb4f4053f" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.17.0", - "commit": "0d7e251f3f73716c5b7d1e4b1031ff3eb4f4053f" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.28", - "commit": "0d7e251f3f73716c5b7d1e4b1031ff3eb4f4053f" - } - ] - } - }, - { - "date": "Thu, 18 Jan 2024 14:25:03 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.88", - "version": "9.0.0-beta.88", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.58", - "commit": "42b8015b3d44861b4a9e26a9861c87b97ee5158d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.33", - "commit": "42b8015b3d44861b4a9e26a9861c87b97ee5158d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.17.3", - "commit": "42b8015b3d44861b4a9e26a9861c87b97ee5158d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.16.1", - "commit": "42b8015b3d44861b4a9e26a9861c87b97ee5158d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.27", - "commit": "42b8015b3d44861b4a9e26a9861c87b97ee5158d" - } - ] - } - }, - { - "date": "Wed, 17 Jan 2024 16:18:50 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.87", - "version": "9.0.0-beta.87", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.57", - "commit": "06421bb5960c4d8d01c0a2faee17aebd9c9fe0cb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.32", - "commit": "06421bb5960c4d8d01c0a2faee17aebd9c9fe0cb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.17.2", - "commit": "06421bb5960c4d8d01c0a2faee17aebd9c9fe0cb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.16.0", - "commit": "06421bb5960c4d8d01c0a2faee17aebd9c9fe0cb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.26", - "commit": "06421bb5960c4d8d01c0a2faee17aebd9c9fe0cb" - } - ] - } - }, - { - "date": "Tue, 16 Jan 2024 13:14:19 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.86", - "version": "9.0.0-beta.86", - "comments": { - "prerelease": [ - { - "author": "mgodbolt@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "f2e37e16ab2ee873cfc3f0a4a2cba3098277f2fc", - "comment": "fix: correct version of @types/react-dom peer dep that matches for 16.x" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.56", - "commit": "0c422edc87177d3d707c71fa3cad3fa2b872bdf8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.31", - "commit": "0c422edc87177d3d707c71fa3cad3fa2b872bdf8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.17.1", - "commit": "0c422edc87177d3d707c71fa3cad3fa2b872bdf8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.25", - "commit": "0c422edc87177d3d707c71fa3cad3fa2b872bdf8" - } - ] - } - }, - { - "date": "Thu, 11 Jan 2024 09:04:29 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.85", - "version": "9.0.0-beta.85", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.30", - "commit": "f2e37e16ab2ee873cfc3f0a4a2cba3098277f2fc" - } - ] - } - }, - { - "date": "Tue, 09 Jan 2024 10:21:34 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.84", - "version": "9.0.0-beta.84", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.29", - "commit": "a5e34e3c996d322bb0735f4fca9537deafd07b59" - } - ] - } - }, - { - "date": "Mon, 08 Jan 2024 16:24:22 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.83", - "version": "9.0.0-beta.83", - "comments": { - "prerelease": [ - { - "author": "ololubek@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "5328bbd9d25e2846a4b649c0fd86be600d4bdc32", - "comment": "Update version of @fluentui/react-icons to 2.0.224" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.55", - "commit": "0893aaa977c642d01c3c39032f929bc50a04d867" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.28", - "commit": "0893aaa977c642d01c3c39032f929bc50a04d867" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.17.0", - "commit": "0893aaa977c642d01c3c39032f929bc50a04d867" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.6", - "commit": "0893aaa977c642d01c3c39032f929bc50a04d867" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.24", - "commit": "0893aaa977c642d01c3c39032f929bc50a04d867" - } - ] - } - }, - { - "date": "Wed, 03 Jan 2024 09:26:44 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.82", - "version": "9.0.0-beta.82", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.54", - "commit": "9d99266dec5a450bcd44c0f777735b31dd98eccc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.27", - "commit": "9d99266dec5a450bcd44c0f777735b31dd98eccc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.16.1", - "commit": "9d99266dec5a450bcd44c0f777735b31dd98eccc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.5", - "commit": "9d99266dec5a450bcd44c0f777735b31dd98eccc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.23", - "commit": "9d99266dec5a450bcd44c0f777735b31dd98eccc" - } - ] - } - }, - { - "date": "Mon, 18 Dec 2023 17:48:16 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.81", - "version": "9.0.0-beta.81", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.26", - "commit": "2034818a2dd109f3e9f7bb5cdf4caae47a9116d4" - } - ] - } - }, - { - "date": "Mon, 18 Dec 2023 14:40:46 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.80", - "version": "9.0.0-beta.80", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.53", - "commit": "c1b96dae4218975ea6366c714880e174cf9955e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.25", - "commit": "c1b96dae4218975ea6366c714880e174cf9955e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.16.0", - "commit": "c1b96dae4218975ea6366c714880e174cf9955e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.4", - "commit": "c1b96dae4218975ea6366c714880e174cf9955e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.22", - "commit": "c1b96dae4218975ea6366c714880e174cf9955e4" - } - ] - } - }, - { - "date": "Thu, 14 Dec 2023 09:58:46 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.79", - "version": "9.0.0-beta.79", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.52", - "commit": "73c8cb55e5957d6ce321ecabe35d177d791ff0b6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.24", - "commit": "73c8cb55e5957d6ce321ecabe35d177d791ff0b6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.15.1", - "commit": "73c8cb55e5957d6ce321ecabe35d177d791ff0b6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.3", - "commit": "73c8cb55e5957d6ce321ecabe35d177d791ff0b6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.21", - "commit": "73c8cb55e5957d6ce321ecabe35d177d791ff0b6" - } - ] - } - }, - { - "date": "Thu, 30 Nov 2023 13:42:08 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.78", - "version": "9.0.0-beta.78", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.51", - "commit": "f882fe7c3fbe6b4d6c3153732d384880bfd351dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.23", - "commit": "f882fe7c3fbe6b4d6c3153732d384880bfd351dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.15.0", - "commit": "f882fe7c3fbe6b4d6c3153732d384880bfd351dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.20", - "commit": "f882fe7c3fbe6b4d6c3153732d384880bfd351dc" - } - ] - } - }, - { - "date": "Mon, 20 Nov 2023 09:55:10 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.77", - "version": "9.0.0-beta.77", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.50", - "commit": "873b079e8c57fc139366d6ab57d9070abd81865a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.22", - "commit": "873b079e8c57fc139366d6ab57d9070abd81865a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.6", - "commit": "873b079e8c57fc139366d6ab57d9070abd81865a" - } - ] - } - }, - { - "date": "Tue, 14 Nov 2023 17:51:27 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.76", - "version": "9.0.0-beta.76", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.21", - "commit": "74af9993e1f812bdc9d8a4635f8477295168efa8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.5", - "commit": "74af9993e1f812bdc9d8a4635f8477295168efa8" - } - ] - } - }, - { - "date": "Thu, 09 Nov 2023 17:29:36 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.75", - "version": "9.0.0-beta.75", - "comments": { - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "baa8387b51ae5e028dd7c2f98827ab9bd749f90e", - "comment": "chore: use package.json#files setup instead of npmignore for all v9 libraries" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.49", - "commit": "9c30220feb177e8336960c21cf6df78c9c1ca629" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.20", - "commit": "9c30220feb177e8336960c21cf6df78c9c1ca629" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.4", - "commit": "9c30220feb177e8336960c21cf6df78c9c1ca629" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.16", - "commit": "9c30220feb177e8336960c21cf6df78c9c1ca629" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.2", - "commit": "9c30220feb177e8336960c21cf6df78c9c1ca629" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.19", - "commit": "9c30220feb177e8336960c21cf6df78c9c1ca629" - } - ] - } - }, - { - "date": "Wed, 01 Nov 2023 12:55:59 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.74", - "version": "9.0.0-beta.74", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.48", - "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.19", - "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.3", - "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.15", - "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5" - } - ] - } - }, - { - "date": "Sat, 28 Oct 2023 23:35:57 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.73", - "version": "9.0.0-beta.73", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "61d4a2910a5039af8b8509422ecfe58bc636191c", - "comment": "chore: Deprecate InfoLabel and InfoButton from react-infobutton in favor of react-infolabel." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.47", - "commit": "555b0fae3ec7f052e765557ae243c58000514f92" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.18", - "commit": "555b0fae3ec7f052e765557ae243c58000514f92" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.2", - "commit": "555b0fae3ec7f052e765557ae243c58000514f92" - } - ] - } - }, - { - "date": "Mon, 23 Oct 2023 09:51:57 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.72", - "version": "9.0.0-beta.72", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.17", - "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.1", - "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396" - } - ] - } - }, - { - "date": "Wed, 18 Oct 2023 17:54:03 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.71", - "version": "9.0.0-beta.71", - "comments": { - "prerelease": [ - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "967882a55a7333effea42e4c24a64e8547309116", - "comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.46", - "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.16", - "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.14.0", - "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.1", - "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18", - "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad" - } - ] - } - }, - { - "date": "Thu, 12 Oct 2023 14:55:44 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.70", - "version": "9.0.0-beta.70", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.45", - "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.15", - "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17", - "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30" - } - ] - } - }, - { - "date": "Wed, 11 Oct 2023 13:54:23 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.69", - "version": "9.0.0-beta.69", - "comments": { - "prerelease": [ - { - "author": "lingfan.gao@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8", - "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.44", - "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.14", - "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.6", - "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.15.0", - "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.16", - "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8" - } - ] - } - }, - { - "date": "Mon, 09 Oct 2023 20:45:41 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.68", - "version": "9.0.0-beta.68", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "77070241677c9cea1de509948ffa5d999050c959", - "comment": "fix: Use caption 1 when size is small or medium." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.43", - "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.13", - "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.22", - "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.5", - "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.14.2", - "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.15", - "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4" - } - ] - } - }, - { - "date": "Thu, 05 Oct 2023 15:25:35 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.67", - "version": "9.0.0-beta.67", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.42", - "commit": "690590449dc3d65cd40b2b06a990fd920180919d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.12", - "commit": "690590449dc3d65cd40b2b06a990fd920180919d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.21", - "commit": "690590449dc3d65cd40b2b06a990fd920180919d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.4", - "commit": "690590449dc3d65cd40b2b06a990fd920180919d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.14.1", - "commit": "690590449dc3d65cd40b2b06a990fd920180919d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.14", - "commit": "690590449dc3d65cd40b2b06a990fd920180919d" - } - ] - } - }, - { - "date": "Wed, 04 Oct 2023 08:45:47 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.66", - "version": "9.0.0-beta.66", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.41", - "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.11", - "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.20", - "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.3", - "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.14.0", - "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.13", - "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc" - } - ] - } - }, - { - "date": "Mon, 02 Oct 2023 08:56:05 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.65", - "version": "9.0.0-beta.65", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.40", - "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.10", - "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.19", - "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.2", - "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4" - } - ] - } - }, - { - "date": "Tue, 26 Sep 2023 17:49:06 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.64", - "version": "9.0.0-beta.64", - "comments": { - "prerelease": [ - { - "author": "yuanboxue@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d", - "comment": "chore: trigger manual version bump after broken release" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.39", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.9", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.18", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.1", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.14", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.13.5", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12", - "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d" - } - ] - } - }, - { - "date": "Tue, 26 Sep 2023 15:31:58 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.63", - "version": "9.0.0-beta.63", - "comments": { - "prerelease": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "e61473fa10195f6ebf2308205c1e72e91b711831", - "comment": "fix: bump swc core to mitigate transpilation memory leaks" - }, - { - "author": "ololubek@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49", - "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.38", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.8", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.17", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.13.0", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.13", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.13.4", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11", - "commit": "e16520437e10cd824ac254dd797e32762b5de72d" - } - ] - } - }, - { - "date": "Wed, 20 Sep 2023 17:47:37 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.62", - "version": "9.0.0-beta.62", - "comments": { - "prerelease": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0", - "comment": "chore: trigger manual version bump after broken release" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.37", - "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.7", - "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.16", - "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.11", - "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10", - "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0" - } - ] - } - }, - { - "date": "Wed, 20 Sep 2023 14:59:53 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.61", - "version": "9.0.0-beta.61", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.36", - "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.6", - "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.15", - "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.10", - "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9", - "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab" - } - ] - } - }, - { - "date": "Thu, 14 Sep 2023 16:44:47 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.60", - "version": "9.0.0-beta.60", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.35", - "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.5", - "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8", - "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473" - } - ] - } - }, - { - "date": "Tue, 12 Sep 2023 08:51:32 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.59", - "version": "9.0.0-beta.59", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "634979cbc69ae97e39baf2f4143dab6caa3a6968", - "comment": "feat(react-infobutton): Removing openOnHover from popover props and adding details about the infobutton pattern." - }, - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "92866ff4f0aaf175696e97f29474de19bb904ba6", - "comment": "fix: Popover should close when tabbing out of the surface." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.34", - "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.4", - "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-portal to v9.3.14", - "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.9", - "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7", - "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335" - } - ] - } - }, - { - "date": "Wed, 06 Sep 2023 13:31:31 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.58", - "version": "9.0.0-beta.58", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.33", - "commit": "52532950407fd4d3664ec6aa337855214233813b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.3", - "commit": "52532950407fd4d3664ec6aa337855214233813b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.8", - "commit": "52532950407fd4d3664ec6aa337855214233813b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.13.3", - "commit": "52532950407fd4d3664ec6aa337855214233813b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6", - "commit": "52532950407fd4d3664ec6aa337855214233813b" - } - ] - } - }, - { - "date": "Tue, 05 Sep 2023 15:39:04 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.57", - "version": "9.0.0-beta.57", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.32", - "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.2", - "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.7", - "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.13.2", - "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5", - "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91" - } - ] - } - }, - { - "date": "Tue, 05 Sep 2023 13:29:24 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.56", - "version": "9.0.0-beta.56", - "comments": { - "prerelease": [ - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24", - "comment": "chore: migrate package to use JSX importSource" - }, - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8", - "comment": "bumps @swc/helpers version to 0.5.1" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.31", - "commit": "da959e66f36b429e40ae61810d08dc71c16e154a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.1", - "commit": "da959e66f36b429e40ae61810d08dc71c16e154a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.6", - "commit": "da959e66f36b429e40ae61810d08dc71c16e154a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.12", - "commit": "da959e66f36b429e40ae61810d08dc71c16e154a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.13.1", - "commit": "da959e66f36b429e40ae61810d08dc71c16e154a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4", - "commit": "da959e66f36b429e40ae61810d08dc71c16e154a" - } - ] - } - }, - { - "date": "Tue, 29 Aug 2023 12:57:34 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.55", - "version": "9.0.0-beta.55", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "0e33d8ebd9aecc1efe0cc664288ec433a8878ff8", - "comment": "fix(react-infobutton): Making InfoButton's PopoverSurface inline by default." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.30", - "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.8.0", - "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.5", - "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.13.0", - "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3", - "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5" - } - ] - } - }, - { - "date": "Thu, 24 Aug 2023 10:26:35 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.54", - "version": "9.0.0-beta.54", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.29", - "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.18", - "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.4", - "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.12.0", - "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2", - "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5" - } - ] - } - }, - { - "date": "Wed, 23 Aug 2023 12:01:49 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.53", - "version": "9.0.0-beta.53", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.28", - "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.17", - "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.3", - "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.11.2", - "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1", - "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc" - } - ] - } - }, - { - "date": "Mon, 21 Aug 2023 11:38:00 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.52", - "version": "9.0.0-beta.52", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "7899bcf885c6599dcfe23cddb532c954b25aca79", - "comment": "fix: Cursor should be pointer when hovering the button to show it's a button." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.16", - "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3" - } - ] - } - }, - { - "date": "Wed, 16 Aug 2023 17:41:08 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.51", - "version": "9.0.0-beta.51", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.27", - "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.15", - "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0", - "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a" - } - ] - } - }, - { - "date": "Wed, 16 Aug 2023 11:38:33 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.50", - "version": "9.0.0-beta.50", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.26", - "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.14", - "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16", - "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3" - } - ] - } - }, - { - "date": "Fri, 11 Aug 2023 12:14:26 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.49", - "version": "9.0.0-beta.49", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.25", - "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.13", - "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.2", - "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.11.1", - "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15", - "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294" - } - ] - } - }, - { - "date": "Wed, 09 Aug 2023 13:16:57 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.48", - "version": "9.0.0-beta.48", - "comments": { - "prerelease": [ - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "796e4426c50ede34b30e2dc2392328dcbadc2702", - "comment": "chore(cxe-red): migrate to new slot API" - }, - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f", - "comment": "chore: Update Griffel to latest version" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.24", - "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.12", - "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.1", - "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.11", - "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14", - "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a" - } - ] - } - }, - { - "date": "Fri, 04 Aug 2023 08:52:58 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.47", - "version": "9.0.0-beta.47", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.23", - "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.11", - "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.12.0", - "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.10", - "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.11.0", - "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13", - "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca" - } - ] - } - }, - { - "date": "Tue, 01 Aug 2023 10:17:21 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.46", - "version": "9.0.0-beta.46", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.22", - "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.10", - "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.11.1", - "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5" - } - ] - } - }, - { - "date": "Thu, 27 Jul 2023 10:34:14 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.45", - "version": "9.0.0-beta.45", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.9", - "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9" - } - ] - } - }, - { - "date": "Tue, 25 Jul 2023 13:29:19 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.44", - "version": "9.0.0-beta.44", - "comments": { - "prerelease": [ - { - "author": "ololubek@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "1082207b08959996cd736725735cadc01d0849b0", - "comment": "chore: Update react-icons version to pick up fowardref change." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.8", - "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.11.0", - "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43" - } - ] - } - }, - { - "date": "Thu, 20 Jul 2023 18:27:29 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.43", - "version": "9.0.0-beta.43", - "comments": { - "none": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6", - "comment": "chore: migrate to monosize" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.21", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.7", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12", - "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6" - } - ] - } - }, - { - "date": "Mon, 17 Jul 2023 21:27:35 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.42", - "version": "9.0.0-beta.42", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "d2c19695a05ff0adcab100c05d75cfa32e0994a9", - "comment": "fix(react-infobutton): Make InfoLabel only add aria-owns when the popover is open." - }, - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "bffeca38807f5cd9230e6dbbc4ef1be1766e29d5", - "comment": "feat(react-infobutton): Remove InfoIcon files from react-infobutton." - } - ] - } - }, - { - "date": "Thu, 13 Jul 2023 21:25:41 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.41", - "version": "9.0.0-beta.41", - "comments": { - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6", - "comment": "chore: update devDependencies to use * for inner workspace dependencies" - } - ] - } - }, - { - "date": "Tue, 11 Jul 2023 18:46:36 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.41", - "version": "9.0.0-beta.41", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.20", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.6", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0", - "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74" - } - ] - } - }, - { - "date": "Mon, 03 Jul 2023 13:34:28 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.40", - "version": "9.0.0-beta.40", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.5", - "commit": "d2c95969c67521ea1df57e1339f8743b09b68772" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.10.0", - "commit": "d2c95969c67521ea1df57e1339f8743b09b68772" - } - ] - } - }, - { - "date": "Mon, 03 Jul 2023 11:57:14 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.39", - "version": "9.0.0-beta.39", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.19", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.4", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.9.2", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.10.1", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10", - "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd" - } - ] - } - }, - { - "date": "Wed, 28 Jun 2023 11:12:27 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.38", - "version": "9.0.0-beta.38", - "comments": { - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "fbe878e9c9785588197481f172c42c2c0a230292", - "comment": "fix: update .npmignore to unify v8 packages and exclude project.json" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.18", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.3", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.9.1", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.10.0", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9", - "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7" - } - ] - } - }, - { - "date": "Tue, 27 Jun 2023 11:21:23 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.37", - "version": "9.0.0-beta.37", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.2", - "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.9.0", - "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4" - } - ] - } - }, - { - "date": "Mon, 26 Jun 2023 09:53:55 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.36", - "version": "9.0.0-beta.36", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.17", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.1", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.8.1", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.9.4", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8", - "commit": "3e47257676ace0598b9ed336a54befd4d063c332" - } - ] - } - }, - { - "date": "Tue, 20 Jun 2023 12:38:58 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.35", - "version": "9.0.0-beta.35", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "2180922aed405f0a49734a64608749011cece831", - "comment": "chore: Create InfoIconLabel component scaffold." - }, - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "cb3741ddf649785332da7f0d57dfa93a965dab75", - "comment": "chore: Create InfoTip component." - }, - { - "author": "ololubek@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "8a5ae3aa00faa327c58887a99a5698b18f2930ee", - "comment": "chore: update @fluentui/react-icons to 2.0.203" - }, - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "91b9ce05995846aaa882d86755583e5b1a703717", - "comment": "chore: Rename InfoTip to InfoIcon to better align with InfoButton." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.16", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.7.0", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.8.0", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.9", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.9.3", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23", - "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647" - } - ] - } - }, - { - "date": "Wed, 31 May 2023 06:46:14 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.34", - "version": "9.0.0-beta.34", - "comments": { - "prerelease": [ - { - "author": "seanmonahan@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c", - "comment": "chore: Update Griffel to v1.5.7." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.15", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.6.0", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.7.5", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.9.2", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22", - "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713" - } - ] - } - }, - { - "date": "Thu, 25 May 2023 10:00:48 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.33", - "version": "9.0.0-beta.33", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.14", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.15", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.7.4", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.9.1", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5", - "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4" - } - ] - } - }, - { - "date": "Wed, 24 May 2023 20:45:27 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.32", - "version": "9.0.0-beta.32", - "comments": { - "none": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3", - "comment": "chore: update test-ssr script" - } - ], - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.13", - "commit": "3f088b7b09988e7c05af1c953021acc94c273026" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.14", - "commit": "3f088b7b09988e7c05af1c953021acc94c273026" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.7.3", - "commit": "3f088b7b09988e7c05af1c953021acc94c273026" - } - ] - } - }, - { - "date": "Thu, 18 May 2023 13:11:08 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.31", - "version": "9.0.0-beta.31", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.13", - "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.7.2", - "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d" - } - ] - } - }, - { - "date": "Thu, 18 May 2023 00:39:07 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.30", - "version": "9.0.0-beta.30", - "comments": { - "none": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208", - "comment": "chore: add test-ssr script to v9 packages" - } - ], - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb", - "comment": "fix: Add aria-owns to InfoLabel." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.12", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.12", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.7.1", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.9.0", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4", - "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb" - } - ] - } - }, - { - "date": "Fri, 12 May 2023 20:27:20 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.29", - "version": "9.0.0-beta.29", - "comments": { - "prerelease": [ - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "c28decb23d191a0daaaf6d5d1832429715102129", - "comment": "chore: exclude .swcrc from being published" - }, - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "871192b67e1bc8a68da1b4c55b4e0ee2aed0b604", - "comment": "chore: move makeStyles() calls to .styles.ts files" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.11", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.11", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.7.0", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.8", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.8.1", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21", - "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b" - } - ], - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e", - "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works" - } - ] - } - }, - { - "date": "Mon, 24 Apr 2023 08:12:37 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.28", - "version": "9.0.0-beta.28", - "comments": { - "prerelease": [ - { - "author": "bernardo.sunderhus@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "dd76eca6f3584188994575d1d15d805a24ee9a91", - "comment": "chore: adopt custom JSX pragma" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.10", - "commit": "505433ac64f144c9cca456097413d6af4582e5ee" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.10", - "commit": "505433ac64f144c9cca456097413d6af4582e5ee" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2", - "commit": "505433ac64f144c9cca456097413d6af4582e5ee" - } - ] - } - }, - { - "date": "Mon, 17 Apr 2023 17:54:02 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.27", - "version": "9.0.0-beta.27", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.9", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.9", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.6.5", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.8.0", - "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585" - } - ] - } - }, - { - "date": "Wed, 12 Apr 2023 09:31:45 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.26", - "version": "9.0.0-beta.26", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.8", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.8", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.6.4", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.7.4", - "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8" - } - ] - } - }, - { - "date": "Tue, 04 Apr 2023 18:44:48 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.25", - "version": "9.0.0-beta.25", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "df9564ee42c12b0dfab646f9e4dd4038c636d3ee", - "comment": "chore: Rename content slot to info." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.7", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.7", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.6.3", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.7.3", - "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce" - } - ] - } - }, - { - "date": "Tue, 21 Mar 2023 21:23:36 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.23", - "version": "9.0.0-beta.23", - "comments": { - "prerelease": [ - { - "author": "makotom@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74", - "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196." - }, - { - "author": "tristan.watanabe@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f", - "comment": "fix: add node field to package.json exports map." - }, - { - "author": "tristan.watanabe@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c", - "comment": "chore: migrate to swc transpilation approach." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.5", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.5", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.6.1", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.7", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.7.2", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20", - "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5" - } - ] - } - }, - { - "date": "Thu, 16 Mar 2023 14:36:57 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.22", - "version": "9.0.0-beta.22", - "comments": { - "prerelease": [ - { - "author": "behowell@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "b106479e831318cfb3ddf10871e4240530498f31", - "comment": "feat: Add InfoLabel component" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-label to v9.1.4", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.4", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.6.0", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.7.1", - "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81" - } - ] - } - }, - { - "date": "Wed, 15 Mar 2023 10:19:53 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.21", - "version": "9.0.0-beta.21", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.3", - "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.7", - "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.6", - "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2" - } - ] - } - }, - { - "date": "Mon, 13 Mar 2023 08:58:26 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.20", - "version": "9.0.0-beta.20", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.2", - "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.6", - "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.7.0", - "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e" - } - ] - } - }, - { - "date": "Fri, 10 Mar 2023 07:14:01 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.19", - "version": "9.0.0-beta.19", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.1", - "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.5", - "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.6.2", - "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584" - } - ] - } - }, - { - "date": "Wed, 08 Mar 2023 17:42:51 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.18", - "version": "9.0.0-beta.18", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.5.0", - "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.4", - "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.6.1", - "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56" - } - ] - } - }, - { - "date": "Wed, 22 Feb 2023 23:06:07 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.17", - "version": "9.0.0-beta.17", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.11", - "commit": "9ee6caa17f745e014ecba467a4528181ae49be30" - } - ] - } - }, - { - "date": "Wed, 15 Feb 2023 11:44:52 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.16", - "version": "9.0.0-beta.16", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.10", - "commit": "087d981aab96bef2e332a373069a19bc702a7ca2" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.3", - "commit": "087d981aab96bef2e332a373069a19bc702a7ca2" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.6.0", - "commit": "087d981aab96bef2e332a373069a19bc702a7ca2" - } - ] - } - }, - { - "date": "Mon, 13 Feb 2023 23:43:14 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.15", - "version": "9.0.0-beta.15", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.9", - "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.2", - "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.5.3", - "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513" - } - ] - } - }, - { - "date": "Mon, 13 Feb 2023 09:35:48 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.14", - "version": "9.0.0-beta.14", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.8", - "commit": "b24aed22677cb12a74f185feee89edefd1601b9a" - } - ] - } - }, - { - "date": "Fri, 10 Feb 2023 08:50:02 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.13", - "version": "9.0.0-beta.13", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.7", - "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.1", - "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.5.2", - "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931" - } - ] - } - }, - { - "date": "Tue, 07 Feb 2023 14:13:05 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.12", - "version": "9.0.0-beta.12", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "794d9e845cb952f597ba786e70cd8d248be62746", - "comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label." - }, - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "34514e3502e2830d81f9de25956be8b624cd3c20", - "comment": "chore: Making the content focusable and updating example's text." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.6", - "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.5.0", - "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66" - } - ] - } - }, - { - "date": "Tue, 31 Jan 2023 19:53:58 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.11", - "version": "9.0.0-beta.11", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.5", - "commit": "794d9e845cb952f597ba786e70cd8d248be62746" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.4.2", - "commit": "794d9e845cb952f597ba786e70cd8d248be62746" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.5.1", - "commit": "794d9e845cb952f597ba786e70cd8d248be62746" - } - ] - } - }, - { - "date": "Thu, 26 Jan 2023 13:31:03 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.10", - "version": "9.0.0-beta.10", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.4", - "commit": "403e1370f1effca7d3db131eda381abf31cf66b1" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.4.1", - "commit": "403e1370f1effca7d3db131eda381abf31cf66b1" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.5.0", - "commit": "403e1370f1effca7d3db131eda381abf31cf66b1" - } - ] - } - }, - { - "date": "Mon, 23 Jan 2023 16:43:12 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.9", - "version": "9.0.0-beta.9", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.3", - "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3" - } - ] - } - }, - { - "date": "Wed, 18 Jan 2023 16:32:57 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.8", - "version": "9.0.0-beta.8", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.2", - "commit": "13cf1d07a6df4617106c731ba0379b6102a08104" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.4.0", - "commit": "13cf1d07a6df4617106c731ba0379b6102a08104" - } - ] - } - }, - { - "date": "Mon, 16 Jan 2023 08:39:02 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.7", - "version": "9.0.0-beta.7", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "4aa7a43c0c302dc151d6446abfde95fe9637edb0", - "comment": "fix: Update border for Teams HCM to be transparent." - }, - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "b326546752a1df3cf4d626dee2d5c47b59ba00ae", - "comment": "fix: Update PopoverSurface's role to note and remove need to cast props passed to popover slot." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.1", - "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.7", - "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7" - } - ], - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f", - "comment": "chore: migrate to packaged scripts" - } - ] - } - }, - { - "date": "Mon, 09 Jan 2023 14:35:02 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.6", - "version": "9.0.0-beta.6", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.4.0", - "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.6", - "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.4.0", - "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d" - } - ] - } - }, - { - "date": "Wed, 04 Jan 2023 01:40:08 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.5", - "version": "9.0.0-beta.5", - "comments": { - "prerelease": [ - { - "author": "tristan.watanabe@gmail.com", - "package": "@fluentui/react-infobutton", - "commit": "b1f29f551486777885af53a857220bffa5342b0f", - "comment": "chore: migrate to new package structure." - }, - { - "author": "olfedias@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf", - "comment": "chore: Update Griffel to latest version" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.3.6", - "commit": "3e322d15529451be153e97298873253e21af4082" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.5", - "commit": "3e322d15529451be153e97298873253e21af4082" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.3.1", - "commit": "3e322d15529451be153e97298873253e21af4082" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19", - "commit": "3e322d15529451be153e97298873253e21af4082" - } - ], - "none": [ - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105", - "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging" - }, - { - "author": "martinhochel@microsoft.com", - "package": "@fluentui/react-infobutton", - "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca", - "comment": "chore(scripts): use for @fluentui/scripts version within all package.json" - } - ] - } - }, - { - "date": "Wed, 21 Dec 2022 10:20:33 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.4", - "version": "9.0.0-beta.4", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.3.5", - "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.4", - "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.5", - "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e" - } - ] - } - }, - { - "date": "Tue, 20 Dec 2022 14:59:34 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.3", - "version": "9.0.0-beta.3", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.3.4", - "commit": "e7530bc179fd0e303448083c76a4af41a0e15322" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.3", - "commit": "e7530bc179fd0e303448083c76a4af41a0e15322" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.4", - "commit": "e7530bc179fd0e303448083c76a4af41a0e15322" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.3.0", - "commit": "e7530bc179fd0e303448083c76a4af41a0e15322" - } - ] - } - }, - { - "date": "Mon, 05 Dec 2022 18:29:39 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.2", - "version": "9.0.0-beta.2", - "comments": { - "prerelease": [ - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.3.3", - "commit": "4c29542a51bf068e171690cc8e59c14489883912" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.2", - "commit": "4c29542a51bf068e171690cc8e59c14489883912" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-theme to v9.1.3", - "commit": "4c29542a51bf068e171690cc8e59c14489883912" - } - ] - } - }, - { - "date": "Thu, 17 Nov 2022 23:05:40 GMT", - "tag": "@fluentui/react-infobutton_v9.0.0-beta.1", - "version": "9.0.0-beta.1", - "comments": { - "prerelease": [ - { - "author": "esteban.230@hotmail.com", - "package": "@fluentui/react-infobutton", - "commit": "e22929a533e0830fc75e547b733b38dee60af00e", - "comment": "chore: Making the package public and preparing to add to unstable." - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-popover to v9.3.2", - "commit": "94e156be5d3b5790d82dccf08c32672733fb9335" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-tabster to v9.3.1", - "commit": "94e156be5d3b5790d82dccf08c32672733fb9335" - }, - { - "author": "beachball", - "package": "@fluentui/react-infobutton", - "comment": "Bump @fluentui/react-utilities to v9.2.2", - "commit": "94e156be5d3b5790d82dccf08c32672733fb9335" - } - ] - } - } - ] -} diff --git a/packages/react-components/react-infobutton/CHANGELOG.md b/packages/react-components/react-infobutton/CHANGELOG.md deleted file mode 100644 index 195a04a07d1dc..0000000000000 --- a/packages/react-components/react-infobutton/CHANGELOG.md +++ /dev/null @@ -1,1243 +0,0 @@ -# Change Log - @fluentui/react-infobutton - -This log was last generated on Thu, 02 May 2024 11:36:33 GMT and should not be manually modified. - - - -## [9.0.0-beta.102](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.102) - -Thu, 02 May 2024 11:36:33 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.101..@fluentui/react-infobutton_v9.0.0-beta.102) - -### Changes - -- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com) -- Bump @fluentui/react-popover to v9.9.6 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball) -- Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball) - -## [9.0.0-beta.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.101) - -Tue, 23 Apr 2024 08:17:49 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.100..@fluentui/react-infobutton_v9.0.0-beta.101) - -### Changes - -- Bump @fluentui/react-label to v9.1.68 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball) -- Bump @fluentui/react-popover to v9.9.5 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball) -- Bump @fluentui/react-tabster to v9.20.1 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball) -- Bump @fluentui/react-utilities to v9.18.7 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.36 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball) - -## [9.0.0-beta.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.100) - -Wed, 17 Apr 2024 21:53:53 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.99..@fluentui/react-infobutton_v9.0.0-beta.100) - -### Changes - -- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com) -- Bump @fluentui/react-popover to v9.9.4 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball) -- Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball) - -## [9.0.0-beta.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.99) - -Tue, 02 Apr 2024 09:48:01 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.98..@fluentui/react-infobutton_v9.0.0-beta.99) - -### Changes - -- Bump @fluentui/react-label to v9.1.67 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball) -- Bump @fluentui/react-popover to v9.9.3 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball) -- Bump @fluentui/react-tabster to v9.19.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball) -- Bump @fluentui/react-utilities to v9.18.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball) - -## [9.0.0-beta.98](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.98) - -Mon, 18 Mar 2024 19:50:46 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.97..@fluentui/react-infobutton_v9.0.0-beta.98) - -### Changes - -- Bump @fluentui/react-label to v9.1.66 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball) -- Bump @fluentui/react-popover to v9.9.2 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball) -- Bump @fluentui/react-tabster to v9.19.5 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball) -- Bump @fluentui/react-theme to v9.1.19 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball) -- Bump @fluentui/react-utilities to v9.18.5 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.34 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball) - -## [9.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.97) - -Fri, 15 Mar 2024 21:43:49 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.96..@fluentui/react-infobutton_v9.0.0-beta.97) - -### Changes - -- Bump @fluentui/react-label to v9.1.65 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball) -- Bump @fluentui/react-popover to v9.9.1 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball) -- Bump @fluentui/react-tabster to v9.19.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball) -- Bump @fluentui/react-theme to v9.1.18 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball) -- Bump @fluentui/react-utilities to v9.18.4 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.33 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball) - -## [9.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.96) - -Thu, 07 Mar 2024 19:33:27 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.95..@fluentui/react-infobutton_v9.0.0-beta.96) - -### Changes - -- Bump @fluentui/react-label to v9.1.64 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball) -- Bump @fluentui/react-popover to v9.9.0 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball) -- Bump @fluentui/react-tabster to v9.19.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball) -- Bump @fluentui/react-theme to v9.1.17 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball) -- Bump @fluentui/react-utilities to v9.18.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.32 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball) - -## [9.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.95) - -Wed, 28 Feb 2024 02:34:19 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.94..@fluentui/react-infobutton_v9.0.0-beta.95) - -### Changes - -- Bump @fluentui/react-label to v9.1.63 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball) -- Bump @fluentui/react-popover to v9.8.40 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball) -- Bump @fluentui/react-tabster to v9.19.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball) -- Bump @fluentui/react-utilities to v9.18.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.31 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball) - -## [9.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.94) - -Tue, 20 Feb 2024 14:22:30 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.93..@fluentui/react-infobutton_v9.0.0-beta.94) - -### Changes - -- Bump @fluentui/react-label to v9.1.62 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball) -- Bump @fluentui/react-popover to v9.8.39 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball) -- Bump @fluentui/react-tabster to v9.19.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball) -- Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.30 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball) - -## [9.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.93) - -Tue, 06 Feb 2024 17:55:21 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.92..@fluentui/react-infobutton_v9.0.0-beta.93) - -### Changes - -- Bump @fluentui/react-popover to v9.8.38 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball) -- Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball) - -## [9.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.92) - -Tue, 30 Jan 2024 23:16:54 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.91..@fluentui/react-infobutton_v9.0.0-beta.92) - -### Changes - -- Bump @fluentui/react-label to v9.1.61 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball) -- Bump @fluentui/react-popover to v9.8.37 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball) -- Bump @fluentui/react-tabster to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball) -- Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball) - -## [9.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.91) - -Mon, 29 Jan 2024 13:56:06 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.90..@fluentui/react-infobutton_v9.0.0-beta.91) - -### Changes - -- Bump @fluentui/react-label to v9.1.60 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball) -- Bump @fluentui/react-popover to v9.8.36 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball) - -## [9.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.90) - -Fri, 26 Jan 2024 10:40:22 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.89..@fluentui/react-infobutton_v9.0.0-beta.90) - -### Changes - -- Bump @fluentui/react-popover to v9.8.35 ([PR #30391](https://github.com/microsoft/fluentui/pull/30391) by beachball) - -## [9.0.0-beta.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.89) - -Tue, 23 Jan 2024 15:11:00 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.88..@fluentui/react-infobutton_v9.0.0-beta.89) - -### Changes - -- Bump @fluentui/react-label to v9.1.59 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball) -- Bump @fluentui/react-popover to v9.8.34 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball) -- Bump @fluentui/react-tabster to v9.17.4 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball) -- Bump @fluentui/react-utilities to v9.17.0 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.28 ([PR #30359](https://github.com/microsoft/fluentui/pull/30359) by beachball) - -## [9.0.0-beta.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.88) - -Thu, 18 Jan 2024 14:25:03 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.87..@fluentui/react-infobutton_v9.0.0-beta.88) - -### Changes - -- Bump @fluentui/react-label to v9.1.58 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball) -- Bump @fluentui/react-popover to v9.8.33 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball) -- Bump @fluentui/react-tabster to v9.17.3 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball) -- Bump @fluentui/react-utilities to v9.16.1 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.27 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball) - -## [9.0.0-beta.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.87) - -Wed, 17 Jan 2024 16:18:50 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.86..@fluentui/react-infobutton_v9.0.0-beta.87) - -### Changes - -- Bump @fluentui/react-label to v9.1.57 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball) -- Bump @fluentui/react-popover to v9.8.32 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball) -- Bump @fluentui/react-tabster to v9.17.2 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball) -- Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.26 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball) - -## [9.0.0-beta.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.86) - -Tue, 16 Jan 2024 13:14:19 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.85..@fluentui/react-infobutton_v9.0.0-beta.86) - -### Changes - -- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com) -- Bump @fluentui/react-label to v9.1.56 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball) -- Bump @fluentui/react-popover to v9.8.31 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball) -- Bump @fluentui/react-tabster to v9.17.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball) - -## [9.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.85) - -Thu, 11 Jan 2024 09:04:29 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.84..@fluentui/react-infobutton_v9.0.0-beta.85) - -### Changes - -- Bump @fluentui/react-popover to v9.8.30 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball) - -## [9.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.84) - -Tue, 09 Jan 2024 10:21:34 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.83..@fluentui/react-infobutton_v9.0.0-beta.84) - -### Changes - -- Bump @fluentui/react-popover to v9.8.29 ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by beachball) - -## [9.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.83) - -Mon, 08 Jan 2024 16:24:22 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.82..@fluentui/react-infobutton_v9.0.0-beta.83) - -### Changes - -- Update version of @fluentui/react-icons to 2.0.224 ([PR #30078](https://github.com/microsoft/fluentui/pull/30078) by ololubek@microsoft.com) -- Bump @fluentui/react-label to v9.1.55 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball) -- Bump @fluentui/react-popover to v9.8.28 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball) -- Bump @fluentui/react-tabster to v9.17.0 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball) -- Bump @fluentui/react-utilities to v9.15.6 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.24 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball) - -## [9.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.82) - -Wed, 03 Jan 2024 09:26:44 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.81..@fluentui/react-infobutton_v9.0.0-beta.82) - -### Changes - -- Bump @fluentui/react-label to v9.1.54 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball) -- Bump @fluentui/react-popover to v9.8.27 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball) -- Bump @fluentui/react-tabster to v9.16.1 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball) -- Bump @fluentui/react-utilities to v9.15.5 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.23 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball) - -## [9.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.81) - -Mon, 18 Dec 2023 17:48:16 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.80..@fluentui/react-infobutton_v9.0.0-beta.81) - -### Changes - -- Bump @fluentui/react-popover to v9.8.26 ([PR #30010](https://github.com/microsoft/fluentui/pull/30010) by beachball) - -## [9.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.80) - -Mon, 18 Dec 2023 14:40:46 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.79..@fluentui/react-infobutton_v9.0.0-beta.80) - -### Changes - -- Bump @fluentui/react-label to v9.1.53 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball) -- Bump @fluentui/react-popover to v9.8.25 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball) -- Bump @fluentui/react-tabster to v9.16.0 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball) -- Bump @fluentui/react-utilities to v9.15.4 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.22 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball) - -## [9.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.79) - -Thu, 14 Dec 2023 09:58:46 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.78..@fluentui/react-infobutton_v9.0.0-beta.79) - -### Changes - -- Bump @fluentui/react-label to v9.1.52 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball) -- Bump @fluentui/react-popover to v9.8.24 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball) -- Bump @fluentui/react-tabster to v9.15.1 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball) -- Bump @fluentui/react-utilities to v9.15.3 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.21 ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by beachball) - -## [9.0.0-beta.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.78) - -Thu, 30 Nov 2023 13:42:08 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.77..@fluentui/react-infobutton_v9.0.0-beta.78) - -### Changes - -- Bump @fluentui/react-label to v9.1.51 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball) -- Bump @fluentui/react-popover to v9.8.23 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball) -- Bump @fluentui/react-tabster to v9.15.0 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.20 ([PR #29929](https://github.com/microsoft/fluentui/pull/29929) by beachball) - -## [9.0.0-beta.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.77) - -Mon, 20 Nov 2023 09:55:10 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.76..@fluentui/react-infobutton_v9.0.0-beta.77) - -### Changes - -- Bump @fluentui/react-label to v9.1.50 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball) -- Bump @fluentui/react-popover to v9.8.22 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball) -- Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball) - -## [9.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.76) - -Tue, 14 Nov 2023 17:51:27 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.75..@fluentui/react-infobutton_v9.0.0-beta.76) - -### Changes - -- Bump @fluentui/react-popover to v9.8.21 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball) -- Bump @fluentui/react-tabster to v9.14.5 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball) - -## [9.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.75) - -Thu, 09 Nov 2023 17:29:36 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.74..@fluentui/react-infobutton_v9.0.0-beta.75) - -### Changes - -- Bump @fluentui/react-label to v9.1.49 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball) -- Bump @fluentui/react-popover to v9.8.20 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball) -- Bump @fluentui/react-tabster to v9.14.4 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball) -- Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball) -- Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball) - -## [9.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.74) - -Wed, 01 Nov 2023 12:55:59 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.73..@fluentui/react-infobutton_v9.0.0-beta.74) - -### Changes - -- Bump @fluentui/react-label to v9.1.48 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball) -- Bump @fluentui/react-popover to v9.8.19 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball) -- Bump @fluentui/react-tabster to v9.14.3 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball) -- Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball) - -## [9.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.73) - -Sat, 28 Oct 2023 23:35:57 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.72..@fluentui/react-infobutton_v9.0.0-beta.73) - -### Changes - -- chore: Deprecate InfoLabel and InfoButton from react-infobutton in favor of react-infolabel. ([PR #29605](https://github.com/microsoft/fluentui/pull/29605) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.47 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball) -- Bump @fluentui/react-popover to v9.8.18 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball) -- Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball) - -## [9.0.0-beta.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.72) - -Mon, 23 Oct 2023 09:51:57 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.71..@fluentui/react-infobutton_v9.0.0-beta.72) - -### Changes - -- Bump @fluentui/react-popover to v9.8.17 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball) -- Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball) - -## [9.0.0-beta.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.71) - -Wed, 18 Oct 2023 17:54:03 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.70..@fluentui/react-infobutton_v9.0.0-beta.71) - -### Changes - -- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com) -- Bump @fluentui/react-label to v9.1.46 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball) -- Bump @fluentui/react-popover to v9.8.16 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball) -- Bump @fluentui/react-tabster to v9.14.0 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball) -- Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball) - -## [9.0.0-beta.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.70) - -Thu, 12 Oct 2023 14:55:44 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.69..@fluentui/react-infobutton_v9.0.0-beta.70) - -### Changes - -- Bump @fluentui/react-label to v9.1.45 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball) -- Bump @fluentui/react-popover to v9.8.15 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball) - -## [9.0.0-beta.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.69) - -Wed, 11 Oct 2023 13:54:23 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.68..@fluentui/react-infobutton_v9.0.0-beta.69) - -### Changes - -- refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com) -- Bump @fluentui/react-label to v9.1.44 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball) -- Bump @fluentui/react-popover to v9.8.14 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball) -- Bump @fluentui/react-tabster to v9.13.6 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball) -- Bump @fluentui/react-utilities to v9.15.0 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.16 ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by beachball) - -## [9.0.0-beta.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.68) - -Mon, 09 Oct 2023 20:45:41 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.67..@fluentui/react-infobutton_v9.0.0-beta.68) - -### Changes - -- fix: Use caption 1 when size is small or medium. ([PR #29418](https://github.com/microsoft/fluentui/pull/29418) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.43 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball) -- Bump @fluentui/react-popover to v9.8.13 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball) -- Bump @fluentui/react-portal to v9.3.22 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball) -- Bump @fluentui/react-tabster to v9.13.5 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball) -- Bump @fluentui/react-utilities to v9.14.2 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.15 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball) - -## [9.0.0-beta.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.67) - -Thu, 05 Oct 2023 15:25:35 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.66..@fluentui/react-infobutton_v9.0.0-beta.67) - -### Changes - -- Bump @fluentui/react-label to v9.1.42 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball) -- Bump @fluentui/react-popover to v9.8.12 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball) -- Bump @fluentui/react-portal to v9.3.21 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball) -- Bump @fluentui/react-tabster to v9.13.4 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball) -- Bump @fluentui/react-utilities to v9.14.1 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.14 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball) - -## [9.0.0-beta.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.66) - -Wed, 04 Oct 2023 08:45:47 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.65..@fluentui/react-infobutton_v9.0.0-beta.66) - -### Changes - -- Bump @fluentui/react-label to v9.1.41 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball) -- Bump @fluentui/react-popover to v9.8.11 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball) -- Bump @fluentui/react-portal to v9.3.20 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball) -- Bump @fluentui/react-tabster to v9.13.3 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball) -- Bump @fluentui/react-utilities to v9.14.0 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.13 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball) - -## [9.0.0-beta.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.65) - -Mon, 02 Oct 2023 08:56:05 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.64..@fluentui/react-infobutton_v9.0.0-beta.65) - -### Changes - -- Bump @fluentui/react-label to v9.1.40 ([PR #29301](https://github.com/microsoft/fluentui/pull/29301) by beachball) -- Bump @fluentui/react-popover to v9.8.10 ([PR #29301](https://github.com/microsoft/fluentui/pull/29301) by beachball) -- Bump @fluentui/react-portal to v9.3.19 ([PR #29301](https://github.com/microsoft/fluentui/pull/29301) by beachball) -- Bump @fluentui/react-tabster to v9.13.2 ([PR #29301](https://github.com/microsoft/fluentui/pull/29301) by beachball) - -## [9.0.0-beta.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.64) - -Tue, 26 Sep 2023 17:49:06 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.63..@fluentui/react-infobutton_v9.0.0-beta.64) - -### Changes - -- chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com) -- Bump @fluentui/react-label to v9.1.39 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) -- Bump @fluentui/react-popover to v9.8.9 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) -- Bump @fluentui/react-portal to v9.3.18 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) -- Bump @fluentui/react-tabster to v9.13.1 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) -- Bump @fluentui/react-theme to v9.1.14 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) -- Bump @fluentui/react-utilities to v9.13.5 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.12 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball) - -## [9.0.0-beta.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.63) - -Tue, 26 Sep 2023 15:31:58 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.62..@fluentui/react-infobutton_v9.0.0-beta.63) - -### Changes - -- fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com) -- chore: Update react-icons version to pick up IconDirectionContextProvider updated export ([PR #29151](https://github.com/microsoft/fluentui/pull/29151) by ololubek@microsoft.com) -- Bump @fluentui/react-label to v9.1.38 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) -- Bump @fluentui/react-popover to v9.8.8 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) -- Bump @fluentui/react-portal to v9.3.17 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) -- Bump @fluentui/react-tabster to v9.13.0 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) -- Bump @fluentui/react-theme to v9.1.13 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) -- Bump @fluentui/react-utilities to v9.13.4 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.11 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball) - -## [9.0.0-beta.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.62) - -Wed, 20 Sep 2023 17:47:37 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.61..@fluentui/react-infobutton_v9.0.0-beta.62) - -### Changes - -- chore: trigger manual version bump after broken release ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by martinhochel@microsoft.com) -- Bump @fluentui/react-label to v9.1.37 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball) -- Bump @fluentui/react-popover to v9.8.7 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball) -- Bump @fluentui/react-portal to v9.3.16 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball) -- Bump @fluentui/react-tabster to v9.12.11 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.10 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball) - -## [9.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.61) - -Wed, 20 Sep 2023 14:59:53 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.60..@fluentui/react-infobutton_v9.0.0-beta.61) - -### Changes - -- Bump @fluentui/react-label to v9.1.36 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball) -- Bump @fluentui/react-popover to v9.8.6 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball) -- Bump @fluentui/react-portal to v9.3.15 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball) -- Bump @fluentui/react-tabster to v9.12.10 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.9 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball) - -## [9.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.60) - -Thu, 14 Sep 2023 16:44:47 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.59..@fluentui/react-infobutton_v9.0.0-beta.60) - -### Changes - -- Bump @fluentui/react-label to v9.1.35 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball) -- Bump @fluentui/react-popover to v9.8.5 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.8 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball) - -## [9.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.59) - -Tue, 12 Sep 2023 08:51:32 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.58..@fluentui/react-infobutton_v9.0.0-beta.59) - -### Changes - -- feat(react-infobutton): Removing openOnHover from popover props and adding details about the infobutton pattern. ([PR #29120](https://github.com/microsoft/fluentui/pull/29120) by esteban.230@hotmail.com) -- fix: Popover should close when tabbing out of the surface. ([PR #28913](https://github.com/microsoft/fluentui/pull/28913) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.34 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball) -- Bump @fluentui/react-popover to v9.8.4 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball) -- Bump @fluentui/react-portal to v9.3.14 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball) -- Bump @fluentui/react-tabster to v9.12.9 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.7 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball) - -## [9.0.0-beta.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.58) - -Wed, 06 Sep 2023 13:31:31 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.57..@fluentui/react-infobutton_v9.0.0-beta.58) - -### Changes - -- Bump @fluentui/react-label to v9.1.33 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball) -- Bump @fluentui/react-popover to v9.8.3 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball) -- Bump @fluentui/react-tabster to v9.12.8 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball) -- Bump @fluentui/react-utilities to v9.13.3 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.6 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball) - -## [9.0.0-beta.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.57) - -Tue, 05 Sep 2023 15:39:04 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.56..@fluentui/react-infobutton_v9.0.0-beta.57) - -### Changes - -- Bump @fluentui/react-label to v9.1.32 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball) -- Bump @fluentui/react-popover to v9.8.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball) -- Bump @fluentui/react-tabster to v9.12.7 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball) -- Bump @fluentui/react-utilities to v9.13.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.5 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball) - -## [9.0.0-beta.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.56) - -Tue, 05 Sep 2023 13:29:24 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.55..@fluentui/react-infobutton_v9.0.0-beta.56) - -### Changes - -- chore: migrate package to use JSX importSource ([PR #28959](https://github.com/microsoft/fluentui/pull/28959) by bernardo.sunderhus@gmail.com) -- bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com) -- Bump @fluentui/react-label to v9.1.31 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball) -- Bump @fluentui/react-popover to v9.8.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball) -- Bump @fluentui/react-tabster to v9.12.6 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball) -- Bump @fluentui/react-theme to v9.1.12 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball) -- Bump @fluentui/react-utilities to v9.13.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.4 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball) - -## [9.0.0-beta.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.55) - -Tue, 29 Aug 2023 12:57:34 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.54..@fluentui/react-infobutton_v9.0.0-beta.55) - -### Changes - -- fix(react-infobutton): Making InfoButton's PopoverSurface inline by default. ([PR #28605](https://github.com/microsoft/fluentui/pull/28605) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.30 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball) -- Bump @fluentui/react-popover to v9.8.0 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball) -- Bump @fluentui/react-tabster to v9.12.5 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball) -- Bump @fluentui/react-utilities to v9.13.0 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.3 ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by beachball) - -## [9.0.0-beta.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.54) - -Thu, 24 Aug 2023 10:26:35 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.53..@fluentui/react-infobutton_v9.0.0-beta.54) - -### Changes - -- Bump @fluentui/react-label to v9.1.29 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball) -- Bump @fluentui/react-popover to v9.7.18 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball) -- Bump @fluentui/react-tabster to v9.12.4 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball) -- Bump @fluentui/react-utilities to v9.12.0 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.2 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball) - -## [9.0.0-beta.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.53) - -Wed, 23 Aug 2023 12:01:49 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.52..@fluentui/react-infobutton_v9.0.0-beta.53) - -### Changes - -- Bump @fluentui/react-label to v9.1.28 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball) -- Bump @fluentui/react-popover to v9.7.17 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball) -- Bump @fluentui/react-tabster to v9.12.3 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball) -- Bump @fluentui/react-utilities to v9.11.2 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.1 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball) - -## [9.0.0-beta.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.52) - -Mon, 21 Aug 2023 11:38:00 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.51..@fluentui/react-infobutton_v9.0.0-beta.52) - -### Changes - -- fix: Cursor should be pointer when hovering the button to show it's a button. ([PR #28893](https://github.com/microsoft/fluentui/pull/28893) by esteban.230@hotmail.com) -- Bump @fluentui/react-popover to v9.7.16 ([PR #28884](https://github.com/microsoft/fluentui/pull/28884) by beachball) - -## [9.0.0-beta.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.51) - -Wed, 16 Aug 2023 17:41:08 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.50..@fluentui/react-infobutton_v9.0.0-beta.51) - -### Changes - -- Bump @fluentui/react-label to v9.1.27 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball) -- Bump @fluentui/react-popover to v9.7.15 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball) - -## [9.0.0-beta.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.50) - -Wed, 16 Aug 2023 11:38:33 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.49..@fluentui/react-infobutton_v9.0.0-beta.50) - -### Changes - -- Bump @fluentui/react-label to v9.1.26 ([PR #28791](https://github.com/microsoft/fluentui/pull/28791) by beachball) -- Bump @fluentui/react-popover to v9.7.14 ([PR #28791](https://github.com/microsoft/fluentui/pull/28791) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16 ([PR #28791](https://github.com/microsoft/fluentui/pull/28791) by beachball) - -## [9.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.49) - -Fri, 11 Aug 2023 12:14:26 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.48..@fluentui/react-infobutton_v9.0.0-beta.49) - -### Changes - -- Bump @fluentui/react-label to v9.1.25 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball) -- Bump @fluentui/react-popover to v9.7.13 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball) -- Bump @fluentui/react-tabster to v9.12.2 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball) -- Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball) - -## [9.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.48) - -Wed, 09 Aug 2023 13:16:57 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.47..@fluentui/react-infobutton_v9.0.0-beta.48) - -### Changes - -- chore(cxe-red): migrate to new slot API ([PR #28753](https://github.com/microsoft/fluentui/pull/28753) by bernardo.sunderhus@gmail.com) -- chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com) -- Bump @fluentui/react-label to v9.1.24 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball) -- Bump @fluentui/react-popover to v9.7.12 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball) -- Bump @fluentui/react-tabster to v9.12.1 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball) -- Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball) - -## [9.0.0-beta.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.47) - -Fri, 04 Aug 2023 08:52:58 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.46..@fluentui/react-infobutton_v9.0.0-beta.47) - -### Changes - -- Bump @fluentui/react-label to v9.1.23 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball) -- Bump @fluentui/react-popover to v9.7.11 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball) -- Bump @fluentui/react-tabster to v9.12.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball) -- Bump @fluentui/react-theme to v9.1.10 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball) -- Bump @fluentui/react-utilities to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball) - -## [9.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.46) - -Tue, 01 Aug 2023 10:17:21 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.45..@fluentui/react-infobutton_v9.0.0-beta.46) - -### Changes - -- Bump @fluentui/react-label to v9.1.22 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball) -- Bump @fluentui/react-popover to v9.7.10 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball) -- Bump @fluentui/react-tabster to v9.11.1 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball) - -## [9.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.45) - -Thu, 27 Jul 2023 10:34:14 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.44..@fluentui/react-infobutton_v9.0.0-beta.45) - -### Changes - -- Bump @fluentui/react-popover to v9.7.9 ([PR #28649](https://github.com/microsoft/fluentui/pull/28649) by beachball) - -## [9.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.44) - -Tue, 25 Jul 2023 13:29:19 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.43..@fluentui/react-infobutton_v9.0.0-beta.44) - -### Changes - -- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com) -- Bump @fluentui/react-popover to v9.7.8 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball) -- Bump @fluentui/react-tabster to v9.11.0 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball) - -## [9.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.43) - -Thu, 20 Jul 2023 18:27:29 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.42..@fluentui/react-infobutton_v9.0.0-beta.43) - -### Changes - -- Bump @fluentui/react-label to v9.1.21 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball) -- Bump @fluentui/react-popover to v9.7.7 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball) - -## [9.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.42) - -Mon, 17 Jul 2023 21:27:35 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.41..@fluentui/react-infobutton_v9.0.0-beta.42) - -### Changes - -- fix(react-infobutton): Make InfoLabel only add aria-owns when the popover is open. ([PR #28463](https://github.com/microsoft/fluentui/pull/28463) by esteban.230@hotmail.com) -- feat(react-infobutton): Remove InfoIcon files from react-infobutton. ([PR #28534](https://github.com/microsoft/fluentui/pull/28534) by esteban.230@hotmail.com) - -## [9.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.41) - -Tue, 11 Jul 2023 18:46:36 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.40..@fluentui/react-infobutton_v9.0.0-beta.41) - -### Changes - -- Bump @fluentui/react-label to v9.1.20 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) -- Bump @fluentui/react-popover to v9.7.6 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball) - -## [9.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.40) - -Mon, 03 Jul 2023 13:34:28 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.39..@fluentui/react-infobutton_v9.0.0-beta.40) - -### Changes - -- Bump @fluentui/react-popover to v9.7.5 ([PR #28394](https://github.com/microsoft/fluentui/pull/28394) by beachball) -- Bump @fluentui/react-tabster to v9.10.0 ([PR #28394](https://github.com/microsoft/fluentui/pull/28394) by beachball) - -## [9.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.39) - -Mon, 03 Jul 2023 11:57:14 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.38..@fluentui/react-infobutton_v9.0.0-beta.39) - -### Changes - -- Bump @fluentui/react-label to v9.1.19 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-popover to v9.7.4 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-tabster to v9.9.2 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball) - -## [9.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.38) - -Wed, 28 Jun 2023 11:12:27 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.37..@fluentui/react-infobutton_v9.0.0-beta.38) - -### Changes - -- Bump @fluentui/react-label to v9.1.18 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-popover to v9.7.3 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-tabster to v9.9.1 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-utilities to v9.10.0 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball) - -## [9.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.37) - -Tue, 27 Jun 2023 11:21:23 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.36..@fluentui/react-infobutton_v9.0.0-beta.37) - -### Changes - -- Bump @fluentui/react-popover to v9.7.2 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball) -- Bump @fluentui/react-tabster to v9.9.0 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball) - -## [9.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.36) - -Mon, 26 Jun 2023 09:53:55 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.35..@fluentui/react-infobutton_v9.0.0-beta.36) - -### Changes - -- Bump @fluentui/react-label to v9.1.17 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-popover to v9.7.1 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-tabster to v9.8.1 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-utilities to v9.9.4 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball) - -## [9.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.35) - -Tue, 20 Jun 2023 12:38:58 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.34..@fluentui/react-infobutton_v9.0.0-beta.35) - -### Changes - -- chore: Create InfoIconLabel component scaffold. ([PR #28200](https://github.com/microsoft/fluentui/pull/28200) by esteban.230@hotmail.com) -- chore: Create InfoTip component. ([PR #28071](https://github.com/microsoft/fluentui/pull/28071) by esteban.230@hotmail.com) -- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com) -- chore: Rename InfoTip to InfoIcon to better align with InfoButton. ([PR #28177](https://github.com/microsoft/fluentui/pull/28177) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.16 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-popover to v9.7.0 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-tabster to v9.8.0 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-theme to v9.1.9 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-utilities to v9.9.3 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball) - -## [9.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.34) - -Wed, 31 May 2023 06:46:14 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.33..@fluentui/react-infobutton_v9.0.0-beta.34) - -### Changes - -- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com) -- Bump @fluentui/react-label to v9.1.15 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-popover to v9.6.0 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-tabster to v9.7.5 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-utilities to v9.9.2 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22 ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by beachball) - -## [9.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.33) - -Thu, 25 May 2023 10:00:48 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.32..@fluentui/react-infobutton_v9.0.0-beta.33) - -### Changes - -- Bump @fluentui/react-label to v9.1.14 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-popover to v9.5.15 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-tabster to v9.7.4 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-utilities to v9.9.1 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball) - -## [9.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.32) - -Wed, 24 May 2023 20:45:27 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.31..@fluentui/react-infobutton_v9.0.0-beta.32) - -### Changes - -- Bump @fluentui/react-label to v9.1.13 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball) -- Bump @fluentui/react-popover to v9.5.14 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball) -- Bump @fluentui/react-tabster to v9.7.3 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball) - -## [9.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.31) - -Thu, 18 May 2023 13:11:08 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.30..@fluentui/react-infobutton_v9.0.0-beta.31) - -### Changes - -- Bump @fluentui/react-popover to v9.5.13 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball) -- Bump @fluentui/react-tabster to v9.7.2 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball) - -## [9.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.30) - -Thu, 18 May 2023 00:39:07 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.29..@fluentui/react-infobutton_v9.0.0-beta.30) - -### Changes - -- fix: Add aria-owns to InfoLabel. ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.12 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-popover to v9.5.12 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-tabster to v9.7.1 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-utilities to v9.9.0 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4 ([PR #27834](https://github.com/microsoft/fluentui/pull/27834) by beachball) - -## [9.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.29) - -Fri, 12 May 2023 20:27:20 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.28..@fluentui/react-infobutton_v9.0.0-beta.29) - -### Changes - -- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com) -- chore: move makeStyles() calls to .styles.ts files ([PR #27710](https://github.com/microsoft/fluentui/pull/27710) by olfedias@microsoft.com) -- Bump @fluentui/react-label to v9.1.11 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-popover to v9.5.11 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-tabster to v9.7.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-utilities to v9.8.1 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball) - -## [9.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.28) - -Mon, 24 Apr 2023 08:12:37 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.27..@fluentui/react-infobutton_v9.0.0-beta.28) - -### Changes - -- chore: adopt custom JSX pragma ([PR #27615](https://github.com/microsoft/fluentui/pull/27615) by bernardo.sunderhus@gmail.com) -- Bump @fluentui/react-label to v9.1.10 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball) -- Bump @fluentui/react-popover to v9.5.10 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball) -- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([commit](https://github.com/microsoft/fluentui/commit/505433ac64f144c9cca456097413d6af4582e5ee) by beachball) - -## [9.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.27) - -Mon, 17 Apr 2023 17:54:02 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.26..@fluentui/react-infobutton_v9.0.0-beta.27) - -### Changes - -- Bump @fluentui/react-label to v9.1.9 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) -- Bump @fluentui/react-popover to v9.5.9 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) -- Bump @fluentui/react-tabster to v9.6.5 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) -- Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball) - -## [9.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.26) - -Wed, 12 Apr 2023 09:31:45 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.25..@fluentui/react-infobutton_v9.0.0-beta.26) - -### Changes - -- Bump @fluentui/react-label to v9.1.8 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) -- Bump @fluentui/react-popover to v9.5.8 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) -- Bump @fluentui/react-tabster to v9.6.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) -- Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball) - -## [9.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.25) - -Tue, 04 Apr 2023 18:44:48 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.23..@fluentui/react-infobutton_v9.0.0-beta.25) - -### Changes - -- chore: Rename content slot to info. ([PR #27316](https://github.com/microsoft/fluentui/pull/27316) by esteban.230@hotmail.com) -- Bump @fluentui/react-label to v9.1.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) -- Bump @fluentui/react-popover to v9.5.7 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) -- Bump @fluentui/react-tabster to v9.6.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) -- Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball) - -## [9.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.23) - -Tue, 21 Mar 2023 21:23:36 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.22..@fluentui/react-infobutton_v9.0.0-beta.23) - -### Changes - -- chore: Bumping version of @fluentui/react-icons to ^2.0.196. ([PR #27100](https://github.com/microsoft/fluentui/pull/27100) by makotom@microsoft.com) -- fix: add node field to package.json exports map. ([PR #27154](https://github.com/microsoft/fluentui/pull/27154) by tristan.watanabe@gmail.com) -- chore: migrate to swc transpilation approach. ([PR #27250](https://github.com/microsoft/fluentui/pull/27250) by tristan.watanabe@gmail.com) -- Bump @fluentui/react-label to v9.1.5 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-popover to v9.5.5 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-tabster to v9.6.1 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-theme to v9.1.7 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-utilities to v9.7.2 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball) - -## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.22) - -Thu, 16 Mar 2023 14:36:57 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.21..@fluentui/react-infobutton_v9.0.0-beta.22) - -### Changes - -- feat: Add InfoLabel component ([PR #27118](https://github.com/microsoft/fluentui/pull/27118) by behowell@microsoft.com) -- Bump @fluentui/react-label to v9.1.4 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) -- Bump @fluentui/react-popover to v9.5.4 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) -- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) -- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball) - -## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.21) - -Wed, 15 Mar 2023 10:19:53 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.20..@fluentui/react-infobutton_v9.0.0-beta.21) - -### Changes - -- Bump @fluentui/react-popover to v9.5.3 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball) -- Bump @fluentui/react-tabster to v9.5.7 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball) -- Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball) - -## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.20) - -Mon, 13 Mar 2023 08:58:26 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.19..@fluentui/react-infobutton_v9.0.0-beta.20) - -### Changes - -- Bump @fluentui/react-popover to v9.5.2 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball) -- Bump @fluentui/react-tabster to v9.5.6 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball) -- Bump @fluentui/react-utilities to v9.7.0 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball) - -## [9.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.19) - -Fri, 10 Mar 2023 07:14:01 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.18..@fluentui/react-infobutton_v9.0.0-beta.19) - -### Changes - -- Bump @fluentui/react-popover to v9.5.1 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball) -- Bump @fluentui/react-tabster to v9.5.5 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball) -- Bump @fluentui/react-utilities to v9.6.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball) - -## [9.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.18) - -Wed, 08 Mar 2023 17:42:51 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.17..@fluentui/react-infobutton_v9.0.0-beta.18) - -### Changes - -- Bump @fluentui/react-popover to v9.5.0 ([PR #27127](https://github.com/microsoft/fluentui/pull/27127) by beachball) -- Bump @fluentui/react-tabster to v9.5.4 ([PR #27127](https://github.com/microsoft/fluentui/pull/27127) by beachball) -- Bump @fluentui/react-utilities to v9.6.1 ([PR #27127](https://github.com/microsoft/fluentui/pull/27127) by beachball) - -## [9.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.17) - -Wed, 22 Feb 2023 23:06:07 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.16..@fluentui/react-infobutton_v9.0.0-beta.17) - -### Changes - -- Bump @fluentui/react-popover to v9.4.11 ([PR #26616](https://github.com/microsoft/fluentui/pull/26616) by beachball) - -## [9.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.16) - -Wed, 15 Feb 2023 11:44:52 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.15..@fluentui/react-infobutton_v9.0.0-beta.16) - -### Changes - -- Bump @fluentui/react-popover to v9.4.10 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball) -- Bump @fluentui/react-tabster to v9.5.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball) -- Bump @fluentui/react-utilities to v9.6.0 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball) - -## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.15) - -Mon, 13 Feb 2023 23:43:14 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.14..@fluentui/react-infobutton_v9.0.0-beta.15) - -### Changes - -- Bump @fluentui/react-popover to v9.4.9 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball) -- Bump @fluentui/react-tabster to v9.5.2 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball) -- Bump @fluentui/react-utilities to v9.5.3 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball) - -## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.14) - -Mon, 13 Feb 2023 09:35:48 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.13..@fluentui/react-infobutton_v9.0.0-beta.14) - -### Changes - -- Bump @fluentui/react-popover to v9.4.8 ([PR #26800](https://github.com/microsoft/fluentui/pull/26800) by beachball) - -## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.13) - -Fri, 10 Feb 2023 08:50:02 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.12..@fluentui/react-infobutton_v9.0.0-beta.13) - -### Changes - -- Bump @fluentui/react-popover to v9.4.7 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball) -- Bump @fluentui/react-tabster to v9.5.1 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball) -- Bump @fluentui/react-utilities to v9.5.2 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball) - -## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.12) - -Tue, 07 Feb 2023 14:13:05 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.11..@fluentui/react-infobutton_v9.0.0-beta.12) - -### Changes - -- chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label. ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by esteban.230@hotmail.com) -- chore: Making the content focusable and updating example's text. ([PR #26596](https://github.com/microsoft/fluentui/pull/26596) by esteban.230@hotmail.com) -- Bump @fluentui/react-popover to v9.4.6 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball) -- Bump @fluentui/react-tabster to v9.5.0 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball) - -## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.11) - -Tue, 31 Jan 2023 19:53:58 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.10..@fluentui/react-infobutton_v9.0.0-beta.11) - -### Changes - -- Bump @fluentui/react-popover to v9.4.5 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball) -- Bump @fluentui/react-tabster to v9.4.2 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball) -- Bump @fluentui/react-utilities to v9.5.1 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball) - -## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.10) - -Thu, 26 Jan 2023 13:31:03 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.9..@fluentui/react-infobutton_v9.0.0-beta.10) - -### Changes - -- Bump @fluentui/react-popover to v9.4.4 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball) -- Bump @fluentui/react-tabster to v9.4.1 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball) -- Bump @fluentui/react-utilities to v9.5.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball) - -## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.9) - -Mon, 23 Jan 2023 16:43:12 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.8..@fluentui/react-infobutton_v9.0.0-beta.9) - -### Changes - -- Bump @fluentui/react-popover to v9.4.3 ([PR #26434](https://github.com/microsoft/fluentui/pull/26434) by beachball) - -## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.8) - -Wed, 18 Jan 2023 16:32:57 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.7..@fluentui/react-infobutton_v9.0.0-beta.8) - -### Changes - -- Bump @fluentui/react-popover to v9.4.2 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball) -- Bump @fluentui/react-tabster to v9.4.0 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball) - -## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.7) - -Mon, 16 Jan 2023 08:39:02 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.6..@fluentui/react-infobutton_v9.0.0-beta.7) - -### Changes - -- fix: Update border for Teams HCM to be transparent. ([PR #26305](https://github.com/microsoft/fluentui/pull/26305) by esteban.230@hotmail.com) -- fix: Update PopoverSurface's role to note and remove need to cast props passed to popover slot. ([PR #26300](https://github.com/microsoft/fluentui/pull/26300) by esteban.230@hotmail.com) -- Bump @fluentui/react-popover to v9.4.1 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball) -- Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball) - -## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.6) - -Mon, 09 Jan 2023 14:35:02 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.5..@fluentui/react-infobutton_v9.0.0-beta.6) - -### Changes - -- Bump @fluentui/react-popover to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball) -- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball) -- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball) - -## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.5) - -Wed, 04 Jan 2023 01:40:08 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.4..@fluentui/react-infobutton_v9.0.0-beta.5) - -### Changes - -- chore: migrate to new package structure. ([PR #26111](https://github.com/microsoft/fluentui/pull/26111) by tristan.watanabe@gmail.com) -- chore: Update Griffel to latest version ([PR #26045](https://github.com/microsoft/fluentui/pull/26045) by olfedias@microsoft.com) -- Bump @fluentui/react-popover to v9.3.6 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball) -- Bump @fluentui/react-tabster to v9.3.5 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball) -- Bump @fluentui/react-utilities to v9.3.1 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball) -- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19 ([PR #26114](https://github.com/microsoft/fluentui/pull/26114) by beachball) - -## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.4) - -Wed, 21 Dec 2022 10:20:33 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.3..@fluentui/react-infobutton_v9.0.0-beta.4) - -### Changes - -- Bump @fluentui/react-popover to v9.3.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball) -- Bump @fluentui/react-tabster to v9.3.4 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball) -- Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball) - -## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.3) - -Tue, 20 Dec 2022 14:59:34 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.2..@fluentui/react-infobutton_v9.0.0-beta.3) - -### Changes - -- Bump @fluentui/react-popover to v9.3.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball) -- Bump @fluentui/react-tabster to v9.3.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball) -- Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball) -- Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball) - -## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.2) - -Mon, 05 Dec 2022 18:29:39 GMT -[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.1..@fluentui/react-infobutton_v9.0.0-beta.2) - -### Changes - -- Bump @fluentui/react-popover to v9.3.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball) -- Bump @fluentui/react-tabster to v9.3.2 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball) -- Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball) - -## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.1) - -Thu, 17 Nov 2022 23:05:40 GMT - -### Changes - -- chore: Making the package public and preparing to add to unstable. ([PR #25686](https://github.com/microsoft/fluentui/pull/25686) by esteban.230@hotmail.com) -- Bump @fluentui/react-popover to v9.3.2 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball) -- Bump @fluentui/react-tabster to v9.3.1 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball) -- Bump @fluentui/react-utilities to v9.2.2 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball) diff --git a/packages/react-components/react-infobutton/LICENSE b/packages/react-components/react-infobutton/LICENSE deleted file mode 100644 index 4b45824df35f2..0000000000000 --- a/packages/react-components/react-infobutton/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -@fluentui/react-infobutton - -Copyright (c) Microsoft Corporation - -All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license diff --git a/packages/react-components/react-infobutton/README.md b/packages/react-components/react-infobutton/README.md deleted file mode 100644 index f214df8dc74e5..0000000000000 --- a/packages/react-components/react-infobutton/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# @fluentui/react-infobutton - -**React Infobutton components for [Fluent UI React](https://react.fluentui.dev/)** - -# STATUS: Deprecated 🚧 - -This package has been deprecated and must no longer be used. We now provide an InfoLabel component in `@fluentui/react-components` and in `@fluentui/react-infolabel`. -Please refer to these packages if the component is needed. diff --git a/packages/react-components/react-infobutton/bundle-size/InfoButton.fixture.js b/packages/react-components/react-infobutton/bundle-size/InfoButton.fixture.js deleted file mode 100644 index 5869578ae58c3..0000000000000 --- a/packages/react-components/react-infobutton/bundle-size/InfoButton.fixture.js +++ /dev/null @@ -1,7 +0,0 @@ -import { InfoButton } from '@fluentui/react-infobutton'; - -console.log(InfoButton); - -export default { - name: 'InfoButton', -}; diff --git a/packages/react-components/react-infobutton/bundle-size/InfoLabel.fixture.js b/packages/react-components/react-infobutton/bundle-size/InfoLabel.fixture.js deleted file mode 100644 index db396f5802c38..0000000000000 --- a/packages/react-components/react-infobutton/bundle-size/InfoLabel.fixture.js +++ /dev/null @@ -1,7 +0,0 @@ -import { InfoLabel } from '@fluentui/react-infobutton'; - -console.log(InfoLabel); - -export default { - name: 'InfoLabel', -}; diff --git a/packages/react-components/react-infobutton/config/api-extractor.json b/packages/react-components/react-infobutton/config/api-extractor.json deleted file mode 100644 index e533bf30b48a2..0000000000000 --- a/packages/react-components/react-infobutton/config/api-extractor.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "@fluentui/scripts-api-extractor/api-extractor.common.v-next.json" -} diff --git a/packages/react-components/react-infobutton/config/tests.js b/packages/react-components/react-infobutton/config/tests.js deleted file mode 100644 index 2e211ae9e2142..0000000000000 --- a/packages/react-components/react-infobutton/config/tests.js +++ /dev/null @@ -1 +0,0 @@ -/** Jest test setup file. */ diff --git a/packages/react-components/react-infobutton/cypress.config.ts b/packages/react-components/react-infobutton/cypress.config.ts deleted file mode 100644 index ca52cf041bbf2..0000000000000 --- a/packages/react-components/react-infobutton/cypress.config.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { baseConfig } from '@fluentui/scripts-cypress'; - -export default baseConfig; diff --git a/packages/react-components/react-infobutton/docs/Spec.md b/packages/react-components/react-infobutton/docs/Spec.md deleted file mode 100644 index a852103e421cd..0000000000000 --- a/packages/react-components/react-infobutton/docs/Spec.md +++ /dev/null @@ -1,146 +0,0 @@ -# @fluentui/react-infobutton Spec - -Convergence epic issue: [#25062](https://github.com/microsoft/fluentui/issues/25062) - -## Background - -An InfoButton provides a way for users to get more information about a particular UI element. It is a button containing an icon that, when clicked, displays a Popover with the additional information. InfoButton may contain focusable items inside the Popover. - -Because the Popover isn't always visible, it should not contain information that people must know in order to complete the field. - -### Anatomy - -![Anatomy](../etc/images/anatomy.png) - -## Prior Art - -| Name | library | Notes | -| --------------------------------------------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -| IconButtonTooltip | [Carbon Design System](https://www.carbondesignsystem.com/components/tooltip/usage) | This is an example within the tooltip component. | -| Tooltip with card appearance and general tooltip | [EverGreen](https://evergreen.segment.com/components/tooltip) | This are examples within the tooltip component. This library doesn't use a button, instead just an icon. | -| Input and guidance to add info button | [Salesforce](https://www.lightningdesignsystem.com/components/input/) | This component lives within Input and shows how to build an info button instead. | -| TextField with example on how to add an info button | [v8](https://developer.microsoft.com/en-us/fluentui#/controls/web/textfield) | This is just an example and on how to implement it. | -| ContextualHelp | [React Spectrum](https://react-spectrum.adobe.com/react-spectrum/ContextualHelp.html) | It's a full component and uses a Popover instead of tooltip. | - -#### Comparison with v0 and v8 - -- v0 does not have an InfoButton component. -- v8 does not have an InfoButton component, but does have a TextField component that has an example of how to add an info button to a TextField, see "Prior Art" section above for more details. - -## Sample Code - -```jsx - -``` - -## API - -#### Props - -See (InfoButton.types.ts)[../src/components/InfoButton/InfoButton.types.ts] for more API details. - -## Structure - -_**Public**_ - -```jsx - - Popover above-start lorem ipsum dolor sit amet consectetur. - Learn more - - } -/> -``` - -_**Internal**_ - -```jsx -return ( - - - - - - -); -``` - -_**DOM**_ - -```html - - - - -``` - -## Migration - -There's no migration guide as `v0` and `v8` do not have an InfoButton component. - -## Behaviors - -> Note: The behavior will change when used in conjunction with the `Field` component. It is mentioned that when a form has many InfoButtons, it may be better to not make a full tab stop in the button. The idea is to have each field have a "shortcut" that will let you focus on the infobutton. This will be implemented by Field if needed. - -- _Component States_ - - Popover open: The Popover is open and content visible. -- _Interaction_ - - _Keyboard_ - - `Enter` or `Space` key: Opens the Popover. - - Focusable items in Popover: Focus is moved to the `PopoverSurface` and focusable items can be accessed by tabbing. - - No focusable items in Popover: Focus is moved to the `PopoverSurface`. - - `Escape` key: Closes the Popover. - - _Cursor_ - - `Click`: Opens the Popover. - - `Click` outside of Popover: Closes the Popover. - - _Touch_ - - `Tap`: Opens the Popover. - - `Tap` outside of Popover: Closes the Popover. - - _Screen readers_ - - When focusing on the button, the screen reader should announce "{label associated to} information button collapsed". - - When the Popover is opened, the focus moves to the `PopoverSurface` and the screen reader announces the content of the `PopoverSurface` and "note" at the end. - -## Accessibility - -- `PopoverSurfaces`'s role is `note` and its `tabIndex` is set to `-1`. -- The button's `aria-label` is `information`. -- Tab order - - When tabbing through the page, the button should be a tab stop. - - When focused on the button, pressing `Enter` or `Space` should open the Popover. - - When the Popover is open, focus is moved to the `PopoverSurface`. - - When focused on the `PopoverSurface` or content within it, pressing `Escape` should close the Popover. - -## InfoButton vs. InfoIcon - -There are two use cases we want to tackle, covering these means covering the 80-90% of use cases: - -1. When the bubble has a few words and no interactive elements. -2. When the bubble may have more than a few sentences and interactive elements. - -After considering the options, we've decided to have two controls that will cover these use cases. The first one will be InfoIcon which will cover the first use case and the second one will be InfoButton which will cover the second use case. - -### InfoIcon - Icon with a Tooltip - -- An InfoIcon is an icon that has a tooltip. -- InfoIcons must keep the default cursor even when hovered. -- InfoIcons are opened when hovered or focused. -- InfoIcons do not move focus when opened. - -### InfoButton - InfoButton with a Popover - -- An InfoButton is a button that has a Popover attached to it. -- InfoButtons must use the pointer cursor to show this is a button and will have a backplate to differenciate the icon vs button. -- InfoButtons do not open when focused/hovered, instead they open on click/space/enter. -- InfoButton's bubble can be dismissed by pressing Escape, clicking outside the bubble, moving focus away from the bubble, or clicking the button again. -- InfoButton has role note and moves focus to the Popover's surface. - -## InfoButtonLabel and InfoIconLabel - -To avoid having accessibility issues, we will be providing these controls in the form of InfoIconLabel and InfoButtonLabel. These will provide an out of the box accessibility ready experience. diff --git a/packages/react-components/react-infobutton/etc/images/anatomy.png b/packages/react-components/react-infobutton/etc/images/anatomy.png deleted file mode 100644 index a4361077d5025..0000000000000 Binary files a/packages/react-components/react-infobutton/etc/images/anatomy.png and /dev/null differ diff --git a/packages/react-components/react-infobutton/etc/react-infobutton.api.md b/packages/react-components/react-infobutton/etc/react-infobutton.api.md deleted file mode 100644 index c9d80fc87725c..0000000000000 --- a/packages/react-components/react-infobutton/etc/react-infobutton.api.md +++ /dev/null @@ -1,82 +0,0 @@ -## API Report File for "@fluentui/react-infobutton" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -/// - -import type { ComponentProps } from '@fluentui/react-utilities'; -import type { ComponentState } from '@fluentui/react-utilities'; -import { ForwardRefComponent } from '@fluentui/react-utilities'; -import { Label } from '@fluentui/react-label'; -import type { PopoverProps } from '@fluentui/react-popover'; -import type { PopoverSurface } from '@fluentui/react-popover'; -import * as React_2 from 'react'; -import type { Slot } from '@fluentui/react-utilities'; -import type { SlotClassNames } from '@fluentui/react-utilities'; - -// @public @deprecated -export const InfoButton: ForwardRefComponent; - -// @public @deprecated (undocumented) -export const infoButtonClassNames: SlotClassNames; - -// @public @deprecated -export type InfoButtonProps = Omit>, 'disabled'> & { - size?: 'small' | 'medium' | 'large'; - inline?: boolean; -}; - -// @public @deprecated (undocumented) -export type InfoButtonSlots = { - root: NonNullable>; - popover: NonNullable>>>; - info: NonNullable>; -}; - -// @public @deprecated -export type InfoButtonState = ComponentState & Required>; - -// @public @deprecated -export const InfoLabel: ForwardRefComponent; - -// @public @deprecated (undocumented) -export const infoLabelClassNames: SlotClassNames; - -// @public @deprecated -export type InfoLabelProps = ComponentProps, 'label'> & { - info?: InfoButtonProps['info']; -}; - -// @public @deprecated (undocumented) -export type InfoLabelSlots = { - root: NonNullable>; - label: NonNullable>; - infoButton: Slot; -}; - -// @public @deprecated -export type InfoLabelState = ComponentState & Pick; - -// @public @deprecated -export const renderInfoButton_unstable: (state: InfoButtonState) => JSX.Element; - -// @public @deprecated -export const renderInfoLabel_unstable: (state: InfoLabelState) => JSX.Element; - -// @public @deprecated -export const useInfoButton_unstable: (props: InfoButtonProps, ref: React_2.Ref) => InfoButtonState; - -// @public -export const useInfoButtonStyles_unstable: (state: InfoButtonState) => InfoButtonState; - -// @public @deprecated -export const useInfoLabel_unstable: (props: InfoLabelProps, ref: React_2.Ref) => InfoLabelState; - -// @public @deprecated -export const useInfoLabelStyles_unstable: (state: InfoLabelState) => InfoLabelState; - -// (No @packageDocumentation comment for this package) - -``` diff --git a/packages/react-components/react-infobutton/jest.config.js b/packages/react-components/react-infobutton/jest.config.js deleted file mode 100644 index f1c37a04aa5a3..0000000000000 --- a/packages/react-components/react-infobutton/jest.config.js +++ /dev/null @@ -1,21 +0,0 @@ -// @ts-check - -/** - * @type {import('@jest/types').Config.InitialOptions} - */ -module.exports = { - displayName: 'react-infobutton', - preset: '../../../jest.preset.js', - transform: { - '^.+\\.tsx?$': [ - 'ts-jest', - { - tsconfig: '/tsconfig.spec.json', - isolatedModules: true, - }, - ], - }, - coverageDirectory: './coverage', - setupFilesAfterEnv: ['./config/tests.js'], - snapshotSerializers: ['@griffel/jest-serializer'], -}; diff --git a/packages/react-components/react-infobutton/just.config.ts b/packages/react-components/react-infobutton/just.config.ts deleted file mode 100644 index b7b2c9a33bf43..0000000000000 --- a/packages/react-components/react-infobutton/just.config.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { preset, task } from '@fluentui/scripts-tasks'; - -preset(); - -task('build', 'build:react-components').cached?.(); diff --git a/packages/react-components/react-infobutton/package.json b/packages/react-components/react-infobutton/package.json deleted file mode 100644 index 8181a770542f2..0000000000000 --- a/packages/react-components/react-infobutton/package.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "@fluentui/react-infobutton", - "version": "9.0.0-beta.102", - "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/fluentui" - }, - "license": "MIT", - "scripts": { - "build": "just-scripts build", - "bundle-size": "monosize measure", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "just": "just-scripts", - "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "generate-api": "just-scripts generate-api", - "type-check": "tsc -b tsconfig.json", - "storybook": "start-storybook", - "start": "yarn storybook", - "e2e": "cypress run --component", - "e2e:local": "cypress open --component", - "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/react-icons": "^2.0.237", - "@fluentui/react-label": "^9.1.68", - "@fluentui/react-popover": "^9.9.6", - "@fluentui/react-tabster": "^9.21.0", - "@fluentui/react-theme": "^9.1.19", - "@fluentui/react-utilities": "^9.18.7", - "@fluentui/react-jsx-runtime": "^9.0.36", - "@griffel/react": "^1.5.14", - "@swc/helpers": "^0.5.1" - }, - "peerDependencies": { - "@types/react": ">=16.14.0 <19.0.0", - "@types/react-dom": ">=16.9.0 <19.0.0", - "react": ">=16.14.0 <19.0.0", - "react-dom": ">=16.14.0 <19.0.0" - }, - "beachball": { - "disallowedChangeTypes": [ - "major", - "minor", - "patch" - ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "node": "./lib-commonjs/index.js", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" - }, - "files": [ - "*.md", - "dist/*.d.ts", - "lib", - "lib-commonjs" - ] -} diff --git a/packages/react-components/react-infobutton/project.json b/packages/react-components/react-infobutton/project.json deleted file mode 100644 index 72eb25be14239..0000000000000 --- a/packages/react-components/react-infobutton/project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "@fluentui/react-infobutton", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "implicitDependencies": [], - "sourceRoot": "packages/react-components/react-infobutton/src", - "tags": ["vNext", "platform:web"] -} diff --git a/packages/react-components/react-infobutton/src/InfoButton.ts b/packages/react-components/react-infobutton/src/InfoButton.ts deleted file mode 100644 index b72362c124c2a..0000000000000 --- a/packages/react-components/react-infobutton/src/InfoButton.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './components/InfoButton/index'; diff --git a/packages/react-components/react-infobutton/src/InfoLabel.ts b/packages/react-components/react-infobutton/src/InfoLabel.ts deleted file mode 100644 index 32746564357c2..0000000000000 --- a/packages/react-components/react-infobutton/src/InfoLabel.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './components/InfoLabel/index'; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/DefaultInfoButtonIcons.tsx b/packages/react-components/react-infobutton/src/components/InfoButton/DefaultInfoButtonIcons.tsx deleted file mode 100644 index 463159b2ae819..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/DefaultInfoButtonIcons.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import { - Info12Regular, - Info12Filled, - Info16Regular, - Info16Filled, - Info20Regular, - Info20Filled, - bundleIcon, -} from '@fluentui/react-icons'; - -export const DefaultInfoButtonIcon12 = bundleIcon(Info12Filled, Info12Regular); -export const DefaultInfoButtonIcon16 = bundleIcon(Info16Filled, Info16Regular); -export const DefaultInfoButtonIcon20 = bundleIcon(Info20Filled, Info20Regular); diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.test.tsx b/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.test.tsx deleted file mode 100644 index 29174140eaa51..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.test.tsx +++ /dev/null @@ -1,48 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import { InfoButton } from './InfoButton'; -import { isConformant } from '../../testing/isConformant'; -import { infoButtonClassNames } from './useInfoButtonStyles.styles'; -import type { RenderResult } from '@testing-library/react'; - -// testing-library's queryByRole function doesn't look inside portals -function queryByRoleNote(result: RenderResult) { - const notes = result.baseElement.querySelectorAll('[role="note"]'); - if (!notes?.length) { - return null; - } else { - expect(notes.length).toBe(1); - return notes.item(0) as HTMLElement; - } -} - -const getPopoverSurfaceElement = (result: RenderResult) => { - // button needs to be clicked otherwise content won't be rendered. - result.getByRole('button').click(); - const dialog = queryByRoleNote(result); - expect(dialog).not.toBeNull(); - return dialog!; -}; - -describe('InfoButton', () => { - isConformant({ - Component: InfoButton, - displayName: 'InfoButton', - requiredProps: { - info: "This is an InfoButton's information.", - }, - testOptions: { - 'has-static-classnames': [ - { - props: { - info: "This is an InfoButton's information.", - }, - expectedClassNames: { - root: infoButtonClassNames.root, - info: infoButtonClassNames.info, - }, - getPortalElement: getPopoverSurfaceElement, - }, - ], - }, - }); -}); diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.tsx b/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.tsx deleted file mode 100644 index bfaa837a44d73..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.tsx +++ /dev/null @@ -1,21 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import * as React from 'react'; -import { ForwardRefComponent } from '@fluentui/react-utilities'; -import { renderInfoButton_unstable } from './renderInfoButton'; -import { useInfoButton_unstable } from './useInfoButton'; -import { useInfoButtonStyles_unstable } from './useInfoButtonStyles.styles'; -import type { InfoButtonProps } from './InfoButton.types'; - -/** - * InfoButtons provide a way to display additional information about a form field or an area in the UI. - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const InfoButton: ForwardRefComponent = React.forwardRef((props, ref) => { - const state = useInfoButton_unstable(props, ref); - - useInfoButtonStyles_unstable(state); - return renderInfoButton_unstable(state); -}); - -InfoButton.displayName = 'InfoButton'; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.types.ts b/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.types.ts deleted file mode 100644 index a678c59a85831..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.types.ts +++ /dev/null @@ -1,48 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; -import type { PopoverProps, PopoverSurface } from '@fluentui/react-popover'; - -/** - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export type InfoButtonSlots = { - root: NonNullable>; - - /** - * The Popover element that wraps the info and root slots. Use this slot to pass props to the Popover. - */ - popover: NonNullable>>>; - - /** - * The information to be displayed in the PopoverSurface when the button is pressed. - */ - info: NonNullable>; -}; - -/** - * InfoButton Props - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export type InfoButtonProps = Omit>, 'disabled'> & { - /** - * Size of the InfoButton. - * - * @default medium - */ - size?: 'small' | 'medium' | 'large'; - - /** - * Whether the InfoButton should be rendered inline or on a Portal. - * - * @default true - */ - inline?: boolean; -}; - -/** - * State used in rendering InfoButton - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export type InfoButtonState = ComponentState & Required>; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/index.ts b/packages/react-components/react-infobutton/src/components/InfoButton/index.ts deleted file mode 100644 index 5dd78b2d5989e..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './InfoButton'; -export * from './InfoButton.types'; -export * from './renderInfoButton'; -export * from './useInfoButton'; -export * from './useInfoButtonStyles.styles'; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx b/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx deleted file mode 100644 index d7eeff7f4a4ed..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/renderInfoButton.tsx +++ /dev/null @@ -1,25 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -/** @jsxRuntime automatic */ -/** @jsxImportSource @fluentui/react-jsx-runtime */ - -import { assertSlots } from '@fluentui/react-utilities'; -import { PopoverTrigger } from '@fluentui/react-popover'; -import type { InfoButtonState, InfoButtonSlots } from './InfoButton.types'; - -/** - * Render the final JSX of InfoButton - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const renderInfoButton_unstable = (state: InfoButtonState) => { - assertSlots(state); - - return ( - - - - - - - ); -}; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/useInfoButton.tsx b/packages/react-components/react-infobutton/src/components/InfoButton/useInfoButton.tsx deleted file mode 100644 index 92918753e8ca4..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/useInfoButton.tsx +++ /dev/null @@ -1,113 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import * as React from 'react'; -import { DefaultInfoButtonIcon12, DefaultInfoButtonIcon16, DefaultInfoButtonIcon20 } from './DefaultInfoButtonIcons'; -import { - getIntrinsicElementProps, - mergeCallbacks, - useControllableState, - slot, - useMergedRefs, - isHTMLElement, - elementContains, -} from '@fluentui/react-utilities'; -import { Popover, PopoverSurface } from '@fluentui/react-popover'; -import type { InfoButtonProps, InfoButtonState } from './InfoButton.types'; -import type { PopoverProps } from '@fluentui/react-popover'; - -const infoButtonIconMap = { - small: , - medium: , - large: , -} as const; - -const popoverSizeMap = { - small: 'small', - medium: 'small', - large: 'medium', -} as const; - -/** - * Create the state required to render InfoButton. - * - * The returned state can be modified with hooks such as useInfoButtonStyles_unstable, - * before being passed to renderInfoButton_unstable. - * - * @param props - props from this instance of InfoButton - * @param ref - reference to root HTMLElement of InfoButton - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const useInfoButton_unstable = (props: InfoButtonProps, ref: React.Ref): InfoButtonState => { - const { size = 'medium', inline = true } = props; - - const state: InfoButtonState = { - inline, - size, - - components: { - root: 'button', - popover: Popover as React.FC>, - info: PopoverSurface, - }, - - root: slot.always( - getIntrinsicElementProps('button', { - children: infoButtonIconMap[size], - type: 'button', - 'aria-label': 'information', - ...props, - // FIXME: - // `ref` is wrongly assigned to be `HTMLElement` instead of `HTMLButtonElement` - // but since it would be a breaking change to fix it, we are casting ref to it's proper type - ref: ref as React.Ref, - }), - { elementType: 'button' }, - ), - popover: slot.always(props.popover, { - defaultProps: { - inline, - positioning: 'above-start', - size: popoverSizeMap[size], - withArrow: true, - }, - elementType: Popover as React.FC>>, - }), - info: slot.always(props.info, { - defaultProps: { - role: 'note', - tabIndex: -1, - }, - elementType: PopoverSurface, - }), - }; - - const [popoverOpen, setPopoverOpen] = useControllableState({ - state: state.popover.open, - defaultState: state.popover.defaultOpen, - initialState: false, - }); - - state.popover.open = popoverOpen; - state.popover.onOpenChange = mergeCallbacks(state.popover.onOpenChange, (e, data) => setPopoverOpen(data.open)); - - const focusOutRef = React.useCallback( - (el: HTMLDivElement) => { - if (!el) { - return; - } - - el.addEventListener('focusout', e => { - const nextFocused = e.relatedTarget; - - if (isHTMLElement(nextFocused) && !elementContains(el, nextFocused)) { - setPopoverOpen(false); - } - }); - }, - [setPopoverOpen], - ); - - state.info.ref = useMergedRefs(state.info.ref, focusOutRef); - - return state; -}; diff --git a/packages/react-components/react-infobutton/src/components/InfoButton/useInfoButtonStyles.styles.ts b/packages/react-components/react-infobutton/src/components/InfoButton/useInfoButtonStyles.styles.ts deleted file mode 100644 index 52447d9250630..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoButton/useInfoButtonStyles.styles.ts +++ /dev/null @@ -1,134 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import { createFocusOutlineStyle } from '@fluentui/react-tabster'; -import { iconFilledClassName, iconRegularClassName } from '@fluentui/react-icons'; -import { makeStyles, mergeClasses, shorthands } from '@griffel/react'; -import { tokens, typographyStyles } from '@fluentui/react-theme'; -import type { InfoButtonSlots, InfoButtonState } from './InfoButton.types'; -import type { SlotClassNames } from '@fluentui/react-utilities'; - -/** - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const infoButtonClassNames: SlotClassNames = { - root: 'fui-InfoButton', - // this className won't be used, but it's needed to satisfy the type checker - popover: 'fui-InfoButton__popover', - info: 'fui-InfoButton__info', -}; - -/** - * Styles for the root slot - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -const useButtonStyles = makeStyles({ - base: { - alignItems: 'center', - boxSizing: 'border-box', - display: 'inline-flex', - justifyContent: 'center', - textDecorationLine: 'none', - verticalAlign: 'middle', - position: 'relative', - - backgroundColor: tokens.colorTransparentBackground, - color: tokens.colorNeutralForeground2, - - ...shorthands.borderStyle('none'), - ...shorthands.borderRadius(tokens.borderRadiusMedium), - ...shorthands.margin(0), - ...shorthands.padding(tokens.spacingVerticalXS, tokens.spacingHorizontalXS), - - [`& .${iconFilledClassName}`]: { - display: 'none', - }, - [`& .${iconRegularClassName}`]: { - display: 'inline-flex', - }, - - ':hover': { - backgroundColor: tokens.colorTransparentBackgroundHover, - color: tokens.colorNeutralForeground2BrandHover, - cursor: 'pointer', - - [`& .${iconFilledClassName}`]: { - display: 'inline-flex', - }, - [`& .${iconRegularClassName}`]: { - display: 'none', - }, - }, - ':hover:active': { - backgroundColor: tokens.colorTransparentBackgroundPressed, - color: tokens.colorNeutralForeground2BrandPressed, - }, - }, - - selected: { - backgroundColor: tokens.colorTransparentBackgroundSelected, - color: tokens.colorNeutralForeground2BrandSelected, - - [`& .${iconFilledClassName}`]: { - display: 'inline-flex', - }, - [`& .${iconRegularClassName}`]: { - display: 'none', - }, - - '@media (forced-colors: active)': { - backgroundColor: 'Highlight', - color: 'Canvas', - }, - }, - - highContrast: { - '@media (forced-colors: active)': { - color: 'CanvasText', - - ':hover,:hover:active': { - forcedColorAdjust: 'none', - backgroundColor: 'Highlight', - color: 'Canvas', - }, - }, - }, - - focusIndicator: createFocusOutlineStyle(), - - large: { - ...shorthands.padding(tokens.spacingVerticalXXS, tokens.spacingVerticalXXS), - }, -}); - -const usePopoverSurfaceStyles = makeStyles({ - smallMedium: typographyStyles.caption1, - large: typographyStyles.body1, -}); - -/** - * Apply styling to the InfoButton slots based on the state - */ -export const useInfoButtonStyles_unstable = (state: InfoButtonState): InfoButtonState => { - const { size } = state; - const { open } = state.popover; - const buttonStyles = useButtonStyles(); - const popoverSurfaceStyles = usePopoverSurfaceStyles(); - - state.info.className = mergeClasses( - infoButtonClassNames.info, - size === 'large' ? popoverSurfaceStyles.large : popoverSurfaceStyles.smallMedium, - state.info.className, - ); - - state.root.className = mergeClasses( - infoButtonClassNames.root, - buttonStyles.base, - buttonStyles.highContrast, - buttonStyles.focusIndicator, - open && buttonStyles.selected, - size === 'large' && buttonStyles.large, - state.root.className, - ); - - return state; -}; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.cy.tsx b/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.cy.tsx deleted file mode 100644 index 309a95113410a..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.cy.tsx +++ /dev/null @@ -1,82 +0,0 @@ -/* eslint-disable deprecation/deprecation */ - -import * as React from 'react'; -import { mount as mountBase } from '@cypress/react'; -import { FluentProvider } from '@fluentui/react-provider'; -import { teamsLightTheme } from '@fluentui/react-theme'; -import { InfoLabel } from '@fluentui/react-infobutton'; - -const mount = (element: JSX.Element) => { - mountBase({element}); -}; - -const surfaceSelector = '[role="note"]'; - -describe('InfoLabel - close on tab-out', () => { - const openInfoButton = () => { - cy.get('button').focus().realPress('{enter}'); - }; - - it('no focusable elements', () => { - mount(); - - openInfoButton(); - cy.realPress(['Shift', 'Tab']).get(surfaceSelector).should('not.exist'); - openInfoButton(); - cy.realPress('Tab').get(surfaceSelector).should('not.exist'); - }); - - it('single focusable element', () => { - mount( - - Example non-focusable info - - - } - />, - ); - - openInfoButton(); - cy.realPress(['Shift', 'Tab']).get(surfaceSelector).should('not.exist'); - openInfoButton(); - // moving into the focusable item - cy.realPress('Tab').get(surfaceSelector).should('exist'); - // tabbing out with shift + tab from the first focusable item should close the surface since - // the surface is only focusable programmatically - cy.realPress(['Shift', 'Tab']).get(surfaceSelector).should('not.exist'); - openInfoButton(); - cy.realPress('Tab').realPress('Tab').get(surfaceSelector).should('not.exist'); - }); - - it('one or more focusable elements', () => { - mount( - - Example non-focusable info - - - - - } - />, - ); - - openInfoButton(); - cy.realPress(['Shift', 'Tab']).get(surfaceSelector).should('not.exist'); - openInfoButton(); - // moving into the focusable item - cy.realPress('Tab').get(surfaceSelector).should('exist'); - // tabbing out with shift + tab from the first focusable item should close the surface since - // the surface is only focusable programmatically - cy.realPress(['Shift', 'Tab']).get(surfaceSelector).should('not.exist'); - openInfoButton(); - // checking that event does not propagate to children - cy.realPress('Tab').realPress('Tab').realPress(['Shift', 'Tab']).get(surfaceSelector).should('exist'); - cy.realPress('Tab').realPress('Tab').realPress('Tab').get(surfaceSelector).should('not.exist'); - }); -}); diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.test.tsx b/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.test.tsx deleted file mode 100644 index 811b3431c0499..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.test.tsx +++ /dev/null @@ -1,65 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import * as React from 'react'; - -import { fireEvent, render } from '@testing-library/react'; -import { isConformant } from '../../testing/isConformant'; -import { InfoLabel } from './InfoLabel'; - -describe('InfoLabel', () => { - isConformant({ - Component: InfoLabel, - displayName: 'InfoLabel', - primarySlot: 'label', - testOptions: { - 'has-static-classnames': [ - { - props: { - info: 'Test', - }, - }, - ], - }, - }); - - it('renders an InfoButton when info is set', () => { - const result = render(Test label); - expect(result.getByRole('button')).toBeTruthy(); - }); - - it("renders an InfoButton when the infoButton's info slot is set", () => { - const result = render(Test label); - expect(result.getByRole('button')).toBeTruthy(); - }); - - it('does not render an InfoButton when info is not set', () => { - const result = render(Test label); - expect(result.queryByRole('button')).toBeNull(); - }); - - it('sets the infoButton aria-labelledby to the label and infoButton', () => { - const result = render(Test label); - - const infoButton = result.getByRole('button'); - const label = result.getByText('Test label') as HTMLLabelElement; - - expect(infoButton.getAttribute('aria-labelledby')).toBe(`${label.id} ${infoButton.id}`); - }); - - it("applies InfoButton's info slot id to aria-owns on the InfoLabel's wrapper when open", () => { - const { container } = render(); - expect(container.getElementsByClassName('info-label-wrapper')[0].getAttribute('aria-owns')).toBeNull(); - - fireEvent.click(container.getElementsByTagName('button')[0]); - - expect(container.getElementsByClassName('info-label-wrapper')[0].getAttribute('aria-owns')).toBe('test-id'); - }); - - it("applies InfoButton's correct id to aria-owns on the InfoLabel's wrapper when id is provided to the infoButton slot", () => { - const { container } = render(); - expect(container.getElementsByClassName('info-label-wrapper')[0].getAttribute('aria-owns')).toBeNull(); - - fireEvent.click(container.getElementsByTagName('button')[0]); - - expect(container.getElementsByClassName('info-label-wrapper')[0].getAttribute('aria-owns')).toBe('test-id'); - }); -}); diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.tsx b/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.tsx deleted file mode 100644 index 83cb331526ba9..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.tsx +++ /dev/null @@ -1,22 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import * as React from 'react'; - -import type { ForwardRefComponent } from '@fluentui/react-utilities'; -import type { InfoLabelProps } from './InfoLabel.types'; -import { renderInfoLabel_unstable } from './renderInfoLabel'; -import { useInfoLabel_unstable } from './useInfoLabel'; -import { useInfoLabelStyles_unstable } from './useInfoLabelStyles.styles'; - -/** - * InfoLabel component - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const InfoLabel: ForwardRefComponent = React.forwardRef((props, ref) => { - const state = useInfoLabel_unstable(props, ref); - - useInfoLabelStyles_unstable(state); - return renderInfoLabel_unstable(state); -}); - -InfoLabel.displayName = 'InfoLabel'; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.types.ts b/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.types.ts deleted file mode 100644 index 18dcd839170d0..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.types.ts +++ /dev/null @@ -1,49 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import { Label } from '@fluentui/react-label'; -import { InfoButton } from '../InfoButton'; -import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; -import type { InfoButtonProps } from '../InfoButton'; - -/** - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export type InfoLabelSlots = { - root: NonNullable>; - - /** - * The Label component. - * - * It is not typically necessary to use this prop. The label text is the child of the ``, and other props - * such as `size` and `required` should be set directly on the `InfoLabel`. - * - * This is the PRIMARY slot: all native properties specified directly on `` will be applied to this slot, - * except `className` and `style`, which remain on the root slot. - */ - label: NonNullable>; - - /** - * The InfoButton component. - * - * It is not typically necessary to use this prop. The content can be set using the `info` prop of the InfoLabel. - */ - infoButton: Slot; -}; - -/** - * InfoLabel Props - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export type InfoLabelProps = ComponentProps, 'label'> & { - /** - * The content of the InfoButton's popover. - */ - info?: InfoButtonProps['info']; -}; - -/** - * State used in rendering InfoLabel - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export type InfoLabelState = ComponentState & Pick; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/index.ts b/packages/react-components/react-infobutton/src/components/InfoLabel/index.ts deleted file mode 100644 index 2f2b2f38df5bf..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './InfoLabel'; -export * from './InfoLabel.types'; -export * from './renderInfoLabel'; -export * from './useInfoLabel'; -export * from './useInfoLabelStyles.styles'; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx b/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx deleted file mode 100644 index 486ae6bdb001f..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/renderInfoLabel.tsx +++ /dev/null @@ -1,22 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -/** @jsxRuntime automatic */ -/** @jsxImportSource @fluentui/react-jsx-runtime */ - -import { assertSlots } from '@fluentui/react-utilities'; -import type { InfoLabelSlots, InfoLabelState } from './InfoLabel.types'; - -/** - * Render the final JSX of InfoLabel - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const renderInfoLabel_unstable = (state: InfoLabelState) => { - assertSlots(state); - - return ( - - - {state.infoButton && } - - ); -}; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/useInfoLabel.ts b/packages/react-components/react-infobutton/src/components/InfoLabel/useInfoLabel.ts deleted file mode 100644 index 0512b7cb2aa03..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/useInfoLabel.ts +++ /dev/null @@ -1,98 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import * as React from 'react'; - -import { Label } from '@fluentui/react-label'; -import { mergeCallbacks, useEventCallback, useId, slot } from '@fluentui/react-utilities'; -import { InfoButton } from '../InfoButton/InfoButton'; -import type { InfoLabelProps, InfoLabelState } from './InfoLabel.types'; - -/** - * Create the state required to render InfoLabel. - * - * The returned state can be modified with hooks such as useInfoLabelStyles_unstable, - * before being passed to renderInfoLabel_unstable. - * - * @param props - props from this instance of InfoLabel - * @param ref - reference to label element of InfoLabel - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const useInfoLabel_unstable = (props: InfoLabelProps, ref: React.Ref): InfoLabelState => { - const { - root: rootShorthand, - label: labelShorthand, - infoButton: infoButtonShorthand, - info, - size, - className, - style, - ...labelProps - } = props; - const baseId = useId('infolabel-'); - const [open, setOpen] = React.useState(false); - - const root = slot.always(rootShorthand, { - defaultProps: { - className, - style, - }, - elementType: 'span', - }); - - const label = slot.always(labelShorthand, { - defaultProps: { - id: baseId + '__label', - ref, - size, - ...labelProps, - }, - elementType: Label, - }); - - const infoButton = slot.optional(infoButtonShorthand, { - renderByDefault: !!info, - defaultProps: { - id: baseId + '__infoButton', - size, - info, - }, - elementType: InfoButton, - }); - - const infoButtonPopover = slot.always(infoButton?.popover, { - elementType: 'div', - }); - infoButtonPopover.onOpenChange = useEventCallback( - mergeCallbacks(infoButtonPopover.onOpenChange, (e, data) => { - setOpen(data.open); - }), - ); - - if (infoButton) { - infoButton.popover = infoButtonPopover; - infoButton.info = slot.optional(infoButton?.info, { - defaultProps: { - id: baseId + '__info', - }, - elementType: 'div', - }); - - infoButton['aria-labelledby'] ??= `${label.id} ${infoButton.id}`; - - if (open) { - root['aria-owns'] ??= infoButton.info?.id; - } - } - - return { - size, - components: { - root: 'span', - label: Label, - infoButton: InfoButton, - }, - root, - label, - infoButton, - }; -}; diff --git a/packages/react-components/react-infobutton/src/components/InfoLabel/useInfoLabelStyles.styles.ts b/packages/react-components/react-infobutton/src/components/InfoLabel/useInfoLabelStyles.styles.ts deleted file mode 100644 index 7327e19bc2e54..0000000000000 --- a/packages/react-components/react-infobutton/src/components/InfoLabel/useInfoLabelStyles.styles.ts +++ /dev/null @@ -1,62 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -import { tokens } from '@fluentui/react-theme'; -import type { SlotClassNames } from '@fluentui/react-utilities'; -import { makeStyles, mergeClasses } from '@griffel/react'; -import type { InfoLabelSlots, InfoLabelState } from './InfoLabel.types'; - -/** - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const infoLabelClassNames: SlotClassNames = { - root: 'fui-InfoLabel', - label: 'fui-InfoLabel__label', - infoButton: 'fui-InfoLabel__infoButton', -}; - -const useLabelStyles = makeStyles({ - base: { - verticalAlign: 'top', - cursor: 'inherit', - color: 'inherit', - }, -}); - -const useInfoButtonStyles = makeStyles({ - base: { - verticalAlign: 'top', - - // Negative margin to align with the text - marginTop: `calc(0px - ${tokens.spacingVerticalXXS})`, - marginBottom: `calc(0px - ${tokens.spacingVerticalXXS})`, - }, - - large: { - // Negative margin to align with the text - marginTop: '-1px', - marginBottom: '-1px', - }, -}); - -/** - * Apply styling to the InfoLabel slots based on the state - * - * @deprecated use {@link @fluentui/react-components#InfoLabel} from `\@fluentui/react-components` or `\@fluentui/react-infolabel` instead - */ -export const useInfoLabelStyles_unstable = (state: InfoLabelState): InfoLabelState => { - state.root.className = mergeClasses(infoLabelClassNames.root, state.root.className); - - const labelStyles = useLabelStyles(); - state.label.className = mergeClasses(infoLabelClassNames.label, labelStyles.base, state.label.className); - - const infoButtonStyles = useInfoButtonStyles(); - if (state.infoButton) { - state.infoButton.className = mergeClasses( - infoLabelClassNames.infoButton, - infoButtonStyles.base, - state.size === 'large' && infoButtonStyles.large, - state.infoButton.className, - ); - } - - return state; -}; diff --git a/packages/react-components/react-infobutton/src/index.ts b/packages/react-components/react-infobutton/src/index.ts deleted file mode 100644 index 463d77df095f5..0000000000000 --- a/packages/react-components/react-infobutton/src/index.ts +++ /dev/null @@ -1,17 +0,0 @@ -/* eslint-disable deprecation/deprecation */ -export { - InfoButton, - infoButtonClassNames, - renderInfoButton_unstable, - useInfoButtonStyles_unstable, - useInfoButton_unstable, -} from './InfoButton'; -export type { InfoButtonProps, InfoButtonSlots, InfoButtonState } from './InfoButton'; -export { - InfoLabel, - infoLabelClassNames, - renderInfoLabel_unstable, - useInfoLabelStyles_unstable, - useInfoLabel_unstable, -} from './InfoLabel'; -export type { InfoLabelProps, InfoLabelSlots, InfoLabelState } from './InfoLabel'; diff --git a/packages/react-components/react-infobutton/src/testing/isConformant.ts b/packages/react-components/react-infobutton/src/testing/isConformant.ts deleted file mode 100644 index a3d988f29a172..0000000000000 --- a/packages/react-components/react-infobutton/src/testing/isConformant.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { isConformant as baseIsConformant } from '@fluentui/react-conformance'; -import type { IsConformantOptions, TestObject } from '@fluentui/react-conformance'; -import griffelTests from '@fluentui/react-conformance-griffel'; - -export function isConformant( - testInfo: Omit, 'componentPath'> & { componentPath?: string }, -) { - const defaultOptions: Partial> = { - tsConfig: { configName: 'tsconfig.spec.json' }, - componentPath: require.main?.filename.replace('.test', ''), - extraTests: griffelTests as TestObject, - }; - - baseIsConformant(defaultOptions, testInfo); -} diff --git a/packages/react-components/react-infobutton/tsconfig.cy.json b/packages/react-components/react-infobutton/tsconfig.cy.json deleted file mode 100644 index 93a140885851d..0000000000000 --- a/packages/react-components/react-infobutton/tsconfig.cy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "isolatedModules": false, - "types": ["node", "cypress", "cypress-storybook/cypress", "cypress-real-events"], - "lib": ["ES2019", "dom"] - }, - "include": ["**/*.cy.ts", "**/*.cy.tsx"] -} diff --git a/packages/react-components/react-infobutton/tsconfig.json b/packages/react-components/react-infobutton/tsconfig.json deleted file mode 100644 index 1317f81620ca5..0000000000000 --- a/packages/react-components/react-infobutton/tsconfig.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "extends": "../../../tsconfig.base.json", - "compilerOptions": { - "target": "ES2019", - "noEmit": true, - "isolatedModules": true, - "importHelpers": true, - "jsx": "react", - "noUnusedLocals": true, - "preserveConstEnums": true - }, - "include": [], - "files": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - }, - { - "path": "./.storybook/tsconfig.json" - }, - { - "path": "./tsconfig.cy.json" - } - ] -} diff --git a/packages/react-components/react-infobutton/tsconfig.lib.json b/packages/react-components/react-infobutton/tsconfig.lib.json deleted file mode 100644 index e17f808c03933..0000000000000 --- a/packages/react-components/react-infobutton/tsconfig.lib.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "noEmit": false, - "lib": ["ES2019", "dom"], - "declaration": true, - "declarationDir": "../../../dist/out-tsc/types", - "outDir": "../../../dist/out-tsc", - "inlineSources": true, - "types": ["static-assets", "environment"] - }, - "exclude": [ - "./src/testing/**", - "**/*.spec.ts", - "**/*.spec.tsx", - "**/*.test.ts", - "**/*.test.tsx", - "**/*.stories.ts", - "**/*.stories.tsx", - "**/*.cy.ts", - "**/*.cy.tsx" - ], - "include": ["./src/**/*.ts", "./src/**/*.tsx"] -} diff --git a/packages/react-components/react-infobutton/tsconfig.spec.json b/packages/react-components/react-infobutton/tsconfig.spec.json deleted file mode 100644 index 911456fe4b4d9..0000000000000 --- a/packages/react-components/react-infobutton/tsconfig.spec.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "module": "CommonJS", - "outDir": "dist", - "types": ["jest", "node"] - }, - "include": [ - "**/*.spec.ts", - "**/*.spec.tsx", - "**/*.test.ts", - "**/*.test.tsx", - "**/*.d.ts", - "./src/testing/**/*.ts", - "./src/testing/**/*.tsx" - ] -} diff --git a/packages/react-components/react-infolabel/docs/Spec.md b/packages/react-components/react-infolabel/docs/Spec.md index a852103e421cd..aad7acd6a39e4 100644 --- a/packages/react-components/react-infolabel/docs/Spec.md +++ b/packages/react-components/react-infolabel/docs/Spec.md @@ -1,4 +1,4 @@ -# @fluentui/react-infobutton Spec +# @fluentui/react-infolabel Spec Convergence epic issue: [#25062](https://github.com/microsoft/fluentui/issues/25062) diff --git a/tsconfig.base.all.json b/tsconfig.base.all.json index f200766d50caa..a34882b58cd5d 100644 --- a/tsconfig.base.all.json +++ b/tsconfig.base.all.json @@ -112,7 +112,6 @@ "@fluentui/react-focus-management": ["packages/react-focus-management/src/index.ts"], "@fluentui/react-icons-compat": ["packages/react-components/react-icons-compat/src/index.ts"], "@fluentui/react-image": ["packages/react-components/react-image/src/index.ts"], - "@fluentui/react-infobutton": ["packages/react-components/react-infobutton/src/index.ts"], "@fluentui/react-infolabel": ["packages/react-components/react-infolabel/src/index.ts"], "@fluentui/react-input": ["packages/react-components/react-input/src/index.ts"], "@fluentui/react-jsx-runtime": ["packages/react-components/react-jsx-runtime/src/index.ts"], diff --git a/tsconfig.base.json b/tsconfig.base.json index 0bcf9e7f63607..111fc94d0a818 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -47,7 +47,6 @@ "@fluentui/react-focus-management": ["packages/react-focus-management/src/index.ts"], "@fluentui/react-icons-compat": ["packages/react-components/react-icons-compat/src/index.ts"], "@fluentui/react-image": ["packages/react-components/react-image/src/index.ts"], - "@fluentui/react-infobutton": ["packages/react-components/react-infobutton/src/index.ts"], "@fluentui/react-infolabel": ["packages/react-components/react-infolabel/src/index.ts"], "@fluentui/react-input": ["packages/react-components/react-input/src/index.ts"], "@fluentui/react-jsx-runtime": ["packages/react-components/react-jsx-runtime/src/index.ts"], diff --git a/yarn.lock b/yarn.lock index a68cc122cc200..8ea19ad44bd52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1972,6 +1972,21 @@ "@griffel/react" "^1.0.0" tslib "^2.1.0" +"@fluentui/react-infobutton@9.0.0-beta.102": + version "9.0.0-beta.102" + resolved "https://registry.yarnpkg.com/@fluentui/react-infobutton/-/react-infobutton-9.0.0-beta.102.tgz#c0473275141999455fae4388f47d4f77b98c0f89" + integrity sha512-3kA4F0Vga8Ds6JGlBajLCCDOo/LmPuS786Wg7ui4ZTDYVIMzy1yp2XuVcZniifBFvEp0HQCUoDPWUV0VI3FfzQ== + dependencies: + "@fluentui/react-icons" "^2.0.237" + "@fluentui/react-jsx-runtime" "^9.0.36" + "@fluentui/react-label" "^9.1.68" + "@fluentui/react-popover" "^9.9.6" + "@fluentui/react-tabster" "^9.21.0" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.7" + "@griffel/react" "^1.5.14" + "@swc/helpers" "^0.5.1" + "@griffel/babel-preset@1.4.20", "@griffel/babel-preset@^1.4.20": version "1.4.20" resolved "https://registry.yarnpkg.com/@griffel/babel-preset/-/babel-preset-1.4.20.tgz#047eb62f104e7bea781820816263e7407fafe543"