diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e6711921497a0..243e4e6aa0af2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -305,11 +305,13 @@ packages/tokens @microsoft/teams-prg packages/react-components/react-tags @microsoft/cxe-red @microsoft/teams-prg packages/react-components/react-tags/library @microsoft/cxe-red @microsoft/teams-prg packages/react-components/react-tags/stories @microsoft/cxe-red @microsoft/teams-prg -packages/react-components/react-migration-v0-v9 @microsoft/teams-prg +packages/react-components/react-migration-v0-v9/library @microsoft/teams-prg +packages/react-components/react-migration-v0-v9/stories @microsoft/teams-prg packages/react-components/react-datepicker-compat @microsoft/cxe-red @sopranopillow @khmakoto packages/react-components/react-datepicker-compat/library @microsoft/cxe-red @sopranopillow @khmakoto packages/react-components/react-datepicker-compat/stories @microsoft/cxe-red @sopranopillow @khmakoto -packages/react-components/react-migration-v8-v9 @microsoft/cxe-red @geoffcoxmsft +packages/react-components/react-migration-v8-v9/library @microsoft/cxe-red @geoffcoxmsft +packages/react-components/react-migration-v8-v9/stories @microsoft/cxe-red @geoffcoxmsft packages/react-components/react-breadcrumb @microsoft/cxe-prg packages/react-components/react-breadcrumb/library @microsoft/cxe-prg packages/react-components/react-breadcrumb/stories @microsoft/cxe-prg diff --git a/change/@fluentui-react-migration-v0-v9-a8b27f19-8898-4f86-aa30-948bfc565727.json b/change/@fluentui-react-migration-v0-v9-a8b27f19-8898-4f86-aa30-948bfc565727.json new file mode 100644 index 0000000000000..b7d297200c86e --- /dev/null +++ b/change/@fluentui-react-migration-v0-v9-a8b27f19-8898-4f86-aa30-948bfc565727.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: split migraton packages to follow our /library /story structure", + "packageName": "@fluentui/react-migration-v0-v9", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-migration-v8-v9-04a2d3bc-375d-493d-b3da-8a3443303797.json b/change/@fluentui-react-migration-v8-v9-04a2d3bc-375d-493d-b3da-8a3443303797.json new file mode 100644 index 0000000000000..250ff4e801af7 --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-04a2d3bc-375d-493d-b3da-8a3443303797.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: split migraton packages to follow our /library /story structure", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/packages/react-components/react-migration-v0-v9/.babelrc.json b/packages/react-components/react-migration-v0-v9/library/.babelrc.json similarity index 65% rename from packages/react-components/react-migration-v0-v9/.babelrc.json rename to packages/react-components/react-migration-v0-v9/library/.babelrc.json index 45fb71ca16d2c..630deaf765c49 100644 --- a/packages/react-components/react-migration-v0-v9/.babelrc.json +++ b/packages/react-components/react-migration-v0-v9/library/.babelrc.json @@ -1,4 +1,4 @@ { - "extends": "../../../.babelrc-v9.json", + "extends": "../../../../.babelrc-v9.json", "plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"] } diff --git a/packages/react-components/react-migration-v0-v9/.eslintrc.json b/packages/react-components/react-migration-v0-v9/library/.eslintrc.json similarity index 100% rename from packages/react-components/react-migration-v0-v9/.eslintrc.json rename to packages/react-components/react-migration-v0-v9/library/.eslintrc.json diff --git a/packages/react-components/react-migration-v0-v9/.swcrc b/packages/react-components/react-migration-v0-v9/library/.swcrc similarity index 100% rename from packages/react-components/react-migration-v0-v9/.swcrc rename to packages/react-components/react-migration-v0-v9/library/.swcrc diff --git a/packages/react-components/react-migration-v0-v9/CHANGELOG.json b/packages/react-components/react-migration-v0-v9/library/CHANGELOG.json similarity index 100% rename from packages/react-components/react-migration-v0-v9/CHANGELOG.json rename to packages/react-components/react-migration-v0-v9/library/CHANGELOG.json diff --git a/packages/react-components/react-migration-v0-v9/CHANGELOG.md b/packages/react-components/react-migration-v0-v9/library/CHANGELOG.md similarity index 95% rename from packages/react-components/react-migration-v0-v9/CHANGELOG.md rename to packages/react-components/react-migration-v0-v9/library/CHANGELOG.md index c32a17b85abde..3231593c36d3a 100644 --- a/packages/react-components/react-migration-v0-v9/CHANGELOG.md +++ b/packages/react-components/react-migration-v0-v9/library/CHANGELOG.md @@ -6,7 +6,7 @@ This log was last generated on Tue, 30 Jul 2024 18:47:35 GMT and should not be m ## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.4) -Tue, 30 Jul 2024 18:47:35 GMT +Tue, 30 Jul 2024 18:47:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.3..@fluentui/react-migration-v0-v9_v9.2.4) ### Patches @@ -15,7 +15,7 @@ Tue, 30 Jul 2024 18:47:35 GMT ## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.3) -Tue, 23 Jul 2024 20:13:14 GMT +Tue, 23 Jul 2024 20:13:14 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.2..@fluentui/react-migration-v0-v9_v9.2.3) ### Patches @@ -30,7 +30,7 @@ Tue, 23 Jul 2024 20:13:14 GMT ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.2) -Mon, 15 Jul 2024 17:25:34 GMT +Mon, 15 Jul 2024 17:25:34 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.1..@fluentui/react-migration-v0-v9_v9.2.2) ### Patches @@ -46,7 +46,7 @@ Mon, 15 Jul 2024 17:25:34 GMT ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.1) -Thu, 04 Jul 2024 15:14:36 GMT +Thu, 04 Jul 2024 15:14:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.0..@fluentui/react-migration-v0-v9_v9.2.1) ### Patches @@ -55,7 +55,7 @@ Thu, 04 Jul 2024 15:14:36 GMT ## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.0) -Mon, 01 Jul 2024 20:30:21 GMT +Mon, 01 Jul 2024 20:30:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.37..@fluentui/react-migration-v0-v9_v9.2.0) ### Minor changes @@ -75,7 +75,7 @@ Mon, 01 Jul 2024 20:30:21 GMT ## [9.1.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.37) -Mon, 17 Jun 2024 07:34:17 GMT +Mon, 17 Jun 2024 07:34:17 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.36..@fluentui/react-migration-v0-v9_v9.1.37) ### Patches @@ -87,7 +87,7 @@ Mon, 17 Jun 2024 07:34:17 GMT ## [9.1.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.36) -Wed, 12 Jun 2024 13:17:28 GMT +Wed, 12 Jun 2024 13:17:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.35..@fluentui/react-migration-v0-v9_v9.1.36) ### Patches @@ -96,7 +96,7 @@ Wed, 12 Jun 2024 13:17:28 GMT ## [9.1.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.35) -Thu, 06 Jun 2024 15:26:45 GMT +Thu, 06 Jun 2024 15:26:45 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.34..@fluentui/react-migration-v0-v9_v9.1.35) ### Patches @@ -110,7 +110,7 @@ Thu, 06 Jun 2024 15:26:45 GMT ## [9.1.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.34) -Thu, 23 May 2024 08:02:45 GMT +Thu, 23 May 2024 08:02:45 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.33..@fluentui/react-migration-v0-v9_v9.1.34) ### Patches @@ -122,7 +122,7 @@ Thu, 23 May 2024 08:02:45 GMT ## [9.1.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.33) -Mon, 20 May 2024 12:44:59 GMT +Mon, 20 May 2024 12:44:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.32..@fluentui/react-migration-v0-v9_v9.1.33) ### Patches @@ -138,17 +138,17 @@ Mon, 20 May 2024 12:44:59 GMT ## [9.1.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.32) -Thu, 16 May 2024 09:25:15 GMT +Thu, 16 May 2024 09:25:15 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.31..@fluentui/react-migration-v0-v9_v9.1.32) ### Patches -- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com) +- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com) - Bump @fluentui/react-components to v9.51.1 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball) ## [9.1.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.31) -Mon, 13 May 2024 12:34:20 GMT +Mon, 13 May 2024 12:34:20 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.30..@fluentui/react-migration-v0-v9_v9.1.31) ### Patches @@ -157,7 +157,7 @@ Mon, 13 May 2024 12:34:20 GMT ## [9.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.30) -Thu, 09 May 2024 19:35:12 GMT +Thu, 09 May 2024 19:35:12 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.29..@fluentui/react-migration-v0-v9_v9.1.30) ### Patches @@ -168,7 +168,7 @@ Thu, 09 May 2024 19:35:12 GMT ## [9.1.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.29) -Mon, 06 May 2024 12:55:02 GMT +Mon, 06 May 2024 12:55:02 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.28..@fluentui/react-migration-v0-v9_v9.1.29) ### Patches @@ -183,19 +183,19 @@ Mon, 06 May 2024 12:55:02 GMT ## [9.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.28) -Thu, 02 May 2024 11:36:35 GMT +Thu, 02 May 2024 11:36:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.27..@fluentui/react-migration-v0-v9_v9.1.28) ### Patches -- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com) +- 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-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball) - Bump @fluentui/react-components to v9.49.1 ([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.1.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.27) -Tue, 23 Apr 2024 08:17:49 GMT +Tue, 23 Apr 2024 08:17:49 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.26..@fluentui/react-migration-v0-v9_v9.1.27) ### Patches @@ -210,12 +210,12 @@ Tue, 23 Apr 2024 08:17:49 GMT ## [9.1.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.26) -Wed, 17 Apr 2024 21:53:55 GMT +Wed, 17 Apr 2024 21:53:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.25..@fluentui/react-migration-v0-v9_v9.1.26) ### Patches -- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com) +- chore: refactor styles defined in makeResetStyles() to avoid shorthands.\*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com) - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com) - Bump @fluentui/react-aria to v9.10.4 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball) - Bump @fluentui/react-components to v9.48.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball) @@ -223,7 +223,7 @@ Wed, 17 Apr 2024 21:53:55 GMT ## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.25) -Fri, 05 Apr 2024 14:17:26 GMT +Fri, 05 Apr 2024 14:17:26 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.24..@fluentui/react-migration-v0-v9_v9.1.25) ### Patches @@ -232,7 +232,7 @@ Fri, 05 Apr 2024 14:17:26 GMT ## [9.1.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.24) -Thu, 04 Apr 2024 12:08:09 GMT +Thu, 04 Apr 2024 12:08:09 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.23..@fluentui/react-migration-v0-v9_v9.1.24) ### Patches @@ -241,7 +241,7 @@ Thu, 04 Apr 2024 12:08:09 GMT ## [9.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.23) -Tue, 02 Apr 2024 09:48:01 GMT +Tue, 02 Apr 2024 09:48:01 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.22..@fluentui/react-migration-v0-v9_v9.1.23) ### Patches @@ -256,7 +256,7 @@ Tue, 02 Apr 2024 09:48:01 GMT ## [9.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.22) -Mon, 25 Mar 2024 11:12:15 GMT +Mon, 25 Mar 2024 11:12:15 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.21..@fluentui/react-migration-v0-v9_v9.1.22) ### Patches @@ -265,7 +265,7 @@ Mon, 25 Mar 2024 11:12:15 GMT ## [9.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.21) -Mon, 18 Mar 2024 19:50:46 GMT +Mon, 18 Mar 2024 19:50:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.20..@fluentui/react-migration-v0-v9_v9.1.21) ### Patches @@ -281,7 +281,7 @@ Mon, 18 Mar 2024 19:50:46 GMT ## [9.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.20) -Fri, 15 Mar 2024 21:43:49 GMT +Fri, 15 Mar 2024 21:43:49 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.19..@fluentui/react-migration-v0-v9_v9.1.20) ### Patches @@ -297,7 +297,7 @@ Fri, 15 Mar 2024 21:43:49 GMT ## [9.1.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.19) -Thu, 07 Mar 2024 19:33:27 GMT +Thu, 07 Mar 2024 19:33:27 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.18..@fluentui/react-migration-v0-v9_v9.1.19) ### Patches @@ -313,7 +313,7 @@ Thu, 07 Mar 2024 19:33:27 GMT ## [9.1.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.18) -Thu, 29 Feb 2024 14:44:21 GMT +Thu, 29 Feb 2024 14:44:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.17..@fluentui/react-migration-v0-v9_v9.1.18) ### Patches @@ -322,7 +322,7 @@ Thu, 29 Feb 2024 14:44:21 GMT ## [9.1.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.17) -Wed, 28 Feb 2024 02:34:19 GMT +Wed, 28 Feb 2024 02:34:19 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.16..@fluentui/react-migration-v0-v9_v9.1.17) ### Patches @@ -337,7 +337,7 @@ Wed, 28 Feb 2024 02:34:19 GMT ## [9.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.16) -Tue, 20 Feb 2024 14:22:22 GMT +Tue, 20 Feb 2024 14:22:22 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.15..@fluentui/react-migration-v0-v9_v9.1.16) ### Patches @@ -351,7 +351,7 @@ Tue, 20 Feb 2024 14:22:22 GMT ## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.15) -Tue, 06 Feb 2024 17:55:19 GMT +Tue, 06 Feb 2024 17:55:19 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.14..@fluentui/react-migration-v0-v9_v9.1.15) ### Patches @@ -364,7 +364,7 @@ Tue, 06 Feb 2024 17:55:19 GMT ## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.14) -Tue, 30 Jan 2024 23:16:54 GMT +Tue, 30 Jan 2024 23:16:54 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.13..@fluentui/react-migration-v0-v9_v9.1.14) ### Patches @@ -378,7 +378,7 @@ Tue, 30 Jan 2024 23:16:54 GMT ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.13) -Mon, 29 Jan 2024 13:56:06 GMT +Mon, 29 Jan 2024 13:56:06 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.12..@fluentui/react-migration-v0-v9_v9.1.13) ### Patches @@ -387,7 +387,7 @@ Mon, 29 Jan 2024 13:56:06 GMT ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.12) -Fri, 26 Jan 2024 10:40:22 GMT +Fri, 26 Jan 2024 10:40:22 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.11..@fluentui/react-migration-v0-v9_v9.1.12) ### Patches @@ -396,7 +396,7 @@ Fri, 26 Jan 2024 10:40:22 GMT ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.11) -Tue, 23 Jan 2024 15:11:00 GMT +Tue, 23 Jan 2024 15:11:00 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.10..@fluentui/react-migration-v0-v9_v9.1.11) ### Patches @@ -410,7 +410,7 @@ Tue, 23 Jan 2024 15:11:00 GMT ## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.10) -Thu, 18 Jan 2024 14:25:03 GMT +Thu, 18 Jan 2024 14:25:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.9..@fluentui/react-migration-v0-v9_v9.1.10) ### Patches @@ -425,7 +425,7 @@ Thu, 18 Jan 2024 14:25:03 GMT ## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.9) -Wed, 17 Jan 2024 16:18:50 GMT +Wed, 17 Jan 2024 16:18:50 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.8..@fluentui/react-migration-v0-v9_v9.1.9) ### Patches @@ -439,7 +439,7 @@ Wed, 17 Jan 2024 16:18:50 GMT ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.8) -Tue, 16 Jan 2024 13:14:20 GMT +Tue, 16 Jan 2024 13:14:20 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.7..@fluentui/react-migration-v0-v9_v9.1.8) ### Patches @@ -453,7 +453,7 @@ Tue, 16 Jan 2024 13:14:20 GMT ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.7) -Thu, 11 Jan 2024 09:04:28 GMT +Thu, 11 Jan 2024 09:04:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.6..@fluentui/react-migration-v0-v9_v9.1.7) ### Patches @@ -464,7 +464,7 @@ Thu, 11 Jan 2024 09:04:28 GMT ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.6) -Tue, 09 Jan 2024 10:21:34 GMT +Tue, 09 Jan 2024 10:21:34 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.5..@fluentui/react-migration-v0-v9_v9.1.6) ### Patches @@ -473,7 +473,7 @@ Tue, 09 Jan 2024 10:21:34 GMT ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.5) -Mon, 08 Jan 2024 16:24:23 GMT +Mon, 08 Jan 2024 16:24:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.4..@fluentui/react-migration-v0-v9_v9.1.5) ### Patches @@ -488,7 +488,7 @@ Mon, 08 Jan 2024 16:24:23 GMT ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.4) -Wed, 03 Jan 2024 09:26:44 GMT +Wed, 03 Jan 2024 09:26:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.3..@fluentui/react-migration-v0-v9_v9.1.4) ### Patches @@ -502,7 +502,7 @@ Wed, 03 Jan 2024 09:26:44 GMT ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.3) -Thu, 21 Dec 2023 17:00:41 GMT +Thu, 21 Dec 2023 17:00:41 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.2..@fluentui/react-migration-v0-v9_v9.1.3) ### Patches @@ -511,7 +511,7 @@ Thu, 21 Dec 2023 17:00:41 GMT ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.2) -Mon, 18 Dec 2023 17:48:16 GMT +Mon, 18 Dec 2023 17:48:16 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.1..@fluentui/react-migration-v0-v9_v9.1.2) ### Patches @@ -520,7 +520,7 @@ Mon, 18 Dec 2023 17:48:16 GMT ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.1) -Mon, 18 Dec 2023 14:40:46 GMT +Mon, 18 Dec 2023 14:40:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.1.0..@fluentui/react-migration-v0-v9_v9.1.1) ### Patches @@ -535,7 +535,7 @@ Mon, 18 Dec 2023 14:40:46 GMT ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.1.0) -Thu, 14 Dec 2023 09:58:44 GMT +Thu, 14 Dec 2023 09:58:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.54..@fluentui/react-migration-v0-v9_v9.1.0) ### Minor changes @@ -551,7 +551,7 @@ Thu, 14 Dec 2023 09:58:44 GMT ## [9.0.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.54) -Thu, 30 Nov 2023 13:42:08 GMT +Thu, 30 Nov 2023 13:42:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.53..@fluentui/react-migration-v0-v9_v9.0.54) ### Patches @@ -561,7 +561,7 @@ Thu, 30 Nov 2023 13:42:08 GMT ## [9.0.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.53) -Mon, 20 Nov 2023 09:55:10 GMT +Mon, 20 Nov 2023 09:55:10 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.52..@fluentui/react-migration-v0-v9_v9.0.53) ### Patches @@ -570,7 +570,7 @@ Mon, 20 Nov 2023 09:55:10 GMT ## [9.0.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.52) -Tue, 14 Nov 2023 17:51:27 GMT +Tue, 14 Nov 2023 17:51:27 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.51..@fluentui/react-migration-v0-v9_v9.0.52) ### Patches @@ -579,7 +579,7 @@ Tue, 14 Nov 2023 17:51:27 GMT ## [9.0.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.51) -Fri, 10 Nov 2023 13:46:33 GMT +Fri, 10 Nov 2023 13:46:33 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.50..@fluentui/react-migration-v0-v9_v9.0.51) ### Patches @@ -588,7 +588,7 @@ Fri, 10 Nov 2023 13:46:33 GMT ## [9.0.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.50) -Thu, 09 Nov 2023 17:29:38 GMT +Thu, 09 Nov 2023 17:29:38 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.49..@fluentui/react-migration-v0-v9_v9.0.50) ### Patches @@ -601,7 +601,7 @@ Thu, 09 Nov 2023 17:29:38 GMT ## [9.0.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.49) -Mon, 06 Nov 2023 13:16:04 GMT +Mon, 06 Nov 2023 13:16:04 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.48..@fluentui/react-migration-v0-v9_v9.0.49) ### Patches @@ -610,7 +610,7 @@ Mon, 06 Nov 2023 13:16:04 GMT ## [9.0.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.48) -Thu, 02 Nov 2023 17:38:46 GMT +Thu, 02 Nov 2023 17:38:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.47..@fluentui/react-migration-v0-v9_v9.0.48) ### Patches @@ -619,7 +619,7 @@ Thu, 02 Nov 2023 17:38:46 GMT ## [9.0.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.47) -Wed, 01 Nov 2023 19:15:55 GMT +Wed, 01 Nov 2023 19:15:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.46..@fluentui/react-migration-v0-v9_v9.0.47) ### Patches @@ -628,7 +628,7 @@ Wed, 01 Nov 2023 19:15:55 GMT ## [9.0.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.46) -Wed, 01 Nov 2023 12:55:59 GMT +Wed, 01 Nov 2023 12:55:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.45..@fluentui/react-migration-v0-v9_v9.0.46) ### Patches @@ -638,7 +638,7 @@ Wed, 01 Nov 2023 12:55:59 GMT ## [9.0.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.45) -Sat, 28 Oct 2023 23:35:59 GMT +Sat, 28 Oct 2023 23:35:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.44..@fluentui/react-migration-v0-v9_v9.0.45) ### Patches @@ -647,7 +647,7 @@ Sat, 28 Oct 2023 23:35:59 GMT ## [9.0.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.44) -Mon, 23 Oct 2023 09:51:57 GMT +Mon, 23 Oct 2023 09:51:57 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.43..@fluentui/react-migration-v0-v9_v9.0.44) ### Patches @@ -656,7 +656,7 @@ Mon, 23 Oct 2023 09:51:57 GMT ## [9.0.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.43) -Wed, 18 Oct 2023 17:54:08 GMT +Wed, 18 Oct 2023 17:54:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.42..@fluentui/react-migration-v0-v9_v9.0.43) ### Patches @@ -667,7 +667,7 @@ Wed, 18 Oct 2023 17:54:08 GMT ## [9.0.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.42) -Thu, 12 Oct 2023 14:55:44 GMT +Thu, 12 Oct 2023 14:55:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.41..@fluentui/react-migration-v0-v9_v9.0.42) ### Patches @@ -677,7 +677,7 @@ Thu, 12 Oct 2023 14:55:44 GMT ## [9.0.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.41) -Wed, 11 Oct 2023 13:54:26 GMT +Wed, 11 Oct 2023 13:54:26 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.40..@fluentui/react-migration-v0-v9_v9.0.41) ### Patches @@ -688,7 +688,7 @@ Wed, 11 Oct 2023 13:54:26 GMT ## [9.0.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.40) -Mon, 09 Oct 2023 20:45:44 GMT +Mon, 09 Oct 2023 20:45:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.39..@fluentui/react-migration-v0-v9_v9.0.40) ### Patches @@ -699,7 +699,7 @@ Mon, 09 Oct 2023 20:45:44 GMT ## [9.0.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.39) -Thu, 05 Oct 2023 15:25:31 GMT +Thu, 05 Oct 2023 15:25:31 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.38..@fluentui/react-migration-v0-v9_v9.0.39) ### Patches @@ -711,7 +711,7 @@ Thu, 05 Oct 2023 15:25:31 GMT ## [9.0.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.38) -Wed, 04 Oct 2023 08:45:47 GMT +Wed, 04 Oct 2023 08:45:47 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.37..@fluentui/react-migration-v0-v9_v9.0.38) ### Patches @@ -722,7 +722,7 @@ Wed, 04 Oct 2023 08:45:47 GMT ## [9.0.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.37) -Mon, 02 Oct 2023 08:56:05 GMT +Mon, 02 Oct 2023 08:56:05 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.36..@fluentui/react-migration-v0-v9_v9.0.37) ### Patches @@ -731,7 +731,7 @@ Mon, 02 Oct 2023 08:56:05 GMT ## [9.0.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.36) -Tue, 26 Sep 2023 17:49:07 GMT +Tue, 26 Sep 2023 17:49:07 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.35..@fluentui/react-migration-v0-v9_v9.0.36) ### Patches @@ -744,7 +744,7 @@ Tue, 26 Sep 2023 17:49:07 GMT ## [9.0.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.35) -Tue, 26 Sep 2023 15:31:56 GMT +Tue, 26 Sep 2023 15:31:56 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.34..@fluentui/react-migration-v0-v9_v9.0.35) ### Patches @@ -758,7 +758,7 @@ Tue, 26 Sep 2023 15:31:56 GMT ## [9.0.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.34) -Wed, 20 Sep 2023 17:47:39 GMT +Wed, 20 Sep 2023 17:47:39 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.33..@fluentui/react-migration-v0-v9_v9.0.34) ### Patches @@ -769,7 +769,7 @@ Wed, 20 Sep 2023 17:47:39 GMT ## [9.0.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.33) -Wed, 20 Sep 2023 14:59:53 GMT +Wed, 20 Sep 2023 14:59:53 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.32..@fluentui/react-migration-v0-v9_v9.0.33) ### Patches @@ -779,7 +779,7 @@ Wed, 20 Sep 2023 14:59:53 GMT ## [9.0.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.32) -Thu, 14 Sep 2023 16:44:47 GMT +Thu, 14 Sep 2023 16:44:47 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.31..@fluentui/react-migration-v0-v9_v9.0.32) ### Patches @@ -789,7 +789,7 @@ Thu, 14 Sep 2023 16:44:47 GMT ## [9.0.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.31) -Tue, 12 Sep 2023 08:51:34 GMT +Tue, 12 Sep 2023 08:51:34 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.30..@fluentui/react-migration-v0-v9_v9.0.31) ### Patches @@ -799,7 +799,7 @@ Tue, 12 Sep 2023 08:51:34 GMT ## [9.0.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.30) -Wed, 06 Sep 2023 13:31:31 GMT +Wed, 06 Sep 2023 13:31:31 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.29..@fluentui/react-migration-v0-v9_v9.0.30) ### Patches @@ -810,7 +810,7 @@ Wed, 06 Sep 2023 13:31:31 GMT ## [9.0.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.29) -Tue, 05 Sep 2023 15:39:04 GMT +Tue, 05 Sep 2023 15:39:04 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.28..@fluentui/react-migration-v0-v9_v9.0.29) ### Patches @@ -821,7 +821,7 @@ Tue, 05 Sep 2023 15:39:04 GMT ## [9.0.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.28) -Tue, 05 Sep 2023 13:29:27 GMT +Tue, 05 Sep 2023 13:29:27 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.27..@fluentui/react-migration-v0-v9_v9.0.28) ### Patches @@ -835,7 +835,7 @@ Tue, 05 Sep 2023 13:29:27 GMT ## [9.0.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.27) -Tue, 29 Aug 2023 12:57:36 GMT +Tue, 29 Aug 2023 12:57:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.26..@fluentui/react-migration-v0-v9_v9.0.27) ### Patches @@ -846,7 +846,7 @@ Tue, 29 Aug 2023 12:57:36 GMT ## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.26) -Thu, 24 Aug 2023 10:26:35 GMT +Thu, 24 Aug 2023 10:26:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.25..@fluentui/react-migration-v0-v9_v9.0.26) ### Patches @@ -857,7 +857,7 @@ Thu, 24 Aug 2023 10:26:35 GMT ## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.25) -Wed, 23 Aug 2023 12:01:49 GMT +Wed, 23 Aug 2023 12:01:49 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.24..@fluentui/react-migration-v0-v9_v9.0.25) ### Patches @@ -868,7 +868,7 @@ Wed, 23 Aug 2023 12:01:49 GMT ## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.24) -Mon, 21 Aug 2023 11:38:03 GMT +Mon, 21 Aug 2023 11:38:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.23..@fluentui/react-migration-v0-v9_v9.0.24) ### Patches @@ -877,7 +877,7 @@ Mon, 21 Aug 2023 11:38:03 GMT ## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.23) -Thu, 17 Aug 2023 13:49:56 GMT +Thu, 17 Aug 2023 13:49:56 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.22..@fluentui/react-migration-v0-v9_v9.0.23) ### Patches @@ -886,7 +886,7 @@ Thu, 17 Aug 2023 13:49:56 GMT ## [9.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.22) -Wed, 16 Aug 2023 17:41:08 GMT +Wed, 16 Aug 2023 17:41:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.21..@fluentui/react-migration-v0-v9_v9.0.22) ### Patches @@ -896,7 +896,7 @@ Wed, 16 Aug 2023 17:41:08 GMT ## [9.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.21) -Wed, 16 Aug 2023 11:38:33 GMT +Wed, 16 Aug 2023 11:38:33 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.20..@fluentui/react-migration-v0-v9_v9.0.21) ### Patches @@ -906,7 +906,7 @@ Wed, 16 Aug 2023 11:38:33 GMT ## [9.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.20) -Mon, 14 Aug 2023 21:22:22 GMT +Mon, 14 Aug 2023 21:22:22 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.19..@fluentui/react-migration-v0-v9_v9.0.20) ### Patches @@ -915,7 +915,7 @@ Mon, 14 Aug 2023 21:22:22 GMT ## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.19) -Fri, 11 Aug 2023 12:14:24 GMT +Fri, 11 Aug 2023 12:14:24 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.18..@fluentui/react-migration-v0-v9_v9.0.19) ### Patches @@ -927,7 +927,7 @@ Fri, 11 Aug 2023 12:14:24 GMT ## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.18) -Wed, 09 Aug 2023 13:16:59 GMT +Wed, 09 Aug 2023 13:16:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.17..@fluentui/react-migration-v0-v9_v9.0.18) ### Patches @@ -939,7 +939,7 @@ Wed, 09 Aug 2023 13:16:59 GMT ## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.17) -Fri, 04 Aug 2023 08:52:58 GMT +Fri, 04 Aug 2023 08:52:58 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.16..@fluentui/react-migration-v0-v9_v9.0.17) ### Patches @@ -951,7 +951,7 @@ Fri, 04 Aug 2023 08:52:58 GMT ## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.16) -Tue, 01 Aug 2023 13:04:25 GMT +Tue, 01 Aug 2023 13:04:25 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.15..@fluentui/react-migration-v0-v9_v9.0.16) ### Patches @@ -960,7 +960,7 @@ Tue, 01 Aug 2023 13:04:25 GMT ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.15) -Tue, 01 Aug 2023 10:17:21 GMT +Tue, 01 Aug 2023 10:17:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.14..@fluentui/react-migration-v0-v9_v9.0.15) ### Patches @@ -969,7 +969,7 @@ Tue, 01 Aug 2023 10:17:21 GMT ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.14) -Thu, 27 Jul 2023 10:34:14 GMT +Thu, 27 Jul 2023 10:34:14 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.13..@fluentui/react-migration-v0-v9_v9.0.14) ### Patches @@ -978,7 +978,7 @@ Thu, 27 Jul 2023 10:34:14 GMT ## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.13) -Tue, 25 Jul 2023 13:29:20 GMT +Tue, 25 Jul 2023 13:29:20 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.12..@fluentui/react-migration-v0-v9_v9.0.13) ### Patches @@ -988,7 +988,7 @@ Tue, 25 Jul 2023 13:29:20 GMT ## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.12) -Thu, 20 Jul 2023 18:27:36 GMT +Thu, 20 Jul 2023 18:27:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.11..@fluentui/react-migration-v0-v9_v9.0.12) ### Patches @@ -998,7 +998,7 @@ Thu, 20 Jul 2023 18:27:36 GMT ## [9.0.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.11) -Mon, 17 Jul 2023 21:27:36 GMT +Mon, 17 Jul 2023 21:27:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.10..@fluentui/react-migration-v0-v9_v9.0.11) ### Patches @@ -1007,7 +1007,7 @@ Mon, 17 Jul 2023 21:27:36 GMT ## [9.0.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.10) -Tue, 11 Jul 2023 18:46:36 GMT +Tue, 11 Jul 2023 18:46:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.9..@fluentui/react-migration-v0-v9_v9.0.10) ### Patches @@ -1018,7 +1018,7 @@ Tue, 11 Jul 2023 18:46:36 GMT ## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.9) -Mon, 03 Jul 2023 20:43:09 GMT +Mon, 03 Jul 2023 20:43:09 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.8..@fluentui/react-migration-v0-v9_v9.0.9) ### Patches @@ -1027,7 +1027,7 @@ Mon, 03 Jul 2023 20:43:09 GMT ## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.8) -Mon, 03 Jul 2023 13:34:28 GMT +Mon, 03 Jul 2023 13:34:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.7..@fluentui/react-migration-v0-v9_v9.0.8) ### Patches @@ -1036,7 +1036,7 @@ Mon, 03 Jul 2023 13:34:28 GMT ## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.7) -Mon, 03 Jul 2023 11:57:14 GMT +Mon, 03 Jul 2023 11:57:14 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.6..@fluentui/react-migration-v0-v9_v9.0.7) ### Patches @@ -1047,7 +1047,7 @@ Mon, 03 Jul 2023 11:57:14 GMT ## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.6) -Wed, 28 Jun 2023 11:12:28 GMT +Wed, 28 Jun 2023 11:12:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.5..@fluentui/react-migration-v0-v9_v9.0.6) ### Patches @@ -1058,7 +1058,7 @@ Wed, 28 Jun 2023 11:12:28 GMT ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.5) -Tue, 27 Jun 2023 11:21:23 GMT +Tue, 27 Jun 2023 11:21:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.4..@fluentui/react-migration-v0-v9_v9.0.5) ### Patches @@ -1067,7 +1067,7 @@ Tue, 27 Jun 2023 11:21:23 GMT ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.4) -Mon, 26 Jun 2023 09:53:55 GMT +Mon, 26 Jun 2023 09:53:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.3..@fluentui/react-migration-v0-v9_v9.0.4) ### Patches @@ -1078,7 +1078,7 @@ Mon, 26 Jun 2023 09:53:55 GMT ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.3) -Tue, 20 Jun 2023 12:39:00 GMT +Tue, 20 Jun 2023 12:39:00 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.2..@fluentui/react-migration-v0-v9_v9.0.3) ### Patches @@ -1092,7 +1092,7 @@ Tue, 20 Jun 2023 12:39:00 GMT ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.2) -Wed, 31 May 2023 06:46:15 GMT +Wed, 31 May 2023 06:46:15 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.1..@fluentui/react-migration-v0-v9_v9.0.2) ### Patches @@ -1105,7 +1105,7 @@ Wed, 31 May 2023 06:46:15 GMT ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.1) -Thu, 25 May 2023 10:00:48 GMT +Thu, 25 May 2023 10:00:48 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.0..@fluentui/react-migration-v0-v9_v9.0.1) ### Patches diff --git a/packages/react-components/react-migration-v0-v9/LICENSE b/packages/react-components/react-migration-v0-v9/library/LICENSE similarity index 100% rename from packages/react-components/react-migration-v0-v9/LICENSE rename to packages/react-components/react-migration-v0-v9/library/LICENSE diff --git a/packages/react-components/react-migration-v0-v9/README.md b/packages/react-components/react-migration-v0-v9/library/README.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/README.md rename to packages/react-components/react-migration-v0-v9/library/README.md diff --git a/packages/react-components/react-migration-v0-v9/config/api-extractor.json b/packages/react-components/react-migration-v0-v9/library/config/api-extractor.json similarity index 50% rename from packages/react-components/react-migration-v0-v9/config/api-extractor.json rename to packages/react-components/react-migration-v0-v9/library/config/api-extractor.json index e533bf30b48a2..8d482156d10d5 100644 --- a/packages/react-components/react-migration-v0-v9/config/api-extractor.json +++ b/packages/react-components/react-migration-v0-v9/library/config/api-extractor.json @@ -1,4 +1,5 @@ { "$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" + "extends": "@fluentui/scripts-api-extractor/api-extractor.common.v-next.json", + "mainEntryPointFilePath": "/../../../../../../dist/out-tsc/types/packages/react-components//library/src/index.d.ts" } diff --git a/packages/react-components/react-migration-v0-v9/config/tests.js b/packages/react-components/react-migration-v0-v9/library/config/tests.js similarity index 100% rename from packages/react-components/react-migration-v0-v9/config/tests.js rename to packages/react-components/react-migration-v0-v9/library/config/tests.js diff --git a/packages/react-components/react-migration-v0-v9/etc/react-migration-v0-v9.api.md b/packages/react-components/react-migration-v0-v9/library/etc/react-migration-v0-v9.api.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/etc/react-migration-v0-v9.api.md rename to packages/react-components/react-migration-v0-v9/library/etc/react-migration-v0-v9.api.md diff --git a/packages/react-components/react-migration-v0-v9/jest.config.js b/packages/react-components/react-migration-v0-v9/library/jest.config.js similarity index 96% rename from packages/react-components/react-migration-v0-v9/jest.config.js rename to packages/react-components/react-migration-v0-v9/library/jest.config.js index b3eb7b68d9f59..fac55e8e35e1a 100644 --- a/packages/react-components/react-migration-v0-v9/jest.config.js +++ b/packages/react-components/react-migration-v0-v9/library/jest.config.js @@ -24,7 +24,7 @@ if (swcJestConfig.swcrc === undefined) { */ module.exports = { displayName: 'react-migration-v0-v9', - preset: '../../../jest.preset.js', + preset: '../../../../jest.preset.js', transform: { '^.+\\.tsx?$': ['@swc/jest', swcJestConfig], }, diff --git a/packages/react-components/react-migration-v0-v9/just.config.ts b/packages/react-components/react-migration-v0-v9/library/just.config.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/just.config.ts rename to packages/react-components/react-migration-v0-v9/library/just.config.ts diff --git a/packages/react-components/react-migration-v0-v9/package.json b/packages/react-components/react-migration-v0-v9/library/package.json similarity index 97% rename from packages/react-components/react-migration-v0-v9/package.json rename to packages/react-components/react-migration-v0-v9/library/package.json index 404840e7e2167..f7b868e9c2534 100644 --- a/packages/react-components/react-migration-v0-v9/package.json +++ b/packages/react-components/react-migration-v0-v9/library/package.json @@ -20,13 +20,13 @@ "test": "jest --passWithNoTests", "type-check": "just-scripts type-check", "generate-api": "just-scripts generate-api", - "storybook": "start-storybook", + "storybook": "yarn --cwd ../stories storybook", "start": "yarn storybook" }, "devDependencies": { + "@fluentui/react-conformance": "*", "@fluentui/eslint-plugin": "*", "@fluentui/react-northstar": "*", - "@fluentui/react-conformance": "*", "@fluentui/react-conformance-griffel": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*", diff --git a/packages/react-components/react-migration-v0-v9/library/project.json b/packages/react-components/react-migration-v0-v9/library/project.json new file mode 100644 index 0000000000000..d82c52b8e7937 --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/library/project.json @@ -0,0 +1,8 @@ +{ + "name": "react-migration-v0-v9", + "$schema": "../../../../node_modules/nx/schemas/project-schema.json", + "projectType": "library", + "sourceRoot": "packages/react-components/react-migration-v0-v9/library/src", + "tags": ["vNext", "react-northstar", "platform:web"], + "implicitDependencies": [] +} diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/Attachment.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/Attachment.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/Attachment.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/Attachment.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/Attachment.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/Attachment.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/Attachment.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/Attachment.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/Attachment.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/Attachment.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/Attachment.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/Attachment.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentAction.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentAction.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentAction.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentAction.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentAction.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentAction.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentAction.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentAction.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentAction.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentAction.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentAction.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentAction.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentBody.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentBody.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentBody.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentBody.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentBody.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentBody.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentBody.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentBody.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentDescription.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentDescription.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentDescription.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentDescription.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentDescription.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentDescription.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentDescription.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentDescription.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentHeader.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentHeader.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentHeader.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentHeader.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentHeader.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentHeader.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentHeader.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentHeader.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentIcon.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentIcon.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentIcon.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentIcon.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentIcon.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentIcon.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/AttachmentIcon.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/AttachmentIcon.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Attachment/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Attachment/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Attachment/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Attachment/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Button/ButtonMigration.mixins.test.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Button/ButtonMigration.mixins.test.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Button/ButtonMigration.mixins.test.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Button/ButtonMigration.mixins.test.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Button/ButtonMigration.mixins.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Button/ButtonMigration.mixins.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Button/ButtonMigration.mixins.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Button/ButtonMigration.mixins.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Button/__snapshots__/ButtonMigration.mixins.test.ts.snap b/packages/react-components/react-migration-v0-v9/library/src/components/Button/__snapshots__/ButtonMigration.mixins.test.ts.snap similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Button/__snapshots__/ButtonMigration.mixins.test.ts.snap rename to packages/react-components/react-migration-v0-v9/library/src/components/Button/__snapshots__/ButtonMigration.mixins.test.ts.snap diff --git a/packages/react-components/react-migration-v0-v9/src/components/Button/index.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Button/index.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Button/index.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Button/index.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Flex/Flex.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Flex/Flex.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Flex/Flex.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Flex/Flex.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Flex/Flex.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Flex/Flex.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Flex/Flex.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Flex/Flex.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Flex/Flex.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Flex/Flex.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Flex/Flex.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Flex/Flex.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Flex/FlexItem.mixins.test.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Flex/FlexItem.mixins.test.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Flex/FlexItem.mixins.test.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Flex/FlexItem.mixins.test.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Flex/FlexItem.mixins.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Flex/FlexItem.mixins.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Flex/FlexItem.mixins.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Flex/FlexItem.mixins.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Flex/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Flex/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Flex/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Flex/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/FormField/FormFieldShim.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/FormField/FormFieldShim.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/FormField/FormFieldShim.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/FormField/FormFieldShim.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/FormField/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/FormField/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/FormField/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/FormField/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Grid/Grid.mixins.test.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Grid/Grid.mixins.test.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Grid/Grid.mixins.test.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Grid/Grid.mixins.test.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Grid/Grid.mixins.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Grid/Grid.mixins.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Grid/Grid.mixins.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Grid/Grid.mixins.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Grid/Grid.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Grid/Grid.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Grid/Grid.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Grid/Grid.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Grid/GridShim.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Grid/GridShim.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Grid/GridShim.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Grid/GridShim.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Grid/GridShim.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Grid/GridShim.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Grid/GridShim.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Grid/GridShim.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Grid/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Grid/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Grid/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Grid/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Input/Input.mixins.test.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Input/Input.mixins.test.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Input/Input.mixins.test.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Input/Input.mixins.test.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Input/Input.mixins.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Input/Input.mixins.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Input/Input.mixins.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Input/Input.mixins.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Input/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Input/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Input/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Input/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/ItemLayout.styles.ts old mode 100755 new mode 100644 similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/ItemLayout.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/ItemLayout.test.tsx old mode 100755 new mode 100644 similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/ItemLayout.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/ItemLayout.tsx old mode 100755 new mode 100644 similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/ItemLayout/ItemLayout.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/ItemLayout.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/ItemLayout/index.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/index.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/ItemLayout/index.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/ItemLayout/index.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/List.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/List.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/List.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/List.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/List.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/List.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/List.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/List.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/List.types.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/List.types.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/List.types.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/List.types.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/__snapshots__/List.test.tsx.snap b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/__snapshots__/List.test.tsx.snap similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/__snapshots__/List.test.tsx.snap rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/__snapshots__/List.test.tsx.snap diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/listContext.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/listContext.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/listContext.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/listContext.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/renderList.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/renderList.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/renderList.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/renderList.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/useList.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/useList.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/useList.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/useList.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/useListContextValues.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/useListContextValues.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/useListContextValues.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/useListContextValues.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/List/useListStyles.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/List/useListStyles.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/List/useListStyles.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/List/useListStyles.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/ListItem.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/ListItem.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/ListItem.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/ListItem.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/ListItem.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/ListItem.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/ListItem.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/ListItem.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/ListItem.types.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/ListItem.types.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/ListItem.types.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/ListItem.types.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/__snapshots__/ListItem.test.tsx.snap b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/__snapshots__/ListItem.test.tsx.snap similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/__snapshots__/ListItem.test.tsx.snap rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/__snapshots__/ListItem.test.tsx.snap diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/renderListItem.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/renderListItem.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/renderListItem.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/renderListItem.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/useListItem.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/useListItem.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/useListItem.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/useListItem.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/ListItem/useListItemStyles.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/useListItemStyles.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/ListItem/useListItemStyles.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/ListItem/useListItemStyles.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/hooks/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/hooks/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/hooks/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/hooks/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/hooks/types.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/hooks/types.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/hooks/types.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/hooks/types.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/hooks/useListSelection.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/List/hooks/useListSelection.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/hooks/useListSelection.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/List/hooks/useListSelection.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/List/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/List/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/List/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/List/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Primitive/Primitive.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Primitive/Primitive.test.tsx old mode 100755 new mode 100644 similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Primitive/Primitive.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Primitive/Primitive.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Primitive/Primitive.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Primitive/Primitive.tsx old mode 100755 new mode 100644 similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Primitive/Primitive.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Primitive/Primitive.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Primitive/index.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Primitive/index.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Primitive/index.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Primitive/index.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Segment/Segment.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Segment/Segment.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Segment/Segment.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Segment/Segment.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Segment/Segment.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Segment/Segment.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Segment/Segment.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Segment/Segment.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Segment/Segment.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Segment/Segment.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Segment/Segment.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Segment/Segment.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/Segment/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Segment/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Segment/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Segment/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Slider/Slider.mixins.test.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Slider/Slider.mixins.test.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Slider/Slider.mixins.test.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Slider/Slider.mixins.test.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Slider/Slider.mixins.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Slider/Slider.mixins.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Slider/Slider.mixins.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Slider/Slider.mixins.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Slider/index.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Slider/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Slider/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Slider/index.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Spinner/SpinnerMigration.mixins.test.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Spinner/SpinnerMigration.mixins.test.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Spinner/SpinnerMigration.mixins.test.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Spinner/SpinnerMigration.mixins.test.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Spinner/SpinnerMigration.mixins.ts b/packages/react-components/react-migration-v0-v9/library/src/components/Spinner/SpinnerMigration.mixins.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Spinner/SpinnerMigration.mixins.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/Spinner/SpinnerMigration.mixins.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/Spinner/index.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/Spinner/index.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/Spinner/index.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/Spinner/index.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/StyledText/StyledText.styles.ts b/packages/react-components/react-migration-v0-v9/library/src/components/StyledText/StyledText.styles.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/StyledText/StyledText.styles.ts rename to packages/react-components/react-migration-v0-v9/library/src/components/StyledText/StyledText.styles.ts diff --git a/packages/react-components/react-migration-v0-v9/src/components/StyledText/StyledText.test.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/StyledText/StyledText.test.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/StyledText/StyledText.test.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/StyledText/StyledText.test.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/StyledText/StyledText.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/StyledText/StyledText.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/StyledText/StyledText.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/StyledText/StyledText.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/components/StyledText/index.tsx b/packages/react-components/react-migration-v0-v9/library/src/components/StyledText/index.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/components/StyledText/index.tsx rename to packages/react-components/react-migration-v0-v9/library/src/components/StyledText/index.tsx diff --git a/packages/react-components/react-migration-v0-v9/src/index.ts b/packages/react-components/react-migration-v0-v9/library/src/index.ts similarity index 100% rename from packages/react-components/react-migration-v0-v9/src/index.ts rename to packages/react-components/react-migration-v0-v9/library/src/index.ts diff --git a/packages/react-components/react-migration-v0-v9/library/tsconfig.json b/packages/react-components/react-migration-v0-v9/library/tsconfig.json new file mode 100644 index 0000000000000..e42bb4256f88d --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/library/tsconfig.json @@ -0,0 +1,23 @@ +{ + "extends": "../../../../tsconfig.base.all.json", + "compilerOptions": { + "strict": true, + "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" + } + ] +} diff --git a/packages/react-components/react-migration-v8-v9/tsconfig.lib.json b/packages/react-components/react-migration-v0-v9/library/tsconfig.lib.json similarity index 81% rename from packages/react-components/react-migration-v8-v9/tsconfig.lib.json rename to packages/react-components/react-migration-v0-v9/library/tsconfig.lib.json index 6f90cf95c005b..53066fdd11fff 100644 --- a/packages/react-components/react-migration-v8-v9/tsconfig.lib.json +++ b/packages/react-components/react-migration-v0-v9/library/tsconfig.lib.json @@ -4,8 +4,8 @@ "noEmit": false, "lib": ["ES2019", "dom"], "declaration": true, - "declarationDir": "../../../dist/out-tsc/types", - "outDir": "../../../dist/out-tsc", + "declarationDir": "../../../../dist/out-tsc/types", + "outDir": "../../../../dist/out-tsc", "inlineSources": true, "types": ["static-assets", "environment"] }, diff --git a/packages/react-components/react-migration-v0-v9/tsconfig.spec.json b/packages/react-components/react-migration-v0-v9/library/tsconfig.spec.json similarity index 100% rename from packages/react-components/react-migration-v0-v9/tsconfig.spec.json rename to packages/react-components/react-migration-v0-v9/library/tsconfig.spec.json diff --git a/packages/react-components/react-migration-v0-v9/project.json b/packages/react-components/react-migration-v0-v9/project.json deleted file mode 100644 index dd470d0ab9d04..0000000000000 --- a/packages/react-components/react-migration-v0-v9/project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "react-migration-v0-v9", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "implicitDependencies": [], - "sourceRoot": "packages/react-components/react-migration-v0-v9/src", - "tags": ["vNext", "react-northstar", "platform:web"] -} diff --git a/packages/react-components/react-migration-v0-v9/stories/.eslintrc.json b/packages/react-components/react-migration-v0-v9/stories/.eslintrc.json new file mode 100644 index 0000000000000..a41120835dcc9 --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/.eslintrc.json @@ -0,0 +1,12 @@ +{ + "extends": ["plugin:@fluentui/eslint-plugin/react"], + "root": true, + "rules": { + "import/no-extraneous-dependencies": [ + "error", + { + "packageDir": [".", "../../../../"] + } + ] + } +} diff --git a/packages/react-components/react-migration-v0-v9/.storybook/main.js b/packages/react-components/react-migration-v0-v9/stories/.storybook/main.js similarity index 55% rename from packages/react-components/react-migration-v0-v9/.storybook/main.js rename to packages/react-components/react-migration-v0-v9/stories/.storybook/main.js index 3679d73941ae1..67692308a6977 100644 --- a/packages/react-components/react-migration-v0-v9/.storybook/main.js +++ b/packages/react-components/react-migration-v0-v9/stories/.storybook/main.js @@ -1,13 +1,13 @@ const path = require('path'); const { registerTsPaths } = require('@fluentui/scripts-storybook'); -const rootMain = require('../../../../.storybook/main'); +const rootMain = require('../../../../../.storybook/main'); -const tsConfigAllPath = path.join(__dirname, '../../../../tsconfig.base.all.json'); +const tsConfigAllPath = path.join(__dirname, '../../../../../tsconfig.base.all.json'); -module.exports = /** @type {Omit} */ ({ +module.exports = /** @type {Omit} */ ({ ...rootMain, - stories: [...rootMain.stories, '../stories/**/*.stories.mdx', '../stories/**/index.stories.@(ts|tsx)'], + stories: [...rootMain.stories, '../src/**/*.stories.mdx', '../src/**/index.stories.@(ts|tsx)'], addons: [...rootMain.addons], webpackFinal: (config, options) => { const localConfig = /** @type config */ ({ ...rootMain.webpackFinal(config, options) }); diff --git a/packages/react-components/react-migration-v8-v9/.storybook/preview.js b/packages/react-components/react-migration-v0-v9/stories/.storybook/preview.js similarity index 75% rename from packages/react-components/react-migration-v8-v9/.storybook/preview.js rename to packages/react-components/react-migration-v0-v9/stories/.storybook/preview.js index 1939500a3d18c..94455f782364e 100644 --- a/packages/react-components/react-migration-v8-v9/.storybook/preview.js +++ b/packages/react-components/react-migration-v0-v9/stories/.storybook/preview.js @@ -1,4 +1,4 @@ -import * as rootPreview from '../../../../.storybook/preview'; +import * as rootPreview from '../../../../../.storybook/preview'; /** @type {typeof rootPreview.decorators} */ export const decorators = [...rootPreview.decorators]; diff --git a/packages/react-components/react-migration-v8-v9/.storybook/tsconfig.json b/packages/react-components/react-migration-v0-v9/stories/.storybook/tsconfig.json similarity index 69% rename from packages/react-components/react-migration-v8-v9/.storybook/tsconfig.json rename to packages/react-components/react-migration-v0-v9/stories/.storybook/tsconfig.json index ea89218a3d916..7e896893bbf3f 100644 --- a/packages/react-components/react-migration-v8-v9/.storybook/tsconfig.json +++ b/packages/react-components/react-migration-v0-v9/stories/.storybook/tsconfig.json @@ -6,5 +6,5 @@ "checkJs": true, "types": ["static-assets", "environment", "storybook__addons"] }, - "include": ["../stories/**/*.stories.ts", "../stories/**/*.stories.tsx", "*.js"] + "include": ["*.js"] } diff --git a/packages/react-components/react-migration-v0-v9/stories/README.md b/packages/react-components/react-migration-v0-v9/stories/README.md new file mode 100644 index 0000000000000..be6208963f82e --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/README.md @@ -0,0 +1,17 @@ +# @fluentui/react-migration-v0-v9-stories + +Storybook stories for packages/react-components/react-migration-v0-v9 + +## Usage + +To include within storybook specify stories globs: + +\`\`\`js +module.exports = { +stories: ['../packages/react-components/react-migration-v0-v9/stories/src/**/*.stories.mdx', '../packages/react-components/react-migration-v0-v9/stories/src/**/index.stories.@(ts|tsx)'], +} +\`\`\` + +## API + +no public API available diff --git a/packages/react-components/react-migration-v0-v9/stories/just.config.ts b/packages/react-components/react-migration-v0-v9/stories/just.config.ts new file mode 100644 index 0000000000000..c8576f20141d4 --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/just.config.ts @@ -0,0 +1,3 @@ +import { preset, task } from '@fluentui/scripts-tasks'; + +preset(); diff --git a/packages/react-components/react-migration-v0-v9/stories/package.json b/packages/react-components/react-migration-v0-v9/stories/package.json new file mode 100644 index 0000000000000..c8dab6c2aa303 --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/package.json @@ -0,0 +1,23 @@ +{ + "name": "@fluentui/react-migration-v0-v9-stories", + "version": "0.0.0", + "private": true, + "scripts": { + "start": "yarn storybook", + "storybook": "start-storybook", + "type-check": "just-scripts type-check", + "lint": "eslint src/", + "format": "just-scripts prettier" + }, + "devDependencies": { + "@fluentui/react-migration-v0-v9": "*", + "@fluentui/react-northstar": "*", + "@fluentui/react-components": "*", + "@fluentui/react-icons-northstar": "*", + "@fluentui/react-storybook-addon": "*", + "@fluentui/react-storybook-addon-export-to-sandbox": "*", + "@fluentui/scripts-storybook": "*", + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" + } +} diff --git a/packages/react-components/react-migration-v0-v9/stories/project.json b/packages/react-components/react-migration-v0-v9/stories/project.json new file mode 100644 index 0000000000000..596eca93eec6b --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/project.json @@ -0,0 +1,8 @@ +{ + "name": "react-migration-v0-v9-stories", + "$schema": "../../../../node_modules/nx/schemas/project-schema.json", + "projectType": "library", + "sourceRoot": "packages/react-components/react-migration-v0-v9/stories/src", + "tags": ["vNext", "platform:web", "type:stories"], + "implicitDependencies": [] +} diff --git a/packages/react-components/react-migration-v0-v9/stories/Attachment/AttachmentDescription.md b/packages/react-components/react-migration-v0-v9/stories/src/Attachment/AttachmentDescription.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Attachment/AttachmentDescription.md rename to packages/react-components/react-migration-v0-v9/stories/src/Attachment/AttachmentDescription.md diff --git a/packages/react-components/react-migration-v0-v9/stories/Attachment/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/Attachment/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Attachment/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/Attachment/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/Button/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/Button/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Button/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/Button/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/Button/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/Button/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Button/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/Button/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/Flex/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/Flex/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Flex/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/Flex/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/Flex/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/Flex/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Flex/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/Flex/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/FormFieldShim/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/FormFieldShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/FormFieldShim/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/FormFieldShim/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/FormFieldShim/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/FormFieldShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/FormFieldShim/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/FormFieldShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/GridShim/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/GridShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/GridShim/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/GridShim/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/GridShim/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/GridShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/GridShim/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/GridShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/Input/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/Input/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Input/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/Input/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/Input/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/Input/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Input/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/Input/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/List/Default.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/List/Default.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/List/Default.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/List/Default.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/List/ListDescription.md b/packages/react-components/react-migration-v0-v9/stories/src/List/ListDescription.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/List/ListDescription.md rename to packages/react-components/react-migration-v0-v9/stories/src/List/ListDescription.md diff --git a/packages/react-components/react-migration-v0-v9/stories/List/Navigable.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/List/Navigable.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/List/Navigable.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/List/Navigable.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/List/Selectable.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/List/Selectable.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/List/Selectable.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/List/Selectable.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/List/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/List/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/List/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/List/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/SegmentShim/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/SegmentShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/SegmentShim/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/SegmentShim/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/SegmentShim/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/SegmentShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/SegmentShim/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/SegmentShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/SliderMixin/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/SliderMixin/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/SliderMixin/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/SliderMixin/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/SliderMixin/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/SliderMixin/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/SliderMixin/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/SliderMixin/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/Spinner/Description.md b/packages/react-components/react-migration-v0-v9/stories/src/Spinner/Description.md similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Spinner/Description.md rename to packages/react-components/react-migration-v0-v9/stories/src/Spinner/Description.md diff --git a/packages/react-components/react-migration-v0-v9/stories/Spinner/index.stories.tsx b/packages/react-components/react-migration-v0-v9/stories/src/Spinner/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v0-v9/stories/Spinner/index.stories.tsx rename to packages/react-components/react-migration-v0-v9/stories/src/Spinner/index.stories.tsx diff --git a/packages/react-components/react-migration-v0-v9/stories/src/index.ts b/packages/react-components/react-migration-v0-v9/stories/src/index.ts new file mode 100644 index 0000000000000..cb0ff5c3b541f --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/src/index.ts @@ -0,0 +1 @@ +export {}; diff --git a/packages/react-components/react-migration-v0-v9/tsconfig.json b/packages/react-components/react-migration-v0-v9/stories/tsconfig.json similarity index 79% rename from packages/react-components/react-migration-v0-v9/tsconfig.json rename to packages/react-components/react-migration-v0-v9/stories/tsconfig.json index cb0beb41b1488..39dda94dee085 100644 --- a/packages/react-components/react-migration-v0-v9/tsconfig.json +++ b/packages/react-components/react-migration-v0-v9/stories/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.all.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "strict": true, "target": "ES2019", @@ -16,9 +16,6 @@ { "path": "./tsconfig.lib.json" }, - { - "path": "./tsconfig.spec.json" - }, { "path": "./.storybook/tsconfig.json" } diff --git a/packages/react-components/react-migration-v0-v9/stories/tsconfig.lib.json b/packages/react-components/react-migration-v0-v9/stories/tsconfig.lib.json new file mode 100644 index 0000000000000..9486b224643d9 --- /dev/null +++ b/packages/react-components/react-migration-v0-v9/stories/tsconfig.lib.json @@ -0,0 +1,10 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "lib": ["ES2019", "dom"], + "outDir": "../../../../dist/out-tsc", + "inlineSources": true, + "types": ["static-assets", "environment"] + }, + "include": ["./src/**/*.ts", "./src/**/*.tsx"] +} diff --git a/packages/react-components/react-migration-v8-v9/.babelrc.json b/packages/react-components/react-migration-v8-v9/library/.babelrc.json similarity index 65% rename from packages/react-components/react-migration-v8-v9/.babelrc.json rename to packages/react-components/react-migration-v8-v9/library/.babelrc.json index 45fb71ca16d2c..630deaf765c49 100644 --- a/packages/react-components/react-migration-v8-v9/.babelrc.json +++ b/packages/react-components/react-migration-v8-v9/library/.babelrc.json @@ -1,4 +1,4 @@ { - "extends": "../../../.babelrc-v9.json", + "extends": "../../../../.babelrc-v9.json", "plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"] } diff --git a/packages/react-components/react-migration-v8-v9/.eslintrc.json b/packages/react-components/react-migration-v8-v9/library/.eslintrc.json similarity index 100% rename from packages/react-components/react-migration-v8-v9/.eslintrc.json rename to packages/react-components/react-migration-v8-v9/library/.eslintrc.json diff --git a/packages/react-components/react-migration-v8-v9/.swcrc b/packages/react-components/react-migration-v8-v9/library/.swcrc similarity index 100% rename from packages/react-components/react-migration-v8-v9/.swcrc rename to packages/react-components/react-migration-v8-v9/library/.swcrc diff --git a/packages/react-components/react-migration-v8-v9/CHANGELOG.json b/packages/react-components/react-migration-v8-v9/library/CHANGELOG.json similarity index 100% rename from packages/react-components/react-migration-v8-v9/CHANGELOG.json rename to packages/react-components/react-migration-v8-v9/library/CHANGELOG.json diff --git a/packages/react-components/react-migration-v8-v9/CHANGELOG.md b/packages/react-components/react-migration-v8-v9/library/CHANGELOG.md similarity index 93% rename from packages/react-components/react-migration-v8-v9/CHANGELOG.md rename to packages/react-components/react-migration-v8-v9/library/CHANGELOG.md index b2cd07931d0a6..7ae3669b7a1ba 100644 --- a/packages/react-components/react-migration-v8-v9/CHANGELOG.md +++ b/packages/react-components/react-migration-v8-v9/library/CHANGELOG.md @@ -6,7 +6,7 @@ This log was last generated on Tue, 30 Jul 2024 18:47:35 GMT and should not be m ## [9.6.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.23) -Tue, 30 Jul 2024 18:47:35 GMT +Tue, 30 Jul 2024 18:47:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.22..@fluentui/react-migration-v8-v9_v9.6.23) ### Patches @@ -15,7 +15,7 @@ Tue, 30 Jul 2024 18:47:35 GMT ## [9.6.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.22) -Tue, 23 Jul 2024 20:13:14 GMT +Tue, 23 Jul 2024 20:13:14 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.21..@fluentui/react-migration-v8-v9_v9.6.22) ### Patches @@ -25,7 +25,7 @@ Tue, 23 Jul 2024 20:13:14 GMT ## [9.6.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.21) -Mon, 15 Jul 2024 17:25:35 GMT +Mon, 15 Jul 2024 17:25:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.20..@fluentui/react-migration-v8-v9_v9.6.21) ### Patches @@ -36,7 +36,7 @@ Mon, 15 Jul 2024 17:25:35 GMT ## [9.6.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.20) -Thu, 04 Jul 2024 15:14:36 GMT +Thu, 04 Jul 2024 15:14:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.19..@fluentui/react-migration-v8-v9_v9.6.20) ### Patches @@ -45,7 +45,7 @@ Thu, 04 Jul 2024 15:14:36 GMT ## [9.6.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.19) -Mon, 01 Jul 2024 20:30:22 GMT +Mon, 01 Jul 2024 20:30:22 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.18..@fluentui/react-migration-v8-v9_v9.6.19) ### Patches @@ -57,7 +57,7 @@ Mon, 01 Jul 2024 20:30:22 GMT ## [9.6.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.18) -Mon, 17 Jun 2024 07:34:17 GMT +Mon, 17 Jun 2024 07:34:17 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.17..@fluentui/react-migration-v8-v9_v9.6.18) ### Patches @@ -66,7 +66,7 @@ Mon, 17 Jun 2024 07:34:17 GMT ## [9.6.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.17) -Wed, 12 Jun 2024 13:17:28 GMT +Wed, 12 Jun 2024 13:17:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.16..@fluentui/react-migration-v8-v9_v9.6.17) ### Patches @@ -75,7 +75,7 @@ Wed, 12 Jun 2024 13:17:28 GMT ## [9.6.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.16) -Thu, 06 Jun 2024 15:26:35 GMT +Thu, 06 Jun 2024 15:26:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.15..@fluentui/react-migration-v8-v9_v9.6.16) ### Patches @@ -86,7 +86,7 @@ Thu, 06 Jun 2024 15:26:35 GMT ## [9.6.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.15) -Thu, 23 May 2024 08:02:52 GMT +Thu, 23 May 2024 08:02:52 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.14..@fluentui/react-migration-v8-v9_v9.6.15) ### Patches @@ -95,7 +95,7 @@ Thu, 23 May 2024 08:02:52 GMT ## [9.6.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.14) -Mon, 20 May 2024 12:44:59 GMT +Mon, 20 May 2024 12:44:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.13..@fluentui/react-migration-v8-v9_v9.6.14) ### Patches @@ -106,17 +106,17 @@ Mon, 20 May 2024 12:44:59 GMT ## [9.6.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.13) -Thu, 16 May 2024 09:25:16 GMT +Thu, 16 May 2024 09:25:16 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.12..@fluentui/react-migration-v8-v9_v9.6.13) ### Patches -- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com) +- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com) - Bump @fluentui/react-components to v9.51.1 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball) ## [9.6.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.12) -Mon, 13 May 2024 12:34:20 GMT +Mon, 13 May 2024 12:34:20 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.11..@fluentui/react-migration-v8-v9_v9.6.12) ### Patches @@ -125,7 +125,7 @@ Mon, 13 May 2024 12:34:20 GMT ## [9.6.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.11) -Thu, 09 May 2024 19:35:12 GMT +Thu, 09 May 2024 19:35:12 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.10..@fluentui/react-migration-v8-v9_v9.6.11) ### Patches @@ -134,7 +134,7 @@ Thu, 09 May 2024 19:35:12 GMT ## [9.6.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.10) -Mon, 06 May 2024 12:55:02 GMT +Mon, 06 May 2024 12:55:02 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.9..@fluentui/react-migration-v8-v9_v9.6.10) ### Patches @@ -144,17 +144,17 @@ Mon, 06 May 2024 12:55:02 GMT ## [9.6.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.9) -Thu, 02 May 2024 11:36:35 GMT +Thu, 02 May 2024 11:36:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.8..@fluentui/react-migration-v8-v9_v9.6.9) ### Patches -- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com) +- 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-components to v9.49.1 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball) ## [9.6.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.8) -Tue, 23 Apr 2024 08:17:49 GMT +Tue, 23 Apr 2024 08:17:49 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.7..@fluentui/react-migration-v8-v9_v9.6.8) ### Patches @@ -164,7 +164,7 @@ Tue, 23 Apr 2024 08:17:49 GMT ## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.7) -Wed, 17 Apr 2024 21:53:55 GMT +Wed, 17 Apr 2024 21:53:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.6..@fluentui/react-migration-v8-v9_v9.6.7) ### Patches @@ -174,7 +174,7 @@ Wed, 17 Apr 2024 21:53:55 GMT ## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.6) -Fri, 05 Apr 2024 14:17:26 GMT +Fri, 05 Apr 2024 14:17:26 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.5..@fluentui/react-migration-v8-v9_v9.6.6) ### Patches @@ -183,7 +183,7 @@ Fri, 05 Apr 2024 14:17:26 GMT ## [9.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.5) -Thu, 04 Apr 2024 12:08:09 GMT +Thu, 04 Apr 2024 12:08:09 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.4..@fluentui/react-migration-v8-v9_v9.6.5) ### Patches @@ -192,7 +192,7 @@ Thu, 04 Apr 2024 12:08:09 GMT ## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.4) -Tue, 02 Apr 2024 09:48:01 GMT +Tue, 02 Apr 2024 09:48:01 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.3..@fluentui/react-migration-v8-v9_v9.6.4) ### Patches @@ -202,7 +202,7 @@ Tue, 02 Apr 2024 09:48:01 GMT ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.3) -Mon, 25 Mar 2024 11:12:15 GMT +Mon, 25 Mar 2024 11:12:15 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.2..@fluentui/react-migration-v8-v9_v9.6.3) ### Patches @@ -211,7 +211,7 @@ Mon, 25 Mar 2024 11:12:15 GMT ## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.2) -Mon, 18 Mar 2024 19:50:46 GMT +Mon, 18 Mar 2024 19:50:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.1..@fluentui/react-migration-v8-v9_v9.6.2) ### Patches @@ -222,7 +222,7 @@ Mon, 18 Mar 2024 19:50:46 GMT ## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.1) -Fri, 15 Mar 2024 21:43:49 GMT +Fri, 15 Mar 2024 21:43:49 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.0..@fluentui/react-migration-v8-v9_v9.6.1) ### Patches @@ -233,7 +233,7 @@ Fri, 15 Mar 2024 21:43:49 GMT ## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.0) -Thu, 07 Mar 2024 19:33:23 GMT +Thu, 07 Mar 2024 19:33:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.11..@fluentui/react-migration-v8-v9_v9.6.0) ### Minor changes @@ -245,7 +245,7 @@ Thu, 07 Mar 2024 19:33:23 GMT ## [9.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.11) -Thu, 29 Feb 2024 14:44:21 GMT +Thu, 29 Feb 2024 14:44:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.10..@fluentui/react-migration-v8-v9_v9.5.11) ### Patches @@ -254,7 +254,7 @@ Thu, 29 Feb 2024 14:44:21 GMT ## [9.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.10) -Wed, 28 Feb 2024 02:34:19 GMT +Wed, 28 Feb 2024 02:34:19 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.9..@fluentui/react-migration-v8-v9_v9.5.10) ### Patches @@ -264,7 +264,7 @@ Wed, 28 Feb 2024 02:34:19 GMT ## [9.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.9) -Tue, 20 Feb 2024 14:22:30 GMT +Tue, 20 Feb 2024 14:22:30 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.8..@fluentui/react-migration-v8-v9_v9.5.9) ### Patches @@ -274,7 +274,7 @@ Tue, 20 Feb 2024 14:22:30 GMT ## [9.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.8) -Tue, 06 Feb 2024 17:55:21 GMT +Tue, 06 Feb 2024 17:55:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.7..@fluentui/react-migration-v8-v9_v9.5.8) ### Patches @@ -283,7 +283,7 @@ Tue, 06 Feb 2024 17:55:21 GMT ## [9.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.7) -Tue, 30 Jan 2024 23:16:54 GMT +Tue, 30 Jan 2024 23:16:54 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.6..@fluentui/react-migration-v8-v9_v9.5.7) ### Patches @@ -293,7 +293,7 @@ Tue, 30 Jan 2024 23:16:54 GMT ## [9.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.6) -Mon, 29 Jan 2024 13:56:06 GMT +Mon, 29 Jan 2024 13:56:06 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.5..@fluentui/react-migration-v8-v9_v9.5.6) ### Patches @@ -302,7 +302,7 @@ Mon, 29 Jan 2024 13:56:06 GMT ## [9.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.5) -Fri, 26 Jan 2024 10:40:22 GMT +Fri, 26 Jan 2024 10:40:22 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.4..@fluentui/react-migration-v8-v9_v9.5.5) ### Patches @@ -311,7 +311,7 @@ Fri, 26 Jan 2024 10:40:22 GMT ## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.4) -Tue, 23 Jan 2024 15:11:00 GMT +Tue, 23 Jan 2024 15:11:00 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.3..@fluentui/react-migration-v8-v9_v9.5.4) ### Patches @@ -321,7 +321,7 @@ Tue, 23 Jan 2024 15:11:00 GMT ## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.3) -Thu, 18 Jan 2024 14:25:03 GMT +Thu, 18 Jan 2024 14:25:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.2..@fluentui/react-migration-v8-v9_v9.5.3) ### Patches @@ -331,7 +331,7 @@ Thu, 18 Jan 2024 14:25:03 GMT ## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.2) -Wed, 17 Jan 2024 16:18:50 GMT +Wed, 17 Jan 2024 16:18:50 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.1..@fluentui/react-migration-v8-v9_v9.5.2) ### Patches @@ -341,7 +341,7 @@ Wed, 17 Jan 2024 16:18:50 GMT ## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.1) -Tue, 16 Jan 2024 13:14:21 GMT +Tue, 16 Jan 2024 13:14:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.5.0..@fluentui/react-migration-v8-v9_v9.5.1) ### Patches @@ -351,7 +351,7 @@ Tue, 16 Jan 2024 13:14:21 GMT ## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.5.0) -Thu, 11 Jan 2024 09:04:29 GMT +Thu, 11 Jan 2024 09:04:29 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.44..@fluentui/react-migration-v8-v9_v9.5.0) ### Minor changes @@ -361,7 +361,7 @@ Thu, 11 Jan 2024 09:04:29 GMT ## [9.4.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.44) -Tue, 09 Jan 2024 10:21:34 GMT +Tue, 09 Jan 2024 10:21:34 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.43..@fluentui/react-migration-v8-v9_v9.4.44) ### Patches @@ -370,7 +370,7 @@ Tue, 09 Jan 2024 10:21:34 GMT ## [9.4.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.43) -Mon, 08 Jan 2024 16:24:23 GMT +Mon, 08 Jan 2024 16:24:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.42..@fluentui/react-migration-v8-v9_v9.4.43) ### Patches @@ -381,7 +381,7 @@ Mon, 08 Jan 2024 16:24:23 GMT ## [9.4.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.42) -Wed, 03 Jan 2024 09:26:44 GMT +Wed, 03 Jan 2024 09:26:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.41..@fluentui/react-migration-v8-v9_v9.4.42) ### Patches @@ -391,7 +391,7 @@ Wed, 03 Jan 2024 09:26:44 GMT ## [9.4.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.41) -Thu, 21 Dec 2023 17:00:41 GMT +Thu, 21 Dec 2023 17:00:41 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.40..@fluentui/react-migration-v8-v9_v9.4.41) ### Patches @@ -400,7 +400,7 @@ Thu, 21 Dec 2023 17:00:41 GMT ## [9.4.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.40) -Mon, 18 Dec 2023 17:48:16 GMT +Mon, 18 Dec 2023 17:48:16 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.39..@fluentui/react-migration-v8-v9_v9.4.40) ### Patches @@ -409,7 +409,7 @@ Mon, 18 Dec 2023 17:48:16 GMT ## [9.4.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.39) -Mon, 18 Dec 2023 14:40:46 GMT +Mon, 18 Dec 2023 14:40:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.38..@fluentui/react-migration-v8-v9_v9.4.39) ### Patches @@ -419,7 +419,7 @@ Mon, 18 Dec 2023 14:40:46 GMT ## [9.4.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.38) -Thu, 14 Dec 2023 09:58:46 GMT +Thu, 14 Dec 2023 09:58:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.37..@fluentui/react-migration-v8-v9_v9.4.38) ### Patches @@ -429,7 +429,7 @@ Thu, 14 Dec 2023 09:58:46 GMT ## [9.4.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.37) -Thu, 30 Nov 2023 13:42:08 GMT +Thu, 30 Nov 2023 13:42:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.36..@fluentui/react-migration-v8-v9_v9.4.37) ### Patches @@ -438,7 +438,7 @@ Thu, 30 Nov 2023 13:42:08 GMT ## [9.4.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.36) -Mon, 20 Nov 2023 09:55:10 GMT +Mon, 20 Nov 2023 09:55:10 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.35..@fluentui/react-migration-v8-v9_v9.4.36) ### Patches @@ -447,7 +447,7 @@ Mon, 20 Nov 2023 09:55:10 GMT ## [9.4.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.35) -Tue, 14 Nov 2023 17:51:27 GMT +Tue, 14 Nov 2023 17:51:27 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.34..@fluentui/react-migration-v8-v9_v9.4.35) ### Patches @@ -456,7 +456,7 @@ Tue, 14 Nov 2023 17:51:27 GMT ## [9.4.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.34) -Fri, 10 Nov 2023 13:46:33 GMT +Fri, 10 Nov 2023 13:46:33 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.33..@fluentui/react-migration-v8-v9_v9.4.34) ### Patches @@ -465,7 +465,7 @@ Fri, 10 Nov 2023 13:46:33 GMT ## [9.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.33) -Thu, 09 Nov 2023 17:29:38 GMT +Thu, 09 Nov 2023 17:29:38 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.32..@fluentui/react-migration-v8-v9_v9.4.33) ### Patches @@ -477,7 +477,7 @@ Thu, 09 Nov 2023 17:29:38 GMT ## [9.4.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.32) -Mon, 06 Nov 2023 13:16:04 GMT +Mon, 06 Nov 2023 13:16:04 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.31..@fluentui/react-migration-v8-v9_v9.4.32) ### Patches @@ -486,7 +486,7 @@ Mon, 06 Nov 2023 13:16:04 GMT ## [9.4.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.31) -Thu, 02 Nov 2023 17:38:46 GMT +Thu, 02 Nov 2023 17:38:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.30..@fluentui/react-migration-v8-v9_v9.4.31) ### Patches @@ -495,7 +495,7 @@ Thu, 02 Nov 2023 17:38:46 GMT ## [9.4.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.30) -Wed, 01 Nov 2023 19:15:55 GMT +Wed, 01 Nov 2023 19:15:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.29..@fluentui/react-migration-v8-v9_v9.4.30) ### Patches @@ -504,7 +504,7 @@ Wed, 01 Nov 2023 19:15:55 GMT ## [9.4.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.29) -Wed, 01 Nov 2023 12:55:59 GMT +Wed, 01 Nov 2023 12:55:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.28..@fluentui/react-migration-v8-v9_v9.4.29) ### Patches @@ -514,7 +514,7 @@ Wed, 01 Nov 2023 12:55:59 GMT ## [9.4.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.28) -Sat, 28 Oct 2023 23:35:59 GMT +Sat, 28 Oct 2023 23:35:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.27..@fluentui/react-migration-v8-v9_v9.4.28) ### Patches @@ -523,7 +523,7 @@ Sat, 28 Oct 2023 23:35:59 GMT ## [9.4.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.27) -Mon, 23 Oct 2023 09:51:57 GMT +Mon, 23 Oct 2023 09:51:57 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.26..@fluentui/react-migration-v8-v9_v9.4.27) ### Patches @@ -532,7 +532,7 @@ Mon, 23 Oct 2023 09:51:57 GMT ## [9.4.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.26) -Wed, 18 Oct 2023 17:54:08 GMT +Wed, 18 Oct 2023 17:54:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.25..@fluentui/react-migration-v8-v9_v9.4.26) ### Patches @@ -542,7 +542,7 @@ Wed, 18 Oct 2023 17:54:08 GMT ## [9.4.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.25) -Thu, 12 Oct 2023 14:55:44 GMT +Thu, 12 Oct 2023 14:55:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.24..@fluentui/react-migration-v8-v9_v9.4.25) ### Patches @@ -552,7 +552,7 @@ Thu, 12 Oct 2023 14:55:44 GMT ## [9.4.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.24) -Wed, 11 Oct 2023 13:54:26 GMT +Wed, 11 Oct 2023 13:54:26 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.23..@fluentui/react-migration-v8-v9_v9.4.24) ### Patches @@ -562,7 +562,7 @@ Wed, 11 Oct 2023 13:54:26 GMT ## [9.4.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.23) -Mon, 09 Oct 2023 20:45:44 GMT +Mon, 09 Oct 2023 20:45:44 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.22..@fluentui/react-migration-v8-v9_v9.4.23) ### Patches @@ -572,7 +572,7 @@ Mon, 09 Oct 2023 20:45:44 GMT ## [9.4.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.22) -Thu, 05 Oct 2023 15:25:35 GMT +Thu, 05 Oct 2023 15:25:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.21..@fluentui/react-migration-v8-v9_v9.4.22) ### Patches @@ -582,7 +582,7 @@ Thu, 05 Oct 2023 15:25:35 GMT ## [9.4.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.21) -Wed, 04 Oct 2023 08:45:47 GMT +Wed, 04 Oct 2023 08:45:47 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.20..@fluentui/react-migration-v8-v9_v9.4.21) ### Patches @@ -592,7 +592,7 @@ Wed, 04 Oct 2023 08:45:47 GMT ## [9.4.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.20) -Mon, 02 Oct 2023 08:56:05 GMT +Mon, 02 Oct 2023 08:56:05 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.19..@fluentui/react-migration-v8-v9_v9.4.20) ### Patches @@ -601,7 +601,7 @@ Mon, 02 Oct 2023 08:56:05 GMT ## [9.4.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.19) -Tue, 26 Sep 2023 17:49:07 GMT +Tue, 26 Sep 2023 17:49:07 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.18..@fluentui/react-migration-v8-v9_v9.4.19) ### Patches @@ -613,7 +613,7 @@ Tue, 26 Sep 2023 17:49:07 GMT ## [9.4.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.18) -Tue, 26 Sep 2023 15:31:55 GMT +Tue, 26 Sep 2023 15:31:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.17..@fluentui/react-migration-v8-v9_v9.4.18) ### Patches @@ -626,7 +626,7 @@ Tue, 26 Sep 2023 15:31:55 GMT ## [9.4.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.17) -Wed, 20 Sep 2023 17:47:39 GMT +Wed, 20 Sep 2023 17:47:39 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.16..@fluentui/react-migration-v8-v9_v9.4.17) ### Patches @@ -636,7 +636,7 @@ Wed, 20 Sep 2023 17:47:39 GMT ## [9.4.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.16) -Wed, 20 Sep 2023 14:59:53 GMT +Wed, 20 Sep 2023 14:59:53 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.15..@fluentui/react-migration-v8-v9_v9.4.16) ### Patches @@ -645,7 +645,7 @@ Wed, 20 Sep 2023 14:59:53 GMT ## [9.4.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.15) -Thu, 14 Sep 2023 16:44:47 GMT +Thu, 14 Sep 2023 16:44:47 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.14..@fluentui/react-migration-v8-v9_v9.4.15) ### Patches @@ -654,7 +654,7 @@ Thu, 14 Sep 2023 16:44:47 GMT ## [9.4.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.14) -Tue, 12 Sep 2023 08:51:34 GMT +Tue, 12 Sep 2023 08:51:34 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.13..@fluentui/react-migration-v8-v9_v9.4.14) ### Patches @@ -663,7 +663,7 @@ Tue, 12 Sep 2023 08:51:34 GMT ## [9.4.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.13) -Wed, 06 Sep 2023 13:31:31 GMT +Wed, 06 Sep 2023 13:31:31 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.12..@fluentui/react-migration-v8-v9_v9.4.13) ### Patches @@ -673,7 +673,7 @@ Wed, 06 Sep 2023 13:31:31 GMT ## [9.4.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.12) -Tue, 05 Sep 2023 15:39:04 GMT +Tue, 05 Sep 2023 15:39:04 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.11..@fluentui/react-migration-v8-v9_v9.4.12) ### Patches @@ -683,7 +683,7 @@ Tue, 05 Sep 2023 15:39:04 GMT ## [9.4.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.11) -Tue, 05 Sep 2023 13:29:27 GMT +Tue, 05 Sep 2023 13:29:27 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.10..@fluentui/react-migration-v8-v9_v9.4.11) ### Patches @@ -696,7 +696,7 @@ Tue, 05 Sep 2023 13:29:27 GMT ## [9.4.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.10) -Tue, 29 Aug 2023 12:57:36 GMT +Tue, 29 Aug 2023 12:57:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.9..@fluentui/react-migration-v8-v9_v9.4.10) ### Patches @@ -706,7 +706,7 @@ Tue, 29 Aug 2023 12:57:36 GMT ## [9.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.9) -Thu, 24 Aug 2023 10:26:35 GMT +Thu, 24 Aug 2023 10:26:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.8..@fluentui/react-migration-v8-v9_v9.4.9) ### Patches @@ -716,7 +716,7 @@ Thu, 24 Aug 2023 10:26:35 GMT ## [9.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.8) -Wed, 23 Aug 2023 12:01:49 GMT +Wed, 23 Aug 2023 12:01:49 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.7..@fluentui/react-migration-v8-v9_v9.4.8) ### Patches @@ -726,7 +726,7 @@ Wed, 23 Aug 2023 12:01:49 GMT ## [9.4.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.7) -Mon, 21 Aug 2023 11:38:03 GMT +Mon, 21 Aug 2023 11:38:03 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.6..@fluentui/react-migration-v8-v9_v9.4.7) ### Patches @@ -735,7 +735,7 @@ Mon, 21 Aug 2023 11:38:03 GMT ## [9.4.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.6) -Thu, 17 Aug 2023 13:49:56 GMT +Thu, 17 Aug 2023 13:49:56 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.5..@fluentui/react-migration-v8-v9_v9.4.6) ### Patches @@ -744,7 +744,7 @@ Thu, 17 Aug 2023 13:49:56 GMT ## [9.4.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.5) -Wed, 16 Aug 2023 17:41:08 GMT +Wed, 16 Aug 2023 17:41:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.4..@fluentui/react-migration-v8-v9_v9.4.5) ### Patches @@ -753,7 +753,7 @@ Wed, 16 Aug 2023 17:41:08 GMT ## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.4) -Wed, 16 Aug 2023 11:38:33 GMT +Wed, 16 Aug 2023 11:38:33 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.3..@fluentui/react-migration-v8-v9_v9.4.4) ### Patches @@ -762,7 +762,7 @@ Wed, 16 Aug 2023 11:38:33 GMT ## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.3) -Mon, 14 Aug 2023 21:22:22 GMT +Mon, 14 Aug 2023 21:22:22 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.2..@fluentui/react-migration-v8-v9_v9.4.3) ### Patches @@ -771,7 +771,7 @@ Mon, 14 Aug 2023 21:22:22 GMT ## [9.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.2) -Fri, 11 Aug 2023 12:14:26 GMT +Fri, 11 Aug 2023 12:14:26 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.1..@fluentui/react-migration-v8-v9_v9.4.2) ### Patches @@ -781,7 +781,7 @@ Fri, 11 Aug 2023 12:14:26 GMT ## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.1) -Wed, 09 Aug 2023 13:16:59 GMT +Wed, 09 Aug 2023 13:16:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.0..@fluentui/react-migration-v8-v9_v9.4.1) ### Patches @@ -792,7 +792,7 @@ Wed, 09 Aug 2023 13:16:59 GMT ## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.0) -Fri, 04 Aug 2023 08:52:56 GMT +Fri, 04 Aug 2023 08:52:56 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.13..@fluentui/react-migration-v8-v9_v9.4.0) ### Minor changes @@ -804,7 +804,7 @@ Fri, 04 Aug 2023 08:52:56 GMT ## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.13) -Tue, 01 Aug 2023 13:04:25 GMT +Tue, 01 Aug 2023 13:04:25 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.12..@fluentui/react-migration-v8-v9_v9.3.13) ### Patches @@ -813,7 +813,7 @@ Tue, 01 Aug 2023 13:04:25 GMT ## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.12) -Tue, 01 Aug 2023 10:17:21 GMT +Tue, 01 Aug 2023 10:17:21 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.11..@fluentui/react-migration-v8-v9_v9.3.12) ### Patches @@ -822,7 +822,7 @@ Tue, 01 Aug 2023 10:17:21 GMT ## [9.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.11) -Thu, 27 Jul 2023 10:34:14 GMT +Thu, 27 Jul 2023 10:34:14 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.10..@fluentui/react-migration-v8-v9_v9.3.11) ### Patches @@ -831,7 +831,7 @@ Thu, 27 Jul 2023 10:34:14 GMT ## [9.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.10) -Tue, 25 Jul 2023 13:29:20 GMT +Tue, 25 Jul 2023 13:29:20 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.9..@fluentui/react-migration-v8-v9_v9.3.10) ### Patches @@ -841,7 +841,7 @@ Tue, 25 Jul 2023 13:29:20 GMT ## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.9) -Thu, 20 Jul 2023 18:27:36 GMT +Thu, 20 Jul 2023 18:27:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.8..@fluentui/react-migration-v8-v9_v9.3.9) ### Patches @@ -850,7 +850,7 @@ Thu, 20 Jul 2023 18:27:36 GMT ## [9.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.8) -Mon, 17 Jul 2023 21:27:36 GMT +Mon, 17 Jul 2023 21:27:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.7..@fluentui/react-migration-v8-v9_v9.3.8) ### Patches @@ -859,7 +859,7 @@ Mon, 17 Jul 2023 21:27:36 GMT ## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.7) -Tue, 11 Jul 2023 18:46:36 GMT +Tue, 11 Jul 2023 18:46:36 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.6..@fluentui/react-migration-v8-v9_v9.3.7) ### Patches @@ -869,7 +869,7 @@ Tue, 11 Jul 2023 18:46:36 GMT ## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.6) -Mon, 03 Jul 2023 20:43:09 GMT +Mon, 03 Jul 2023 20:43:09 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.5..@fluentui/react-migration-v8-v9_v9.3.6) ### Patches @@ -878,7 +878,7 @@ Mon, 03 Jul 2023 20:43:09 GMT ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.5) -Mon, 03 Jul 2023 13:34:28 GMT +Mon, 03 Jul 2023 13:34:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.4..@fluentui/react-migration-v8-v9_v9.3.5) ### Patches @@ -887,7 +887,7 @@ Mon, 03 Jul 2023 13:34:28 GMT ## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.4) -Mon, 03 Jul 2023 11:57:12 GMT +Mon, 03 Jul 2023 11:57:12 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.3..@fluentui/react-migration-v8-v9_v9.3.4) ### Patches @@ -898,7 +898,7 @@ Mon, 03 Jul 2023 11:57:12 GMT ## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.3) -Wed, 28 Jun 2023 11:12:28 GMT +Wed, 28 Jun 2023 11:12:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.2..@fluentui/react-migration-v8-v9_v9.3.3) ### Patches @@ -909,7 +909,7 @@ Wed, 28 Jun 2023 11:12:28 GMT ## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.2) -Tue, 27 Jun 2023 11:21:23 GMT +Tue, 27 Jun 2023 11:21:23 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.1..@fluentui/react-migration-v8-v9_v9.3.2) ### Patches @@ -918,7 +918,7 @@ Tue, 27 Jun 2023 11:21:23 GMT ## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.1) -Mon, 26 Jun 2023 09:53:55 GMT +Mon, 26 Jun 2023 09:53:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.3.0..@fluentui/react-migration-v8-v9_v9.3.1) ### Patches @@ -928,7 +928,7 @@ Mon, 26 Jun 2023 09:53:55 GMT ## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.3.0) -Tue, 20 Jun 2023 12:39:00 GMT +Tue, 20 Jun 2023 12:39:00 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.16..@fluentui/react-migration-v8-v9_v9.3.0) ### Minor changes @@ -946,7 +946,7 @@ Tue, 20 Jun 2023 12:39:00 GMT ## [9.2.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.16) -Wed, 31 May 2023 06:46:15 GMT +Wed, 31 May 2023 06:46:15 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.15..@fluentui/react-migration-v8-v9_v9.2.16) ### Patches @@ -958,7 +958,7 @@ Wed, 31 May 2023 06:46:15 GMT ## [9.2.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.15) -Thu, 25 May 2023 10:00:48 GMT +Thu, 25 May 2023 10:00:48 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.14..@fluentui/react-migration-v8-v9_v9.2.15) ### Patches @@ -968,7 +968,7 @@ Thu, 25 May 2023 10:00:48 GMT ## [9.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.14) -Wed, 24 May 2023 20:45:29 GMT +Wed, 24 May 2023 20:45:29 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.13..@fluentui/react-migration-v8-v9_v9.2.14) ### Patches @@ -977,7 +977,7 @@ Wed, 24 May 2023 20:45:29 GMT ## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.13) -Thu, 18 May 2023 13:11:08 GMT +Thu, 18 May 2023 13:11:08 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.12..@fluentui/react-migration-v8-v9_v9.2.13) ### Patches @@ -986,7 +986,7 @@ Thu, 18 May 2023 13:11:08 GMT ## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.12) -Thu, 18 May 2023 00:39:09 GMT +Thu, 18 May 2023 00:39:09 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.11..@fluentui/react-migration-v8-v9_v9.2.12) ### Patches @@ -996,7 +996,7 @@ Thu, 18 May 2023 00:39:09 GMT ## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.11) -Fri, 12 May 2023 20:27:28 GMT +Fri, 12 May 2023 20:27:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.10..@fluentui/react-migration-v8-v9_v9.2.11) ### Patches @@ -1010,7 +1010,7 @@ Fri, 12 May 2023 20:27:28 GMT ## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.10) -Mon, 24 Apr 2023 08:12:46 GMT +Mon, 24 Apr 2023 08:12:46 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.9..@fluentui/react-migration-v8-v9_v9.2.10) ### Patches @@ -1019,7 +1019,7 @@ Mon, 24 Apr 2023 08:12:46 GMT ## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.9) -Mon, 17 Apr 2023 17:54:02 GMT +Mon, 17 Apr 2023 17:54:02 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.8..@fluentui/react-migration-v8-v9_v9.2.9) ### Patches @@ -1029,7 +1029,7 @@ Mon, 17 Apr 2023 17:54:02 GMT ## [9.2.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.8) -Wed, 12 Apr 2023 09:31:45 GMT +Wed, 12 Apr 2023 09:31:45 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.7..@fluentui/react-migration-v8-v9_v9.2.8) ### Patches @@ -1039,7 +1039,7 @@ Wed, 12 Apr 2023 09:31:45 GMT ## [9.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.7) -Fri, 07 Apr 2023 00:01:45 GMT +Fri, 07 Apr 2023 00:01:45 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.6..@fluentui/react-migration-v8-v9_v9.2.7) ### Patches @@ -1048,7 +1048,7 @@ Fri, 07 Apr 2023 00:01:45 GMT ## [9.2.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.6) -Tue, 04 Apr 2023 18:44:50 GMT +Tue, 04 Apr 2023 18:44:50 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.5..@fluentui/react-migration-v8-v9_v9.2.6) ### Patches @@ -1058,7 +1058,7 @@ Tue, 04 Apr 2023 18:44:50 GMT ## [9.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.5) -Fri, 24 Mar 2023 17:36:41 GMT +Fri, 24 Mar 2023 17:36:41 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.4..@fluentui/react-migration-v8-v9_v9.2.5) ### Patches @@ -1067,7 +1067,7 @@ Fri, 24 Mar 2023 17:36:41 GMT ## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.4) -Fri, 24 Mar 2023 14:58:55 GMT +Fri, 24 Mar 2023 14:58:55 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.3..@fluentui/react-migration-v8-v9_v9.2.4) ### Patches @@ -1076,7 +1076,7 @@ Fri, 24 Mar 2023 14:58:55 GMT ## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.3) -Fri, 24 Mar 2023 10:15:28 GMT +Fri, 24 Mar 2023 10:15:28 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.2..@fluentui/react-migration-v8-v9_v9.2.3) ### Patches @@ -1085,7 +1085,7 @@ Fri, 24 Mar 2023 10:15:28 GMT ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.2) -Tue, 21 Mar 2023 21:23:40 GMT +Tue, 21 Mar 2023 21:23:40 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.1..@fluentui/react-migration-v8-v9_v9.2.2) ### Patches @@ -1100,7 +1100,7 @@ Tue, 21 Mar 2023 21:23:40 GMT ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.1) -Thu, 16 Mar 2023 14:36:59 GMT +Thu, 16 Mar 2023 14:36:59 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.0..@fluentui/react-migration-v8-v9_v9.2.1) ### Patches @@ -1110,7 +1110,7 @@ Thu, 16 Mar 2023 14:36:59 GMT ## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.0) -Wed, 15 Mar 2023 10:19:51 GMT +Wed, 15 Mar 2023 10:19:51 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.13..@fluentui/react-migration-v8-v9_v9.2.0) ### Minor changes @@ -1121,7 +1121,7 @@ Wed, 15 Mar 2023 10:19:51 GMT ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.13) -Mon, 13 Mar 2023 08:58:26 GMT +Mon, 13 Mar 2023 08:58:26 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.12..@fluentui/react-migration-v8-v9_v9.1.13) ### Patches @@ -1131,7 +1131,7 @@ Mon, 13 Mar 2023 08:58:26 GMT ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.12) -Fri, 10 Mar 2023 13:28:40 GMT +Fri, 10 Mar 2023 13:28:40 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.11..@fluentui/react-migration-v8-v9_v9.1.12) ### Patches @@ -1140,7 +1140,7 @@ Fri, 10 Mar 2023 13:28:40 GMT ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.11) -Fri, 10 Mar 2023 07:14:01 GMT +Fri, 10 Mar 2023 07:14:01 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.10..@fluentui/react-migration-v8-v9_v9.1.11) ### Patches @@ -1150,7 +1150,7 @@ Fri, 10 Mar 2023 07:14:01 GMT ## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.10) -Wed, 08 Mar 2023 17:42:35 GMT +Wed, 08 Mar 2023 17:42:35 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.9..@fluentui/react-migration-v8-v9_v9.1.10) ### Patches @@ -1160,7 +1160,7 @@ Wed, 08 Mar 2023 17:42:35 GMT ## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.9) -Wed, 22 Feb 2023 23:06:05 GMT +Wed, 22 Feb 2023 23:06:05 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.8..@fluentui/react-migration-v8-v9_v9.1.9) ### Patches @@ -1169,7 +1169,7 @@ Wed, 22 Feb 2023 23:06:05 GMT ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.8) -Thu, 16 Feb 2023 19:18:48 GMT +Thu, 16 Feb 2023 19:18:48 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.7..@fluentui/react-migration-v8-v9_v9.1.8) ### Patches @@ -1179,7 +1179,7 @@ Thu, 16 Feb 2023 19:18:48 GMT ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.7) -Thu, 16 Feb 2023 16:18:01 GMT +Thu, 16 Feb 2023 16:18:01 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.6..@fluentui/react-migration-v8-v9_v9.1.7) ### Patches @@ -1188,7 +1188,7 @@ Thu, 16 Feb 2023 16:18:01 GMT ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.6) -Wed, 15 Feb 2023 11:44:52 GMT +Wed, 15 Feb 2023 11:44:52 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.5..@fluentui/react-migration-v8-v9_v9.1.6) ### Patches @@ -1198,7 +1198,7 @@ Wed, 15 Feb 2023 11:44:52 GMT ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.5) -Mon, 13 Feb 2023 23:43:14 GMT +Mon, 13 Feb 2023 23:43:14 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.4..@fluentui/react-migration-v8-v9_v9.1.5) ### Patches @@ -1208,7 +1208,7 @@ Mon, 13 Feb 2023 23:43:14 GMT ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.4) -Mon, 13 Feb 2023 09:35:48 GMT +Mon, 13 Feb 2023 09:35:48 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.3..@fluentui/react-migration-v8-v9_v9.1.4) ### Patches @@ -1217,7 +1217,7 @@ Mon, 13 Feb 2023 09:35:48 GMT ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.3) -Fri, 10 Feb 2023 08:50:02 GMT +Fri, 10 Feb 2023 08:50:02 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.2..@fluentui/react-migration-v8-v9_v9.1.3) ### Patches @@ -1227,7 +1227,7 @@ Fri, 10 Feb 2023 08:50:02 GMT ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.2) -Tue, 07 Feb 2023 14:13:10 GMT +Tue, 07 Feb 2023 14:13:10 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.1..@fluentui/react-migration-v8-v9_v9.1.2) ### Patches @@ -1236,7 +1236,7 @@ Tue, 07 Feb 2023 14:13:10 GMT ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.1) -Tue, 31 Jan 2023 19:53:56 GMT +Tue, 31 Jan 2023 19:53:56 GMT [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.0..@fluentui/react-migration-v8-v9_v9.1.1) ### Patches diff --git a/packages/react-components/react-migration-v8-v9/LICENSE b/packages/react-components/react-migration-v8-v9/library/LICENSE similarity index 100% rename from packages/react-components/react-migration-v8-v9/LICENSE rename to packages/react-components/react-migration-v8-v9/library/LICENSE diff --git a/packages/react-components/react-migration-v8-v9/README.md b/packages/react-components/react-migration-v8-v9/library/README.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/README.md rename to packages/react-components/react-migration-v8-v9/library/README.md diff --git a/packages/react-components/react-migration-v8-v9/config/api-extractor.json b/packages/react-components/react-migration-v8-v9/library/config/api-extractor.json similarity index 50% rename from packages/react-components/react-migration-v8-v9/config/api-extractor.json rename to packages/react-components/react-migration-v8-v9/library/config/api-extractor.json index e533bf30b48a2..8d482156d10d5 100644 --- a/packages/react-components/react-migration-v8-v9/config/api-extractor.json +++ b/packages/react-components/react-migration-v8-v9/library/config/api-extractor.json @@ -1,4 +1,5 @@ { "$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" + "extends": "@fluentui/scripts-api-extractor/api-extractor.common.v-next.json", + "mainEntryPointFilePath": "/../../../../../../dist/out-tsc/types/packages/react-components//library/src/index.d.ts" } diff --git a/packages/react-components/react-migration-v8-v9/config/tests.js b/packages/react-components/react-migration-v8-v9/library/config/tests.js similarity index 100% rename from packages/react-components/react-migration-v8-v9/config/tests.js rename to packages/react-components/react-migration-v8-v9/library/config/tests.js diff --git a/packages/react-components/react-migration-v8-v9/docs/Spec.md b/packages/react-components/react-migration-v8-v9/library/docs/Spec.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/docs/Spec.md rename to packages/react-components/react-migration-v8-v9/library/docs/Spec.md diff --git a/packages/react-components/react-migration-v8-v9/etc/react-migration-v8-v9.api.md b/packages/react-components/react-migration-v8-v9/library/etc/react-migration-v8-v9.api.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/etc/react-migration-v8-v9.api.md rename to packages/react-components/react-migration-v8-v9/library/etc/react-migration-v8-v9.api.md diff --git a/packages/react-components/react-migration-v8-v9/jest.config.js b/packages/react-components/react-migration-v8-v9/library/jest.config.js similarity index 96% rename from packages/react-components/react-migration-v8-v9/jest.config.js rename to packages/react-components/react-migration-v8-v9/library/jest.config.js index 60d0d13c1f7f5..b529731ac0436 100644 --- a/packages/react-components/react-migration-v8-v9/jest.config.js +++ b/packages/react-components/react-migration-v8-v9/library/jest.config.js @@ -24,7 +24,7 @@ if (swcJestConfig.swcrc === undefined) { */ module.exports = { displayName: 'react-migration-v8-v9', - preset: '../../../jest.preset.js', + preset: '../../../../jest.preset.js', transform: { '^.+\\.tsx?$': ['@swc/jest', swcJestConfig], }, diff --git a/packages/react-components/react-migration-v8-v9/just.config.ts b/packages/react-components/react-migration-v8-v9/library/just.config.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/just.config.ts rename to packages/react-components/react-migration-v8-v9/library/just.config.ts diff --git a/packages/react-components/react-migration-v8-v9/package.json b/packages/react-components/react-migration-v8-v9/library/package.json similarity index 97% rename from packages/react-components/react-migration-v8-v9/package.json rename to packages/react-components/react-migration-v8-v9/library/package.json index 9663eff1a19fb..3231b8cca984e 100644 --- a/packages/react-components/react-migration-v8-v9/package.json +++ b/packages/react-components/react-migration-v8-v9/library/package.json @@ -20,7 +20,7 @@ "test": "jest --passWithNoTests", "type-check": "just-scripts type-check", "generate-api": "just-scripts generate-api", - "storybook": "start-storybook", + "storybook": "yarn --cwd ../stories storybook", "start": "yarn storybook" }, "devDependencies": { diff --git a/packages/react-components/react-migration-v8-v9/library/project.json b/packages/react-components/react-migration-v8-v9/library/project.json new file mode 100644 index 0000000000000..6e5877875eaaa --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/library/project.json @@ -0,0 +1,8 @@ +{ + "name": "react-migration-v8-v9", + "$schema": "../../../../node_modules/nx/schemas/project-schema.json", + "projectType": "library", + "sourceRoot": "packages/react-components/react-migration-v8-v9/library/src", + "tags": ["vNext", "v8", "platform:web"], + "implicitDependencies": [] +} diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/ActionButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/ActionButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/ActionButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/ActionButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/ButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/ButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/ButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/ButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/CommandButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/CommandButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/CommandButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/CommandButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/CompoundButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/CompoundButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/CompoundButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/CompoundButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/DefaultButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/DefaultButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/DefaultButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/DefaultButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/MenuButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/MenuButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/MenuButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/MenuButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/PrimaryButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/PrimaryButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/PrimaryButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/PrimaryButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/ToggleButtonShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/ToggleButtonShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/ToggleButtonShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/ToggleButtonShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/index.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Button/index.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/index.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/index.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Button/shimButtonProps.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Button/shimButtonProps.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Button/shimButtonProps.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Button/shimButtonProps.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Checkbox/Checkbox.styles.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/Checkbox.styles.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Checkbox/Checkbox.styles.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/Checkbox.styles.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Checkbox/CheckboxShim.test.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/CheckboxShim.test.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Checkbox/CheckboxShim.test.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/CheckboxShim.test.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Checkbox/CheckboxShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/CheckboxShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Checkbox/CheckboxShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/CheckboxShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Checkbox/index.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/index.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Checkbox/index.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/index.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Checkbox/shimCheckboxProps.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/shimCheckboxProps.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Checkbox/shimCheckboxProps.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Checkbox/shimCheckboxProps.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Menu/MenuShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Menu/MenuShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Menu/MenuShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Menu/MenuShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Menu/index.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Menu/index.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Menu/index.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Menu/index.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Menu/shimMenuProps.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Menu/shimMenuProps.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Menu/shimMenuProps.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Menu/shimMenuProps.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Stack/StackItemShim.styles.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackItemShim.styles.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Stack/StackItemShim.styles.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackItemShim.styles.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Stack/StackItemShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackItemShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Stack/StackItemShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackItemShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Stack/StackShim.styles.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackShim.styles.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Stack/StackShim.styles.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackShim.styles.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Stack/StackShim.tsx b/packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackShim.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Stack/StackShim.tsx rename to packages/react-components/react-migration-v8-v9/library/src/components/Stack/StackShim.tsx diff --git a/packages/react-components/react-migration-v8-v9/src/components/Stack/index.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Stack/index.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Stack/index.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Stack/index.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Stack/stackUtils.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Stack/stackUtils.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Stack/stackUtils.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Stack/stackUtils.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Theme/index.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Theme/index.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Theme/index.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Theme/index.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Theme/themeDuplicates.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Theme/themeDuplicates.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Theme/themeDuplicates.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Theme/themeDuplicates.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Theme/v8ThemeShim.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Theme/v8ThemeShim.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Theme/v8ThemeShim.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Theme/v8ThemeShim.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Theme/v9BrandVariantsShim.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Theme/v9BrandVariantsShim.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Theme/v9BrandVariantsShim.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Theme/v9BrandVariantsShim.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/Theme/v9ThemeShim.ts b/packages/react-components/react-migration-v8-v9/library/src/components/Theme/v9ThemeShim.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/Theme/v9ThemeShim.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/Theme/v9ThemeShim.ts diff --git a/packages/react-components/react-migration-v8-v9/src/components/utils.ts b/packages/react-components/react-migration-v8-v9/library/src/components/utils.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/components/utils.ts rename to packages/react-components/react-migration-v8-v9/library/src/components/utils.ts diff --git a/packages/react-components/react-migration-v8-v9/src/index.ts b/packages/react-components/react-migration-v8-v9/library/src/index.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/index.ts rename to packages/react-components/react-migration-v8-v9/library/src/index.ts diff --git a/packages/react-components/react-migration-v8-v9/src/testing/isConformant.ts b/packages/react-components/react-migration-v8-v9/library/src/testing/isConformant.ts similarity index 100% rename from packages/react-components/react-migration-v8-v9/src/testing/isConformant.ts rename to packages/react-components/react-migration-v8-v9/library/src/testing/isConformant.ts diff --git a/packages/react-components/react-migration-v8-v9/library/tsconfig.json b/packages/react-components/react-migration-v8-v9/library/tsconfig.json new file mode 100644 index 0000000000000..a8572418ed1c7 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/library/tsconfig.json @@ -0,0 +1,24 @@ +{ + "extends": "../../../../tsconfig.base.all.json", + "compilerOptions": { + "strict": true, + "target": "ES2019", + "noEmit": true, + "isolatedModules": true, + "importHelpers": true, + "jsx": "react", + "noUnusedLocals": true, + "preserveConstEnums": true, + "paths": {} + }, + "include": [], + "files": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ] +} diff --git a/packages/react-components/react-migration-v0-v9/tsconfig.lib.json b/packages/react-components/react-migration-v8-v9/library/tsconfig.lib.json similarity index 81% rename from packages/react-components/react-migration-v0-v9/tsconfig.lib.json rename to packages/react-components/react-migration-v8-v9/library/tsconfig.lib.json index 6f90cf95c005b..53066fdd11fff 100644 --- a/packages/react-components/react-migration-v0-v9/tsconfig.lib.json +++ b/packages/react-components/react-migration-v8-v9/library/tsconfig.lib.json @@ -4,8 +4,8 @@ "noEmit": false, "lib": ["ES2019", "dom"], "declaration": true, - "declarationDir": "../../../dist/out-tsc/types", - "outDir": "../../../dist/out-tsc", + "declarationDir": "../../../../dist/out-tsc/types", + "outDir": "../../../../dist/out-tsc", "inlineSources": true, "types": ["static-assets", "environment"] }, diff --git a/packages/react-components/react-migration-v8-v9/tsconfig.spec.json b/packages/react-components/react-migration-v8-v9/library/tsconfig.spec.json similarity index 100% rename from packages/react-components/react-migration-v8-v9/tsconfig.spec.json rename to packages/react-components/react-migration-v8-v9/library/tsconfig.spec.json diff --git a/packages/react-components/react-migration-v8-v9/project.json b/packages/react-components/react-migration-v8-v9/project.json deleted file mode 100644 index c7d8dba59e056..0000000000000 --- a/packages/react-components/react-migration-v8-v9/project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "react-migration-v8-v9", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "implicitDependencies": [], - "sourceRoot": "packages/react-components/react-migration-v8-v9/src", - "tags": ["vNext", "v8", "platform:web"] -} diff --git a/packages/react-components/react-migration-v8-v9/stories/.eslintrc.json b/packages/react-components/react-migration-v8-v9/stories/.eslintrc.json new file mode 100644 index 0000000000000..a41120835dcc9 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/.eslintrc.json @@ -0,0 +1,12 @@ +{ + "extends": ["plugin:@fluentui/eslint-plugin/react"], + "root": true, + "rules": { + "import/no-extraneous-dependencies": [ + "error", + { + "packageDir": [".", "../../../../"] + } + ] + } +} diff --git a/packages/react-components/react-migration-v8-v9/.storybook/main.js b/packages/react-components/react-migration-v8-v9/stories/.storybook/main.js similarity index 60% rename from packages/react-components/react-migration-v8-v9/.storybook/main.js rename to packages/react-components/react-migration-v8-v9/stories/.storybook/main.js index cbbdca67753d1..e4ce7ab4e0906 100644 --- a/packages/react-components/react-migration-v8-v9/.storybook/main.js +++ b/packages/react-components/react-migration-v8-v9/stories/.storybook/main.js @@ -1,13 +1,13 @@ const path = require('path'); const { registerTsPaths, registerRules, rules } = require('@fluentui/scripts-storybook'); -const rootMain = require('../../../../.storybook/main'); +const rootMain = require('../../../../../.storybook/main'); -const tsConfigAllPath = path.join(__dirname, '../../../../tsconfig.base.all.json'); +const tsConfigAllPath = path.join(__dirname, '../../../../../tsconfig.base.all.json'); -module.exports = /** @type {Omit} */ ({ +module.exports = /** @type {Omit} */ ({ ...rootMain, - stories: [...rootMain.stories, '../stories/**/*.stories.mdx', '../stories/**/index.stories.@(ts|tsx)'], + stories: [...rootMain.stories, '../src/**/*.stories.mdx', '../src/**/index.stories.@(ts|tsx)'], addons: [...rootMain.addons], webpackFinal: (config, options) => { const localConfig = /** @type config */ ({ ...rootMain.webpackFinal(config, options) }); diff --git a/packages/react-components/react-migration-v0-v9/.storybook/preview.js b/packages/react-components/react-migration-v8-v9/stories/.storybook/preview.js similarity index 75% rename from packages/react-components/react-migration-v0-v9/.storybook/preview.js rename to packages/react-components/react-migration-v8-v9/stories/.storybook/preview.js index 1939500a3d18c..94455f782364e 100644 --- a/packages/react-components/react-migration-v0-v9/.storybook/preview.js +++ b/packages/react-components/react-migration-v8-v9/stories/.storybook/preview.js @@ -1,4 +1,4 @@ -import * as rootPreview from '../../../../.storybook/preview'; +import * as rootPreview from '../../../../../.storybook/preview'; /** @type {typeof rootPreview.decorators} */ export const decorators = [...rootPreview.decorators]; diff --git a/packages/react-components/react-migration-v0-v9/.storybook/tsconfig.json b/packages/react-components/react-migration-v8-v9/stories/.storybook/tsconfig.json similarity index 69% rename from packages/react-components/react-migration-v0-v9/.storybook/tsconfig.json rename to packages/react-components/react-migration-v8-v9/stories/.storybook/tsconfig.json index ea89218a3d916..7e896893bbf3f 100644 --- a/packages/react-components/react-migration-v0-v9/.storybook/tsconfig.json +++ b/packages/react-components/react-migration-v8-v9/stories/.storybook/tsconfig.json @@ -6,5 +6,5 @@ "checkJs": true, "types": ["static-assets", "environment", "storybook__addons"] }, - "include": ["../stories/**/*.stories.ts", "../stories/**/*.stories.tsx", "*.js"] + "include": ["*.js"] } diff --git a/packages/react-components/react-migration-v8-v9/stories/README.md b/packages/react-components/react-migration-v8-v9/stories/README.md new file mode 100644 index 0000000000000..ebc888fe7ccd9 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/README.md @@ -0,0 +1,17 @@ +# @fluentui/react-migration-v8-v9-stories + +Storybook stories for packages/react-components/react-migration-v8-v9 + +## Usage + +To include within storybook specify stories globs: + +\`\`\`js +module.exports = { +stories: ['../packages/react-components/react-migration-v8-v9/stories/src/**/*.stories.mdx', '../packages/react-components/react-migration-v8-v9/stories/src/**/index.stories.@(ts|tsx)'], +} +\`\`\` + +## API + +no public API available diff --git a/packages/react-components/react-migration-v8-v9/stories/just.config.ts b/packages/react-components/react-migration-v8-v9/stories/just.config.ts new file mode 100644 index 0000000000000..c8576f20141d4 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/just.config.ts @@ -0,0 +1,3 @@ +import { preset, task } from '@fluentui/scripts-tasks'; + +preset(); diff --git a/packages/react-components/react-migration-v8-v9/stories/package.json b/packages/react-components/react-migration-v8-v9/stories/package.json new file mode 100644 index 0000000000000..871dd92352930 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/package.json @@ -0,0 +1,22 @@ +{ + "name": "@fluentui/react-migration-v8-v9-stories", + "version": "0.0.0", + "private": true, + "scripts": { + "start": "yarn storybook", + "storybook": "start-storybook", + "type-check": "just-scripts type-check", + "lint": "eslint src/", + "format": "just-scripts prettier" + }, + "devDependencies": { + "@fluentui/react": "*", + "@fluentui/react-components": "*", + "@fluentui/react-migration-v8-v9": "*", + "@fluentui/react-storybook-addon": "*", + "@fluentui/react-storybook-addon-export-to-sandbox": "*", + "@fluentui/scripts-storybook": "*", + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" + } +} diff --git a/packages/react-components/react-migration-v8-v9/stories/project.json b/packages/react-components/react-migration-v8-v9/stories/project.json new file mode 100644 index 0000000000000..a244e55310745 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/project.json @@ -0,0 +1,8 @@ +{ + "name": "react-migration-v8-v9-stories", + "$schema": "../../../../node_modules/nx/schemas/project-schema.json", + "projectType": "library", + "sourceRoot": "packages/react-components/react-migration-v8-v9/stories/src", + "tags": ["vNext", "platform:web", "type:stories"], + "implicitDependencies": [] +} diff --git a/packages/react-components/react-migration-v8-v9/stories/ActionButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/ActionButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ActionButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/ActionButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/ActionButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ActionButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ActionButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ActionButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/CheckboxShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/CheckboxShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/CheckboxShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/CheckboxShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/CheckboxShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/CheckboxShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/CheckboxShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/CheckboxShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/CommandButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/CommandButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/CommandButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/CommandButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/CommandButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/CommandButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/CommandButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/CommandButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/CompoundButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/CompoundButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/CompoundButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/CompoundButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/CompoundButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/CompoundButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/CompoundButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/CompoundButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/DefaultButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/DefaultButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/DefaultButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/DefaultButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/DefaultButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/DefaultButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/DefaultButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/DefaultButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/MenuButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/MenuButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/MenuButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/MenuButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/MenuButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/MenuButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/MenuButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/MenuButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/PrimaryButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/PrimaryButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/PrimaryButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/PrimaryButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/PrimaryButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/PrimaryButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/PrimaryButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/PrimaryButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/Stack/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/Stack/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/Stack/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/Stack/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/Stack/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/Stack/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/Stack/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/Stack/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/ThemePreviewV8.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/ThemePreviewV8.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/ThemePreviewV8.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/ThemePreviewV8.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/ThemePreviewV9.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/ThemePreviewV9.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/ThemePreviewV9.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/ThemePreviewV9.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/createBrandVariants/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createBrandVariants/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/createBrandVariants/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createBrandVariants/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/createBrandVariants/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createBrandVariants/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/createBrandVariants/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createBrandVariants/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV8Theme/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV8Theme/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV8Theme/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV8Theme/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV8Theme/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV8Theme/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV8Theme/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV8Theme/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV9Theme/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV9Theme/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV9Theme/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV9Theme/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV9Theme/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV9Theme/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ThemeShim/createV9Theme/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ThemeShim/createV9Theme/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/ToggleButtonShim/Description.md b/packages/react-components/react-migration-v8-v9/stories/src/ToggleButtonShim/Description.md similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ToggleButtonShim/Description.md rename to packages/react-components/react-migration-v8-v9/stories/src/ToggleButtonShim/Description.md diff --git a/packages/react-components/react-migration-v8-v9/stories/ToggleButtonShim/index.stories.tsx b/packages/react-components/react-migration-v8-v9/stories/src/ToggleButtonShim/index.stories.tsx similarity index 100% rename from packages/react-components/react-migration-v8-v9/stories/ToggleButtonShim/index.stories.tsx rename to packages/react-components/react-migration-v8-v9/stories/src/ToggleButtonShim/index.stories.tsx diff --git a/packages/react-components/react-migration-v8-v9/stories/src/index.ts b/packages/react-components/react-migration-v8-v9/stories/src/index.ts new file mode 100644 index 0000000000000..cb0ff5c3b541f --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/src/index.ts @@ -0,0 +1 @@ +export {}; diff --git a/packages/react-components/react-migration-v8-v9/tsconfig.json b/packages/react-components/react-migration-v8-v9/stories/tsconfig.json similarity index 80% rename from packages/react-components/react-migration-v8-v9/tsconfig.json rename to packages/react-components/react-migration-v8-v9/stories/tsconfig.json index 4908309138a09..d59b1c1ca9649 100644 --- a/packages/react-components/react-migration-v8-v9/tsconfig.json +++ b/packages/react-components/react-migration-v8-v9/stories/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.all.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "strict": true, "target": "ES2019", @@ -17,9 +17,6 @@ { "path": "./tsconfig.lib.json" }, - { - "path": "./tsconfig.spec.json" - }, { "path": "./.storybook/tsconfig.json" } diff --git a/packages/react-components/react-migration-v8-v9/stories/tsconfig.lib.json b/packages/react-components/react-migration-v8-v9/stories/tsconfig.lib.json new file mode 100644 index 0000000000000..9486b224643d9 --- /dev/null +++ b/packages/react-components/react-migration-v8-v9/stories/tsconfig.lib.json @@ -0,0 +1,10 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "lib": ["ES2019", "dom"], + "outDir": "../../../../dist/out-tsc", + "inlineSources": true, + "types": ["static-assets", "environment"] + }, + "include": ["./src/**/*.ts", "./src/**/*.tsx"] +} diff --git a/tsconfig.base.all.json b/tsconfig.base.all.json index 7bfdc01df85f4..4a90125869a56 100644 --- a/tsconfig.base.all.json +++ b/tsconfig.base.all.json @@ -164,8 +164,14 @@ "@fluentui/react-menu-stories": ["packages/react-components/react-menu/stories/src/index.ts"], "@fluentui/react-message-bar": ["packages/react-components/react-message-bar/library/src/index.ts"], "@fluentui/react-message-bar-stories": ["packages/react-components/react-message-bar/stories/src/index.ts"], - "@fluentui/react-migration-v0-v9": ["packages/react-components/react-migration-v0-v9/src/index.ts"], - "@fluentui/react-migration-v8-v9": ["packages/react-components/react-migration-v8-v9/src/index.ts"], + "@fluentui/react-migration-v0-v9": ["packages/react-components/react-migration-v0-v9/library/src/index.ts"], + "@fluentui/react-migration-v0-v9-stories": [ + "packages/react-components/react-migration-v0-v9/stories/src/index.ts" + ], + "@fluentui/react-migration-v8-v9": ["packages/react-components/react-migration-v8-v9/library/src/index.ts"], + "@fluentui/react-migration-v8-v9-stories": [ + "packages/react-components/react-migration-v8-v9/stories/src/index.ts" + ], "@fluentui/react-motion": ["packages/react-components/react-motion/library/src/index.ts"], "@fluentui/react-motion-components-preview": [ "packages/react-components/react-motion-components-preview/library/src/index.ts" diff --git a/tsconfig.base.json b/tsconfig.base.json index c7682ccbe05a9..23074fdf46bc4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -98,8 +98,14 @@ "@fluentui/react-menu-stories": ["packages/react-components/react-menu/stories/src/index.ts"], "@fluentui/react-message-bar": ["packages/react-components/react-message-bar/library/src/index.ts"], "@fluentui/react-message-bar-stories": ["packages/react-components/react-message-bar/stories/src/index.ts"], - "@fluentui/react-migration-v0-v9": ["packages/react-components/react-migration-v0-v9/src/index.ts"], - "@fluentui/react-migration-v8-v9": ["packages/react-components/react-migration-v8-v9/src/index.ts"], + "@fluentui/react-migration-v0-v9": ["packages/react-components/react-migration-v0-v9/library/src/index.ts"], + "@fluentui/react-migration-v0-v9-stories": [ + "packages/react-components/react-migration-v0-v9/stories/src/index.ts" + ], + "@fluentui/react-migration-v8-v9": ["packages/react-components/react-migration-v8-v9/library/src/index.ts"], + "@fluentui/react-migration-v8-v9-stories": [ + "packages/react-components/react-migration-v8-v9/stories/src/index.ts" + ], "@fluentui/react-motion": ["packages/react-components/react-motion/library/src/index.ts"], "@fluentui/react-motion-components-preview": [ "packages/react-components/react-motion-components-preview/library/src/index.ts"