From e95182c3fff4609327782ca391237814349e2736 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 13 Feb 2023 15:18:02 +0100 Subject: [PATCH 1/3] chore: add prettier plugin for package.json auto-formatting --- package.json | 69 ++++++++++++++++--------------- yarn.lock | 114 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 144 insertions(+), 39 deletions(-) diff --git a/package.json b/package.json index 7aebd21c1e010..93ab8d81814a9 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,26 @@ { "name": "@fluentui/fluentui-repo", "version": "1.0.0", - "description": "Reusable React components for building experiences for Microsoft 365.", "private": true, + "description": "Reusable React components for building experiences for Microsoft 365.", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, - "engines": { - "node": "^14.18.1 || ^16.0.0" + "license": "MIT", + "workspaces": { + "packages": [ + "apps/*", + "packages/*", + "packages/fluentui/*", + "packages/react-components/*", + "scripts/*", + "tools", + "typings" + ], + "nohoist": [ + "@fluentui/web-components/@storybook/html" + ] }, "scripts": { "build": "lage build --verbose", @@ -21,10 +33,10 @@ "bundle": "lage bundle --verbose", "bundlesizecollect": "node ./scripts/generators/bundle-size-collect", "change": "beachball change --no-commit", - "check:change": "beachball check", - "check:modified-files": "node -r ./scripts/ts-node/register ./scripts/executors/check-for-modified-files", "check:affected-package": "node ./scripts/executors/checkIfPackagesAffected.js", + "check:change": "beachball check", "check:installed-dependencies-versions": "satisfied --skip-invalid --ignore \"prettier|angular|lit|sass|@storybook/html|@storybook/mdx2-csf|svelte|@testing-library|vue|@cypress/react|cypress|@swc/wasm|@cactuslab/usepubsub|react-vis|@microsoft/load-themed-styles\"", + "check:modified-files": "node -r ./scripts/ts-node/register ./scripts/executors/check-for-modified-files", "clean": "lage clean --verbose", "code-style": "lage code-style --verbose", "codepen": "cd packages/react && node ../../scripts/executors/local-codepen.js", @@ -34,13 +46,13 @@ "e2e": "lage e2e --verbose --concurrency=1", "format": "node scripts/executors/format.js", "generate-version-files": "node -r ./scripts/ts-node/register ./scripts/generators/generate-version-files", + "preinstall": "node ./scripts/package-manager/use-yarn-please.js", + "postinstall": "node ./scripts/package-manager/postinstall.js", "lint": "lage lint --verbose", "lint:log": "FORCE_COLOR=0 yarn lint > lint.log 2>&1", "lint:log:lerna": "FORCE_COLOR=0 lerna run lint --stream --no-bail > lint.log 2>&1", "perf": "yarn workspace @fluentui/perf perf:test", "perf:debug": "yarn workspace @fluentui/perf perf:test:debug", - "postinstall": "node ./scripts/package-manager/postinstall.js", - "preinstall": "node ./scripts/package-manager/use-yarn-please.js", "publish:beachball": "beachball publish -b origin/master --access public -y", "rebuild": "node ./scripts/executors/invalidate-just-cache.js && yarn build --reset-cache", "release:fluentui:canary": "node -r ./scripts/ts-node/register ./scripts/fluentui-publish publish-canary", @@ -62,6 +74,19 @@ "test:fluentui:projects": "yarn workspace @fluentui/projects-test test", "update-snapshots": "lage update-snapshots --verbose" }, + "resolutions": { + "@mdx-js/loader/loader-utils": "~2.0.4", + "@types/jest-axe/axe-core": "4.4.3", + "@typescript-eslint/eslint-plugin": "4.22.0", + "@typescript-eslint/experimental-utils": "4.22.0", + "@typescript-eslint/parser": "4.22.0", + "eslint": "7.25.0", + "jest-axe/axe-core": "4.4.3", + "swc-loader": "^0.2.3" + }, + "dependencies": { + "copy-to-clipboard": "3.3.1" + }, "devDependencies": { "@actions/core": "1.9.1", "@actions/github": "5.0.3", @@ -288,6 +313,7 @@ "postcss-loader": "4.1.0", "postcss-modules": "4.1.3", "prettier": "2.2.1", + "prettier-plugin-packagejson": "2.4.3", "pretty-bytes": "5.6.0", "progress": "2.0.3", "prompts": "2.4.2", @@ -353,33 +379,8 @@ "yargs-parser": "13.1.2", "yargs-unparser": "2.0.0" }, - "dependencies": { - "copy-to-clipboard": "3.3.1" - }, - "license": "MIT", - "workspaces": { - "packages": [ - "apps/*", - "packages/*", - "packages/fluentui/*", - "packages/react-components/*", - "scripts/*", - "tools", - "typings" - ], - "nohoist": [ - "@fluentui/web-components/@storybook/html" - ] - }, - "resolutions": { - "@typescript-eslint/eslint-plugin": "4.22.0", - "@typescript-eslint/experimental-utils": "4.22.0", - "@typescript-eslint/parser": "4.22.0", - "@types/jest-axe/axe-core": "4.4.3", - "jest-axe/axe-core": "4.4.3", - "eslint": "7.25.0", - "@mdx-js/loader/loader-utils": "~2.0.4", - "swc-loader": "^0.2.3" + "engines": { + "node": "^14.18.1 || ^16.0.0" }, "syncpack": { "prod": true, diff --git a/yarn.lock b/yarn.lock index ff16ab6a30ceb..8a24dfbf50db1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3672,6 +3672,18 @@ dependencies: esquery "^1.0.1" +"@pkgr/utils@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03" + integrity sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw== + dependencies: + cross-spawn "^7.0.3" + is-glob "^4.0.3" + open "^8.4.0" + picocolors "^1.0.0" + tiny-glob "^0.2.9" + tslib "^2.4.0" + "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.7" resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.7.tgz#58f8217ba70069cc6a73f5d7e05e85b458c150e2" @@ -10842,6 +10854,11 @@ detect-indent@^6.0.0: resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== +detect-indent@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.1.tgz#cbb060a12842b9c4d333f1cac4aa4da1bb66bc25" + integrity sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g== + detect-libc@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" @@ -10857,6 +10874,11 @@ detect-newline@^3.0.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== +detect-newline@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-4.0.0.tgz#450ac3f864d5f61112b53a524123b012c59581bc" + integrity sha512-1aXUEPdfGdzVPFpzGJJNgq9o81bGg1s09uxTWsqBlo9PI332uyJRQq13+LK/UN4JfxJbFdCXonUFQ9R/p7yCtw== + detect-node@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" @@ -12512,10 +12534,10 @@ fast-glob@^2.2.6: merge2 "^1.2.3" micromatch "^3.1.10" -fast-glob@^3.0.3, fast-glob@^3.2.2, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9: - version "3.2.11" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" - integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== +fast-glob@^3.0.3, fast-glob@^3.2.11, fast-glob@^3.2.2, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9: + version "3.2.12" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" + integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" @@ -13537,6 +13559,11 @@ git-config-path@^1.0.1: fs-exists-sync "^0.1.0" homedir-polyfill "^1.0.0" +git-hooks-list@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/git-hooks-list/-/git-hooks-list-3.0.0.tgz#6d888988bb445b34e7c2e1eb97cb88358153221e" + integrity sha512-XDfdemBGJIMAsHHOONHQxEH5dX2kCpE6MGZ1IsNvBuDPBZM3p4EAwAC7ygMjn/1/x+BJX0TK1ara1Zrh7JCFdQ== + git-raw-commits@^2.0.8: version "2.0.11" resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723" @@ -13811,6 +13838,11 @@ globalthis@^1.0.0: function-bind "^1.1.1" object-keys "^1.0.12" +globalyzer@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465" + integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q== + globby@*, globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" @@ -13837,6 +13869,17 @@ globby@^10.0.1: merge2 "^1.2.3" slash "^3.0.0" +globby@^13.1.2: + version "13.1.3" + resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff" + integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw== + dependencies: + dir-glob "^3.0.1" + fast-glob "^3.2.11" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^4.0.0" + globby@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" @@ -13862,6 +13905,11 @@ globby@^9.2.0: pify "^4.0.1" slash "^2.0.0" +globrex@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098" + integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg== + glogg@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/glogg/-/glogg-1.0.2.tgz#2d7dd702beda22eb3bffadf880696da6d846313f" @@ -15471,6 +15519,11 @@ is-plain-obj@^3.0.0: resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== +is-plain-obj@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0" + integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg== + is-plain-object@5.0.0, is-plain-object@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" @@ -20873,6 +20926,14 @@ prepend-http@^1.0.1: resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= +prettier-plugin-packagejson@2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/prettier-plugin-packagejson/-/prettier-plugin-packagejson-2.4.3.tgz#77f50538cc47c86d4fa510bc312a548e346fb724" + integrity sha512-kPeeviJiwy0BgOSk7No8NmzzXfW4R9FYWni6ziA5zc1kGVVrKnBzMZdu2TUhI+I7h8/5Htt3vARYOk7KKJTTNQ== + dependencies: + sort-package-json "2.4.1" + synckit "0.8.5" + prettier@2.2.1, "prettier@>=2.2.1 <=2.3.0", prettier@^2.0.1, prettier@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" @@ -23121,6 +23182,11 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== +slash@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" + integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== + slice-ansi@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" @@ -23261,6 +23327,23 @@ sort-keys@^4.0.0: dependencies: is-plain-obj "^2.0.0" +sort-object-keys@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" + integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== + +sort-package-json@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.4.1.tgz#4ea68a0b9ef34c2bc519e86d0d07de56622a7600" + integrity sha512-Nd3rgLBJcZ4iw7tpuOhwBupG6SvUDU0Fy1cZGAMorA2JmDUb+29Dg5phJK9gapa2Ak9d15w/RuMl/viwX+nKwQ== + dependencies: + detect-indent "^7.0.1" + detect-newline "^4.0.0" + git-hooks-list "^3.0.0" + globby "^13.1.2" + is-plain-obj "^4.1.0" + sort-object-keys "^1.1.3" + source-list-map@^2.0.0, source-list-map@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" @@ -24069,6 +24152,14 @@ synchronous-promise@^2.0.15: resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.15.tgz#07ca1822b9de0001f5ff73595f3d08c4f720eb8e" integrity sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg== +synckit@0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.5.tgz#b7f4358f9bb559437f9f167eb6bc46b3c9818fa3" + integrity sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q== + dependencies: + "@pkgr/utils" "^2.3.1" + tslib "^2.5.0" + syncpack@5.6.10: version "5.6.10" resolved "https://registry.yarnpkg.com/syncpack/-/syncpack-5.6.10.tgz#9abad3def4ee925c5f55ecfa04564f0f762b5d67" @@ -24442,6 +24533,14 @@ tiny-emitter@^2.0.0: resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423" integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== +tiny-glob@^0.2.9: + version "0.2.9" + resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.9.tgz#2212d441ac17928033b110f8b3640683129d31e2" + integrity sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg== + dependencies: + globalyzer "0.1.0" + globrex "^0.1.2" + tiny-invariant@^1.0.2, tiny-invariant@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875" @@ -24805,7 +24904,7 @@ tslib@1.11.2: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9" integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg== -tslib@2.4.1, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1: +tslib@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== @@ -24815,6 +24914,11 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== +tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" + integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== + tsscmp@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb" From 797b53e9ced1ad55367ad06015a9c0f8f8bc2224 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 13 Feb 2023 15:22:36 +0100 Subject: [PATCH 2/3] style: apply prettier package.json auto-formatter --- apps/perf-test-react-components/package.json | 20 +-- apps/perf-test/package.json | 18 +-- apps/pr-deploy-site/package.json | 8 +- apps/public-docsite-resources/package.json | 42 +++--- apps/public-docsite-v9/package.json | 22 ++-- apps/public-docsite/package.json | 36 +++--- apps/react-18-tests-v8/package.json | 24 ++-- apps/react-18-tests-v9/package.json | 22 ++-- apps/recipes-react-components/package.json | 10 +- apps/ssr-tests-v9/package.json | 10 +- apps/ssr-tests/package.json | 24 ++-- apps/stress-test/package.json | 8 +- apps/test-bundles/package.json | 6 +- apps/theming-designer/package.json | 26 ++-- .../package.json | 12 +- apps/ts-minbar-test-react/package.json | 12 +- apps/vr-tests-react-components/package.json | 14 +- apps/vr-tests/package.json | 10 +- packages/a11y-testing/package.json | 14 +- packages/api-docs/package.json | 8 +- packages/azure-themes/package.json | 28 ++-- packages/bundle-size/package.json | 4 +- packages/codemods/package.json | 24 ++-- packages/common-styles/package.json | 4 +- packages/cra-template/package.json | 14 +- packages/date-time-utilities/package.json | 50 +++---- packages/dom-utilities/package.json | 34 ++--- packages/eslint-plugin/package.json | 14 +- packages/example-data/package.json | 32 ++--- packages/fluent2-theme/package.json | 28 ++-- .../fluentui/ability-attributes/package.json | 38 +++--- packages/fluentui/accessibility/package.json | 44 +++---- packages/fluentui/circulars-test/package.json | 6 +- packages/fluentui/code-sandbox/package.json | 40 +++--- packages/fluentui/digest/package.json | 10 +- .../fluentui/docs-components/package.json | 40 +++--- packages/fluentui/docs/package.json | 22 ++-- packages/fluentui/e2e/package.json | 14 +- packages/fluentui/local-sandbox/package.json | 8 +- packages/fluentui/package.json | 4 +- .../fluentui/perf-test-northstar/package.json | 6 +- packages/fluentui/perf/package.json | 12 +- packages/fluentui/projects-test/package.json | 12 +- packages/fluentui/react-bindings/package.json | 46 +++---- packages/fluentui/react-builder/package.json | 44 +++---- .../package.json | 44 +++---- .../package.json | 44 +++---- .../fluentui/react-component-ref/package.json | 46 +++---- .../react-icons-northstar/package.json | 42 +++--- .../package.json | 42 +++--- .../package.json | 42 +++--- .../react-northstar-prototypes/package.json | 38 +++--- .../package.json | 38 +++--- .../fluentui/react-northstar/package.json | 46 +++---- .../fluentui/react-proptypes/package.json | 44 +++---- .../fluentui/react-telemetry/package.json | 40 +++--- packages/fluentui/state/package.json | 42 +++--- packages/fluentui/styles/package.json | 44 +++---- packages/font-icons-mdl2/package.json | 36 +++--- packages/foundation-legacy/package.json | 44 +++---- .../jest-serializer-merge-styles/package.json | 18 +-- packages/keyboard-key/package.json | 28 ++-- packages/merge-styles/package.json | 54 ++++---- packages/monaco-editor/package.json | 18 +-- packages/public-docsite-setup/package.json | 18 +-- packages/react-cards/package.json | 46 +++---- packages/react-charting/package.json | 60 ++++----- .../babel-preset-global-context/package.json | 34 ++--- .../package.json | 34 ++--- .../global-context/package.json | 38 +++--- .../keyboard-keys/package.json | 34 ++--- .../priority-overflow/package.json | 34 ++--- .../react-accordion/package.json | 44 +++---- .../react-components/react-alert/package.json | 44 +++---- .../react-components/react-aria/package.json | 40 +++--- .../react-avatar-context/package.json | 38 +++--- .../react-avatar/package.json | 52 ++++---- .../react-components/react-badge/package.json | 44 +++---- .../react-breadcrumb/package.json | 44 +++---- .../react-button/package.json | 46 +++---- .../react-components/react-card/package.json | 48 +++---- .../react-checkbox/package.json | 44 +++---- .../react-combobox/package.json | 44 +++---- .../react-components/package.json | 56 ++++---- .../react-conformance-griffel/package.json | 34 ++--- .../react-context-selector/package.json | 36 +++--- .../react-data-grid-react-window/package.json | 44 +++---- .../react-datepicker/package.json | 54 ++++---- .../react-dialog/package.json | 62 ++++----- .../react-divider/package.json | 42 +++--- .../react-drawer/package.json | 48 +++---- .../react-components/react-field/package.json | 42 +++--- .../react-components/react-image/package.json | 42 +++--- .../react-infobutton/package.json | 46 +++---- .../react-components/react-input/package.json | 46 +++---- .../react-components/react-label/package.json | 42 +++--- .../react-components/react-link/package.json | 46 +++---- .../react-components/react-menu/package.json | 46 +++---- .../react-migration-v0-v9/package.json | 44 +++---- .../react-migration-v8-v9/package.json | 46 +++---- .../react-overflow/package.json | 42 +++--- .../react-persona/package.json | 46 +++---- .../react-popover/package.json | 48 +++---- .../react-portal-compat-context/package.json | 34 ++--- .../react-portal-compat/package.json | 38 +++--- .../react-portal/package.json | 42 +++--- .../react-positioning/package.json | 38 +++--- .../react-progress/package.json | 46 +++---- .../react-provider/package.json | 50 +++---- .../react-components/react-radio/package.json | 44 +++---- .../react-select/package.json | 44 +++---- .../react-shared-contexts/package.json | 36 +++--- .../react-skeleton/package.json | 44 +++---- .../react-slider/package.json | 48 +++---- .../react-spinbutton/package.json | 48 +++---- .../react-spinner/package.json | 44 +++---- .../package.json | 30 ++--- .../react-storybook-addon/package.json | 56 ++++---- .../react-switch/package.json | 44 +++---- .../react-components/react-table/package.json | 46 +++---- .../react-components/react-tabs/package.json | 44 +++---- .../react-tabster/package.json | 42 +++--- .../react-components/react-tags/package.json | 40 +++--- .../react-components/react-text/package.json | 42 +++--- .../react-textarea/package.json | 44 +++---- .../react-theme-sass/package.json | 32 ++--- .../react-components/react-theme/package.json | 36 +++--- .../react-toolbar/package.json | 52 ++++---- .../react-tooltip/package.json | 44 +++---- .../react-components/react-tree/package.json | 58 ++++----- .../react-utilities/package.json | 36 +++--- .../react-virtualizer/package.json | 40 +++--- .../theme-designer/package.json | 54 ++++---- packages/react-conformance/package.json | 22 ++-- packages/react-date-time/package.json | 42 +++--- .../react-docsite-components/package.json | 44 +++---- packages/react-examples/package.json | 18 +-- packages/react-experiments/package.json | 106 +++++++-------- packages/react-file-type-icons/package.json | 36 +++--- packages/react-focus/package.json | 46 +++---- packages/react-hooks/package.json | 48 +++---- packages/react-icon-provider/package.json | 36 +++--- .../react-icons-mdl2-branded/package.json | 36 +++--- packages/react-icons-mdl2/package.json | 50 +++---- packages/react-monaco-editor/package.json | 32 ++--- packages/react-window-provider/package.json | 38 +++--- packages/react/package.json | 122 +++++++++--------- packages/scheme-utilities/package.json | 40 +++--- packages/set-version/package.json | 26 ++-- packages/storybook/package.json | 18 +-- packages/style-utilities/package.json | 32 ++--- packages/test-utilities/package.json | 4 +- packages/theme-samples/package.json | 42 +++--- packages/theme/package.json | 64 ++++----- packages/tokens/package.json | 34 ++--- packages/utilities/package.json | 68 +++++----- packages/web-components/package.json | 60 ++++----- packages/webpack-utilities/package.json | 12 +- scripts/executors/package.json | 4 +- scripts/gulp/package.json | 6 +- scripts/projects-test/package.json | 4 +- scripts/storybook/package.json | 4 +- scripts/tasks/package.json | 4 +- tools/package.json | 6 +- 164 files changed, 2886 insertions(+), 2886 deletions(-) diff --git a/apps/perf-test-react-components/package.json b/apps/perf-test-react-components/package.json index c4db9fde33952..f17e2690b5f0b 100644 --- a/apps/perf-test-react-components/package.json +++ b/apps/perf-test-react-components/package.json @@ -1,23 +1,17 @@ { "name": "@fluentui/perf-test-react-components", - "description": "Perf tests for @fluentui/react-components.", "version": "9.0.0-rc.0", "private": true, + "description": "Perf tests for @fluentui/react-components.", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", "clean": "just-scripts clean", - "code-style": "just-scripts code-style" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint" }, "dependencies": { - "@griffel/core": "^1.9.0", "@fluentui/react-avatar": "^9.3.4", "@fluentui/react-button": "^9.2.3", "@fluentui/react-field": "9.0.0-alpha.19", @@ -26,6 +20,7 @@ "@fluentui/react-provider": "^9.3.3", "@fluentui/react-spinbutton": "^9.1.2", "@fluentui/react-theme": "^9.1.5", + "@griffel/core": "^1.9.0", "@microsoft/load-themed-styles": "^1.10.26", "flamegrill": "0.2.0", "lodash": "^4.17.15", @@ -33,5 +28,10 @@ "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json index 711482326483b..c4246014e6806 100644 --- a/apps/perf-test/package.json +++ b/apps/perf-test/package.json @@ -1,20 +1,15 @@ { "name": "@fluentui/perf-test", - "description": "Perf tests for @fluentui/react.", "version": "1.0.0", "private": true, + "description": "Perf tests for @fluentui/react.", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", "clean": "just-scripts clean", - "code-style": "just-scripts code-style" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint" }, "dependencies": { "@fluentui/example-data": "^8.4.6", @@ -26,5 +21,10 @@ "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/apps/pr-deploy-site/package.json b/apps/pr-deploy-site/package.json index 27d5253cdb438..d4e30c668a924 100644 --- a/apps/pr-deploy-site/package.json +++ b/apps/pr-deploy-site/package.json @@ -1,19 +1,19 @@ { "name": "@fluentui/pr-deploy-site", "version": "1.0.0", + "private": true, "description": "A site to be deployed as a static site to view what is built during PR", + "license": "MIT", "main": "index.js", - "private": true, "scripts": { "clean": "just-scripts clean", "generate:site": "just-scripts generate:site", "lint": "eslint --ext .js,.ts --cache .", "type-check": "tsc -p ." }, - "license": "MIT", "devDependencies": { "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-monorepo": "*" + "@fluentui/scripts-monorepo": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/public-docsite-resources/package.json b/apps/public-docsite-resources/package.json index 1ee3d73db48b5..84288b34f8531 100644 --- a/apps/public-docsite-resources/package.json +++ b/apps/public-docsite-resources/package.json @@ -3,49 +3,49 @@ "version": "8.1.41", "private": true, "description": "Fluent UI React local demo app", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/fluentui" + }, + "license": "MIT", "sideEffects": [ "*.global.*", "*Examples.*", "*Example.*" ], + "main": "lib-commonjs/index.js", + "module": "lib/index.js", "typings": "lib/index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/fluentui" - }, - "license": "MIT", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start": "just-scripts dev", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/api-docs": "^8.2.6", - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-monorepo": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { - "@fluentui/react": "^8.105.7", - "@fluentui/react-examples": "^8.34.4", - "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/azure-themes": "^8.5.58", - "@fluentui/react-docsite-components": "^8.11.19", "@fluentui/font-icons-mdl2": "^8.5.8", + "@fluentui/react": "^8.105.7", + "@fluentui/react-docsite-components": "^8.11.19", + "@fluentui/react-examples": "^8.34.4", + "@fluentui/react-monaco-editor": "^1.7.54", "@fluentui/set-version": "^8.2.5", "@fluentui/theme-samples": "^8.7.54", - "@fluentui/react-monaco-editor": "^1.7.54", + "@microsoft/load-themed-styles": "^1.10.26", "office-ui-fabric-core": "^11.0.0", "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/api-docs": "^8.2.6", + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-monorepo": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json index 0e67a73228836..c8859f89cd79c 100644 --- a/apps/public-docsite-v9/package.json +++ b/apps/public-docsite-v9/package.json @@ -6,8 +6,8 @@ "scripts": { "build": "just-scripts build", "build-storybook": "build-storybook -o ./dist/storybook --docs && node ./.storybook/fix-title.js 'Fluent UI React v9' ../dist", - "chromatic:branch": "npx chromatic@6.4.3 --project-token $CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes --build-script-name build-storybook", "chromatic": "npx chromatic@6.4.3 --project-token $CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes --build-script-name build-storybook --branch-name microsoft:master", + "chromatic:branch": "npx chromatic@6.4.3 --project-token $CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes --build-script-name build-storybook", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "just": "just-scripts", @@ -16,25 +16,25 @@ "storybook": "start-storybook --port 3000 --no-manager-cache", "storybook:docs": "yarn storybook --docs" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-storybook": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { - "@fluentui/react-migration-v8-v9": "^9.1.4", - "@fluentui/react-migration-v0-v9": "9.0.0-alpha.0", "@fluentui/react": "^8.105.7", - "@fluentui/react-northstar": "^0.66.1", - "@fluentui/react-icons-northstar": "^0.66.1", - "@fluentui/storybook": "^1.0.0", "@fluentui/react-components": "^9.15.1", + "@fluentui/react-icons-northstar": "^0.66.1", + "@fluentui/react-migration-v0-v9": "9.0.0-alpha.0", + "@fluentui/react-migration-v8-v9": "^9.1.4", + "@fluentui/react-northstar": "^0.66.1", "@fluentui/react-storybook-addon": "9.0.0-rc.1", "@fluentui/react-theme": "^9.1.5", + "@fluentui/storybook": "^1.0.0", "@griffel/react": "^1.5.2", "react": "17.0.2", "react-dom": "17.0.2", "react-window": "^1.8.6", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-storybook": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/public-docsite/package.json b/apps/public-docsite/package.json index 485454022a5e6..2a55b55edb9bd 100644 --- a/apps/public-docsite/package.json +++ b/apps/public-docsite/package.json @@ -3,34 +3,27 @@ "version": "8.2.41", "private": true, "description": "The official website for the Fluent UI project.", - "sideEffects": true, - "main": "lib-commonjs/root.js", - "module": "lib/root.js", - "typings": "lib/root.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, + "license": "MIT", + "sideEffects": true, + "main": "lib-commonjs/root.js", + "module": "lib/root.js", + "typings": "lib/root.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", - "start": "just-scripts dev" - }, - "license": "MIT", - "devDependencies": { - "@fluentui/common-styles": "^1.2.17", - "@fluentui/eslint-plugin": "*", - "@fluentui/react-monaco-editor": "^1.7.54", - "write-file-webpack-plugin": "^4.1.0", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "just": "just-scripts", + "lint": "just-scripts lint", + "start": "just-scripts dev", + "test": "just-scripts test" }, "dependencies": { + "@fluentui/fluent2-theme": "^8.104.21", "@fluentui/font-icons-mdl2": "^8.5.8", "@fluentui/public-docsite-resources": "^8.1.41", "@fluentui/public-docsite-setup": "^0.3.17", @@ -38,7 +31,6 @@ "@fluentui/react-docsite-components": "^8.11.19", "@fluentui/react-examples": "^8.34.4", "@fluentui/react-experiments": "^8.14.49", - "@fluentui/fluent2-theme": "^8.104.21", "@fluentui/react-file-type-icons": "^8.8.8", "@fluentui/react-icons-mdl2": "^1.3.31", "@fluentui/react-icons-mdl2-branded": "^1.2.32", @@ -52,5 +44,13 @@ "react-dom": "17.0.2", "tslib": "^2.1.0", "whatwg-fetch": "2.0.4" + }, + "devDependencies": { + "@fluentui/common-styles": "^1.2.17", + "@fluentui/eslint-plugin": "*", + "@fluentui/react-monaco-editor": "^1.7.54", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "write-file-webpack-plugin": "^4.1.0" } } diff --git a/apps/react-18-tests-v8/package.json b/apps/react-18-tests-v8/package.json index e746ac46e81e2..bae0b8c2a6f05 100644 --- a/apps/react-18-tests-v8/package.json +++ b/apps/react-18-tests-v8/package.json @@ -1,24 +1,17 @@ { "name": "@fluentui/react-18-tests-v8", - "description": "React 18 test application", "version": "8.0.0", "private": true, + "description": "React 18 test application", "scripts": { - "type-check": "tsc -p tsconfig.react-compat-check.json", - "format": "prettier -w . --ignore-path ../.prettierignore", - "format:check": "yarn format -c", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "format": "prettier -w . --ignore-path ../.prettierignore", + "format:check": "yarn format -c", "lint": "eslint --ext .js,.ts.,.tsx ./src", + "start": "webpack-dev-server --mode=development", "test": "jest --passWithNoTests", - "start": "webpack-dev-server --mode=development" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "type-check": "tsc -p tsconfig.react-compat-check.json" }, "dependencies": { "@fluentui/react": "^8.105.7", @@ -28,5 +21,12 @@ "react": "18.2.0", "react-dom": "18.2.0", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/apps/react-18-tests-v9/package.json b/apps/react-18-tests-v9/package.json index 94edbb551c994..ed6e3270b921d 100644 --- a/apps/react-18-tests-v9/package.json +++ b/apps/react-18-tests-v9/package.json @@ -1,22 +1,17 @@ { "name": "@fluentui/react-18-tests-v9", - "description": "React 18 test application", "version": "1.0.0", "private": true, + "description": "React 18 test application", "scripts": { - "type-check": "tsc -p tsconfig.react-compat-check.json", - "lint": "eslint --ext .js,.ts,.tsx ./src", - "test": "jest --passWithNoTests", + "e2e": "cypress run --component", + "e2e:local": "cypress open --component", "format": "prettier -w . --ignore-path ../.prettierignore", "format:check": "yarn format -c", + "lint": "eslint --ext .js,.ts,.tsx ./src", "start": "webpack-dev-server --mode=development", - "e2e:local": "cypress open --component", - "e2e": "cypress run --component" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -p tsconfig.react-compat-check.json" }, "dependencies": { "@fluentui/react-components": "^9.15.1", @@ -25,5 +20,10 @@ "react": "18.2.0", "react-dom": "18.2.0", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/recipes-react-components/package.json b/apps/recipes-react-components/package.json index 09025ed5ff9a7..508a5250c7c51 100644 --- a/apps/recipes-react-components/package.json +++ b/apps/recipes-react-components/package.json @@ -11,19 +11,19 @@ "start": "start-storybook", "type-check": "tsc" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@fluentui/react-components": "^9.15.1", "@fluentui/react-icons": "^2.0.175", - "@fluentui/react-theme": "^9.1.5", "@fluentui/react-provider": "^9.3.3", "@fluentui/react-storybook-addon": "9.0.0-rc.1", + "@fluentui/react-theme": "^9.1.5", "@griffel/react": "^1.5.2", "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/ssr-tests-v9/package.json b/apps/ssr-tests-v9/package.json index 2ce8d859d37bd..ed1d60efcfb0e 100644 --- a/apps/ssr-tests-v9/package.json +++ b/apps/ssr-tests-v9/package.json @@ -1,8 +1,8 @@ { "name": "@fluentui/ssr-tests-v9", "version": "9.0.0", - "description": "SSR testing util for v9", "private": true, + "description": "SSR testing util for v9", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" @@ -14,9 +14,9 @@ "code-style": "just-scripts code-style", "lint": "just-scripts lint", "storybook": "start-storybook", - "test:unit": "jest", - "test:ssr": "ts-node --swc ./src/test.ts", "test": "yarn test:unit && yarn test:ssr", + "test:ssr": "ts-node --swc ./src/test.ts", + "test:unit": "jest", "type-check": "tsc -b tsconfig.json" }, "dependencies": { @@ -24,8 +24,8 @@ }, "devDependencies": { "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-puppeteer": "*", "@fluentui/scripts-storybook": "*", - "@fluentui/scripts-puppeteer": "*" + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/ssr-tests/package.json b/apps/ssr-tests/package.json index 138250bedd6cd..0a80dd31ae1bf 100644 --- a/apps/ssr-tests/package.json +++ b/apps/ssr-tests/package.json @@ -1,27 +1,27 @@ { "name": "@fluentui/ssr-tests", "version": "1.0.0", - "description": "Server-side rendering tests for @fluentui/react.", "private": true, + "description": "Server-side rendering tests for @fluentui/react.", + "license": "MIT", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "test": "just-scripts test", - "code-style": "node -v", "clean": "", - "just": "just-scripts" + "code-style": "node -v", + "just": "just-scripts", + "test": "just-scripts test" + }, + "dependencies": { + "tslib": "^2.1.0" }, - "license": "MIT", "devDependencies": { + "@fluentui/public-docsite-resources": "^8.1.41", "@fluentui/react": "^8.105.7", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", "@microsoft/load-themed-styles": "^1.10.26", "@types/mocha": "7.0.2", - "@fluentui/public-docsite-resources": "^8.1.41", - "mocha": "7.2.0", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, - "dependencies": { - "tslib": "^2.1.0" + "mocha": "7.2.0" } } diff --git a/apps/stress-test/package.json b/apps/stress-test/package.json index b32ae4b0f682f..417be54b16023 100644 --- a/apps/stress-test/package.json +++ b/apps/stress-test/package.json @@ -2,9 +2,9 @@ "name": "@fluentui/stress-test", "version": "1.0.0", "private": true, - "main": "index.js", - "type": "module", "license": "MIT", + "type": "module", + "main": "index.js", "scripts": { "stress-test": "ts-node-esm --project tsconfig.scripts.json ./scripts/stressTest.ts", "type-check": "tsc -b tsconfig.type.json" @@ -16,9 +16,9 @@ "@fluentui/web-components": "^2.5.12", "@microsoft/fast-element": "^1.11.0", "afterframe": "1.0.2", + "random-seedable": "1.0.8", "react": "17.0.2", - "react-dom": "17.0.2", - "random-seedable": "1.0.8" + "react-dom": "17.0.2" }, "devDependencies": { "@fluentui/scripts-tasks": "*" diff --git a/apps/test-bundles/package.json b/apps/test-bundles/package.json index 7058fe4196c35..64af9e77f9f58 100644 --- a/apps/test-bundles/package.json +++ b/apps/test-bundles/package.json @@ -1,8 +1,8 @@ { "name": "@fluentui/test-bundles", "version": "1.0.0", - "description": "Testing Fluent UI React bundle sizes.", "private": true, + "description": "Testing Fluent UI React bundle sizes.", "license": "MIT", "scripts": { "bundle:size": "just-scripts bundle", @@ -12,8 +12,8 @@ }, "devDependencies": { "@fluentui/eslint-plugin": "*", - "parallel-webpack": "^2.6.0", "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "@fluentui/scripts-webpack": "*", + "parallel-webpack": "^2.6.0" } } diff --git a/apps/theming-designer/package.json b/apps/theming-designer/package.json index 4b5d4ed7e79ce..52111650bf5b5 100644 --- a/apps/theming-designer/package.json +++ b/apps/theming-designer/package.json @@ -1,34 +1,34 @@ { "name": "@fluentui/theming-designer", - "description": "Theming designer for @fluentui/react.", "version": "1.0.0", "private": true, + "description": "Theming designer for @fluentui/react.", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", - "start": "just-scripts dev" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "just": "just-scripts", + "lint": "just-scripts lint", + "start": "just-scripts dev", + "test": "just-scripts test" }, "dependencies": { - "@fluentui/react": "^8.105.7", + "@fluentui/font-icons-mdl2": "^8.5.8", + "@fluentui/foundation-legacy": "^8.2.28", "@fluentui/merge-styles": "^8.5.6", + "@fluentui/react": "^8.105.7", "@fluentui/react-docsite-components": "^8.11.19", - "@fluentui/foundation-legacy": "^8.2.28", "@fluentui/scheme-utilities": "^8.3.23", "@fluentui/set-version": "^8.2.5", - "@fluentui/font-icons-mdl2": "^8.5.8", "@microsoft/load-themed-styles": "^1.10.26", "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/apps/ts-minbar-test-react-components/package.json b/apps/ts-minbar-test-react-components/package.json index 72b6fc15c906c..c8de04f37cb22 100644 --- a/apps/ts-minbar-test-react-components/package.json +++ b/apps/ts-minbar-test-react-components/package.json @@ -4,15 +4,15 @@ "private": true, "description": "Testing Fluent UI React Components compatibility with Typescript 3.9", "license": "MIT", + "scripts": { + "test": "ts-node --swc ./src/index.ts", + "type-check": "tsc -p ." + }, "dependencies": { "@fluentui/react-components": "^9.15.1" }, - "scripts": { - "type-check": "tsc -p .", - "test": "ts-node --swc ./src/index.ts" - }, "devDependencies": { - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-projects-test": "*" + "@fluentui/scripts-projects-test": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/ts-minbar-test-react/package.json b/apps/ts-minbar-test-react/package.json index afc43401b42bd..e6f1483f4bf17 100644 --- a/apps/ts-minbar-test-react/package.json +++ b/apps/ts-minbar-test-react/package.json @@ -4,15 +4,15 @@ "private": true, "description": "Testing Fluent UI React compatibility with Typescript 3.9", "license": "MIT", + "scripts": { + "test": "ts-node --swc ./src/index.ts", + "type-check": "tsc -p ." + }, "dependencies": { "@fluentui/react": "^8.105.7" }, - "scripts": { - "type-check": "tsc -p .", - "test": "ts-node --swc ./src/index.ts" - }, "devDependencies": { - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-projects-test": "*" + "@fluentui/scripts-projects-test": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/vr-tests-react-components/package.json b/apps/vr-tests-react-components/package.json index 5c7eab08c53c1..f37269207d1eb 100644 --- a/apps/vr-tests-react-components/package.json +++ b/apps/vr-tests-react-components/package.json @@ -14,10 +14,6 @@ "vr:build": "yarn build", "vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@fluentui/react-accordion": "^9.0.23", "@fluentui/react-avatar": "^9.3.4", @@ -46,21 +42,25 @@ "@fluentui/react-select": "^9.0.1", "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-slider": "^9.0.23", - "@fluentui/react-spinner": "^9.0.20", "@fluentui/react-spinbutton": "^9.1.2", + "@fluentui/react-spinner": "^9.0.20", "@fluentui/react-storybook-addon": "9.0.0-rc.1", "@fluentui/react-switch": "^9.0.24", - "@fluentui/react-tabs": "^9.2.2", "@fluentui/react-table": "^9.0.1", + "@fluentui/react-tabs": "^9.2.2", "@fluentui/react-text": "^9.2.1", "@fluentui/react-textarea": "^9.2.2", "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-tooltip": "^9.1.15", "@fluentui/react-toolbar": "^9.0.5", + "@fluentui/react-tooltip": "^9.1.15", "@fluentui/react-utilities": "^9.5.2", "@griffel/react": "^1.5.2", "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json index dbfd5edda9977..c77b537ccd890 100644 --- a/apps/vr-tests/package.json +++ b/apps/vr-tests/package.json @@ -14,11 +14,6 @@ "vr:build": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts storybook:build", "vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-webpack": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@fluentui/example-data": "^8.4.6", "@fluentui/font-icons-mdl2": "^8.5.8", @@ -30,5 +25,10 @@ "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/packages/a11y-testing/package.json b/packages/a11y-testing/package.json index b336a9d6ec24e..6c1d325011032 100644 --- a/packages/a11y-testing/package.json +++ b/packages/a11y-testing/package.json @@ -1,15 +1,15 @@ { "name": "@fluentui/a11y-testing", "version": "0.1.0", - "description": "Fluent UI tests for a11y patterns.", "private": true, - "main": "lib-commonjs/src/index.js", - "typings": "lib-commonjs/src/index.d.ts", + "description": "Fluent UI tests for a11y patterns.", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/src/index.js", + "typings": "lib-commonjs/src/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -17,17 +17,17 @@ "just": "just-scripts", "lint": "just-scripts lint" }, + "dependencies": { + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "tslib": "^2.1.0" - }, "peerDependencies": { - "jest": "^26.0.0", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.0.0", + "jest": "^26.0.0", "react": ">=16.8.0 <19.0.0" } } diff --git a/packages/api-docs/package.json b/packages/api-docs/package.json index 8eaf3471a224c..b8b6776781161 100644 --- a/packages/api-docs/package.json +++ b/packages/api-docs/package.json @@ -16,13 +16,13 @@ "lint": "just-scripts lint", "test": "just-scripts test" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@microsoft/api-extractor-model": "7.13.3", "@microsoft/tsdoc": "0.13.2", "fs-extra": "^8.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json index 2b4ee3aea62b9..d855e660c7940 100644 --- a/packages/azure-themes/package.json +++ b/packages/azure-themes/package.json @@ -2,34 +2,34 @@ "name": "@fluentui/azure-themes", "version": "8.5.58", "description": "Azure themes for Fluent UI React", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", - "code-style": "just-scripts code-style", "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start": "just-scripts dev:storybook" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { "@fluentui/react": "^8.105.7", "@fluentui/set-version": "^8.2.5", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/packages/bundle-size/package.json b/packages/bundle-size/package.json index c10f3f0fdb4b1..b46d4daebdde5 100644 --- a/packages/bundle-size/package.json +++ b/packages/bundle-size/package.json @@ -14,18 +14,18 @@ "@babel/core": "^7.10.4", "ajv": "^8.4.0", "chalk": "^4.1.0", + "ci-info": "^3.2.0", "cli-table3": "^0.6.0", "del": "^6.0.0", "find-up": "^5.0.0", "glob": "^7.1.2", "gzip-size": "^6.0.0", + "node-fetch": "^2.6.1", "prettier": "^2.2.1", "pretty-bytes": "^5.6.0", "terser": "^5.5.1", "webpack": "^5.21.2", "workspace-tools": "^0.27.0", - "ci-info": "^3.2.0", - "node-fetch": "^2.6.1", "yargs": "^13.3.2" } } diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 485c4e7207c5c..5cfd069acd5f9 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -2,16 +2,16 @@ "name": "@fluentui/codemods", "version": "8.4.8", "description": "Tool enabling easy upgrades to new Fluent UI versions", - "main": "lib-commonjs/index.js", - "typings": "lib-commonjs/index.d.ts", - "bin": { - "upgrade": "./bin/upgrade.js" - }, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/index.js", + "typings": "lib-commonjs/index.d.ts", + "bin": { + "upgrade": "./bin/upgrade.js" + }, "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -22,16 +22,16 @@ "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { - "tslib": "^2.1.0", + "glob": "^7.1.2", "react": "17.0.2", "ts-morph": "^10.0.1", - "glob": "^7.1.2", + "tslib": "^2.1.0", "yargs": "^13.3.2" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/common-styles/package.json b/packages/common-styles/package.json index 3115212ac737c..12a49d71b4cce 100644 --- a/packages/common-styles/package.json +++ b/packages/common-styles/package.json @@ -18,7 +18,7 @@ "office-ui-fabric-core": "^11.0.0" }, "devDependencies": { - "@fluentui/style-utilities": "^8.9.1", - "@fluentui/scripts-tasks": "*" + "@fluentui/scripts-tasks": "*", + "@fluentui/style-utilities": "^8.9.1" } } diff --git a/packages/cra-template/package.json b/packages/cra-template/package.json index adab334fce9a5..872324f981231 100644 --- a/packages/cra-template/package.json +++ b/packages/cra-template/package.json @@ -7,19 +7,19 @@ "url": "https://github.com/microsoft/fluentui", "directory": "packages/cra-template" }, - "scripts": { - "lint": "eslint --ext .js,.ts,.tsx .", - "test": "node -r @fluentui/scripts-babel/register scripts/test.ts", - "type-check": "tsc -p ." - }, "license": "MIT", "files": [ "template", "template.json" ], + "scripts": { + "lint": "eslint --ext .js,.ts,.tsx .", + "test": "node -r @fluentui/scripts-babel/register scripts/test.ts", + "type-check": "tsc -p ." + }, "devDependencies": { "@fluentui/react": "^8.105.7", - "@fluentui/scripts-projects-test": "*", - "@fluentui/scripts-monorepo": "*" + "@fluentui/scripts-monorepo": "*", + "@fluentui/scripts-projects-test": "*" } } diff --git a/packages/date-time-utilities/package.json b/packages/date-time-utilities/package.json index 36a952f75733f..4b81a5e8c9898 100644 --- a/packages/date-time-utilities/package.json +++ b/packages/date-time-utilities/package.json @@ -2,36 +2,14 @@ "name": "@fluentui/date-time-utilities", "version": "8.5.5", "description": "Date-time utilities", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "scripts": { - "build": "just-scripts build", - "test": "just-scripts test", - "just": "just-scripts", - "code-style": "just-scripts code-style", - "clean": "just-scripts clean", - "start-test": "just-scripts jest-watch", - "lint": "just-scripts lint" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" - }, + "sideEffects": [ + "lib/version.js" + ], "exports": { ".": { "types": "./lib/index.d.ts", @@ -53,5 +31,27 @@ "import": "./lib/dateValues/timeConstants.js", "require": "./lib-commonjs/dateValues/timeConstants.js" } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "just-scripts build", + "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", + "start-test": "just-scripts jest-watch", + "test": "just-scripts test" + }, + "dependencies": { + "@fluentui/set-version": "^8.2.5", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/dom-utilities/package.json b/packages/dom-utilities/package.json index 62b01a8378c5c..4bae2b48020a9 100644 --- a/packages/dom-utilities/package.json +++ b/packages/dom-utilities/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/dom-utilities", "version": "2.2.5", "description": "DOM utilities for use within Fluent web components", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -22,21 +29,14 @@ "start-test": "just-scripts jest-watch", "test": "just-scripts test" }, + "dependencies": { + "@fluentui/set-version": "^8.2.5", + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-jest": "*", "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 2517b4d80d2cb..86ca179fbac45 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -2,12 +2,15 @@ "name": "@fluentui/eslint-plugin", "version": "1.13.0", "description": "ESLint configuration and custom rules for Fluent UI", - "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "src/index.js", + "files": [ + "src" + ], "scripts": { "lint": "tsc --noEmit && eslint --ext .js --cache .", "test": "yarn jest --passWithNoTests" @@ -28,14 +31,11 @@ "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "fs-extra": "^8.1.0", - "minimatch": "^3.0.4", - "jju": "^1.4.0" + "jju": "^1.4.0", + "minimatch": "^3.0.4" }, "peerDependencies": { "eslint": "^7.0.0", "typescript": "^4.1.0" - }, - "files": [ - "src" - ] + } } diff --git a/packages/example-data/package.json b/packages/example-data/package.json index e4a604b440d57..c2d3c4ba1e82a 100644 --- a/packages/example-data/package.json +++ b/packages/example-data/package.json @@ -2,37 +2,37 @@ "name": "@fluentui/example-data", "version": "8.4.6", "description": "Data generators for Fluent UI React examples.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", "clean": "just-scripts clean", "code-style": "just-scripts code-style", - "just": "just-scripts" + "just": "just-scripts", + "lint": "just-scripts lint", + "test": "just-scripts test" + }, + "dependencies": { + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*", "@fluentui/scripts-webpack": "*" - }, - "dependencies": { - "tslib": "^2.1.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/fluent2-theme/package.json b/packages/fluent2-theme/package.json index 5fd39649de011..11ad88c7e4326 100644 --- a/packages/fluent2-theme/package.json +++ b/packages/fluent2-theme/package.json @@ -2,34 +2,34 @@ "name": "@fluentui/fluent2-theme", "version": "8.104.21", "description": "A Fluent2 theme for Fluent UI React 8.x", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", - "code-style": "just-scripts code-style", "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start": "just-scripts dev:storybook" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { "@fluentui/react": "^8.105.7", "@fluentui/set-version": "^8.2.5", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/packages/fluentui/ability-attributes/package.json b/packages/fluentui/ability-attributes/package.json index 863bd60fe34f8..4e1d874f36a08 100644 --- a/packages/fluentui/ability-attributes/package.json +++ b/packages/fluentui/ability-attributes/package.json @@ -1,9 +1,25 @@ { "name": "@fluentui/ability-attributes", - "description": "Accessibility attributes schema for Fluent UI", "version": "0.66.1", - "author": "Marat Abdullin ", + "description": "Accessibility attributes schema for Fluent UI", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/ability-attributes", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Marat Abdullin ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "npm run schema && gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "schema": "allyschema -c \"process.env.NODE_ENV !== 'production'\" schema.json > ./src/schema.ts" + }, "dependencies": { "ability-attributes": "^0.0.8" }, @@ -12,23 +28,7 @@ "@fluentui/scripts-gulp": "*", "ability-attributes-generator": "^0.0.8" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/ability-attributes", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "npm run schema && gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "schema": "allyschema -c \"process.env.NODE_ENV !== 'production'\" schema.json > ./src/schema.ts" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/accessibility/package.json b/packages/fluentui/accessibility/package.json index 6c788fa3afaab..0d5df1f5fe134 100644 --- a/packages/fluentui/accessibility/package.json +++ b/packages/fluentui/accessibility/package.json @@ -1,9 +1,28 @@ { "name": "@fluentui/accessibility", - "description": "A set of reusable framework accessibility behaviours.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "A set of reusable framework accessibility behaviours.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/accessibility", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "lodash": "^4.17.15" @@ -15,26 +34,7 @@ "@fluentui/scripts-jest": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/accessibility", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/circulars-test/package.json b/packages/fluentui/circulars-test/package.json index c39afeb19bfcb..ded3c81690004 100644 --- a/packages/fluentui/circulars-test/package.json +++ b/packages/fluentui/circulars-test/package.json @@ -3,6 +3,9 @@ "version": "0.66.1", "private": true, "license": "MIT", + "scripts": { + "test": "gulp test" + }, "dependencies": { "@fluentui/react-northstar": "^0.66.1" }, @@ -11,8 +14,5 @@ }, "publishConfig": { "access": "public" - }, - "scripts": { - "test": "gulp test" } } diff --git a/packages/fluentui/code-sandbox/package.json b/packages/fluentui/code-sandbox/package.json index 1bd2cbd79083e..f548adb0dbcd1 100644 --- a/packages/fluentui/code-sandbox/package.json +++ b/packages/fluentui/code-sandbox/package.json @@ -1,9 +1,26 @@ { "name": "@fluentui/code-sandbox", - "description": "Fluent UI tools for CodeSandbox.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "Fluent UI tools for CodeSandbox.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/code-sandbox", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix" + }, "dependencies": { "@fluentui/docs-components": "^0.66.1", "lodash": "^4.17.15" @@ -14,14 +31,6 @@ "@fluentui/scripts-babel": "*", "@fluentui/scripts-gulp": "*" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/code-sandbox", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "@fluentui/react-northstar": "0.54.0", "react": "^16.8.0 || ^17", @@ -29,14 +38,5 @@ }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/digest/package.json b/packages/fluentui/digest/package.json index 53ee4e2c01ebe..53b5905587573 100644 --- a/packages/fluentui/digest/package.json +++ b/packages/fluentui/digest/package.json @@ -2,16 +2,16 @@ "name": "@fluentui/digest", "version": "0.66.1", "private": true, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/digest" + }, + "license": "MIT", "main": "lib/digest.js", "module": "lib/digest.js", - "license": "MIT", "bin": { "digest": "./bin/digest.js" }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/digest" - }, "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", diff --git a/packages/fluentui/docs-components/package.json b/packages/fluentui/docs-components/package.json index 7dd55ff82ab52..9c6b1845335e1 100644 --- a/packages/fluentui/docs-components/package.json +++ b/packages/fluentui/docs-components/package.json @@ -1,9 +1,26 @@ { "name": "@fluentui/docs-components", - "description": "A set of React components to build docs sites.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "A set of React components to build docs sites.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/docs-components", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix" + }, "dependencies": { "@babel/runtime": "^7.10.4", "copy-to-clipboard": "^3.2.0", @@ -20,14 +37,6 @@ "@fluentui/scripts-babel": "*", "@fluentui/scripts-gulp": "*" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/docs-components", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "prettier": "^2.0.0", "react": "^16.8.0 || ^17", @@ -35,14 +44,5 @@ }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/docs/package.json b/packages/fluentui/docs/package.json index 111fb7de2b14e..afc89b16069da 100644 --- a/packages/fluentui/docs/package.json +++ b/packages/fluentui/docs/package.json @@ -3,6 +3,17 @@ "version": "0.66.1", "private": true, "license": "MIT", + "scripts": { + "build": "gulp build:docs", + "build:storybook": "build-storybook -o dist/storybook", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "start": "gulp docs", + "start:profile": "cross-env NODE_ENV=production PERF=true gulp docs", + "start:storybook": "start-storybook", + "vr:build": "yarn build:storybook", + "vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true" + }, "dependencies": { "@charlietango/use-script": "^2.1.1", "@fluentui/ability-attributes": "^0.66.1", @@ -63,16 +74,5 @@ }, "publishConfig": { "access": "public" - }, - "scripts": { - "build": "gulp build:docs", - "build:storybook": "build-storybook -o dist/storybook", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "start": "gulp docs", - "start:profile": "cross-env NODE_ENV=production PERF=true gulp docs", - "start:storybook": "start-storybook", - "vr:build": "yarn build:storybook", - "vr:test": "storywright --browsers chromium --url dist/storybook --destpath dist/screenshots --waitTimeScreenshot 500 --concurrency 4 --headless true" } } diff --git a/packages/fluentui/e2e/package.json b/packages/fluentui/e2e/package.json index cad03d68d3eeb..55071f693ce93 100644 --- a/packages/fluentui/e2e/package.json +++ b/packages/fluentui/e2e/package.json @@ -3,6 +3,13 @@ "version": "0.66.1", "private": true, "license": "MIT", + "scripts": { + "e2e": "gulp test:e2e", + "e2e:local": "cypress open --config baseUrl=http://localhost:8082", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "serve": "gulp test:e2e:serve" + }, "dependencies": { "@fluentui/accessibility": "^0.66.1", "@fluentui/react": "^8.0.0", @@ -21,12 +28,5 @@ }, "publishConfig": { "access": "public" - }, - "scripts": { - "serve": "gulp test:e2e:serve", - "e2e": "gulp test:e2e", - "e2e:local": "cypress open --config baseUrl=http://localhost:8082", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" } } diff --git a/packages/fluentui/local-sandbox/package.json b/packages/fluentui/local-sandbox/package.json index 434a581d1c2c6..a7a70b082b975 100644 --- a/packages/fluentui/local-sandbox/package.json +++ b/packages/fluentui/local-sandbox/package.json @@ -4,18 +4,18 @@ "private": true, "license": "MIT", "scripts": { - "build:withdependencies": "yarn --cwd ../../.. build --scope=@fluentui/local-sandbox --include-filtered-dependencies", "build": "webpack", "build:production": "webpack -p", + "build:withdependencies": "yarn --cwd ../../.. build --scope=@fluentui/local-sandbox --include-filtered-dependencies", "serve": "node ./server.js" }, "dependencies": { "@fluentui/react-northstar": "^0.66.1" }, - "publishConfig": { - "access": "public" - }, "devDependencies": { "@fluentui/scripts-babel": "*" + }, + "publishConfig": { + "access": "public" } } diff --git a/packages/fluentui/package.json b/packages/fluentui/package.json index a9d8ba4182cfa..ff7ae5780b73d 100644 --- a/packages/fluentui/package.json +++ b/packages/fluentui/package.json @@ -1,5 +1,5 @@ { "name": "@fluentui/noop", - "private": true, - "version": "0.0.0" + "version": "0.0.0", + "private": true } diff --git a/packages/fluentui/perf-test-northstar/package.json b/packages/fluentui/perf-test-northstar/package.json index f0f8c955d07a0..d2ee3fef3f1d3 100644 --- a/packages/fluentui/perf-test-northstar/package.json +++ b/packages/fluentui/perf-test-northstar/package.json @@ -1,15 +1,15 @@ { "name": "@fluentui/perf-test-northstar", - "description": "Perf tests for fluentui.", "version": "0.66.1", "private": true, + "description": "Perf tests for fluentui.", "scripts": { "build": "just-scripts build", "bundle": "just-scripts perf-test:bundle", "clean": "just-scripts clean", - "test": "just-scripts test", "perf:test": "just-scripts perf-test", - "perf:test:base": "just-scripts perf-test --base" + "perf:test:base": "just-scripts perf-test --base", + "test": "just-scripts test" }, "devDependencies": { "@fluentui/digest": "^0.66.1", diff --git a/packages/fluentui/perf/package.json b/packages/fluentui/perf/package.json index 34c019c030b24..57d9ac3b6553b 100644 --- a/packages/fluentui/perf/package.json +++ b/packages/fluentui/perf/package.json @@ -3,6 +3,12 @@ "version": "0.66.1", "private": true, "license": "MIT", + "scripts": { + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "perf:test": "cross-env PERF=true gulp perf --times=100", + "perf:test:debug": "cross-env PERF=true gulp perf:debug --debug" + }, "dependencies": { "@babel/polyfill": "^7.10.4", "@fluentui/docs": "^0.66.1", @@ -18,11 +24,5 @@ }, "publishConfig": { "access": "public" - }, - "scripts": { - "perf:test": "cross-env PERF=true gulp perf --times=100", - "perf:test:debug": "cross-env PERF=true gulp perf:debug --debug", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" } } diff --git a/packages/fluentui/projects-test/package.json b/packages/fluentui/projects-test/package.json index cbd090840fae7..fd05045ebfe7b 100644 --- a/packages/fluentui/projects-test/package.json +++ b/packages/fluentui/projects-test/package.json @@ -3,6 +3,12 @@ "version": "0.66.1", "private": true, "license": "MIT", + "scripts": { + "build": "gulp bundle:package:no-umd", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "node -r @fluentui/scripts-babel/register src/index.ts" + }, "dependencies": { "@fluentui/react-northstar": "^0.66.1" }, @@ -13,11 +19,5 @@ }, "publishConfig": { "access": "public" - }, - "scripts": { - "build": "gulp bundle:package:no-umd", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "node -r @fluentui/scripts-babel/register src/index.ts" } } diff --git a/packages/fluentui/react-bindings/package.json b/packages/fluentui/react-bindings/package.json index 475f2d51f1051..14b051d1e3f84 100644 --- a/packages/fluentui/react-bindings/package.json +++ b/packages/fluentui/react-bindings/package.json @@ -1,9 +1,29 @@ { "name": "@fluentui/react-bindings", - "description": "A set of components and hooks to build components libraries and UI kits.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "A set of components and hooks to build components libraries and UI kits.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-bindings", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd && yarn build:info", + "build:info": "gulp build:component-info", + "clean": "gulp clean:component-info bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/accessibility": "^0.66.1", @@ -27,14 +47,6 @@ "@types/classnames": "^2.2.9", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-bindings", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17", @@ -45,17 +57,5 @@ }, "gulp": { "componentInfo": "./src/FocusZone/[A-Z]!(*.types).tsx" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd && yarn build:info", - "build:info": "gulp build:component-info", - "clean": "gulp clean:component-info bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-builder/package.json b/packages/fluentui/react-builder/package.json index f86dab0ccd3fc..2f5fcd01a03c7 100644 --- a/packages/fluentui/react-builder/package.json +++ b/packages/fluentui/react-builder/package.json @@ -1,9 +1,28 @@ { "name": "@fluentui/react-builder", - "description": "A drag and drop UI builder.", "version": "0.66.1", - "author": "Levi Thomason ", + "description": "A drag and drop UI builder.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-builder", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Levi Thomason ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@fluentui/accessibility": "^0.66.1", "@fluentui/code-sandbox": "^0.66.1", @@ -34,26 +53,7 @@ "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-builder", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-component-event-listener/package.json b/packages/fluentui/react-component-event-listener/package.json index 6e7c669d206e8..2b332cee2c04d 100644 --- a/packages/fluentui/react-component-event-listener/package.json +++ b/packages/fluentui/react-component-event-listener/package.json @@ -1,9 +1,28 @@ { "name": "@fluentui/react-component-event-listener", - "description": "React components for binding events on the global scope.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "React components for binding events on the global scope.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-event-listener", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4" }, @@ -16,30 +35,11 @@ "lerna-alias": "^3.0.3-0", "simulant": "^0.2.2" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-event-listener", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-component-nesting-registry/package.json b/packages/fluentui/react-component-nesting-registry/package.json index 0c64c17bbb893..0709dadab77a3 100644 --- a/packages/fluentui/react-component-nesting-registry/package.json +++ b/packages/fluentui/react-component-nesting-registry/package.json @@ -1,9 +1,28 @@ { "name": "@fluentui/react-component-nesting-registry", - "description": "Registers a DOM nodes within a context.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "Registers a DOM nodes within a context.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-nesting-registry", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "prop-types": "^15.7.2" @@ -15,30 +34,11 @@ "@fluentui/scripts-jest": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-nesting-registry", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-component-ref/package.json b/packages/fluentui/react-component-ref/package.json index b1538860c67a4..c155323d0346a 100644 --- a/packages/fluentui/react-component-ref/package.json +++ b/packages/fluentui/react-component-ref/package.json @@ -1,9 +1,29 @@ { "name": "@fluentui/react-component-ref", - "description": "A set of components and utils to deal with React refs.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "A set of components and utils to deal with React refs.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-ref", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd && yarn build:info", + "build:info": "gulp build:component-info", + "clean": "gulp clean:component-info bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "react-is": "^17.0.2" @@ -15,14 +35,6 @@ "@fluentui/scripts-jest": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-ref", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" @@ -30,19 +42,7 @@ "publishConfig": { "access": "public" }, - "repository": "microsoft/fluentui.git", "gulp": { "componentInfo": "./src/[A-Z]*.tsx" - }, - "scripts": { - "build": "gulp bundle:package:no-umd && yarn build:info", - "build:info": "gulp build:component-info", - "clean": "gulp clean:component-info bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-icons-northstar/package.json b/packages/fluentui/react-icons-northstar/package.json index d6a3fd7ee0766..71c12bf03b6f6 100644 --- a/packages/fluentui/react-icons-northstar/package.json +++ b/packages/fluentui/react-icons-northstar/package.json @@ -1,8 +1,27 @@ { "name": "@fluentui/react-icons-northstar", - "description": "A set svg icons and utilities for creating custom ones.", "version": "0.66.1", + "description": "A set svg icons and utilities for creating custom ones.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-icons-northstar", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/accessibility": "^0.66.1", @@ -18,30 +37,11 @@ "@types/classnames": "^2.2.9", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-icons-northstar", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-northstar-emotion-renderer/package.json b/packages/fluentui/react-northstar-emotion-renderer/package.json index 0aedcb1d435f6..345937e402ba0 100644 --- a/packages/fluentui/react-northstar-emotion-renderer/package.json +++ b/packages/fluentui/react-northstar-emotion-renderer/package.json @@ -1,8 +1,27 @@ { "name": "@fluentui/react-northstar-emotion-renderer", - "description": "A CSS-in-JS renderer based on Emotion for FluentUI React Northstar.", "version": "0.66.1", + "description": "A CSS-in-JS renderer based on Emotion for FluentUI React Northstar.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-emotion-renderer", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@emotion/cache": "^11.4.0", @@ -22,30 +41,11 @@ "@types/stylis": "4.0.0", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-emotion-renderer", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-northstar-fela-renderer/package.json b/packages/fluentui/react-northstar-fela-renderer/package.json index fb8cef3aa0d58..b767923029e0e 100644 --- a/packages/fluentui/react-northstar-fela-renderer/package.json +++ b/packages/fluentui/react-northstar-fela-renderer/package.json @@ -1,8 +1,27 @@ { "name": "@fluentui/react-northstar-fela-renderer", - "description": "A CSS-in-JS renderer based on Fela for FluentUI React Northstar.", "version": "0.66.1", + "description": "A CSS-in-JS renderer based on Fela for FluentUI React Northstar.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-fela-renderer", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/react-northstar-styles-renderer": "^0.66.1", @@ -28,30 +47,11 @@ "lerna-alias": "^3.0.3-0", "react-fela": "^10.6.1" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-fela-renderer", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-northstar-prototypes/package.json b/packages/fluentui/react-northstar-prototypes/package.json index efc8972fd5fe0..012ac3b779a83 100644 --- a/packages/fluentui/react-northstar-prototypes/package.json +++ b/packages/fluentui/react-northstar-prototypes/package.json @@ -1,9 +1,25 @@ { "name": "@fluentui/react-northstar-prototypes", - "description": "A set of prototypes built using @fluentui/react-northstar", "version": "0.66.1", - "bugs": "https://github.com/microsoft/fluentui/issues", "private": true, + "description": "A set of prototypes built using @fluentui/react-northstar", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-prototypes", + "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/accessibility": "^0.66.1", @@ -39,24 +55,8 @@ "@types/react-virtualized": "^9.21.8", "@types/react-window": "^1.8.2" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-prototypes", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" - }, - "repository": "microsoft/fluentui.git", - "license": "MIT", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-northstar-styles-renderer/package.json b/packages/fluentui/react-northstar-styles-renderer/package.json index 84a7874f694a1..83809574a5db1 100644 --- a/packages/fluentui/react-northstar-styles-renderer/package.json +++ b/packages/fluentui/react-northstar-styles-renderer/package.json @@ -1,8 +1,25 @@ { "name": "@fluentui/react-northstar-styles-renderer", - "description": "A noop renderer for FluentUI React Northstar with typings.", "version": "0.66.1", + "description": "A noop renderer for FluentUI React Northstar with typings.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-styles-renderer", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/styles": "^0.66.1" @@ -13,27 +30,10 @@ "@fluentui/scripts-gulp": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar-styles-renderer", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-northstar/package.json b/packages/fluentui/react-northstar/package.json index e8a4b0ce4c7ba..b356fbd7c1ba9 100644 --- a/packages/fluentui/react-northstar/package.json +++ b/packages/fluentui/react-northstar/package.json @@ -1,9 +1,29 @@ { "name": "@fluentui/react-northstar", - "description": "A themable React component library.", "version": "0.66.1", - "author": "Levi Thomason ", + "description": "A themable React component library.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Levi Thomason ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd && yarn build:info", + "build:info": "gulp build:component-info", + "clean": "gulp clean:component-info bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/accessibility": "^0.66.1", @@ -45,14 +65,6 @@ "qs": "^6.8.0", "simulant": "^0.2.2" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" @@ -60,19 +72,7 @@ "publishConfig": { "access": "public" }, - "repository": "microsoft/fluentui.git", "gulp": { "componentInfo": "./src/components/*/[A-Z]*.tsx" - }, - "scripts": { - "build": "gulp bundle:package:no-umd && yarn build:info", - "build:info": "gulp build:component-info", - "clean": "gulp clean:component-info bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-proptypes/package.json b/packages/fluentui/react-proptypes/package.json index 554e278d354af..3c68a3f50e5ca 100644 --- a/packages/fluentui/react-proptypes/package.json +++ b/packages/fluentui/react-proptypes/package.json @@ -1,9 +1,28 @@ { "name": "@fluentui/react-proptypes", - "description": "Set of custom reusable PropTypes for React components, some of them are specific for Fluent UI.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "Set of custom reusable PropTypes for React components, some of them are specific for Fluent UI.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-proptypes", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "lodash": "^4.17.15", @@ -16,26 +35,7 @@ "@fluentui/scripts-jest": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-proptypes", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/react-telemetry/package.json b/packages/fluentui/react-telemetry/package.json index e57409517e9d6..8bf1dfb2ba1b1 100644 --- a/packages/fluentui/react-telemetry/package.json +++ b/packages/fluentui/react-telemetry/package.json @@ -1,9 +1,26 @@ { "name": "@fluentui/react-telemetry", - "description": "A set of components and hooks to build components libraries and UI kits.", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "A set of components and hooks to build components libraries and UI kits.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-telemetry", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix" + }, "dependencies": { "@babel/runtime": "^7.10.4", "@fluentui/react-bindings": "^0.66.1", @@ -18,28 +35,11 @@ "@types/react-table": "^7.0.19", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-telemetry", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "peerDependencies": { "react": "^16.8.0 || ^17", "react-dom": "^16.8.0 || ^17" }, "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/state/package.json b/packages/fluentui/state/package.json index 54680b628a357..260b6a0b8df07 100644 --- a/packages/fluentui/state/package.json +++ b/packages/fluentui/state/package.json @@ -1,9 +1,27 @@ { "name": "@fluentui/state", - "description": "A set of utils to create framework agnostic and reusable state managers", "version": "0.66.1", - "author": "Oleksandr Fediashov ", + "description": "A set of utils to create framework agnostic and reusable state managers", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/state", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Oleksandr Fediashov ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4" }, @@ -13,25 +31,7 @@ "@fluentui/scripts-gulp": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/state", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/fluentui/styles/package.json b/packages/fluentui/styles/package.json index b713bdb4274bf..95aac37ab0f1a 100644 --- a/packages/fluentui/styles/package.json +++ b/packages/fluentui/styles/package.json @@ -1,9 +1,28 @@ { "name": "@fluentui/styles", - "description": "A set of styling utilities for CSS-in-JS.", "version": "0.66.1", - "author": "Marija Najdova ", + "description": "A set of styling utilities for CSS-in-JS.", + "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/styles", "bugs": "https://github.com/microsoft/fluentui/issues", + "repository": "microsoft/fluentui.git", + "license": "MIT", + "author": "Marija Najdova ", + "sideEffects": false, + "main": "dist/commonjs/index.js", + "module": "dist/es/index.js", + "jsnext:main": "dist/es/index.js", + "types": "dist/es/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "gulp bundle:package:no-umd", + "clean": "gulp bundle:package:clean", + "lint": "eslint --ext .js,.ts,.tsx .", + "lint:fix": "yarn lint --fix", + "test": "gulp test", + "test:watch": "gulp test:watch" + }, "dependencies": { "@babel/runtime": "^7.10.4", "csstype": "^3.0.2", @@ -16,26 +35,7 @@ "@fluentui/scripts-jest": "*", "lerna-alias": "^3.0.3-0" }, - "files": [ - "dist" - ], - "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/styles", - "jsnext:main": "dist/es/index.js", - "license": "MIT", - "main": "dist/commonjs/index.js", - "module": "dist/es/index.js", "publishConfig": { "access": "public" - }, - "repository": "microsoft/fluentui.git", - "scripts": { - "build": "gulp bundle:package:no-umd", - "clean": "gulp bundle:package:clean", - "lint": "eslint --ext .js,.ts,.tsx .", - "lint:fix": "yarn lint --fix", - "test": "gulp test", - "test:watch": "gulp test:watch" - }, - "sideEffects": false, - "types": "dist/es/index.d.ts" + } } diff --git a/packages/font-icons-mdl2/package.json b/packages/font-icons-mdl2/package.json index fb7e026b8e48b..4b82b2ba51d6f 100644 --- a/packages/font-icons-mdl2/package.json +++ b/packages/font-icons-mdl2/package.json @@ -2,17 +2,25 @@ "name": "@fluentui/font-icons-mdl2", "version": "8.5.8", "description": "Fluent UI React icon set.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "sideEffects": [ - "lib/version.js" - ], - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./lib/data/AllIconNames.json": "./lib/data/AllIconNames.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -21,23 +29,15 @@ "lint": "just-scripts lint", "test": "just-scripts test" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@fluentui/set-version": "^8.2.5", "@fluentui/style-utilities": "^8.9.1", "@fluentui/utilities": "^8.13.6", "tslib": "^2.1.0" }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./lib/data/AllIconNames.json": "./lib/data/AllIconNames.json" + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/foundation-legacy/package.json b/packages/foundation-legacy/package.json index 2dec9b54c0a8f..2fa47e96455ff 100644 --- a/packages/foundation-legacy/package.json +++ b/packages/foundation-legacy/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/foundation-legacy", "version": "8.2.28", "description": "Legacy utilities for building Fluent UI React components.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", @@ -24,15 +31,6 @@ "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/jest-serializer-merge-styles": "^8.0.23", - "react-hooks-testing-library": "^0.5.0", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { "@fluentui/merge-styles": "^8.5.6", "@fluentui/set-version": "^8.2.5", @@ -40,15 +38,17 @@ "@fluentui/utilities": "^8.13.6", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/jest-serializer-merge-styles": "^8.0.23", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "react-hooks-testing-library": "^0.5.0" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/jest-serializer-merge-styles/package.json b/packages/jest-serializer-merge-styles/package.json index 584c0179bbe8c..de0acc7d5b198 100644 --- a/packages/jest-serializer-merge-styles/package.json +++ b/packages/jest-serializer-merge-styles/package.json @@ -2,28 +2,28 @@ "name": "@fluentui/jest-serializer-merge-styles", "version": "8.0.23", "description": "Jest serializer for merge-styles.", - "main": "lib-commonjs/index.js", - "typings": "lib-commonjs/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/index.js", + "typings": "lib-commonjs/index.d.ts", "scripts": { "build": "just-scripts build", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", - "start-test": "just-scripts jest-watch" + "just": "just-scripts", + "lint": "just-scripts lint", + "start-test": "just-scripts jest-watch", + "test": "just-scripts test" + }, + "dependencies": { + "@fluentui/merge-styles": "^8.5.6" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-jest": "*", "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/merge-styles": "^8.5.6" } } diff --git a/packages/keyboard-key/package.json b/packages/keyboard-key/package.json index 23b3d1daf1a18..3187b8755834a 100644 --- a/packages/keyboard-key/package.json +++ b/packages/keyboard-key/package.json @@ -2,15 +2,22 @@ "name": "@fluentui/keyboard-key", "version": "0.4.5", "description": "A simple utility for determining the KeyboardEvent.key property from a keyboard event.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -20,20 +27,13 @@ "start-test": "just-scripts jest-watch", "test": "just-scripts test" }, + "dependencies": { + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-jest": "*", "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "tslib": "^2.1.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/merge-styles/package.json b/packages/merge-styles/package.json index 753a462cda211..fce6f35de5839 100644 --- a/packages/merge-styles/package.json +++ b/packages/merge-styles/package.json @@ -2,38 +2,14 @@ "name": "@fluentui/merge-styles", "version": "8.5.6", "description": "Style loading utilities.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "sideEffects": [ - "lib/version.js" - ], - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "scripts": { - "build": "just-scripts build", - "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "start-test": "just-scripts jest-watch" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, - "dependencies": { - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" - }, + "sideEffects": [ + "lib/version.js" + ], "exports": { ".": { "types": "./lib/index.d.ts", @@ -71,5 +47,29 @@ "import": "./lib/server.js", "require": "./lib-commonjs/server.js" } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "just-scripts build", + "bundle": "just-scripts bundle", + "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", + "start-test": "just-scripts jest-watch", + "test": "just-scripts test" + }, + "dependencies": { + "@fluentui/set-version": "^8.2.5", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/packages/monaco-editor/package.json b/packages/monaco-editor/package.json index 2d75dc138ad61..1245c0e9821d4 100644 --- a/packages/monaco-editor/package.json +++ b/packages/monaco-editor/package.json @@ -2,28 +2,28 @@ "name": "@fluentui/monaco-editor", "version": "1.3.5", "description": "Version of monaco-editor with configuration helpers and transformed CSS files", - "module": "./lib/monacoBundle.js", - "typings": "./esm/vs/editor/editor.api.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "module": "./lib/monacoBundle.js", + "typings": "./esm/vs/editor/editor.api.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", - "lint": "just-scripts lint", - "just": "just-scripts" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "monaco-editor": "0.33.0", - "@fluentui/scripts-tasks": "*" + "just": "just-scripts", + "lint": "just-scripts lint" }, "dependencies": { "@microsoft/load-themed-styles": "^1.10.26", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "monaco-editor": "0.33.0" + }, "optionalPeerDependencies": { "typescript": "*", "webpack": "*" diff --git a/packages/public-docsite-setup/package.json b/packages/public-docsite-setup/package.json index 14b5944d815a0..3e3b783f992d1 100644 --- a/packages/public-docsite-setup/package.json +++ b/packages/public-docsite-setup/package.json @@ -2,16 +2,17 @@ "name": "@fluentui/public-docsite-setup", "version": "0.3.17", "description": "Bootstrap code for the Fluent UI website. Internal use only.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/loadSite.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, + "license": "MIT", + "sideEffects": [ + "lib/loadSite.js" + ], + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "bin": { "create-site-manifests": "./bin/create-site-manifests.js" }, @@ -22,10 +23,9 @@ "just": "just-scripts", "lint": "just-scripts lint && eslint ./bin/*.js ./scripts/*.js" }, - "license": "MIT", + "dependencies": {}, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-tasks": "*" - }, - "dependencies": {} + } } diff --git a/packages/react-cards/package.json b/packages/react-cards/package.json index adc24a853c013..076f769339e41 100644 --- a/packages/react-cards/package.json +++ b/packages/react-cards/package.json @@ -2,29 +2,43 @@ "name": "@fluentui/react-cards", "version": "0.205.54", "description": "Deprecated experimental Card container components for Fluent UI React.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start": "just-scripts dev:storybook", "start-test": "just-scripts jest-watch", + "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, + "dependencies": { + "@fluentui/foundation-legacy": "^8.2.28", + "@fluentui/react": "^8.105.7", + "@fluentui/set-version": "^8.2.5", + "@microsoft/load-themed-styles": "^1.10.26", + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/jest-serializer-merge-styles": "^8.0.23", @@ -33,24 +47,10 @@ "@fluentui/scripts-tasks": "*", "@fluentui/scripts-webpack": "*" }, - "dependencies": { - "@fluentui/react": "^8.105.7", - "@fluentui/foundation-legacy": "^8.2.28", - "@fluentui/set-version": "^8.2.5", - "@microsoft/load-themed-styles": "^1.10.26", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json index 68b16f26660cc..420b1eb2e334d 100644 --- a/packages/react-charting/package.json +++ b/packages/react-charting/package.json @@ -2,41 +2,41 @@ "name": "@fluentui/react-charting", "version": "5.15.4", "description": "Experimental React charting components for building experiences for Microsoft 365.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./README.md": "./README.md" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start": "just-scripts dev:storybook", - "start:legacy": "just-scripts dev", "start-test": "just-scripts jest-watch", + "start:legacy": "just-scripts dev", + "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react": "^8.105.7", - "@types/react-addons-test-utils": "0.14.18", - "@fluentui/jest-serializer-merge-styles": "^8.0.23", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { "@fluentui/react-focus": "^8.8.14", + "@fluentui/set-version": "^8.2.5", "@microsoft/load-themed-styles": "^1.10.26", "@types/d3-array": "1.2.1", "@types/d3-axis": "1.0.10", @@ -46,9 +46,8 @@ "@types/d3-scale": "^4.0.0", "@types/d3-selection": "1.4.1", "@types/d3-shape": "2.1.0", - "@types/d3-time-format": "^2.1.0", "@types/d3-time": "^1.1.0", - "@fluentui/set-version": "^8.2.5", + "@types/d3-time-format": "^2.1.0", "d3-array": "1.2.1", "d3-axis": "1.0.8", "d3-format": "^1.4.4", @@ -57,23 +56,24 @@ "d3-scale": "^4.0.0", "d3-selection": "1.3.0", "d3-shape": "2.1.0", - "d3-time-format": "^2.1.3", "d3-time": "^1.1.0", + "d3-time-format": "^2.1.3", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/jest-serializer-merge-styles": "^8.0.23", + "@fluentui/react": "^8.105.7", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@types/react-addons-test-utils": "0.14.18" + }, "peerDependencies": { "@fluentui/react": "^8.105.7", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./README.md": "./README.md" } } diff --git a/packages/react-components/babel-preset-global-context/package.json b/packages/react-components/babel-preset-global-context/package.json index 4b20b9addf278..d0dc2d6187a00 100644 --- a/packages/react-components/babel-preset-global-context/package.json +++ b/packages/react-components/babel-preset-global-context/package.json @@ -2,13 +2,20 @@ "name": "@fluentui/babel-preset-global-context", "version": "9.0.0-beta.15", "description": "Babel preset that transforms createContext calls to use global context shims", - "main": "lib-commonjs/index.js", - "typings": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build --module cjs", "clean": "just-scripts clean", @@ -16,17 +23,11 @@ "pree2e": "yarn build", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@babel/core": "^7.10.4", @@ -38,6 +39,12 @@ "find-up": "^5.0.0", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@fluentui/global-context": "9.0.0-beta.15" }, @@ -47,12 +54,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/babel-preset-storybook-full-source/package.json b/packages/react-components/babel-preset-storybook-full-source/package.json index 860e21922e9e7..6d2c4a34f482b 100644 --- a/packages/react-components/babel-preset-storybook-full-source/package.json +++ b/packages/react-components/babel-preset-storybook-full-source/package.json @@ -1,41 +1,41 @@ { "name": "@fluentui/babel-preset-storybook-full-source", "version": "0.0.1", - "description": "Babel preset that adds the makes the full source code of stories available", "private": true, - "main": "./src/index.dev.js", - "typings": "./src/index.dev.d.ts", + "description": "Babel preset that adds the makes the full source code of stories available", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "exports": { + ".": { + "types": "./src/index.dev.d.ts", + "require": "./src/index.dev.js" + }, + "./package.json": "./package.json" + }, + "main": "./src/index.dev.js", + "typings": "./src/index.dev.d.ts", "scripts": { "build": "just-scripts build --module cjs", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@babel/core": "^7.10.4", - "prettier": "2.2.1", "pkg-up": "^3.1.0", + "prettier": "2.2.1", "tslib": "^2.1.0" }, - "exports": { - ".": { - "types": "./src/index.dev.d.ts", - "require": "./src/index.dev.js" - }, - "./package.json": "./package.json" + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/react-components/global-context/package.json b/packages/react-components/global-context/package.json index 0d99376ab5a91..c4c3ea6f1fbb5 100644 --- a/packages/react-components/global-context/package.json +++ b/packages/react-components/global-context/package.json @@ -2,15 +2,23 @@ "name": "@fluentui/global-context", "version": "9.0.0-beta.15", "description": "Extension of React createContext to be a true singleton on the global scope", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", @@ -18,11 +26,16 @@ "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-context-selector": "^9.1.8", + "@fluentui/react-utilities": "^9.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -30,11 +43,6 @@ "@fluentui/scripts-cypress": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-context-selector": "^9.1.8", - "@fluentui/react-utilities": "^9.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -48,13 +56,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/keyboard-keys/package.json b/packages/react-components/keyboard-keys/package.json index cdc8aab38008f..e179051f833f2 100644 --- a/packages/react-components/keyboard-keys/package.json +++ b/packages/react-components/keyboard-keys/package.json @@ -2,45 +2,45 @@ "name": "@fluentui/keyboard-keys", "version": "9.0.1", "description": "Contains a set of keyboard constants for key and keyCode", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "tslib": "^2.1.0" - }, "beachball": { "disallowedChangeTypes": [ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/priority-overflow/package.json b/packages/react-components/priority-overflow/package.json index 45793d0da815d..fd800391a2de2 100644 --- a/packages/react-components/priority-overflow/package.json +++ b/packages/react-components/priority-overflow/package.json @@ -2,46 +2,46 @@ "name": "@fluentui/priority-overflow", "version": "9.0.1", "description": "Vanilla JS utilities to implement overflow menus", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "tslib": "^2.1.0" - }, "beachball": { "disallowedChangeTypes": [ "prerelease", "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-accordion/package.json b/packages/react-components/react-accordion/package.json index f71b762556a5f..c76fea2f507b3 100644 --- a/packages/react-components/react-accordion/package.json +++ b/packages/react-components/react-accordion/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-accordion", "version": "9.0.23", "description": "Fluent UI accordion component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-aria": "^9.3.8", @@ -42,6 +43,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -54,13 +62,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-alert/package.json b/packages/react-components/react-alert/package.json index 2f83506301ee2..f91736b5737a3 100644 --- a/packages/react-components/react-alert/package.json +++ b/packages/react-components/react-alert/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-alert", "version": "9.0.0-beta.32", "description": "An alert component to display brief messages", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-avatar": "^9.3.4", @@ -41,6 +42,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -53,13 +61,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-aria/package.json b/packages/react-components/react-aria/package.json index 8c94dec71fdd3..2627c05d619d2 100644 --- a/packages/react-components/react-aria/package.json +++ b/packages/react-components/react-aria/package.json @@ -2,26 +2,39 @@ "name": "@fluentui/react-aria", "version": "9.3.8", "description": "React helper to ensure ARIA", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/keyboard-keys": "^9.0.1", + "@fluentui/react-utilities": "^9.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -29,11 +42,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/keyboard-keys": "^9.0.1", - "@fluentui/react-utilities": "^9.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -45,13 +53,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-avatar-context/package.json b/packages/react-components/react-avatar-context/package.json index d31b8bf8ad1c9..dd611d7d9fc82 100644 --- a/packages/react-components/react-avatar-context/package.json +++ b/packages/react-components/react-avatar-context/package.json @@ -3,25 +3,39 @@ "version": "9.0.0-alpha.0", "private": true, "description": "Context to override avatar props", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "type-check": "tsc -b tsconfig.json" }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", @@ -29,12 +43,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -47,13 +55,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-avatar/package.json b/packages/react-components/react-avatar/package.json index 72071efff79bc..b287bee4f8f93 100644 --- a/packages/react-components/react-avatar/package.json +++ b/packages/react-components/react-avatar/package.json @@ -2,38 +2,37 @@ "name": "@fluentui/react-avatar", "version": "9.3.4", "description": "React components for building Microsoft web experiences.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "e2e": "cypress run --component", + "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "e2e": "cypress run --component", - "e2e:local": "cypress open --component", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "es6-weak-map": "^2.0.2", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-badge": "^9.0.24", @@ -48,6 +47,15 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*", + "es6-weak-map": "^2.0.2" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -60,13 +68,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-badge/package.json b/packages/react-components/react-badge/package.json index f6200bd054c07..b949363e32670 100644 --- a/packages/react-components/react-badge/package.json +++ b/packages/react-components/react-badge/package.json @@ -2,27 +2,42 @@ "name": "@fluentui/react-badge", "version": "9.0.24", "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-icons": "^2.0.175", + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,13 +46,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-icons": "^2.0.175", - "@griffel/react": "^1.5.2", - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-breadcrumb/package.json b/packages/react-components/react-breadcrumb/package.json index a4871eef7a035..f404eb67941ef 100644 --- a/packages/react-components/react-breadcrumb/package.json +++ b/packages/react-components/react-breadcrumb/package.json @@ -3,26 +3,40 @@ "version": "9.0.0-alpha.0", "private": true, "description": "Breadcrumb component for Fluent UI React.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,12 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-button/package.json b/packages/react-components/react-button/package.json index 61b3f8e46ad04..9806400a0a146 100644 --- a/packages/react-components/react-button/package.json +++ b/packages/react-components/react-button/package.json @@ -2,35 +2,35 @@ "name": "@fluentui/react-button", "version": "9.2.3", "description": "Fluent UI React Button component.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/a11y-testing": "^0.1.0", - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -42,6 +42,14 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/a11y-testing": "^0.1.0", + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -53,13 +61,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-card/package.json b/packages/react-components/react-card/package.json index 130d79da07887..d821dcc831b38 100644 --- a/packages/react-components/react-card/package.json +++ b/packages/react-components/react-card/package.json @@ -3,15 +3,23 @@ "version": "9.0.0-beta.44", "private": false, "description": "Card container components for Fluent UI React.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", @@ -19,22 +27,13 @@ "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/react-conformance": "*", - "@fluentui/react-button": "^9.2.3", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -44,6 +43,15 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-button": "^9.2.3", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -56,13 +64,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-checkbox/package.json b/packages/react-components/react-checkbox/package.json index 581d0f9865d0f..aeb5c2617b8a5 100644 --- a/packages/react-components/react-checkbox/package.json +++ b/packages/react-components/react-checkbox/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-checkbox", "version": "9.0.26", "description": "Fluent UI checkbox component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-field": "9.0.0-alpha.19", @@ -41,6 +42,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-combobox/package.json b/packages/react-components/react-combobox/package.json index 6c50b05e8a720..92dfaea1e87f2 100644 --- a/packages/react-components/react-combobox/package.json +++ b/packages/react-components/react-combobox/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-combobox", "version": "9.1.2", "description": "Fluent UI React Combobox component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -43,6 +44,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -56,13 +64,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-components/package.json b/packages/react-components/react-components/package.json index 9f767a7224d22..5393a9f888539 100644 --- a/packages/react-components/react-components/package.json +++ b/packages/react-components/react-components/package.json @@ -2,34 +2,40 @@ "name": "@fluentui/react-components", "version": "9.15.1", "description": "Suite package for converged React components", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./unstable": { + "types": "./dist/unstable.d.ts", + "import": "./lib/unstable/index.js", + "require": "./lib-commonjs/unstable/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", "storybook": "start-storybook", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-storybook-addon": "9.0.0-rc.1", - "react-hook-form": "^5.7.2", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-accordion": "^9.0.23", @@ -51,8 +57,8 @@ "@fluentui/react-menu": "^9.6.9", "@fluentui/react-overflow": "^9.0.4", "@fluentui/react-persona": "^9.1.10", - "@fluentui/react-portal": "^9.1.7", "@fluentui/react-popover": "^9.4.8", + "@fluentui/react-portal": "^9.1.7", "@fluentui/react-positioning": "^9.4.1", "@fluentui/react-progress": "9.0.0-alpha.17", "@fluentui/react-provider": "^9.3.3", @@ -66,16 +72,23 @@ "@fluentui/react-table": "^9.0.1", "@fluentui/react-tabs": "^9.2.2", "@fluentui/react-tabster": "^9.5.1", + "@fluentui/react-text": "^9.2.1", "@fluentui/react-textarea": "^9.2.2", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-toolbar": "^9.0.5", "@fluentui/react-tooltip": "^9.1.15", "@fluentui/react-utilities": "^9.5.2", - "@fluentui/react-text": "^9.2.1", "@fluentui/react-virtualizer": "9.0.0-alpha.4", "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-storybook-addon": "9.0.0-rc.1", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*", + "react-hook-form": "^5.7.2" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -87,18 +100,5 @@ "disallowedChangeTypes": [ "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./unstable": { - "types": "./dist/unstable.d.ts", - "import": "./lib/unstable/index.js", - "require": "./lib-commonjs/unstable/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-conformance-griffel/package.json b/packages/react-components/react-conformance-griffel/package.json index 8928ac5fb1d2d..7706076f43149 100644 --- a/packages/react-components/react-conformance-griffel/package.json +++ b/packages/react-components/react-conformance-griffel/package.json @@ -2,22 +2,33 @@ "name": "@fluentui/react-conformance-griffel", "version": "9.0.0-beta.19", "description": "A set of conformance tests for Griffel CSS-in-JS", - "main": "lib-commonjs/index.js", - "typings": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -26,14 +37,10 @@ "@fluentui/scripts-tasks": "*" }, "peerDependencies": { + "@fluentui/react-conformance": "^0.15.7", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", - "typescript": "^4.3.0", - "@fluentui/react-conformance": "^0.15.7" - }, - "dependencies": { - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" + "typescript": "^4.3.0" }, "beachball": { "disallowedChangeTypes": [ @@ -41,12 +48,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-context-selector/package.json b/packages/react-components/react-context-selector/package.json index 1ac6f385667ba..957b0f4aa1dfd 100644 --- a/packages/react-components/react-context-selector/package.json +++ b/packages/react-components/react-context-selector/package.json @@ -2,34 +2,42 @@ "name": "@fluentui/react-context-selector", "version": "9.1.8", "description": "React useContextSelector hook in userland", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-utilities": "^9.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-utilities": "^9.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -42,13 +50,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-data-grid-react-window/package.json b/packages/react-components/react-data-grid-react-window/package.json index 94064dfc07255..85f8278583332 100644 --- a/packages/react-components/react-data-grid-react-window/package.json +++ b/packages/react-components/react-data-grid-react-window/package.json @@ -2,26 +2,40 @@ "name": "@fluentui/react-data-grid-react-window", "version": "9.0.0-beta.3", "description": "Virtualized DataGrid components and utilities powered by react-window", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-table": "^9.0.1", + "@fluentui/react-utilities": "^9.5.2", + "react-window": "^1.8.6", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -30,12 +44,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-table": "^9.0.1", - "@fluentui/react-utilities": "^9.5.2", - "react-window": "^1.8.6", - "tslib": "^2.1.0" - }, "peerDependencies": { "@fluentui/react-components": "^9.15.1", "@types/react": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-datepicker/package.json b/packages/react-components/react-datepicker/package.json index 49292e8f04336..3bc6db934d2cc 100644 --- a/packages/react-components/react-datepicker/package.json +++ b/packages/react-components/react-datepicker/package.json @@ -3,48 +3,56 @@ "version": "9.0.0-alpha.0", "private": true, "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", "@fluentui/keyboard-keys": "^9.0.1", "@fluentui/react-field": "9.0.0-alpha.19", "@fluentui/react-icons": "^2.0.175", + "@fluentui/react-input": "^9.3.2", + "@fluentui/react-popover": "^9.4.8", "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-tabster": "^9.5.1", - "@fluentui/react-popover": "^9.4.8", - "@fluentui/react-input": "^9.3.2", + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", "@fluentui/style-utilities": "^8.9.1", "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -57,13 +65,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-dialog/package.json b/packages/react-components/react-dialog/package.json index e773b7be23aca..c0f281fef05b5 100644 --- a/packages/react-components/react-dialog/package.json +++ b/packages/react-components/react-dialog/package.json @@ -2,51 +2,59 @@ "name": "@fluentui/react-dialog", "version": "9.1.14", "description": "Dialog component for Fluent UI React", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", + "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", - "bundle-size": "bundle-size measure", + "e2e": "cypress run --component", + "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", - "e2e": "cypress run --component", - "e2e:local": "cypress open --component", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@griffel/react": "^1.5.2", - "@fluentui/react-utilities": "^9.5.2", "@fluentui/keyboard-keys": "^9.0.1", - "@fluentui/react-context-selector": "^9.1.8", - "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-aria": "^9.3.8", + "@fluentui/react-context-selector": "^9.1.8", "@fluentui/react-icons": "^2.0.175", + "@fluentui/react-portal": "^9.1.7", + "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-tabster": "^9.5.1", "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-portal": "^9.1.7", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -58,13 +66,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-divider/package.json b/packages/react-components/react-divider/package.json index d5c3080ca242c..98073971135e8 100644 --- a/packages/react-components/react-divider/package.json +++ b/packages/react-components/react-divider/package.json @@ -2,27 +2,41 @@ "name": "@fluentui/react-divider", "version": "9.1.14", "description": "Fluent UI component to visually separate content.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,12 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@griffel/react": "^1.5.2", - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -48,13 +56,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-drawer/package.json b/packages/react-components/react-drawer/package.json index 62feccc7dcf22..2e5b2dc550fb2 100644 --- a/packages/react-components/react-drawer/package.json +++ b/packages/react-components/react-drawer/package.json @@ -3,36 +3,36 @@ "version": "9.0.0-alpha.0", "private": true, "description": "Drawer components for Fluent UI React", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-cypress": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-theme": "^9.1.5", @@ -40,6 +40,14 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-field/package.json b/packages/react-components/react-field/package.json index ecc1a272535a6..d292c7ba37073 100644 --- a/packages/react-components/react-field/package.json +++ b/packages/react-components/react-field/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-field", "version": "9.0.0-alpha.19", "description": "Fluent UI Field components", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", "storybook": "start-storybook", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-context-selector": "^9.1.8", @@ -40,6 +41,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-image/package.json b/packages/react-components/react-image/package.json index 00a7f887f2130..9f4f34b8da8a4 100644 --- a/packages/react-components/react-image/package.json +++ b/packages/react-components/react-image/package.json @@ -2,27 +2,41 @@ "name": "@fluentui/react-image", "version": "9.0.21", "description": "Fluent UI React Image component.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,12 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@griffel/react": "^1.5.2", - "@fluentui/react-utilities": "^9.5.2", - "@fluentui/react-theme": "^9.1.5", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -48,13 +56,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-infobutton/package.json b/packages/react-components/react-infobutton/package.json index 0feac3f8e2a46..da5cffea54ea0 100644 --- a/packages/react-components/react-infobutton/package.json +++ b/packages/react-components/react-infobutton/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-infobutton", "version": "9.0.0-beta.14", "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", - "type-check": "tsc -b tsconfig.json", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-icons": "^2.0.175", @@ -40,6 +41,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-input/package.json b/packages/react-components/react-input/package.json index e9349499145ce..56316199c1561 100644 --- a/packages/react-components/react-input/package.json +++ b/packages/react-components/react-input/package.json @@ -2,35 +2,35 @@ "name": "@fluentui/react-input", "version": "9.3.2", "description": "Fluent UI React Input component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/react-text": "^9.2.1", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-field": "9.0.0-alpha.19", @@ -40,6 +40,14 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/react-text": "^9.2.1", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -51,13 +59,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-label/package.json b/packages/react-components/react-label/package.json index d9adedf1ec37e..8cfa162cc5695 100644 --- a/packages/react-components/react-label/package.json +++ b/packages/react-components/react-label/package.json @@ -2,27 +2,41 @@ "name": "@fluentui/react-label", "version": "9.0.20", "description": "Fluent UI React Label component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,12 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -48,13 +56,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-link/package.json b/packages/react-components/react-link/package.json index ddc9ae7728606..7240afc4d41c2 100644 --- a/packages/react-components/react-link/package.json +++ b/packages/react-components/react-link/package.json @@ -2,35 +2,35 @@ "name": "@fluentui/react-link", "version": "9.0.23", "description": "Fluent UI React Link component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/a11y-testing": "^0.1.0", - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -40,6 +40,14 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/a11y-testing": "^0.1.0", + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -51,13 +59,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-menu/package.json b/packages/react-components/react-menu/package.json index fb8a5edbd9716..c9b44003cfd09 100644 --- a/packages/react-components/react-menu/package.json +++ b/packages/react-components/react-menu/package.json @@ -2,15 +2,23 @@ "name": "@fluentui/react-menu", "version": "9.6.9", "description": "Fluent UI menu component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", @@ -18,25 +26,17 @@ "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", "storybook": "start-storybook", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/react-aria": "^9.3.8", "@fluentui/keyboard-keys": "^9.0.1", + "@fluentui/react-aria": "^9.3.8", "@fluentui/react-context-selector": "^9.1.8", "@fluentui/react-icons": "^2.0.175", "@fluentui/react-portal": "^9.1.7", @@ -48,6 +48,14 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -60,13 +68,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-migration-v0-v9/package.json b/packages/react-components/react-migration-v0-v9/package.json index 8b86553b06ccb..a1182e8993505 100644 --- a/packages/react-components/react-migration-v0-v9/package.json +++ b/packages/react-components/react-migration-v0-v9/package.json @@ -3,24 +3,40 @@ "version": "9.0.0-alpha.0", "private": true, "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-components": "^9.15.1", + "@fluentui/react-northstar": "^0.66.1", + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -29,14 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0", - "@fluentui/react-components": "^9.15.1", - "@fluentui/react-northstar": "^0.66.1" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-migration-v8-v9/package.json b/packages/react-components/react-migration-v8-v9/package.json index d65e147da7e99..d15af09c244d4 100644 --- a/packages/react-components/react-migration-v8-v9/package.json +++ b/packages/react-components/react-migration-v8-v9/package.json @@ -2,33 +2,34 @@ "name": "@fluentui/react-migration-v8-v9", "version": "9.1.4", "description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@ctrl/tinycolor": "3.3.4", @@ -41,6 +42,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -51,13 +59,5 @@ "disallowedChangeTypes": [ "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-overflow/package.json b/packages/react-components/react-overflow/package.json index fbeb691ca5c07..ab21c8444d585 100644 --- a/packages/react-components/react-overflow/package.json +++ b/packages/react-components/react-overflow/package.json @@ -2,15 +2,23 @@ "name": "@fluentui/react-overflow", "version": "9.0.4", "description": "React bindings for @fluentui/priority-overflow", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", @@ -18,19 +26,13 @@ "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/priority-overflow": "^9.0.1", @@ -40,6 +42,12 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "prerelease", "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-persona/package.json b/packages/react-components/react-persona/package.json index f0651d36616d8..52fd4ac5a2d04 100644 --- a/packages/react-components/react-persona/package.json +++ b/packages/react-components/react-persona/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-persona", "version": "9.1.10", "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "storybook": "start-storybook", "start": "yarn storybook", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "storybook": "start-storybook", + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-avatar": "^9.3.4", @@ -39,6 +40,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -50,13 +58,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-popover/package.json b/packages/react-components/react-popover/package.json index 135e5601a98fe..4782cca387658 100644 --- a/packages/react-components/react-popover/package.json +++ b/packages/react-components/react-popover/package.json @@ -2,37 +2,37 @@ "name": "@fluentui/react-popover", "version": "9.4.8", "description": "Popover component for Fluent UI", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "e2e": "cypress run --component", + "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "e2e": "cypress run --component", - "e2e:local": "cypress open --component", "storybook": "start-storybook", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -47,6 +47,14 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -59,13 +67,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-portal-compat-context/package.json b/packages/react-components/react-portal-compat-context/package.json index c42745a5de63f..65cd9bff92d40 100644 --- a/packages/react-components/react-portal-compat-context/package.json +++ b/packages/react-components/react-portal-compat-context/package.json @@ -2,33 +2,41 @@ "name": "@fluentui/react-portal-compat-context", "version": "9.0.4", "description": "A package that holds React context for compatibility of React Contexts", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build --module esm,cjs,amd", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint && just-scripts lint-imports", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" @@ -38,13 +46,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-portal-compat/package.json b/packages/react-components/react-portal-compat/package.json index b5622218deb62..da6b321458fb2 100644 --- a/packages/react-components/react-portal-compat/package.json +++ b/packages/react-components/react-portal-compat/package.json @@ -2,15 +2,23 @@ "name": "@fluentui/react-portal-compat", "version": "9.0.34", "description": "A package that contains compatibility layer for React Portals", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build --module esm,cjs,amd", "bundle-size": "bundle-size measure", @@ -18,11 +26,16 @@ "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint && just-scripts lint-imports", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-portal-compat-context": "^9.0.4", + "@fluentui/react-tabster": "^9.5.1", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -32,11 +45,6 @@ "@fluentui/scripts-cypress": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-portal-compat-context": "^9.0.4", - "@fluentui/react-tabster": "^9.5.1", - "tslib": "^2.1.0" - }, "peerDependencies": { "@fluentui/react-components": "^9.15.1", "@types/react": ">=16.8.0 <19.0.0", @@ -47,13 +55,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-portal/package.json b/packages/react-components/react-portal/package.json index d1a1e81fcbb7c..685205c1e17d9 100644 --- a/packages/react-components/react-portal/package.json +++ b/packages/react-components/react-portal/package.json @@ -2,33 +2,35 @@ "name": "@fluentui/react-portal", "version": "9.1.7", "description": "A utility component that creates portals compatible with Fluent UI", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-shared-contexts": "^9.2.0", @@ -38,6 +40,12 @@ "tslib": "^2.1.0", "use-disposable": "^1.0.1" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-positioning/package.json b/packages/react-components/react-positioning/package.json index a8626b838a806..13ad506f47091 100644 --- a/packages/react-components/react-positioning/package.json +++ b/packages/react-components/react-positioning/package.json @@ -2,30 +2,33 @@ "name": "@fluentui/react-positioning", "version": "9.4.1", "description": "A react wrapper around Popper.js for Fluent UI", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@floating-ui/dom": "^1.2.0", @@ -35,6 +38,11 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -45,13 +53,5 @@ "disallowedChangeTypes": [ "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-progress/package.json b/packages/react-components/react-progress/package.json index 8919797f9487f..5f40985445e40 100644 --- a/packages/react-components/react-progress/package.json +++ b/packages/react-components/react-progress/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-progress", "version": "9.0.0-alpha.17", "description": "Progress component for FluentUI v9", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "storybook": "start-storybook", "start": "yarn storybook", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "storybook": "start-storybook", + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-field": "9.0.0-alpha.19", @@ -39,6 +40,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -51,13 +59,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-provider/package.json b/packages/react-components/react-provider/package.json index 0bd7389e84e04..4a525f5a03ae9 100644 --- a/packages/react-components/react-provider/package.json +++ b/packages/react-components/react-provider/package.json @@ -2,44 +2,52 @@ "name": "@fluentui/react-provider", "version": "9.3.3", "description": "Fluent UI React provider component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", - "test": "jest --passWithNoTests", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "storybook": "start-storybook", "start": "yarn storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "storybook": "start-storybook", + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@griffel/core": "^1.9.0", - "@griffel/react": "^1.5.2", "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-tabster": "^9.5.1", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-utilities": "^9.5.2", + "@griffel/core": "^1.9.0", + "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -51,13 +59,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-radio/package.json b/packages/react-components/react-radio/package.json index 2e97c1e29338b..170bb2db17a3a 100644 --- a/packages/react-components/react-radio/package.json +++ b/packages/react-components/react-radio/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-radio", "version": "9.0.24", "description": "Fluent UI Radio component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-context-selector": "^9.1.8", @@ -42,6 +43,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -54,13 +62,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-select/package.json b/packages/react-components/react-select/package.json index 9ea5218482857..27ae21821dc03 100644 --- a/packages/react-components/react-select/package.json +++ b/packages/react-components/react-select/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-select", "version": "9.0.1", "description": "Fluent UI React Select component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-field": "9.0.0-alpha.19", @@ -40,6 +41,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-shared-contexts/package.json b/packages/react-components/react-shared-contexts/package.json index f5c87e922bff0..48952855ca393 100644 --- a/packages/react-components/react-shared-contexts/package.json +++ b/packages/react-components/react-shared-contexts/package.json @@ -2,34 +2,42 @@ "name": "@fluentui/react-shared-contexts", "version": "9.2.0", "description": "Fluent UI React Contexts shared by multiple components.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" @@ -39,13 +47,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-skeleton/package.json b/packages/react-components/react-skeleton/package.json index a87520925d8bb..aa71224cac0c2 100644 --- a/packages/react-components/react-skeleton/package.json +++ b/packages/react-components/react-skeleton/package.json @@ -3,26 +3,40 @@ "version": "9.0.0-alpha.0", "private": true, "description": "Converged v9 Skeleton Component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", - "type-check": "tsc -b tsconfig.json", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,12 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-slider/package.json b/packages/react-components/react-slider/package.json index a241c31220058..51d893d142f01 100644 --- a/packages/react-components/react-slider/package.json +++ b/packages/react-components/react-slider/package.json @@ -2,45 +2,53 @@ "name": "@fluentui/react-slider", "version": "9.0.23", "description": "Fluent UI React Slider component.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/react-label": "^9.0.20", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@griffel/react": "^1.5.2", "@fluentui/react-field": "9.0.0-alpha.19", "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-tabster": "^9.5.1", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/react-label": "^9.0.20", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-spinbutton/package.json b/packages/react-components/react-spinbutton/package.json index bc31bacd4957d..0874c73e2a7a7 100644 --- a/packages/react-components/react-spinbutton/package.json +++ b/packages/react-components/react-spinbutton/package.json @@ -2,38 +2,37 @@ "name": "@fluentui/react-spinbutton", "version": "9.1.2", "description": "Fluent UI React SpinButton component.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/react-label": "^9.0.20", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@griffel/react": "^1.5.2", "@fluentui/keyboard-keys": "^9.0.1", "@fluentui/react-field": "9.0.0-alpha.19", "@fluentui/react-icons": "^2.0.175", @@ -41,8 +40,17 @@ "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/react-label": "^9.0.20", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -54,13 +62,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-spinner/package.json b/packages/react-components/react-spinner/package.json index db3a3214308c8..f84f9d38f9ffc 100644 --- a/packages/react-components/react-spinner/package.json +++ b/packages/react-components/react-spinner/package.json @@ -2,27 +2,42 @@ "name": "@fluentui/react-spinner", "version": "9.0.20", "description": "Spinner component for Fluent UI React", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-label": "^9.0.20", + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,13 +46,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-label": "^9.0.20", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-storybook-addon-codesandbox/package.json b/packages/react-components/react-storybook-addon-codesandbox/package.json index 6d3230e33b683..f9f1d18590da9 100644 --- a/packages/react-components/react-storybook-addon-codesandbox/package.json +++ b/packages/react-components/react-storybook-addon-codesandbox/package.json @@ -1,38 +1,38 @@ { "name": "@fluentui/react-storybook-addon-codesandbox", "version": "9.0.0-alpha.0", - "description": "Storybook addon that enables codesandbox exports for stories", "private": true, - "main": "lib-commonjs/index.js", - "typings": "./dist/index.d.ts", + "description": "Storybook addon that enables codesandbox exports for stories", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build --module cjs", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "tslib": "^2.1.0" - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-storybook-addon/package.json b/packages/react-components/react-storybook-addon/package.json index 5c714357f27bb..9b42474aacf1f 100644 --- a/packages/react-components/react-storybook-addon/package.json +++ b/packages/react-components/react-storybook-addon/package.json @@ -3,62 +3,62 @@ "version": "9.0.0-rc.1", "private": true, "description": "fluentui react storybook addon", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./preset": { + "require": "./preset.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-provider": "^9.3.3", + "@fluentui/react-theme": "^9.1.5", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-provider": "^9.3.3", - "tslib": "^2.1.0" - }, "peerDependencies": { - "@types/react": ">=16.8.0 <19.0.0", - "@types/react-dom": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0", - "react-dom": ">=16.8.0 <19.0.0", "@storybook/addons": "^6.5.15", "@storybook/api": "^6.5.15", "@storybook/components": "^6.5.15", "@storybook/core-events": "^6.5.15", - "@storybook/theming": "^6.5.15" + "@storybook/theming": "^6.5.15", + "@types/react": ">=16.8.0 <19.0.0", + "@types/react-dom": ">=16.8.0 <19.0.0", + "react": ">=16.8.0 <19.0.0", + "react-dom": ">=16.8.0 <19.0.0" }, "beachball": { "disallowedChangeTypes": [ "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./preset": { - "require": "./preset.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-switch/package.json b/packages/react-components/react-switch/package.json index 56d421b45eef2..a0b3777b35f94 100644 --- a/packages/react-components/react-switch/package.json +++ b/packages/react-components/react-switch/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-switch", "version": "9.0.24", "description": "Fluent UI React Switch component.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-field": "9.0.0-alpha.19", @@ -41,6 +42,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-table/package.json b/packages/react-components/react-table/package.json index 0f76686ca8ff8..f04638668035d 100644 --- a/packages/react-components/react-table/package.json +++ b/packages/react-components/react-table/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-table", "version": "9.0.1", "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "storybook": "start-storybook", "start": "yarn storybook", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "storybook": "start-storybook", + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -46,6 +47,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -56,13 +64,5 @@ "disallowedChangeTypes": [ "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-tabs/package.json b/packages/react-components/react-tabs/package.json index e12ed85f7c27e..3ee7fd79cefee 100644 --- a/packages/react-components/react-tabs/package.json +++ b/packages/react-components/react-tabs/package.json @@ -2,33 +2,34 @@ "name": "@fluentui/react-tabs", "version": "9.2.2", "description": "Fluent UI React tabs components", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-context-selector": "^9.1.8", @@ -38,6 +39,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -50,13 +58,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-tabster/package.json b/packages/react-components/react-tabster/package.json index cb862c519458d..3dcb6bafbd371 100644 --- a/packages/react-components/react-tabster/package.json +++ b/packages/react-components/react-tabster/package.json @@ -2,42 +2,50 @@ "name": "@fluentui/react-tabster", "version": "9.5.1", "description": "Utilities for focus management and facade for tabster", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@griffel/react": "^1.5.2", "@fluentui/react-shared-contexts": "^9.2.0", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", "keyborg": "^2.0.0", "tabster": "^4.1.1", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -49,13 +57,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-tags/package.json b/packages/react-components/react-tags/package.json index 3146bb51c615b..13bc2caa6776f 100644 --- a/packages/react-components/react-tags/package.json +++ b/packages/react-components/react-tags/package.json @@ -3,24 +3,38 @@ "version": "9.0.0-alpha.0", "private": true, "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -29,12 +43,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -47,13 +55,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-text/package.json b/packages/react-components/react-text/package.json index 2eab16203bce6..332593529a77b 100644 --- a/packages/react-components/react-text/package.json +++ b/packages/react-components/react-text/package.json @@ -2,27 +2,41 @@ "name": "@fluentui/react-text", "version": "9.2.1", "description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -31,12 +45,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@griffel/react": "^1.5.2", - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -48,13 +56,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-textarea/package.json b/packages/react-components/react-textarea/package.json index f69e75efb7b2c..ad45befecedf1 100644 --- a/packages/react-components/react-textarea/package.json +++ b/packages/react-components/react-textarea/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-textarea", "version": "9.2.2", "description": "Fluent UI TextArea component", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-field": "9.0.0-alpha.19", @@ -39,6 +40,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -50,13 +58,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-theme-sass/package.json b/packages/react-components/react-theme-sass/package.json index 3f82b526cb80d..a0a8e8c7802a1 100644 --- a/packages/react-components/react-theme-sass/package.json +++ b/packages/react-components/react-theme-sass/package.json @@ -2,26 +2,35 @@ "name": "@fluentui/react-theme-sass", "version": "9.0.0-alpha.8", "description": "SASS variables referencing react-theme design tokens injected to DOM by react-provider.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "style": "sass/tokens.scss", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", + "style": "sass/tokens.scss", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" }, + "dependencies": {}, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-theme": "^9.1.5", @@ -34,14 +43,5 @@ "minor", "patch" ] - }, - "dependencies": {}, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-theme/package.json b/packages/react-components/react-theme/package.json index 58a00f99c14d6..8f6ddbc0e3d3c 100644 --- a/packages/react-components/react-theme/package.json +++ b/packages/react-components/react-theme/package.json @@ -2,49 +2,49 @@ "name": "@fluentui/react-theme", "version": "9.1.5", "description": "Fluent UI themes", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", "storybook": "start-storybook", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/tokens": "1.0.0-alpha.2", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "tslib": "^2.1.0", - "@fluentui/tokens": "1.0.0-alpha.2" - }, "beachball": { "disallowedChangeTypes": [ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-toolbar/package.json b/packages/react-components/react-toolbar/package.json index 3d300ef5bb125..dc5222c9e99f1 100644 --- a/packages/react-components/react-toolbar/package.json +++ b/packages/react-components/react-toolbar/package.json @@ -2,48 +2,56 @@ "name": "@fluentui/react-toolbar", "version": "9.0.5", "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "e2e": "cypress run --component", "e2e:local": "cypress open --component", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/react-button": "^9.2.3", - "@fluentui/react-divider": "^9.1.14", - "@fluentui/react-theme": "^9.1.5", - "@fluentui/react-utilities": "^9.5.2", "@fluentui/react-context-selector": "^9.1.8", + "@fluentui/react-divider": "^9.1.14", "@fluentui/react-radio": "^9.0.24", "@fluentui/react-tabster": "^9.5.1", + "@fluentui/react-theme": "^9.1.5", + "@fluentui/react-utilities": "^9.5.2", "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -55,13 +63,5 @@ "prerelease", "major" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-tooltip/package.json b/packages/react-components/react-tooltip/package.json index 8ad190ab93bfe..8f70eaadd4650 100644 --- a/packages/react-components/react-tooltip/package.json +++ b/packages/react-components/react-tooltip/package.json @@ -2,34 +2,35 @@ "name": "@fluentui/react-tooltip", "version": "9.1.15", "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.1", @@ -41,6 +42,13 @@ "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -52,13 +60,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-tree/package.json b/packages/react-components/react-tree/package.json index 073ba85a90a70..3f2daf9314314 100644 --- a/packages/react-components/react-tree/package.json +++ b/packages/react-components/react-tree/package.json @@ -3,49 +3,57 @@ "version": "9.0.0-alpha.0", "private": true, "description": "React components for building web experiences", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", - "type-check": "tsc -b tsconfig.json", + "start": "yarn storybook", "storybook": "start-storybook", - "start": "yarn storybook" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/react-conformance-griffel": "9.0.0-beta.19", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { + "@fluentui/keyboard-keys": "^9.0.1", + "@fluentui/react-aria": "^9.3.8", + "@fluentui/react-avatar": "^9.3.4", + "@fluentui/react-button": "^9.2.3", "@fluentui/react-context-selector": "^9.1.8", + "@fluentui/react-icons": "^2.0.175", + "@fluentui/react-portal": "^9.1.7", "@fluentui/react-shared-contexts": "^9.2.0", - "@fluentui/react-avatar": "^9.3.4", - "@fluentui/react-aria": "^9.3.8", "@fluentui/react-tabster": "^9.5.1", - "@fluentui/react-portal": "^9.1.7", - "@fluentui/react-button": "^9.2.3", - "@fluentui/keyboard-keys": "^9.0.1", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-utilities": "^9.5.2", - "@fluentui/react-icons": "^2.0.175", "@griffel/react": "^1.5.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/react-conformance": "*", + "@fluentui/react-conformance-griffel": "9.0.0-beta.19", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -58,13 +66,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-utilities/package.json b/packages/react-components/react-utilities/package.json index f212b501bfe01..ec738bddc42f0 100644 --- a/packages/react-components/react-utilities/package.json +++ b/packages/react-components/react-utilities/package.json @@ -2,35 +2,43 @@ "name": "@fluentui/react-utilities", "version": "9.5.2", "description": "A set of general React-specific utilities.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "bundle-size": "bundle-size measure", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "@fluentui/keyboard-keys": "^9.0.1", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/keyboard-keys": "^9.0.1", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" @@ -40,13 +48,5 @@ "major", "prerelease" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/react-virtualizer/package.json b/packages/react-components/react-virtualizer/package.json index 45bbba711d202..8e8f9f5fd46dc 100644 --- a/packages/react-components/react-virtualizer/package.json +++ b/packages/react-components/react-virtualizer/package.json @@ -2,27 +2,40 @@ "name": "@fluentui/react-virtualizer", "version": "9.0.0-alpha.4", "description": "Generic and composable virtualizer framework built on browser intersection observer", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", - "test": "jest --passWithNoTests", - "storybook": "start-storybook", "start": "yarn storybook", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", + "storybook": "start-storybook", + "test": "jest --passWithNoTests", "type-check": "tsc -b tsconfig.json" }, + "dependencies": { + "@fluentui/react-utilities": "^9.5.2", + "@griffel/react": "^1.5.2", + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/react-conformance": "*", @@ -30,11 +43,6 @@ "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "@fluentui/react-utilities": "^9.5.2", - "@griffel/react": "^1.5.2", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <18.0.0", "@types/react-dom": ">=16.8.0 <18.0.0", @@ -47,13 +55,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-components/theme-designer/package.json b/packages/react-components/theme-designer/package.json index 8ad0b032dd5b5..c769abe6b102f 100644 --- a/packages/react-components/theme-designer/package.json +++ b/packages/react-components/theme-designer/package.json @@ -3,45 +3,53 @@ "version": "9.0.0-alpha.0", "private": true, "description": "A theme designer", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "build-storybook": "build-storybook -o ./dist/storybook", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "start": "yarn storybook", - "test": "jest --passWithNoTests", "storybook": "start-storybook", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-tasks": "*" + "test": "jest --passWithNoTests", + "type-check": "tsc -b tsconfig.json" }, "dependencies": { + "@fluent-blocks/colors": "9.2.0", + "@fluentui/react-alert": "9.0.0-beta.32", + "@fluentui/react-components": "^9.15.1", + "@fluentui/react-context-selector": "^9.1.8", + "@fluentui/react-icons": "^2.0.175", "@fluentui/react-theme": "^9.1.5", "@fluentui/react-utilities": "^9.5.2", "@griffel/react": "^1.5.2", - "tslib": "^2.1.0", - "@fluentui/react-components": "^9.15.1", - "@fluentui/react-icons": "^2.0.175", - "@fluent-blocks/colors": "9.2.0", - "codesandbox-import-utils": "2.2.3", "@types/dedent": "0.7.0", - "@fluentui/react-alert": "9.0.0-beta.32", - "@fluentui/react-context-selector": "^9.1.8" + "codesandbox-import-utils": "2.2.3", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-tasks": "*" }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", @@ -55,13 +63,5 @@ "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/react-conformance/package.json b/packages/react-conformance/package.json index bf76230939025..d4f0c927c12a2 100644 --- a/packages/react-conformance/package.json +++ b/packages/react-conformance/package.json @@ -2,37 +2,37 @@ "name": "@fluentui/react-conformance", "version": "0.15.7", "description": "Customizable conformance testing utility for Fluent UI React components.", - "main": "lib-commonjs/index.js", - "typings": "lib-commonjs/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/index.js", + "typings": "lib-commonjs/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", "just": "just-scripts", - "test": "just-scripts test", - "lint": "just-scripts lint" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" + "lint": "just-scripts lint", + "test": "just-scripts test" }, "dependencies": { - "lodash": "^4.17.15", "chalk": "^2.4.2", + "lodash": "^4.17.15", "react-docgen-typescript": "^2.1.0", "react-is": "^17.0.2", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { + "@testing-library/react": "^12.0.0", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", - "@testing-library/react": "^12.0.0", "jest": "^26.0.0", "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0", diff --git a/packages/react-date-time/package.json b/packages/react-date-time/package.json index e060da5c0cdb3..46a628bed5a3d 100644 --- a/packages/react-date-time/package.json +++ b/packages/react-date-time/package.json @@ -2,24 +2,36 @@ "name": "@fluentui/react-date-time", "version": "8.7.54", "description": "Date and time related React components for building experiences for Microsoft 365.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", "clean": "just-scripts clean", - "code-style": "just-scripts code-style" + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint" + }, + "dependencies": { + "@fluentui/react": "^8.105.7", + "@fluentui/set-version": "^8.2.5", + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", @@ -27,22 +39,10 @@ "@fluentui/scripts-tasks": "*", "@fluentui/scripts-webpack": "*" }, - "dependencies": { - "@fluentui/react": "^8.105.7", - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json index 2959764a1abc8..a3c9ffe1bd929 100644 --- a/packages/react-docsite-components/package.json +++ b/packages/react-docsite-components/package.json @@ -2,14 +2,14 @@ "name": "@fluentui/react-docsite-components", "version": "8.11.19", "description": "Fluent UI React components for building documentation sites.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -19,35 +19,35 @@ "start": "just-scripts dev", "test": "just-scripts test" }, - "devDependencies": { - "@fluentui/common-styles": "^1.2.17", - "@fluentui/eslint-plugin": "*", - "@types/color-check": "0.0.0", - "@types/react-custom-scrollbars": "^4.0.5", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, - "peerDependencies": { - "@types/react": ">=16.8.0 <19.0.0", - "@types/react-dom": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0", - "react-dom": ">=16.8.0 <19.0.0" - }, "dependencies": { - "@fluentui/react": "^8.105.7", - "@fluentui/theme": "^2.6.22", - "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/example-data": "^8.4.6", "@fluentui/public-docsite-setup": "^0.3.17", + "@fluentui/react": "^8.105.7", "@fluentui/react-hooks": "^8.6.16", - "@fluentui/set-version": "^8.2.5", "@fluentui/react-monaco-editor": "^1.7.54", + "@fluentui/set-version": "^8.2.5", + "@fluentui/theme": "^2.6.22", + "@microsoft/load-themed-styles": "^1.10.26", "color-check": "0.0.2", "markdown-to-jsx": "^7.0.0", "office-ui-fabric-core": "^11.0.0", "react-custom-scrollbars": "^4.2.1", "react-syntax-highlighter": "^10.1.3", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/common-styles": "^1.2.17", + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@types/color-check": "0.0.0", + "@types/react-custom-scrollbars": "^4.0.5" + }, + "peerDependencies": { + "@types/react": ">=16.8.0 <19.0.0", + "@types/react-dom": ">=16.8.0 <19.0.0", + "react": ">=16.8.0 <19.0.0", + "react-dom": ">=16.8.0 <19.0.0" } } diff --git a/packages/react-examples/package.json b/packages/react-examples/package.json index 299e99c3abbae..aa0b6a263c232 100644 --- a/packages/react-examples/package.json +++ b/packages/react-examples/package.json @@ -15,15 +15,6 @@ "just": "just-scripts", "lint": "just-scripts lint" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/storybook": "^1.0.0", - "@types/d3-format": "^1.3.1", - "@types/d3-fetch": "^3.0.1", - "@fluentui/scripts-webpack": "*", - "@fluentui/scripts-cypress": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@fluentui/azure-themes": "^8.5.58", "@fluentui/date-time-utilities": "^8.5.5", @@ -52,5 +43,14 @@ "react": "17.0.2", "react-dom": "17.0.2", "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-cypress": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@fluentui/storybook": "^1.0.0", + "@types/d3-fetch": "^3.0.1", + "@types/d3-format": "^1.3.1" } } diff --git a/packages/react-experiments/package.json b/packages/react-experiments/package.json index fb51482e22629..f86f83caab1c0 100644 --- a/packages/react-experiments/package.json +++ b/packages/react-experiments/package.json @@ -2,64 +2,14 @@ "name": "@fluentui/react-experiments", "version": "8.14.49", "description": "Experimental React components for building experiences for Microsoft 365.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "sideEffects": [ - "lib/version.js" - ], - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "scripts": { - "build": "just-scripts build", - "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", - "just": "just-scripts", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "start": "just-scripts dev:storybook", - "start:legacy": "just-scripts dev", - "start-test": "just-scripts jest-watch", - "update-snapshots": "just-scripts jest -u" - }, - "devDependencies": { - "@fluentui/common-styles": "^1.2.17", - "@fluentui/eslint-plugin": "*", - "@types/deep-assign": "^0.1.1", - "@types/prop-types": "15.7.1", - "@types/react-addons-test-utils": "0.14.18", - "@fluentui/jest-serializer-merge-styles": "^8.0.23", - "react-hooks-testing-library": "^0.5.0", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, - "dependencies": { - "@fluentui/react": "^8.105.7", - "@fluentui/theme": "^2.6.22", - "@microsoft/load-themed-styles": "^1.10.26", - "@fluentui/example-data": "^8.4.6", - "@fluentui/foundation-legacy": "^8.2.28", - "@fluentui/font-icons-mdl2": "^8.5.8", - "@fluentui/merge-styles": "^8.5.6", - "@fluentui/react-hooks": "^8.6.16", - "@fluentui/set-version": "^8.2.5", - "@fluentui/style-utilities": "^8.9.1", - "@fluentui/utilities": "^8.13.6", - "deep-assign": "^2.0.0", - "prop-types": "^15.7.2", - "tslib": "^2.1.0" - }, - "peerDependencies": { - "@types/react": ">=16.8.0 <19.0.0", - "@types/react-dom": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0", - "react-dom": ">=16.8.0 <19.0.0" - }, + "sideEffects": [ + "lib/version.js" + ], "exports": { ".": { "types": "./lib/index.d.ts", @@ -232,5 +182,55 @@ "import": "./lib/VirtualizedList.js", "require": "./lib-commonjs/VirtualizedList.js" } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "just-scripts build", + "bundle": "just-scripts bundle", + "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", + "start": "just-scripts dev:storybook", + "start-test": "just-scripts jest-watch", + "start:legacy": "just-scripts dev", + "test": "just-scripts test", + "update-snapshots": "just-scripts jest -u" + }, + "dependencies": { + "@fluentui/example-data": "^8.4.6", + "@fluentui/font-icons-mdl2": "^8.5.8", + "@fluentui/foundation-legacy": "^8.2.28", + "@fluentui/merge-styles": "^8.5.6", + "@fluentui/react": "^8.105.7", + "@fluentui/react-hooks": "^8.6.16", + "@fluentui/set-version": "^8.2.5", + "@fluentui/style-utilities": "^8.9.1", + "@fluentui/theme": "^2.6.22", + "@fluentui/utilities": "^8.13.6", + "@microsoft/load-themed-styles": "^1.10.26", + "deep-assign": "^2.0.0", + "prop-types": "^15.7.2", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/common-styles": "^1.2.17", + "@fluentui/eslint-plugin": "*", + "@fluentui/jest-serializer-merge-styles": "^8.0.23", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@types/deep-assign": "^0.1.1", + "@types/prop-types": "15.7.1", + "@types/react-addons-test-utils": "0.14.18", + "react-hooks-testing-library": "^0.5.0" + }, + "peerDependencies": { + "@types/react": ">=16.8.0 <19.0.0", + "@types/react-dom": ">=16.8.0 <19.0.0", + "react": ">=16.8.0 <19.0.0", + "react-dom": ">=16.8.0 <19.0.0" } } diff --git a/packages/react-file-type-icons/package.json b/packages/react-file-type-icons/package.json index 66a649574536e..1f422ad05f126 100644 --- a/packages/react-file-type-icons/package.json +++ b/packages/react-file-type-icons/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/react-file-type-icons", "version": "8.8.8", "description": "Fluent UI React file type icon set.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "sideEffects": [ - "lib/version.js" - ], - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -21,25 +28,18 @@ "lint": "just-scripts lint", "test": "just-scripts test" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "@fluentui/set-version": "^8.2.5", "@fluentui/style-utilities": "^8.9.1", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-focus/package.json b/packages/react-focus/package.json index 5bb61999f6589..0d3bc40757ae3 100644 --- a/packages/react-focus/package.json +++ b/packages/react-focus/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/react-focus", "version": "8.8.14", "description": "Focus helpers to be used in React applications.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", @@ -25,16 +32,6 @@ "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/react-conformance": "*", - "@fluentui/test-utilities": "^8.2.6", - "@fluentui/jest-serializer-merge-styles": "^8.0.23", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { "@fluentui/keyboard-key": "^0.4.5", "@fluentui/merge-styles": "^8.5.6", @@ -43,18 +40,21 @@ "@fluentui/utilities": "^8.13.6", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/jest-serializer-merge-styles": "^8.0.23", + "@fluentui/react-conformance": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@fluentui/test-utilities": "^8.2.6" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" }, "publishConfig": { "access": "public" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index f8a731cd87efd..1d3cbf886f35e 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -2,34 +2,33 @@ "name": "@fluentui/react-hooks", "version": "8.6.16", "description": "Fluent UI React hooks.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start-test": "just-scripts jest-watch", - "just": "just-scripts" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/test-utilities": "^8.2.6", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "test": "just-scripts test" }, "dependencies": { "@fluentui/react-window-provider": "^2.2.6", @@ -37,15 +36,16 @@ "@fluentui/utilities": "^8.13.6", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@fluentui/test-utilities": "^8.2.6" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-icon-provider/package.json b/packages/react-icon-provider/package.json index 78c57c5a16c09..ba988e0e0a586 100644 --- a/packages/react-icon-provider/package.json +++ b/packages/react-icon-provider/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/react-icon-provider", "version": "1.3.29", "description": "Package for applying icon overrides to Fluent UI React SVG icons", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", @@ -22,6 +29,11 @@ "lint": "just-scripts lint", "test": "just-scripts test" }, + "dependencies": { + "@fluentui/set-version": "^8.2.5", + "@fluentui/style-utilities": "^8.9.1", + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", @@ -29,22 +41,10 @@ "@fluentui/scripts-tasks": "*", "@fluentui/scripts-webpack": "*" }, - "dependencies": { - "@fluentui/set-version": "^8.2.5", - "@fluentui/style-utilities": "^8.9.1", - "tslib": "^2.1.0" - }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-icons-mdl2-branded/package.json b/packages/react-icons-mdl2-branded/package.json index 56b55f2b6a904..e696678366196 100644 --- a/packages/react-icons-mdl2-branded/package.json +++ b/packages/react-icons-mdl2-branded/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/react-icons-mdl2-branded", "version": "1.2.32", "description": "Branded SVG icons from the MDL2 icon set", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "SEE LICENSE IN LICENSE", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -20,26 +27,19 @@ "just": "just-scripts", "lint": "just-scripts lint" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { - "@fluentui/set-version": "^8.2.5", "@fluentui/react-icons-mdl2": "^1.3.31", + "@fluentui/set-version": "^8.2.5", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0", "react-dom": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react-icons-mdl2/package.json b/packages/react-icons-mdl2/package.json index 7f3ac3114f5df..d0de5f027f337 100644 --- a/packages/react-icons-mdl2/package.json +++ b/packages/react-icons-mdl2/package.json @@ -2,17 +2,29 @@ "name": "@fluentui/react-icons-mdl2", "version": "1.3.31", "description": "SVG icon components for @fluentui/react", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./lib/utils/createSvgIcon": { + "types": "./lib/utils/createSvgIcon.d.ts", + "import": "./lib/utils/createSvgIcon.js", + "require": "./lib-commonjs/utils/createSvgIcon.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", @@ -24,32 +36,20 @@ "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { - "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/react-icon-provider": "^1.3.29", "@fluentui/set-version": "^8.2.5", "@fluentui/utilities": "^8.13.6", + "@microsoft/load-themed-styles": "^1.10.26", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" + }, "peerDependencies": { "react": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./lib/utils/createSvgIcon": { - "types": "./lib/utils/createSvgIcon.d.ts", - "import": "./lib/utils/createSvgIcon.js", - "require": "./lib-commonjs/utils/createSvgIcon.js" - } } } diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json index 5b9ce7d8e5c00..f98424d1a2aaf 100644 --- a/packages/react-monaco-editor/package.json +++ b/packages/react-monaco-editor/package.json @@ -2,43 +2,43 @@ "name": "@fluentui/react-monaco-editor", "version": "1.7.54", "description": "Live React example editing using monaco", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "test": "just-scripts test", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start": "just-scripts dev", "start-test": "just-scripts jest-watch", - "update-snapshots": "just-scripts jest -u", - "just": "just-scripts" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@types/react-syntax-highlighter": "^10.2.1", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "test": "just-scripts test", + "update-snapshots": "just-scripts jest -u" }, "dependencies": { - "@fluentui/react": "^8.105.7", - "@microsoft/load-themed-styles": "^1.10.26", "@fluentui/example-data": "^8.4.6", "@fluentui/monaco-editor": "^1.3.5", + "@fluentui/react": "^8.105.7", "@fluentui/react-hooks": "^8.6.16", + "@microsoft/load-themed-styles": "^1.10.26", "raw-loader": "4.0.2", "react-syntax-highlighter": "^10.1.3", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@types/react-syntax-highlighter": "^10.2.1" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", diff --git a/packages/react-window-provider/package.json b/packages/react-window-provider/package.json index 9a8b93d430af0..9c2e66f2de36e 100644 --- a/packages/react-window-provider/package.json +++ b/packages/react-window-provider/package.json @@ -2,17 +2,24 @@ "name": "@fluentui/react-window-provider", "version": "2.2.6", "description": "Utilities for providing and consuming the window/document objects even across portal/iframe/child-window boundaries.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -23,26 +30,19 @@ "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, + "dependencies": { + "@fluentui/set-version": "^8.2.5", + "tslib": "^2.1.0" + }, "devDependencies": { "@fluentui/eslint-plugin": "*", - "@fluentui/test-utilities": "^8.2.6", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" + "@fluentui/scripts-tasks": "*", + "@fluentui/test-utilities": "^8.2.6" }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" - }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } } } diff --git a/packages/react/package.json b/packages/react/package.json index 77ca030ec0f67..4ba3a14905ec8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,72 +2,15 @@ "name": "@fluentui/react", "version": "8.105.7", "description": "Reusable React components for building web experiences.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "*.scss*", - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "scripts": { - "build": "just-scripts build", - "bundle": "just-scripts bundle", - "build-storybook": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts storybook:build", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "codepen": "node ../../scripts/executors/local-codepen.js", - "e2e": "yarn workspace @fluentui/react-examples cypress run --component", - "e2e:local": "yarn workspace @fluentui/react-examples cypress open --component", - "just": "just-scripts", - "lint": "just-scripts lint", - "start": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts dev:storybook", - "start:legacy": "yarn workspace @fluentui/public-docsite-resources start", - "start-test": "just-scripts jest-watch", - "test": "just-scripts test", - "update-snapshots": "just-scripts jest -u", - "mf": "just-scripts mf" - }, - "devDependencies": { - "@fluentui/common-styles": "^1.2.17", - "@fluentui/eslint-plugin": "*", - "@fluentui/example-data": "^8.4.6", - "@fluentui/jest-serializer-merge-styles": "^8.0.23", - "@fluentui/react-conformance": "*", - "@fluentui/test-utilities": "^8.2.6", - "@fluentui/webpack-utilities": "^8.1.11", - "office-ui-fabric-core": "^11.0.0", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, - "dependencies": { - "@fluentui/date-time-utilities": "^8.5.5", - "@fluentui/foundation-legacy": "^8.2.28", - "@fluentui/font-icons-mdl2": "^8.5.8", - "@fluentui/merge-styles": "^8.5.6", - "@fluentui/react-focus": "^8.8.14", - "@fluentui/react-hooks": "^8.6.16", - "@fluentui/react-portal-compat-context": "^9.0.4", - "@fluentui/react-window-provider": "^2.2.6", - "@fluentui/set-version": "^8.2.5", - "@fluentui/style-utilities": "^8.9.1", - "@fluentui/theme": "^2.6.22", - "@fluentui/utilities": "^8.13.6", - "@microsoft/load-themed-styles": "^1.10.26", - "tslib": "^2.1.0" - }, - "peerDependencies": { - "@types/react": ">=16.8.0 <19.0.0", - "@types/react-dom": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0", - "react-dom": ">=16.8.0 <19.0.0" - }, + "sideEffects": [ + "*.scss*", + "lib/version.js" + ], "exports": { "./dist/sass/*": "./dist/sass/*", "./lib/ActivityItem": { @@ -1420,5 +1363,62 @@ "require": "./lib-commonjs/WindowProvider.js" }, "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "just-scripts build", + "build-storybook": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts storybook:build", + "bundle": "just-scripts bundle", + "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "codepen": "node ../../scripts/executors/local-codepen.js", + "e2e": "yarn workspace @fluentui/react-examples cypress run --component", + "e2e:local": "yarn workspace @fluentui/react-examples cypress open --component", + "just": "just-scripts", + "lint": "just-scripts lint", + "mf": "just-scripts mf", + "start": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts dev:storybook", + "start-test": "just-scripts jest-watch", + "start:legacy": "yarn workspace @fluentui/public-docsite-resources start", + "test": "just-scripts test", + "update-snapshots": "just-scripts jest -u" + }, + "dependencies": { + "@fluentui/date-time-utilities": "^8.5.5", + "@fluentui/font-icons-mdl2": "^8.5.8", + "@fluentui/foundation-legacy": "^8.2.28", + "@fluentui/merge-styles": "^8.5.6", + "@fluentui/react-focus": "^8.8.14", + "@fluentui/react-hooks": "^8.6.16", + "@fluentui/react-portal-compat-context": "^9.0.4", + "@fluentui/react-window-provider": "^2.2.6", + "@fluentui/set-version": "^8.2.5", + "@fluentui/style-utilities": "^8.9.1", + "@fluentui/theme": "^2.6.22", + "@fluentui/utilities": "^8.13.6", + "@microsoft/load-themed-styles": "^1.10.26", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/common-styles": "^1.2.17", + "@fluentui/eslint-plugin": "*", + "@fluentui/example-data": "^8.4.6", + "@fluentui/jest-serializer-merge-styles": "^8.0.23", + "@fluentui/react-conformance": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*", + "@fluentui/test-utilities": "^8.2.6", + "@fluentui/webpack-utilities": "^8.1.11", + "office-ui-fabric-core": "^11.0.0" + }, + "peerDependencies": { + "@types/react": ">=16.8.0 <19.0.0", + "@types/react-dom": ">=16.8.0 <19.0.0", + "react": ">=16.8.0 <19.0.0", + "react-dom": ">=16.8.0 <19.0.0" } } diff --git a/packages/scheme-utilities/package.json b/packages/scheme-utilities/package.json index 56a0a9bd35b8f..89acbdd7aeb62 100644 --- a/packages/scheme-utilities/package.json +++ b/packages/scheme-utilities/package.json @@ -2,41 +2,41 @@ "name": "@fluentui/scheme-utilities", "version": "8.3.23", "description": "Fluent UI React subtheme generator.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "sideEffects": [ - "lib/version.js" - ], - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", "start-test": "just-scripts jest-watch" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" - }, "dependencies": { - "@fluentui/theme": "^2.6.22", "@fluentui/set-version": "^8.2.5", + "@fluentui/theme": "^2.6.22", "tslib": "^2.1.0" }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/packages/set-version/package.json b/packages/set-version/package.json index 83d54df25af5f..32199f2560c26 100644 --- a/packages/set-version/package.json +++ b/packages/set-version/package.json @@ -2,14 +2,21 @@ "name": "@fluentui/set-version", "version": "8.2.5", "description": "Non-Fabric-specific package version setter", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "code-style": "just-scripts code-style", @@ -17,18 +24,11 @@ "lint": "just-scripts lint", "test": "just-scripts test" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "tslib": "^2.1.0" }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/storybook/package.json b/packages/storybook/package.json index d7bb14fbbd39e..4aa043c7888ec 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -3,13 +3,13 @@ "version": "1.0.0", "private": true, "description": "Storybook addons for @fluentui/react", - "main": "lib/index.js", - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", @@ -17,20 +17,20 @@ "just": "just-scripts", "lint": "just-scripts lint" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { + "@fluentui/azure-themes": "^8.5.58", "@fluentui/react": "^8.105.7", "@fluentui/theme": "^2.6.22", - "@storybook/addon-knobs": "6.4.0", + "@fluentui/theme-samples": "^8.7.54", "@storybook/addon-essentials": "6.5.15", + "@storybook/addon-knobs": "6.4.0", "@storybook/addons": "6.5.15", - "@fluentui/azure-themes": "^8.5.58", - "@fluentui/theme-samples": "^8.7.54", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { "@types/react": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0" diff --git a/packages/style-utilities/package.json b/packages/style-utilities/package.json index 4b3e15cf298f3..ef9ef96e355a6 100644 --- a/packages/style-utilities/package.json +++ b/packages/style-utilities/package.json @@ -7,12 +7,19 @@ "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", "sideEffects": [ "lib/version.js", "lib/index.js" ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", @@ -24,25 +31,18 @@ "test": "just-scripts test", "update-snapshots": "just-scripts jest -u" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { - "@microsoft/load-themed-styles": "^1.10.26", - "@fluentui/theme": "^2.6.22", "@fluentui/merge-styles": "^8.5.6", "@fluentui/set-version": "^8.2.5", + "@fluentui/theme": "^2.6.22", "@fluentui/utilities": "^8.13.6", + "@microsoft/load-themed-styles": "^1.10.26", "tslib": "^2.1.0" }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*" } } diff --git a/packages/test-utilities/package.json b/packages/test-utilities/package.json index 39c5a1af7c965..eaf2b478d7cd8 100644 --- a/packages/test-utilities/package.json +++ b/packages/test-utilities/package.json @@ -2,13 +2,13 @@ "name": "@fluentui/test-utilities", "version": "8.2.6", "description": "Utilities used when testing components.", - "main": "lib-commonjs/index.js", - "typings": "lib-commonjs/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "main": "lib-commonjs/index.js", + "typings": "lib-commonjs/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", diff --git a/packages/theme-samples/package.json b/packages/theme-samples/package.json index 3920a61007097..ac34534773326 100644 --- a/packages/theme-samples/package.json +++ b/packages/theme-samples/package.json @@ -2,41 +2,41 @@ "name": "@fluentui/theme-samples", "version": "8.7.54", "description": "Sample themes for use with Fabric components.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": [ + "lib/version.js" + ], + "exports": { + ".": { + "types": "./lib/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", "scripts": { "build": "just-scripts build", "bundle": "just-scripts bundle", - "lint": "just-scripts lint", - "just": "just-scripts", + "clean": "just-scripts clean", "code-style": "just-scripts code-style", - "clean": "just-scripts clean" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*", - "@fluentui/scripts-webpack": "*" + "just": "just-scripts", + "lint": "just-scripts lint" }, "dependencies": { "@fluentui/react": "^8.105.7", - "@fluentui/set-version": "^8.2.5", "@fluentui/scheme-utilities": "^8.3.23", + "@fluentui/set-version": "^8.2.5", "tslib": "^2.1.0" }, - "exports": { - ".": { - "types": "./lib/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - } + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/scripts-webpack": "*" } } diff --git a/packages/theme/package.json b/packages/theme/package.json index cd060a97ba8ff..80df9d07ee4e8 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -2,43 +2,14 @@ "name": "@fluentui/theme", "version": "2.6.22", "description": "Basic building blocks for Fluent UI React Component themes", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "lib/index.d.ts", - "sideEffects": [ - "lib/version.js" - ], "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "scripts": { - "build": "just-scripts build", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "just": "just-scripts", - "lint": "just-scripts lint", - "test": "just-scripts test", - "start-test": "just-scripts jest-watch", - "update-snapshots": "just-scripts jest -u" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/merge-styles": "^8.5.6", - "@fluentui/utilities": "^8.13.6", - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" - }, - "peerDependencies": { - "@types/react": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0" - }, + "sideEffects": [ + "lib/version.js" + ], "exports": { ".": { "types": "./lib/index.d.ts", @@ -114,5 +85,34 @@ "./lib/types/ITheme": { "types": "./lib/types/ITheme.d.ts" } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "just-scripts build", + "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", + "start-test": "just-scripts jest-watch", + "test": "just-scripts test", + "update-snapshots": "just-scripts jest -u" + }, + "dependencies": { + "@fluentui/merge-styles": "^8.5.6", + "@fluentui/set-version": "^8.2.5", + "@fluentui/utilities": "^8.13.6", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*" + }, + "peerDependencies": { + "@types/react": ">=16.8.0 <19.0.0", + "react": ">=16.8.0 <19.0.0" } } diff --git a/packages/tokens/package.json b/packages/tokens/package.json index f0995d427913a..b5015854cbbe4 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -2,47 +2,47 @@ "name": "@fluentui/tokens", "version": "1.0.0-alpha.2", "description": "Fluent UI Theme Tokens", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "typings": "./dist/index.d.ts", - "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", + "sideEffects": false, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./lib/index.js", + "require": "./lib-commonjs/index.js" + }, + "./package.json": "./package.json" + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "./dist/index.d.ts", "scripts": { "build": "just-scripts build", "clean": "just-scripts clean", "code-style": "just-scripts code-style", + "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor", "just": "just-scripts", "lint": "just-scripts lint", "test": "jest --passWithNoTests", "token-pipeline": "node -r ../../scripts/ts-node/register ../../scripts/generators/token-pipeline.ts", - "type-check": "tsc -b tsconfig.json", - "generate-api": "tsc -p ./tsconfig.lib.json --emitDeclarationOnly && just-scripts api-extractor" + "type-check": "tsc -b tsconfig.json" + }, + "dependencies": { + "tslib": "^2.1.0" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-api-extractor": "*", "@fluentui/scripts-tasks": "*" }, - "dependencies": { - "tslib": "^2.1.0" - }, "beachball": { "disallowedChangeTypes": [ "major", "minor", "patch" ] - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./lib/index.js", - "require": "./lib-commonjs/index.js" - }, - "./package.json": "./package.json" } } diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 20bf9176fca29..25086557b5c28 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -2,45 +2,14 @@ "name": "@fluentui/utilities", "version": "8.13.6", "description": "Fluent UI React utilities for building components.", - "main": "lib-commonjs/index.js", - "module": "lib/index.js", - "sideEffects": [ - "lib/version.js" - ], - "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui" }, "license": "MIT", - "scripts": { - "build": "just-scripts build", - "clean": "just-scripts clean", - "code-style": "just-scripts code-style", - "just": "just-scripts", - "lint": "just-scripts lint", - "start-test": "just-scripts jest-watch", - "test": "just-scripts test", - "update-snapshots": "just-scripts jest -u" - }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/jest-serializer-merge-styles": "^8.0.23", - "@fluentui/test-utilities": "^8.2.6", - "@fluentui/scripts-api-extractor": "*", - "@fluentui/scripts-jest": "*", - "@fluentui/scripts-tasks": "*" - }, - "dependencies": { - "@fluentui/dom-utilities": "^2.2.5", - "@fluentui/merge-styles": "^8.5.6", - "@fluentui/set-version": "^8.2.5", - "tslib": "^2.1.0" - }, - "peerDependencies": { - "@types/react": ">=16.8.0 <19.0.0", - "react": ">=16.8.0 <19.0.0" - }, + "sideEffects": [ + "lib/version.js" + ], "exports": { ".": { "types": "./lib/index.d.ts", @@ -82,5 +51,36 @@ "import": "./lib/warn.js", "require": "./lib-commonjs/warn.js" } + }, + "main": "lib-commonjs/index.js", + "module": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "just-scripts build", + "clean": "just-scripts clean", + "code-style": "just-scripts code-style", + "just": "just-scripts", + "lint": "just-scripts lint", + "start-test": "just-scripts jest-watch", + "test": "just-scripts test", + "update-snapshots": "just-scripts jest -u" + }, + "dependencies": { + "@fluentui/dom-utilities": "^2.2.5", + "@fluentui/merge-styles": "^8.5.6", + "@fluentui/set-version": "^8.2.5", + "tslib": "^2.1.0" + }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/jest-serializer-merge-styles": "^8.0.23", + "@fluentui/scripts-api-extractor": "*", + "@fluentui/scripts-jest": "*", + "@fluentui/scripts-tasks": "*", + "@fluentui/test-utilities": "^8.2.6" + }, + "peerDependencies": { + "@types/react": ">=16.8.0 <19.0.0", + "react": ">=16.8.0 <19.0.0" } } diff --git a/packages/web-components/package.json b/packages/web-components/package.json index f2b12877d6d79..936c911ac482d 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,50 +1,57 @@ { "name": "@fluentui/web-components", - "description": "A library of Fluent Web Components", - "sideEffects": false, "version": "2.5.12", - "author": { - "name": "Microsoft", - "url": "https://discord.gg/FcSNfg4" + "description": "A library of Fluent Web Components", + "bugs": { + "url": "https://github.com/Microsoft/fluentui/issues/new/choose" }, - "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/fluentui/tree/master/packages/web-components" }, - "bugs": { - "url": "https://github.com/Microsoft/fluentui/issues/new/choose" + "license": "MIT", + "author": { + "name": "Microsoft", + "url": "https://discord.gg/FcSNfg4" }, + "sideEffects": false, "main": "dist/esm/index.js", - "types": "dist/web-components.d.ts", "unpkg": "dist/web-components.min.js", + "types": "dist/web-components.d.ts", "scripts": { + "build": "tsc -p ./tsconfig.json && rollup -c && yarn doc", + "build-storybook": "node node_modules/@storybook/html/bin/build -o ./dist/storybook --docs", "clean": "node ./build/clean.js dist", + "code-style": "yarn format:check && yarn lint", + "dev": "tsc -p ./tsconfig.json -w", "doc": "api-extractor run --local", "doc:ci": "api-extractor run --local", - "build": "tsc -p ./tsconfig.json && rollup -c && yarn doc", - "dev": "tsc -p ./tsconfig.json -w", - "tdd": "yarn dev & yarn test-chrome:watch", - "prepare": "yarn clean && yarn build", - "lint": "eslint . --ext .ts", - "lint:fix": "eslint . --ext .ts --fix", "format": "prettier -w 'src/**/(*.ts|*.html)' --ignore-path ../../.prettierignore", "format:check": "yarn format -c", - "code-style": "yarn format:check && yarn lint", + "lint": "eslint . --ext .ts", + "lint:fix": "eslint . --ext .ts --fix", + "prepare": "yarn clean && yarn build", "start": "yarn start-storybook -p 6006 --docs", "start-storybook": "node node_modules/@storybook/html/bin/index", - "build-storybook": "node node_modules/@storybook/html/bin/build -o ./dist/storybook --docs", + "tdd": "yarn dev & yarn test-chrome:watch", "test": "yarn doc:ci && yarn test-chrome:verbose", - "test-node": "mocha --reporter min --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'", - "test-node:verbose": "mocha --reporter spec --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'", "test-chrome": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --single-run --coverage", - "test-chrome:verbose": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --single-run --coverage --reporter=mocha", - "test-chrome:watch": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --coverage --watch-extensions js", "test-chrome:debugger": "karma start karma.conf.js --browsers=ChromeDebugging", - "test-chrome:verbose:watch": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --coverage --watch-extensions js --reporter=mocha ", + "test-chrome:verbose": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --single-run --coverage --reporter=mocha", "test-chrome:verbose:debugger": "karma start karma.conf.js --browsers=ChromeDebugging --reporter=mocha", + "test-chrome:verbose:watch": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --coverage --watch-extensions js --reporter=mocha ", + "test-chrome:watch": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --coverage --watch-extensions js", "test-firefox": "karma start karma.conf.js --browsers=FirefoxHeadless --single-run --coverage", - "test-firefox:verbose": "karma start karma.conf.js --browsers=FirefoxHeadless --single-run --coverage --reporter=mocha" + "test-firefox:verbose": "karma start karma.conf.js --browsers=FirefoxHeadless --single-run --coverage --reporter=mocha", + "test-node": "mocha --reporter min --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'", + "test-node:verbose": "mocha --reporter spec --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'" + }, + "dependencies": { + "@microsoft/fast-colors": "^5.3.0", + "@microsoft/fast-element": "^1.11.0", + "@microsoft/fast-foundation": "^2.47.0", + "@microsoft/fast-web-utilities": "^5.4.0", + "tslib": "^2.1.0" }, "devDependencies": { "@storybook/html": "6.5.15", @@ -70,12 +77,5 @@ "karma-sourcemap-loader": "0.3.8", "karma-webpack": "5.0.0", "mocha": "7.2.0" - }, - "dependencies": { - "@microsoft/fast-colors": "^5.3.0", - "@microsoft/fast-element": "^1.11.0", - "@microsoft/fast-foundation": "^2.47.0", - "@microsoft/fast-web-utilities": "^5.4.0", - "tslib": "^2.1.0" } } diff --git a/packages/webpack-utilities/package.json b/packages/webpack-utilities/package.json index 71d399c6c67b2..1b458653759a7 100644 --- a/packages/webpack-utilities/package.json +++ b/packages/webpack-utilities/package.json @@ -14,16 +14,16 @@ "just": "just-scripts", "lint": "just-scripts lint" }, - "devDependencies": { - "@fluentui/eslint-plugin": "*", - "@fluentui/scripts-tasks": "*" - }, "dependencies": { "loader-utils": "^2.0.0", "tslib": "^2.1.0" }, + "devDependencies": { + "@fluentui/eslint-plugin": "*", + "@fluentui/scripts-tasks": "*" + }, "peerDependencies": { - "webpack": ">=4.0.0 || >=5.0.0", - "react-loadable": ">=5.0.0" + "react-loadable": ">=5.0.0", + "webpack": ">=4.0.0 || >=5.0.0" } } diff --git a/scripts/executors/package.json b/scripts/executors/package.json index 28f29ec7cc312..852781a7e3a0b 100644 --- a/scripts/executors/package.json +++ b/scripts/executors/package.json @@ -11,8 +11,8 @@ "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/scripts-utils": "*", "@fluentui/scripts-monorepo": "*", - "@fluentui/scripts-prettier": "*" + "@fluentui/scripts-prettier": "*", + "@fluentui/scripts-utils": "*" } } diff --git a/scripts/gulp/package.json b/scripts/gulp/package.json index 036d7e9e1587d..0d47a16d41ddc 100644 --- a/scripts/gulp/package.json +++ b/scripts/gulp/package.json @@ -11,11 +11,11 @@ "type-check": "tsc -b tsconfig.json" }, "dependencies": { + "@fluentui/scripts-babel": "*", "@fluentui/scripts-monorepo": "*", - "@fluentui/scripts-utils": "*", "@fluentui/scripts-prettier": "*", + "@fluentui/scripts-projects-test": "*", "@fluentui/scripts-puppeteer": "*", - "@fluentui/scripts-babel": "*", - "@fluentui/scripts-projects-test": "*" + "@fluentui/scripts-utils": "*" } } diff --git a/scripts/projects-test/package.json b/scripts/projects-test/package.json index a1a0f399dded6..9f3195825af83 100644 --- a/scripts/projects-test/package.json +++ b/scripts/projects-test/package.json @@ -11,8 +11,8 @@ "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/scripts-utils": "*", + "@fluentui/scripts-monorepo": "*", "@fluentui/scripts-puppeteer": "*", - "@fluentui/scripts-monorepo": "*" + "@fluentui/scripts-utils": "*" } } diff --git a/scripts/storybook/package.json b/scripts/storybook/package.json index 851127a2afe2e..d574b1443e651 100644 --- a/scripts/storybook/package.json +++ b/scripts/storybook/package.json @@ -11,7 +11,7 @@ "type-check": "tsc -b tsconfig.json" }, "dependencies": { - "@fluentui/scripts-monorepo": "*", - "@fluentui/babel-preset-storybook-full-source": "*" + "@fluentui/babel-preset-storybook-full-source": "*", + "@fluentui/scripts-monorepo": "*" } } diff --git a/scripts/tasks/package.json b/scripts/tasks/package.json index a1e93c82db61b..28016d1e978bd 100644 --- a/scripts/tasks/package.json +++ b/scripts/tasks/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@fluentui/scripts-monorepo": "*", - "@fluentui/scripts-utils": "*", - "@fluentui/scripts-prettier": "*" + "@fluentui/scripts-prettier": "*", + "@fluentui/scripts-utils": "*" } } diff --git a/tools/package.json b/tools/package.json index 76c06188bc729..22a704cb5133d 100644 --- a/tools/package.json +++ b/tools/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "scripts": { - "test": "nx run @fluentui/nx-workspace-tools:test", + "check-graph": "nx run @fluentui/nx-workspace-tools:check-graph", "lint": "nx run @fluentui/nx-workspace-tools:lint", - "type-check": "nx run @fluentui/nx-workspace-tools:type-check", - "check-graph": "nx run @fluentui/nx-workspace-tools:check-graph" + "test": "nx run @fluentui/nx-workspace-tools:test", + "type-check": "nx run @fluentui/nx-workspace-tools:type-check" } } From ca896d8c9ab32e709f08f68cf3e652f74055b95b Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 13 Feb 2023 15:24:18 +0100 Subject: [PATCH 3/3] generate change files --- ...ntui-api-docs-8b653d5c-1e4e-4443-b268-c6f99e2d963e.json | 7 +++++++ ...-azure-themes-c567b012-ba25-4960-8472-d5f6fb9e10fc.json | 7 +++++++ ...lobal-context-43f46f52-90eb-424b-b8c8-e2f1d80fc44f.json | 7 +++++++ ...ntui-codemods-ee3eaafc-8a2d-4c36-bf78-fa0e5327c130.json | 7 +++++++ ...common-styles-14555b5f-8fa1-4004-ad6d-3f51f642f93c.json | 7 +++++++ ...-cra-template-13e1081d-1f13-4d7e-89b1-b5e6fcdb538e.json | 7 +++++++ ...ime-utilities-83ae4ec4-32c0-4285-818e-83c4d87ce508.json | 7 +++++++ ...dom-utilities-3fd1c729-63f5-4f6c-9367-367da00f2461.json | 7 +++++++ ...eslint-plugin-da394512-370e-4a2b-83bd-d867d8349377.json | 7 +++++++ ...-example-data-9e9a8754-c138-4615-86b3-8f249f816482.json | 7 +++++++ ...fluent2-theme-5bc4cbbb-f97e-4572-a957-a0d06eb415a1.json | 7 +++++++ ...nt-icons-mdl2-3f8e13e3-6fbe-455d-bfc7-e8e432b931fc.json | 7 +++++++ ...dation-legacy-40c14471-48da-4138-b7f7-205d0281741c.json | 7 +++++++ ...lobal-context-3c88be8e-a5d0-440f-8ab9-48b96930f3aa.json | 7 +++++++ ...-merge-styles-5056ee8e-2c9e-4ca1-a062-f5dcd901d813.json | 7 +++++++ ...-keyboard-key-d211a80a-828c-4573-b3d8-0b32b86469fd.json | 7 +++++++ ...keyboard-keys-6c3c3db5-8a86-4e95-b039-feac52397cb6.json | 7 +++++++ ...-merge-styles-74c9fced-c811-4607-abc1-abd598af3556.json | 7 +++++++ ...monaco-editor-0b0468fb-3965-4dd5-90ba-09d8b0c54399.json | 7 +++++++ ...rity-overflow-066b5ebc-2ba0-4a1d-b9c5-eef25f1de630.json | 7 +++++++ ...docsite-setup-636a1d58-4bcc-41e9-b92d-04e92c5cc021.json | 7 +++++++ ...luentui-react-07d994c4-7675-4e0e-823b-439e329f51b9.json | 7 +++++++ ...act-accordion-2a723dbf-8c66-4dd0-b95b-f2d52c4861fa.json | 7 +++++++ ...i-react-alert-419e11b1-af37-4614-8dba-5201c0d64dd3.json | 7 +++++++ ...ui-react-aria-c386fe95-f01e-4d0e-bb0a-8f8f6c55fb89.json | 7 +++++++ ...-react-avatar-e2e2a391-3344-4707-b7d1-8fa33ac7b87f.json | 7 +++++++ ...i-react-badge-dd1981ee-afb2-4a02-a0b4-31cf3eb14052.json | 7 +++++++ ...-react-button-051be854-b33c-4542-bfb9-9c27e4c85d63.json | 7 +++++++ ...ui-react-card-bad450bf-2bff-46d0-b8b5-9c2d4c87ff5b.json | 7 +++++++ ...i-react-cards-a7fe9724-038c-4e12-bfff-ebb43790ceb6.json | 7 +++++++ ...eact-charting-deaebc12-0a4b-4a6d-8845-332d857cb526.json | 7 +++++++ ...eact-checkbox-b4e26e03-c27a-40b7-a3df-c8ff40e6f4a8.json | 7 +++++++ ...eact-combobox-3cf401a2-aab0-47dd-a241-122107cca93e.json | 7 +++++++ ...ct-components-74f80776-9860-4051-abb8-db8d2bfbbdf1.json | 7 +++++++ ...t-conformance-5fa3a0a3-83ea-4ab9-ac1e-1120a235ac0b.json | 7 +++++++ ...mance-griffel-5b40411f-e246-4d94-8e9a-6dc5d07dd578.json | 7 +++++++ ...text-selector-550f11ea-93bb-4bed-846e-42e63dd37b0e.json | 7 +++++++ ...-react-window-5a40159d-e9fd-453c-a3b3-d561e43b377c.json | 7 +++++++ ...act-date-time-50f2efbc-9e8d-44a3-a436-3724c38b42e1.json | 7 +++++++ ...-react-dialog-0812537f-2032-4902-ab9f-5adc58c412c1.json | 7 +++++++ ...react-divider-cb74b8ff-9ead-4698-a302-5e7f458574cd.json | 7 +++++++ ...te-components-6a335dd8-c72a-4885-aa2a-98317d8d76f1.json | 7 +++++++ ...t-experiments-8933a71d-a83f-4bbd-862f-812adb65dcf6.json | 7 +++++++ ...i-react-field-4b9f96a9-feed-4eae-82f1-25ac4310518a.json | 7 +++++++ ...le-type-icons-b3b3a544-79be-42cc-92d2-ff1e7a05e560.json | 7 +++++++ ...i-react-focus-03698580-8be3-4db7-8792-59ba7b412291.json | 7 +++++++ ...i-react-hooks-98184b91-0d25-44f7-8cc6-268e88dcf263.json | 7 +++++++ ...icon-provider-9f2116f5-5750-4ef6-b00b-2fa3d3eef307.json | 7 +++++++ ...-mdl2-branded-8cdfdab3-897f-4084-ace3-c74936e9e78d.json | 7 +++++++ ...ct-icons-mdl2-e0b2203e-aef1-45f9-9528-44195bc5a04e.json | 7 +++++++ ...i-react-image-8b62641a-efb2-43fe-984b-18edc7a83183.json | 7 +++++++ ...ct-infobutton-110ffc0d-87d0-4ac7-a50d-666d184dacd9.json | 7 +++++++ ...i-react-input-776f3e7b-abb8-4a4d-ab95-181f4a7f548b.json | 7 +++++++ ...i-react-label-ce8b70aa-6fa3-41a7-99bf-41e7d9599b68.json | 7 +++++++ ...ui-react-link-98333877-dfdc-4ac6-9d99-6d461885d339.json | 7 +++++++ ...ui-react-menu-7a51eaee-3d04-4f7b-b53d-da41884e1eab.json | 7 +++++++ ...gration-v8-v9-629de3d3-9bf6-4e3c-960a-25f969a518aa.json | 7 +++++++ ...monaco-editor-5488fadc-a3ca-4906-820a-ab1b35f4369c.json | 7 +++++++ ...eact-overflow-bedfe9cd-5c4d-4f2f-a7a4-9d59214cb8e5.json | 7 +++++++ ...react-persona-9d69de14-ba91-44b9-9a2d-60ec92b14210.json | 7 +++++++ ...react-popover-bb915cd9-c777-48d3-a159-5559060111ab.json | 7 +++++++ ...-react-portal-97bb7512-5419-4d95-81c6-9ea891067c87.json | 7 +++++++ ...portal-compat-0bd011da-4e21-4877-b467-d841b7770b35.json | 7 +++++++ ...ompat-context-a53f6075-8565-4a4a-a59a-161c6efa45b7.json | 7 +++++++ ...t-positioning-6b67d37e-9e56-43c8-987a-f08bbde5d28c.json | 7 +++++++ ...eact-progress-e289dc62-59d0-42bb-9796-1376cfa35339.json | 7 +++++++ ...eact-provider-e2547e3d-285d-4291-add9-1d2bec5eec56.json | 7 +++++++ ...i-react-radio-e19e2407-b388-4da9-b196-a29866b3122c.json | 7 +++++++ ...-react-select-20ab018b-0279-4fb1-aad6-c0fcd5015361.json | 7 +++++++ ...ared-contexts-9125e66f-b5a2-4382-b302-861f7f348c87.json | 7 +++++++ ...-react-slider-df1361b3-f618-498f-b70e-ca24c3c9aec2.json | 7 +++++++ ...ct-spinbutton-b10740e5-da17-4008-b632-e7a4d655201c.json | 7 +++++++ ...react-spinner-1b835d87-89f7-43d7-968e-6ee80b34abaa.json | 7 +++++++ ...-react-switch-5afcdb57-b1b6-446e-8415-28a0eea69f70.json | 7 +++++++ ...i-react-table-befd888b-a06a-4d2f-acd8-faf886f70ece.json | 7 +++++++ ...ui-react-tabs-62df9858-3c25-4a0b-9dfc-4d8236449372.json | 7 +++++++ ...react-tabster-cc4e5dd4-89a1-41be-9274-967afcffaa78.json | 7 +++++++ ...ui-react-text-e78804a2-ba56-46c4-bc35-0682a02dc6b7.json | 7 +++++++ ...eact-textarea-321a440e-7628-4d98-a568-695feb3bd2dd.json | 7 +++++++ ...i-react-theme-739fdf01-a73c-4a75-bf48-e8ec649870a1.json | 7 +++++++ ...ct-theme-sass-513a0908-db78-43e0-af0d-0491ffd25245.json | 7 +++++++ ...react-toolbar-0144e741-296e-42b0-b474-c37964872c0e.json | 7 +++++++ ...react-tooltip-2aa8ec0b-0d89-499c-aaf7-264bd1824148.json | 7 +++++++ ...act-utilities-df5817dd-0e66-4338-a224-8b77ef68ff95.json | 7 +++++++ ...t-virtualizer-bbd9062b-5b38-459d-bc37-8d44d820c7f2.json | 7 +++++++ ...ndow-provider-ad1d0159-9063-4385-8ae0-36a6ebb6c92b.json | 7 +++++++ ...eme-utilities-780c2d15-5c50-4b84-afdf-8f6125599d91.json | 7 +++++++ ...i-set-version-57c702f9-02f6-44c6-8c5f-7d156189209d.json | 7 +++++++ ...yle-utilities-bd3a9418-7af2-4c3b-9f6e-a0743a060d77.json | 7 +++++++ ...est-utilities-cb715625-d329-4438-8b05-b31498a20803.json | 7 +++++++ ...luentui-theme-93541d80-fb22-4cc4-b084-a0dc1740ec07.json | 7 +++++++ ...theme-samples-cb3a4677-d35a-436b-804e-e077adaf4e58.json | 7 +++++++ ...uentui-tokens-6a052fdd-f247-4e11-af53-1d5fd7cdff41.json | 7 +++++++ ...tui-utilities-80642a7a-485f-4363-ab35-20d1304bc30e.json | 7 +++++++ ...eb-components-146f28b5-fd66-4a34-be20-803b8caeb9ec.json | 7 +++++++ ...ack-utilities-50e892c8-7d3f-4a4d-865d-6923fdc6ad4f.json | 7 +++++++ 96 files changed, 672 insertions(+) create mode 100644 change/@fluentui-api-docs-8b653d5c-1e4e-4443-b268-c6f99e2d963e.json create mode 100644 change/@fluentui-azure-themes-c567b012-ba25-4960-8472-d5f6fb9e10fc.json create mode 100644 change/@fluentui-babel-preset-global-context-43f46f52-90eb-424b-b8c8-e2f1d80fc44f.json create mode 100644 change/@fluentui-codemods-ee3eaafc-8a2d-4c36-bf78-fa0e5327c130.json create mode 100644 change/@fluentui-common-styles-14555b5f-8fa1-4004-ad6d-3f51f642f93c.json create mode 100644 change/@fluentui-cra-template-13e1081d-1f13-4d7e-89b1-b5e6fcdb538e.json create mode 100644 change/@fluentui-date-time-utilities-83ae4ec4-32c0-4285-818e-83c4d87ce508.json create mode 100644 change/@fluentui-dom-utilities-3fd1c729-63f5-4f6c-9367-367da00f2461.json create mode 100644 change/@fluentui-eslint-plugin-da394512-370e-4a2b-83bd-d867d8349377.json create mode 100644 change/@fluentui-example-data-9e9a8754-c138-4615-86b3-8f249f816482.json create mode 100644 change/@fluentui-fluent2-theme-5bc4cbbb-f97e-4572-a957-a0d06eb415a1.json create mode 100644 change/@fluentui-font-icons-mdl2-3f8e13e3-6fbe-455d-bfc7-e8e432b931fc.json create mode 100644 change/@fluentui-foundation-legacy-40c14471-48da-4138-b7f7-205d0281741c.json create mode 100644 change/@fluentui-global-context-3c88be8e-a5d0-440f-8ab9-48b96930f3aa.json create mode 100644 change/@fluentui-jest-serializer-merge-styles-5056ee8e-2c9e-4ca1-a062-f5dcd901d813.json create mode 100644 change/@fluentui-keyboard-key-d211a80a-828c-4573-b3d8-0b32b86469fd.json create mode 100644 change/@fluentui-keyboard-keys-6c3c3db5-8a86-4e95-b039-feac52397cb6.json create mode 100644 change/@fluentui-merge-styles-74c9fced-c811-4607-abc1-abd598af3556.json create mode 100644 change/@fluentui-monaco-editor-0b0468fb-3965-4dd5-90ba-09d8b0c54399.json create mode 100644 change/@fluentui-priority-overflow-066b5ebc-2ba0-4a1d-b9c5-eef25f1de630.json create mode 100644 change/@fluentui-public-docsite-setup-636a1d58-4bcc-41e9-b92d-04e92c5cc021.json create mode 100644 change/@fluentui-react-07d994c4-7675-4e0e-823b-439e329f51b9.json create mode 100644 change/@fluentui-react-accordion-2a723dbf-8c66-4dd0-b95b-f2d52c4861fa.json create mode 100644 change/@fluentui-react-alert-419e11b1-af37-4614-8dba-5201c0d64dd3.json create mode 100644 change/@fluentui-react-aria-c386fe95-f01e-4d0e-bb0a-8f8f6c55fb89.json create mode 100644 change/@fluentui-react-avatar-e2e2a391-3344-4707-b7d1-8fa33ac7b87f.json create mode 100644 change/@fluentui-react-badge-dd1981ee-afb2-4a02-a0b4-31cf3eb14052.json create mode 100644 change/@fluentui-react-button-051be854-b33c-4542-bfb9-9c27e4c85d63.json create mode 100644 change/@fluentui-react-card-bad450bf-2bff-46d0-b8b5-9c2d4c87ff5b.json create mode 100644 change/@fluentui-react-cards-a7fe9724-038c-4e12-bfff-ebb43790ceb6.json create mode 100644 change/@fluentui-react-charting-deaebc12-0a4b-4a6d-8845-332d857cb526.json create mode 100644 change/@fluentui-react-checkbox-b4e26e03-c27a-40b7-a3df-c8ff40e6f4a8.json create mode 100644 change/@fluentui-react-combobox-3cf401a2-aab0-47dd-a241-122107cca93e.json create mode 100644 change/@fluentui-react-components-74f80776-9860-4051-abb8-db8d2bfbbdf1.json create mode 100644 change/@fluentui-react-conformance-5fa3a0a3-83ea-4ab9-ac1e-1120a235ac0b.json create mode 100644 change/@fluentui-react-conformance-griffel-5b40411f-e246-4d94-8e9a-6dc5d07dd578.json create mode 100644 change/@fluentui-react-context-selector-550f11ea-93bb-4bed-846e-42e63dd37b0e.json create mode 100644 change/@fluentui-react-data-grid-react-window-5a40159d-e9fd-453c-a3b3-d561e43b377c.json create mode 100644 change/@fluentui-react-date-time-50f2efbc-9e8d-44a3-a436-3724c38b42e1.json create mode 100644 change/@fluentui-react-dialog-0812537f-2032-4902-ab9f-5adc58c412c1.json create mode 100644 change/@fluentui-react-divider-cb74b8ff-9ead-4698-a302-5e7f458574cd.json create mode 100644 change/@fluentui-react-docsite-components-6a335dd8-c72a-4885-aa2a-98317d8d76f1.json create mode 100644 change/@fluentui-react-experiments-8933a71d-a83f-4bbd-862f-812adb65dcf6.json create mode 100644 change/@fluentui-react-field-4b9f96a9-feed-4eae-82f1-25ac4310518a.json create mode 100644 change/@fluentui-react-file-type-icons-b3b3a544-79be-42cc-92d2-ff1e7a05e560.json create mode 100644 change/@fluentui-react-focus-03698580-8be3-4db7-8792-59ba7b412291.json create mode 100644 change/@fluentui-react-hooks-98184b91-0d25-44f7-8cc6-268e88dcf263.json create mode 100644 change/@fluentui-react-icon-provider-9f2116f5-5750-4ef6-b00b-2fa3d3eef307.json create mode 100644 change/@fluentui-react-icons-mdl2-branded-8cdfdab3-897f-4084-ace3-c74936e9e78d.json create mode 100644 change/@fluentui-react-icons-mdl2-e0b2203e-aef1-45f9-9528-44195bc5a04e.json create mode 100644 change/@fluentui-react-image-8b62641a-efb2-43fe-984b-18edc7a83183.json create mode 100644 change/@fluentui-react-infobutton-110ffc0d-87d0-4ac7-a50d-666d184dacd9.json create mode 100644 change/@fluentui-react-input-776f3e7b-abb8-4a4d-ab95-181f4a7f548b.json create mode 100644 change/@fluentui-react-label-ce8b70aa-6fa3-41a7-99bf-41e7d9599b68.json create mode 100644 change/@fluentui-react-link-98333877-dfdc-4ac6-9d99-6d461885d339.json create mode 100644 change/@fluentui-react-menu-7a51eaee-3d04-4f7b-b53d-da41884e1eab.json create mode 100644 change/@fluentui-react-migration-v8-v9-629de3d3-9bf6-4e3c-960a-25f969a518aa.json create mode 100644 change/@fluentui-react-monaco-editor-5488fadc-a3ca-4906-820a-ab1b35f4369c.json create mode 100644 change/@fluentui-react-overflow-bedfe9cd-5c4d-4f2f-a7a4-9d59214cb8e5.json create mode 100644 change/@fluentui-react-persona-9d69de14-ba91-44b9-9a2d-60ec92b14210.json create mode 100644 change/@fluentui-react-popover-bb915cd9-c777-48d3-a159-5559060111ab.json create mode 100644 change/@fluentui-react-portal-97bb7512-5419-4d95-81c6-9ea891067c87.json create mode 100644 change/@fluentui-react-portal-compat-0bd011da-4e21-4877-b467-d841b7770b35.json create mode 100644 change/@fluentui-react-portal-compat-context-a53f6075-8565-4a4a-a59a-161c6efa45b7.json create mode 100644 change/@fluentui-react-positioning-6b67d37e-9e56-43c8-987a-f08bbde5d28c.json create mode 100644 change/@fluentui-react-progress-e289dc62-59d0-42bb-9796-1376cfa35339.json create mode 100644 change/@fluentui-react-provider-e2547e3d-285d-4291-add9-1d2bec5eec56.json create mode 100644 change/@fluentui-react-radio-e19e2407-b388-4da9-b196-a29866b3122c.json create mode 100644 change/@fluentui-react-select-20ab018b-0279-4fb1-aad6-c0fcd5015361.json create mode 100644 change/@fluentui-react-shared-contexts-9125e66f-b5a2-4382-b302-861f7f348c87.json create mode 100644 change/@fluentui-react-slider-df1361b3-f618-498f-b70e-ca24c3c9aec2.json create mode 100644 change/@fluentui-react-spinbutton-b10740e5-da17-4008-b632-e7a4d655201c.json create mode 100644 change/@fluentui-react-spinner-1b835d87-89f7-43d7-968e-6ee80b34abaa.json create mode 100644 change/@fluentui-react-switch-5afcdb57-b1b6-446e-8415-28a0eea69f70.json create mode 100644 change/@fluentui-react-table-befd888b-a06a-4d2f-acd8-faf886f70ece.json create mode 100644 change/@fluentui-react-tabs-62df9858-3c25-4a0b-9dfc-4d8236449372.json create mode 100644 change/@fluentui-react-tabster-cc4e5dd4-89a1-41be-9274-967afcffaa78.json create mode 100644 change/@fluentui-react-text-e78804a2-ba56-46c4-bc35-0682a02dc6b7.json create mode 100644 change/@fluentui-react-textarea-321a440e-7628-4d98-a568-695feb3bd2dd.json create mode 100644 change/@fluentui-react-theme-739fdf01-a73c-4a75-bf48-e8ec649870a1.json create mode 100644 change/@fluentui-react-theme-sass-513a0908-db78-43e0-af0d-0491ffd25245.json create mode 100644 change/@fluentui-react-toolbar-0144e741-296e-42b0-b474-c37964872c0e.json create mode 100644 change/@fluentui-react-tooltip-2aa8ec0b-0d89-499c-aaf7-264bd1824148.json create mode 100644 change/@fluentui-react-utilities-df5817dd-0e66-4338-a224-8b77ef68ff95.json create mode 100644 change/@fluentui-react-virtualizer-bbd9062b-5b38-459d-bc37-8d44d820c7f2.json create mode 100644 change/@fluentui-react-window-provider-ad1d0159-9063-4385-8ae0-36a6ebb6c92b.json create mode 100644 change/@fluentui-scheme-utilities-780c2d15-5c50-4b84-afdf-8f6125599d91.json create mode 100644 change/@fluentui-set-version-57c702f9-02f6-44c6-8c5f-7d156189209d.json create mode 100644 change/@fluentui-style-utilities-bd3a9418-7af2-4c3b-9f6e-a0743a060d77.json create mode 100644 change/@fluentui-test-utilities-cb715625-d329-4438-8b05-b31498a20803.json create mode 100644 change/@fluentui-theme-93541d80-fb22-4cc4-b084-a0dc1740ec07.json create mode 100644 change/@fluentui-theme-samples-cb3a4677-d35a-436b-804e-e077adaf4e58.json create mode 100644 change/@fluentui-tokens-6a052fdd-f247-4e11-af53-1d5fd7cdff41.json create mode 100644 change/@fluentui-utilities-80642a7a-485f-4363-ab35-20d1304bc30e.json create mode 100644 change/@fluentui-web-components-146f28b5-fd66-4a34-be20-803b8caeb9ec.json create mode 100644 change/@fluentui-webpack-utilities-50e892c8-7d3f-4a4d-865d-6923fdc6ad4f.json diff --git a/change/@fluentui-api-docs-8b653d5c-1e4e-4443-b268-c6f99e2d963e.json b/change/@fluentui-api-docs-8b653d5c-1e4e-4443-b268-c6f99e2d963e.json new file mode 100644 index 0000000000000..e7318f2994381 --- /dev/null +++ b/change/@fluentui-api-docs-8b653d5c-1e4e-4443-b268-c6f99e2d963e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/api-docs", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-azure-themes-c567b012-ba25-4960-8472-d5f6fb9e10fc.json b/change/@fluentui-azure-themes-c567b012-ba25-4960-8472-d5f6fb9e10fc.json new file mode 100644 index 0000000000000..f04079d96daa9 --- /dev/null +++ b/change/@fluentui-azure-themes-c567b012-ba25-4960-8472-d5f6fb9e10fc.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/azure-themes", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-babel-preset-global-context-43f46f52-90eb-424b-b8c8-e2f1d80fc44f.json b/change/@fluentui-babel-preset-global-context-43f46f52-90eb-424b-b8c8-e2f1d80fc44f.json new file mode 100644 index 0000000000000..7a78ca07b6f55 --- /dev/null +++ b/change/@fluentui-babel-preset-global-context-43f46f52-90eb-424b-b8c8-e2f1d80fc44f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/babel-preset-global-context", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-codemods-ee3eaafc-8a2d-4c36-bf78-fa0e5327c130.json b/change/@fluentui-codemods-ee3eaafc-8a2d-4c36-bf78-fa0e5327c130.json new file mode 100644 index 0000000000000..b662092534e81 --- /dev/null +++ b/change/@fluentui-codemods-ee3eaafc-8a2d-4c36-bf78-fa0e5327c130.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/codemods", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-common-styles-14555b5f-8fa1-4004-ad6d-3f51f642f93c.json b/change/@fluentui-common-styles-14555b5f-8fa1-4004-ad6d-3f51f642f93c.json new file mode 100644 index 0000000000000..000151b5fd6be --- /dev/null +++ b/change/@fluentui-common-styles-14555b5f-8fa1-4004-ad6d-3f51f642f93c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/common-styles", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-cra-template-13e1081d-1f13-4d7e-89b1-b5e6fcdb538e.json b/change/@fluentui-cra-template-13e1081d-1f13-4d7e-89b1-b5e6fcdb538e.json new file mode 100644 index 0000000000000..12fe383f55249 --- /dev/null +++ b/change/@fluentui-cra-template-13e1081d-1f13-4d7e-89b1-b5e6fcdb538e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/cra-template", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-date-time-utilities-83ae4ec4-32c0-4285-818e-83c4d87ce508.json b/change/@fluentui-date-time-utilities-83ae4ec4-32c0-4285-818e-83c4d87ce508.json new file mode 100644 index 0000000000000..8fcdf9bdad72a --- /dev/null +++ b/change/@fluentui-date-time-utilities-83ae4ec4-32c0-4285-818e-83c4d87ce508.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/date-time-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-dom-utilities-3fd1c729-63f5-4f6c-9367-367da00f2461.json b/change/@fluentui-dom-utilities-3fd1c729-63f5-4f6c-9367-367da00f2461.json new file mode 100644 index 0000000000000..b2c9c06ce49dc --- /dev/null +++ b/change/@fluentui-dom-utilities-3fd1c729-63f5-4f6c-9367-367da00f2461.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/dom-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-eslint-plugin-da394512-370e-4a2b-83bd-d867d8349377.json b/change/@fluentui-eslint-plugin-da394512-370e-4a2b-83bd-d867d8349377.json new file mode 100644 index 0000000000000..6cbeaed167a9c --- /dev/null +++ b/change/@fluentui-eslint-plugin-da394512-370e-4a2b-83bd-d867d8349377.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/eslint-plugin", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-example-data-9e9a8754-c138-4615-86b3-8f249f816482.json b/change/@fluentui-example-data-9e9a8754-c138-4615-86b3-8f249f816482.json new file mode 100644 index 0000000000000..a142862c153b3 --- /dev/null +++ b/change/@fluentui-example-data-9e9a8754-c138-4615-86b3-8f249f816482.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/example-data", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-fluent2-theme-5bc4cbbb-f97e-4572-a957-a0d06eb415a1.json b/change/@fluentui-fluent2-theme-5bc4cbbb-f97e-4572-a957-a0d06eb415a1.json new file mode 100644 index 0000000000000..715086a75c1a7 --- /dev/null +++ b/change/@fluentui-fluent2-theme-5bc4cbbb-f97e-4572-a957-a0d06eb415a1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/fluent2-theme", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-font-icons-mdl2-3f8e13e3-6fbe-455d-bfc7-e8e432b931fc.json b/change/@fluentui-font-icons-mdl2-3f8e13e3-6fbe-455d-bfc7-e8e432b931fc.json new file mode 100644 index 0000000000000..edd4b8219f09b --- /dev/null +++ b/change/@fluentui-font-icons-mdl2-3f8e13e3-6fbe-455d-bfc7-e8e432b931fc.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/font-icons-mdl2", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-foundation-legacy-40c14471-48da-4138-b7f7-205d0281741c.json b/change/@fluentui-foundation-legacy-40c14471-48da-4138-b7f7-205d0281741c.json new file mode 100644 index 0000000000000..64acc06899481 --- /dev/null +++ b/change/@fluentui-foundation-legacy-40c14471-48da-4138-b7f7-205d0281741c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/foundation-legacy", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-global-context-3c88be8e-a5d0-440f-8ab9-48b96930f3aa.json b/change/@fluentui-global-context-3c88be8e-a5d0-440f-8ab9-48b96930f3aa.json new file mode 100644 index 0000000000000..e2440061c6d09 --- /dev/null +++ b/change/@fluentui-global-context-3c88be8e-a5d0-440f-8ab9-48b96930f3aa.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/global-context", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-jest-serializer-merge-styles-5056ee8e-2c9e-4ca1-a062-f5dcd901d813.json b/change/@fluentui-jest-serializer-merge-styles-5056ee8e-2c9e-4ca1-a062-f5dcd901d813.json new file mode 100644 index 0000000000000..f739a98d69e6a --- /dev/null +++ b/change/@fluentui-jest-serializer-merge-styles-5056ee8e-2c9e-4ca1-a062-f5dcd901d813.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/jest-serializer-merge-styles", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-keyboard-key-d211a80a-828c-4573-b3d8-0b32b86469fd.json b/change/@fluentui-keyboard-key-d211a80a-828c-4573-b3d8-0b32b86469fd.json new file mode 100644 index 0000000000000..1244a1907096e --- /dev/null +++ b/change/@fluentui-keyboard-key-d211a80a-828c-4573-b3d8-0b32b86469fd.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/keyboard-key", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-keyboard-keys-6c3c3db5-8a86-4e95-b039-feac52397cb6.json b/change/@fluentui-keyboard-keys-6c3c3db5-8a86-4e95-b039-feac52397cb6.json new file mode 100644 index 0000000000000..2269c108f106c --- /dev/null +++ b/change/@fluentui-keyboard-keys-6c3c3db5-8a86-4e95-b039-feac52397cb6.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/keyboard-keys", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-merge-styles-74c9fced-c811-4607-abc1-abd598af3556.json b/change/@fluentui-merge-styles-74c9fced-c811-4607-abc1-abd598af3556.json new file mode 100644 index 0000000000000..893ea1ef36f58 --- /dev/null +++ b/change/@fluentui-merge-styles-74c9fced-c811-4607-abc1-abd598af3556.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/merge-styles", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-monaco-editor-0b0468fb-3965-4dd5-90ba-09d8b0c54399.json b/change/@fluentui-monaco-editor-0b0468fb-3965-4dd5-90ba-09d8b0c54399.json new file mode 100644 index 0000000000000..51b77cfe67fd3 --- /dev/null +++ b/change/@fluentui-monaco-editor-0b0468fb-3965-4dd5-90ba-09d8b0c54399.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/monaco-editor", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-priority-overflow-066b5ebc-2ba0-4a1d-b9c5-eef25f1de630.json b/change/@fluentui-priority-overflow-066b5ebc-2ba0-4a1d-b9c5-eef25f1de630.json new file mode 100644 index 0000000000000..bb5508cd7414a --- /dev/null +++ b/change/@fluentui-priority-overflow-066b5ebc-2ba0-4a1d-b9c5-eef25f1de630.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/priority-overflow", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-public-docsite-setup-636a1d58-4bcc-41e9-b92d-04e92c5cc021.json b/change/@fluentui-public-docsite-setup-636a1d58-4bcc-41e9-b92d-04e92c5cc021.json new file mode 100644 index 0000000000000..3a35eed1345be --- /dev/null +++ b/change/@fluentui-public-docsite-setup-636a1d58-4bcc-41e9-b92d-04e92c5cc021.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/public-docsite-setup", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-07d994c4-7675-4e0e-823b-439e329f51b9.json b/change/@fluentui-react-07d994c4-7675-4e0e-823b-439e329f51b9.json new file mode 100644 index 0000000000000..e83985377c915 --- /dev/null +++ b/change/@fluentui-react-07d994c4-7675-4e0e-823b-439e329f51b9.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-accordion-2a723dbf-8c66-4dd0-b95b-f2d52c4861fa.json b/change/@fluentui-react-accordion-2a723dbf-8c66-4dd0-b95b-f2d52c4861fa.json new file mode 100644 index 0000000000000..07a4b2d0701f4 --- /dev/null +++ b/change/@fluentui-react-accordion-2a723dbf-8c66-4dd0-b95b-f2d52c4861fa.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-accordion", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-alert-419e11b1-af37-4614-8dba-5201c0d64dd3.json b/change/@fluentui-react-alert-419e11b1-af37-4614-8dba-5201c0d64dd3.json new file mode 100644 index 0000000000000..309f0ec694e6b --- /dev/null +++ b/change/@fluentui-react-alert-419e11b1-af37-4614-8dba-5201c0d64dd3.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-alert", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-aria-c386fe95-f01e-4d0e-bb0a-8f8f6c55fb89.json b/change/@fluentui-react-aria-c386fe95-f01e-4d0e-bb0a-8f8f6c55fb89.json new file mode 100644 index 0000000000000..e52e2aa9dca5c --- /dev/null +++ b/change/@fluentui-react-aria-c386fe95-f01e-4d0e-bb0a-8f8f6c55fb89.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-aria", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-avatar-e2e2a391-3344-4707-b7d1-8fa33ac7b87f.json b/change/@fluentui-react-avatar-e2e2a391-3344-4707-b7d1-8fa33ac7b87f.json new file mode 100644 index 0000000000000..99fcb5980b149 --- /dev/null +++ b/change/@fluentui-react-avatar-e2e2a391-3344-4707-b7d1-8fa33ac7b87f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-avatar", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-badge-dd1981ee-afb2-4a02-a0b4-31cf3eb14052.json b/change/@fluentui-react-badge-dd1981ee-afb2-4a02-a0b4-31cf3eb14052.json new file mode 100644 index 0000000000000..841637ec192c8 --- /dev/null +++ b/change/@fluentui-react-badge-dd1981ee-afb2-4a02-a0b4-31cf3eb14052.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-badge", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-button-051be854-b33c-4542-bfb9-9c27e4c85d63.json b/change/@fluentui-react-button-051be854-b33c-4542-bfb9-9c27e4c85d63.json new file mode 100644 index 0000000000000..6d238d7d03ff3 --- /dev/null +++ b/change/@fluentui-react-button-051be854-b33c-4542-bfb9-9c27e4c85d63.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-button", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-card-bad450bf-2bff-46d0-b8b5-9c2d4c87ff5b.json b/change/@fluentui-react-card-bad450bf-2bff-46d0-b8b5-9c2d4c87ff5b.json new file mode 100644 index 0000000000000..51804629086c5 --- /dev/null +++ b/change/@fluentui-react-card-bad450bf-2bff-46d0-b8b5-9c2d4c87ff5b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-card", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-cards-a7fe9724-038c-4e12-bfff-ebb43790ceb6.json b/change/@fluentui-react-cards-a7fe9724-038c-4e12-bfff-ebb43790ceb6.json new file mode 100644 index 0000000000000..a7d1bee447f8a --- /dev/null +++ b/change/@fluentui-react-cards-a7fe9724-038c-4e12-bfff-ebb43790ceb6.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-cards", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-charting-deaebc12-0a4b-4a6d-8845-332d857cb526.json b/change/@fluentui-react-charting-deaebc12-0a4b-4a6d-8845-332d857cb526.json new file mode 100644 index 0000000000000..35650cbe93463 --- /dev/null +++ b/change/@fluentui-react-charting-deaebc12-0a4b-4a6d-8845-332d857cb526.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-charting", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-checkbox-b4e26e03-c27a-40b7-a3df-c8ff40e6f4a8.json b/change/@fluentui-react-checkbox-b4e26e03-c27a-40b7-a3df-c8ff40e6f4a8.json new file mode 100644 index 0000000000000..03d702fc400ad --- /dev/null +++ b/change/@fluentui-react-checkbox-b4e26e03-c27a-40b7-a3df-c8ff40e6f4a8.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-checkbox", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-combobox-3cf401a2-aab0-47dd-a241-122107cca93e.json b/change/@fluentui-react-combobox-3cf401a2-aab0-47dd-a241-122107cca93e.json new file mode 100644 index 0000000000000..6cd7f7026ec6b --- /dev/null +++ b/change/@fluentui-react-combobox-3cf401a2-aab0-47dd-a241-122107cca93e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-combobox", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-components-74f80776-9860-4051-abb8-db8d2bfbbdf1.json b/change/@fluentui-react-components-74f80776-9860-4051-abb8-db8d2bfbbdf1.json new file mode 100644 index 0000000000000..4ba3f60cfdebe --- /dev/null +++ b/change/@fluentui-react-components-74f80776-9860-4051-abb8-db8d2bfbbdf1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-components", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-conformance-5fa3a0a3-83ea-4ab9-ac1e-1120a235ac0b.json b/change/@fluentui-react-conformance-5fa3a0a3-83ea-4ab9-ac1e-1120a235ac0b.json new file mode 100644 index 0000000000000..73ea0c3fd861d --- /dev/null +++ b/change/@fluentui-react-conformance-5fa3a0a3-83ea-4ab9-ac1e-1120a235ac0b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-conformance", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-conformance-griffel-5b40411f-e246-4d94-8e9a-6dc5d07dd578.json b/change/@fluentui-react-conformance-griffel-5b40411f-e246-4d94-8e9a-6dc5d07dd578.json new file mode 100644 index 0000000000000..02531eae47b64 --- /dev/null +++ b/change/@fluentui-react-conformance-griffel-5b40411f-e246-4d94-8e9a-6dc5d07dd578.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-conformance-griffel", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-context-selector-550f11ea-93bb-4bed-846e-42e63dd37b0e.json b/change/@fluentui-react-context-selector-550f11ea-93bb-4bed-846e-42e63dd37b0e.json new file mode 100644 index 0000000000000..3fd3300657f40 --- /dev/null +++ b/change/@fluentui-react-context-selector-550f11ea-93bb-4bed-846e-42e63dd37b0e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-context-selector", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-data-grid-react-window-5a40159d-e9fd-453c-a3b3-d561e43b377c.json b/change/@fluentui-react-data-grid-react-window-5a40159d-e9fd-453c-a3b3-d561e43b377c.json new file mode 100644 index 0000000000000..2600bdd565f50 --- /dev/null +++ b/change/@fluentui-react-data-grid-react-window-5a40159d-e9fd-453c-a3b3-d561e43b377c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-data-grid-react-window", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-date-time-50f2efbc-9e8d-44a3-a436-3724c38b42e1.json b/change/@fluentui-react-date-time-50f2efbc-9e8d-44a3-a436-3724c38b42e1.json new file mode 100644 index 0000000000000..39029ff5a6a56 --- /dev/null +++ b/change/@fluentui-react-date-time-50f2efbc-9e8d-44a3-a436-3724c38b42e1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-date-time", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-dialog-0812537f-2032-4902-ab9f-5adc58c412c1.json b/change/@fluentui-react-dialog-0812537f-2032-4902-ab9f-5adc58c412c1.json new file mode 100644 index 0000000000000..4aa41b3497163 --- /dev/null +++ b/change/@fluentui-react-dialog-0812537f-2032-4902-ab9f-5adc58c412c1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-dialog", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-divider-cb74b8ff-9ead-4698-a302-5e7f458574cd.json b/change/@fluentui-react-divider-cb74b8ff-9ead-4698-a302-5e7f458574cd.json new file mode 100644 index 0000000000000..49577b59abda9 --- /dev/null +++ b/change/@fluentui-react-divider-cb74b8ff-9ead-4698-a302-5e7f458574cd.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-divider", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-docsite-components-6a335dd8-c72a-4885-aa2a-98317d8d76f1.json b/change/@fluentui-react-docsite-components-6a335dd8-c72a-4885-aa2a-98317d8d76f1.json new file mode 100644 index 0000000000000..4ed6f9d1b705c --- /dev/null +++ b/change/@fluentui-react-docsite-components-6a335dd8-c72a-4885-aa2a-98317d8d76f1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-docsite-components", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-experiments-8933a71d-a83f-4bbd-862f-812adb65dcf6.json b/change/@fluentui-react-experiments-8933a71d-a83f-4bbd-862f-812adb65dcf6.json new file mode 100644 index 0000000000000..04d8ead83dae0 --- /dev/null +++ b/change/@fluentui-react-experiments-8933a71d-a83f-4bbd-862f-812adb65dcf6.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-experiments", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-field-4b9f96a9-feed-4eae-82f1-25ac4310518a.json b/change/@fluentui-react-field-4b9f96a9-feed-4eae-82f1-25ac4310518a.json new file mode 100644 index 0000000000000..808b55e9da4af --- /dev/null +++ b/change/@fluentui-react-field-4b9f96a9-feed-4eae-82f1-25ac4310518a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-field", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-file-type-icons-b3b3a544-79be-42cc-92d2-ff1e7a05e560.json b/change/@fluentui-react-file-type-icons-b3b3a544-79be-42cc-92d2-ff1e7a05e560.json new file mode 100644 index 0000000000000..96a31b2e324a4 --- /dev/null +++ b/change/@fluentui-react-file-type-icons-b3b3a544-79be-42cc-92d2-ff1e7a05e560.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-file-type-icons", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-focus-03698580-8be3-4db7-8792-59ba7b412291.json b/change/@fluentui-react-focus-03698580-8be3-4db7-8792-59ba7b412291.json new file mode 100644 index 0000000000000..abde3987bad2d --- /dev/null +++ b/change/@fluentui-react-focus-03698580-8be3-4db7-8792-59ba7b412291.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-focus", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-hooks-98184b91-0d25-44f7-8cc6-268e88dcf263.json b/change/@fluentui-react-hooks-98184b91-0d25-44f7-8cc6-268e88dcf263.json new file mode 100644 index 0000000000000..a2ad4ebdc267e --- /dev/null +++ b/change/@fluentui-react-hooks-98184b91-0d25-44f7-8cc6-268e88dcf263.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-hooks", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-icon-provider-9f2116f5-5750-4ef6-b00b-2fa3d3eef307.json b/change/@fluentui-react-icon-provider-9f2116f5-5750-4ef6-b00b-2fa3d3eef307.json new file mode 100644 index 0000000000000..19ea975c90507 --- /dev/null +++ b/change/@fluentui-react-icon-provider-9f2116f5-5750-4ef6-b00b-2fa3d3eef307.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-icon-provider", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-icons-mdl2-branded-8cdfdab3-897f-4084-ace3-c74936e9e78d.json b/change/@fluentui-react-icons-mdl2-branded-8cdfdab3-897f-4084-ace3-c74936e9e78d.json new file mode 100644 index 0000000000000..f3f9d1bf5e728 --- /dev/null +++ b/change/@fluentui-react-icons-mdl2-branded-8cdfdab3-897f-4084-ace3-c74936e9e78d.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-icons-mdl2-branded", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-icons-mdl2-e0b2203e-aef1-45f9-9528-44195bc5a04e.json b/change/@fluentui-react-icons-mdl2-e0b2203e-aef1-45f9-9528-44195bc5a04e.json new file mode 100644 index 0000000000000..f0893af668b40 --- /dev/null +++ b/change/@fluentui-react-icons-mdl2-e0b2203e-aef1-45f9-9528-44195bc5a04e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-icons-mdl2", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-image-8b62641a-efb2-43fe-984b-18edc7a83183.json b/change/@fluentui-react-image-8b62641a-efb2-43fe-984b-18edc7a83183.json new file mode 100644 index 0000000000000..2d79ed7529649 --- /dev/null +++ b/change/@fluentui-react-image-8b62641a-efb2-43fe-984b-18edc7a83183.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-image", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-infobutton-110ffc0d-87d0-4ac7-a50d-666d184dacd9.json b/change/@fluentui-react-infobutton-110ffc0d-87d0-4ac7-a50d-666d184dacd9.json new file mode 100644 index 0000000000000..53993e70cde72 --- /dev/null +++ b/change/@fluentui-react-infobutton-110ffc0d-87d0-4ac7-a50d-666d184dacd9.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-infobutton", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-input-776f3e7b-abb8-4a4d-ab95-181f4a7f548b.json b/change/@fluentui-react-input-776f3e7b-abb8-4a4d-ab95-181f4a7f548b.json new file mode 100644 index 0000000000000..45a5eee04f564 --- /dev/null +++ b/change/@fluentui-react-input-776f3e7b-abb8-4a4d-ab95-181f4a7f548b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-input", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-label-ce8b70aa-6fa3-41a7-99bf-41e7d9599b68.json b/change/@fluentui-react-label-ce8b70aa-6fa3-41a7-99bf-41e7d9599b68.json new file mode 100644 index 0000000000000..45abfee23ba0b --- /dev/null +++ b/change/@fluentui-react-label-ce8b70aa-6fa3-41a7-99bf-41e7d9599b68.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-label", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-link-98333877-dfdc-4ac6-9d99-6d461885d339.json b/change/@fluentui-react-link-98333877-dfdc-4ac6-9d99-6d461885d339.json new file mode 100644 index 0000000000000..ddd2fec3e266e --- /dev/null +++ b/change/@fluentui-react-link-98333877-dfdc-4ac6-9d99-6d461885d339.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-link", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-menu-7a51eaee-3d04-4f7b-b53d-da41884e1eab.json b/change/@fluentui-react-menu-7a51eaee-3d04-4f7b-b53d-da41884e1eab.json new file mode 100644 index 0000000000000..c0fba66d1dcb4 --- /dev/null +++ b/change/@fluentui-react-menu-7a51eaee-3d04-4f7b-b53d-da41884e1eab.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-menu", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-migration-v8-v9-629de3d3-9bf6-4e3c-960a-25f969a518aa.json b/change/@fluentui-react-migration-v8-v9-629de3d3-9bf6-4e3c-960a-25f969a518aa.json new file mode 100644 index 0000000000000..17904493de1cd --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-629de3d3-9bf6-4e3c-960a-25f969a518aa.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-monaco-editor-5488fadc-a3ca-4906-820a-ab1b35f4369c.json b/change/@fluentui-react-monaco-editor-5488fadc-a3ca-4906-820a-ab1b35f4369c.json new file mode 100644 index 0000000000000..19ba01303ef7d --- /dev/null +++ b/change/@fluentui-react-monaco-editor-5488fadc-a3ca-4906-820a-ab1b35f4369c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-monaco-editor", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-overflow-bedfe9cd-5c4d-4f2f-a7a4-9d59214cb8e5.json b/change/@fluentui-react-overflow-bedfe9cd-5c4d-4f2f-a7a4-9d59214cb8e5.json new file mode 100644 index 0000000000000..5fc25387339c0 --- /dev/null +++ b/change/@fluentui-react-overflow-bedfe9cd-5c4d-4f2f-a7a4-9d59214cb8e5.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-overflow", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-persona-9d69de14-ba91-44b9-9a2d-60ec92b14210.json b/change/@fluentui-react-persona-9d69de14-ba91-44b9-9a2d-60ec92b14210.json new file mode 100644 index 0000000000000..1047237005501 --- /dev/null +++ b/change/@fluentui-react-persona-9d69de14-ba91-44b9-9a2d-60ec92b14210.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-persona", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-popover-bb915cd9-c777-48d3-a159-5559060111ab.json b/change/@fluentui-react-popover-bb915cd9-c777-48d3-a159-5559060111ab.json new file mode 100644 index 0000000000000..2f283fbbdba7c --- /dev/null +++ b/change/@fluentui-react-popover-bb915cd9-c777-48d3-a159-5559060111ab.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-popover", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-portal-97bb7512-5419-4d95-81c6-9ea891067c87.json b/change/@fluentui-react-portal-97bb7512-5419-4d95-81c6-9ea891067c87.json new file mode 100644 index 0000000000000..834fe48b2fe0e --- /dev/null +++ b/change/@fluentui-react-portal-97bb7512-5419-4d95-81c6-9ea891067c87.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-portal", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-portal-compat-0bd011da-4e21-4877-b467-d841b7770b35.json b/change/@fluentui-react-portal-compat-0bd011da-4e21-4877-b467-d841b7770b35.json new file mode 100644 index 0000000000000..844720d8e650a --- /dev/null +++ b/change/@fluentui-react-portal-compat-0bd011da-4e21-4877-b467-d841b7770b35.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-portal-compat", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-portal-compat-context-a53f6075-8565-4a4a-a59a-161c6efa45b7.json b/change/@fluentui-react-portal-compat-context-a53f6075-8565-4a4a-a59a-161c6efa45b7.json new file mode 100644 index 0000000000000..29862d5435351 --- /dev/null +++ b/change/@fluentui-react-portal-compat-context-a53f6075-8565-4a4a-a59a-161c6efa45b7.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-portal-compat-context", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-positioning-6b67d37e-9e56-43c8-987a-f08bbde5d28c.json b/change/@fluentui-react-positioning-6b67d37e-9e56-43c8-987a-f08bbde5d28c.json new file mode 100644 index 0000000000000..5f108aed2c9b6 --- /dev/null +++ b/change/@fluentui-react-positioning-6b67d37e-9e56-43c8-987a-f08bbde5d28c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-positioning", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-progress-e289dc62-59d0-42bb-9796-1376cfa35339.json b/change/@fluentui-react-progress-e289dc62-59d0-42bb-9796-1376cfa35339.json new file mode 100644 index 0000000000000..3335058fad921 --- /dev/null +++ b/change/@fluentui-react-progress-e289dc62-59d0-42bb-9796-1376cfa35339.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-progress", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-provider-e2547e3d-285d-4291-add9-1d2bec5eec56.json b/change/@fluentui-react-provider-e2547e3d-285d-4291-add9-1d2bec5eec56.json new file mode 100644 index 0000000000000..27bfeac9e9ff9 --- /dev/null +++ b/change/@fluentui-react-provider-e2547e3d-285d-4291-add9-1d2bec5eec56.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-provider", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-radio-e19e2407-b388-4da9-b196-a29866b3122c.json b/change/@fluentui-react-radio-e19e2407-b388-4da9-b196-a29866b3122c.json new file mode 100644 index 0000000000000..667e854aeba1d --- /dev/null +++ b/change/@fluentui-react-radio-e19e2407-b388-4da9-b196-a29866b3122c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-radio", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-select-20ab018b-0279-4fb1-aad6-c0fcd5015361.json b/change/@fluentui-react-select-20ab018b-0279-4fb1-aad6-c0fcd5015361.json new file mode 100644 index 0000000000000..bafb92025e331 --- /dev/null +++ b/change/@fluentui-react-select-20ab018b-0279-4fb1-aad6-c0fcd5015361.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-select", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-shared-contexts-9125e66f-b5a2-4382-b302-861f7f348c87.json b/change/@fluentui-react-shared-contexts-9125e66f-b5a2-4382-b302-861f7f348c87.json new file mode 100644 index 0000000000000..36b0b71f1fefe --- /dev/null +++ b/change/@fluentui-react-shared-contexts-9125e66f-b5a2-4382-b302-861f7f348c87.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-shared-contexts", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-slider-df1361b3-f618-498f-b70e-ca24c3c9aec2.json b/change/@fluentui-react-slider-df1361b3-f618-498f-b70e-ca24c3c9aec2.json new file mode 100644 index 0000000000000..c737e23049409 --- /dev/null +++ b/change/@fluentui-react-slider-df1361b3-f618-498f-b70e-ca24c3c9aec2.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-slider", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-spinbutton-b10740e5-da17-4008-b632-e7a4d655201c.json b/change/@fluentui-react-spinbutton-b10740e5-da17-4008-b632-e7a4d655201c.json new file mode 100644 index 0000000000000..c248f58fc0b98 --- /dev/null +++ b/change/@fluentui-react-spinbutton-b10740e5-da17-4008-b632-e7a4d655201c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-spinbutton", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-spinner-1b835d87-89f7-43d7-968e-6ee80b34abaa.json b/change/@fluentui-react-spinner-1b835d87-89f7-43d7-968e-6ee80b34abaa.json new file mode 100644 index 0000000000000..e810f6c92baee --- /dev/null +++ b/change/@fluentui-react-spinner-1b835d87-89f7-43d7-968e-6ee80b34abaa.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-spinner", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-switch-5afcdb57-b1b6-446e-8415-28a0eea69f70.json b/change/@fluentui-react-switch-5afcdb57-b1b6-446e-8415-28a0eea69f70.json new file mode 100644 index 0000000000000..023d38dbf7027 --- /dev/null +++ b/change/@fluentui-react-switch-5afcdb57-b1b6-446e-8415-28a0eea69f70.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-switch", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-table-befd888b-a06a-4d2f-acd8-faf886f70ece.json b/change/@fluentui-react-table-befd888b-a06a-4d2f-acd8-faf886f70ece.json new file mode 100644 index 0000000000000..ce42123295230 --- /dev/null +++ b/change/@fluentui-react-table-befd888b-a06a-4d2f-acd8-faf886f70ece.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-table", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-tabs-62df9858-3c25-4a0b-9dfc-4d8236449372.json b/change/@fluentui-react-tabs-62df9858-3c25-4a0b-9dfc-4d8236449372.json new file mode 100644 index 0000000000000..3d49265991ed1 --- /dev/null +++ b/change/@fluentui-react-tabs-62df9858-3c25-4a0b-9dfc-4d8236449372.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-tabs", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-tabster-cc4e5dd4-89a1-41be-9274-967afcffaa78.json b/change/@fluentui-react-tabster-cc4e5dd4-89a1-41be-9274-967afcffaa78.json new file mode 100644 index 0000000000000..202b95b9d47e6 --- /dev/null +++ b/change/@fluentui-react-tabster-cc4e5dd4-89a1-41be-9274-967afcffaa78.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-tabster", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-text-e78804a2-ba56-46c4-bc35-0682a02dc6b7.json b/change/@fluentui-react-text-e78804a2-ba56-46c4-bc35-0682a02dc6b7.json new file mode 100644 index 0000000000000..8da7a4902934c --- /dev/null +++ b/change/@fluentui-react-text-e78804a2-ba56-46c4-bc35-0682a02dc6b7.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-text", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-textarea-321a440e-7628-4d98-a568-695feb3bd2dd.json b/change/@fluentui-react-textarea-321a440e-7628-4d98-a568-695feb3bd2dd.json new file mode 100644 index 0000000000000..9d050fef162f1 --- /dev/null +++ b/change/@fluentui-react-textarea-321a440e-7628-4d98-a568-695feb3bd2dd.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-textarea", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-theme-739fdf01-a73c-4a75-bf48-e8ec649870a1.json b/change/@fluentui-react-theme-739fdf01-a73c-4a75-bf48-e8ec649870a1.json new file mode 100644 index 0000000000000..5096a90d7cd19 --- /dev/null +++ b/change/@fluentui-react-theme-739fdf01-a73c-4a75-bf48-e8ec649870a1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-theme", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-theme-sass-513a0908-db78-43e0-af0d-0491ffd25245.json b/change/@fluentui-react-theme-sass-513a0908-db78-43e0-af0d-0491ffd25245.json new file mode 100644 index 0000000000000..c2aedfea84bd8 --- /dev/null +++ b/change/@fluentui-react-theme-sass-513a0908-db78-43e0-af0d-0491ffd25245.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-theme-sass", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-toolbar-0144e741-296e-42b0-b474-c37964872c0e.json b/change/@fluentui-react-toolbar-0144e741-296e-42b0-b474-c37964872c0e.json new file mode 100644 index 0000000000000..bb492f185474c --- /dev/null +++ b/change/@fluentui-react-toolbar-0144e741-296e-42b0-b474-c37964872c0e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-toolbar", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-tooltip-2aa8ec0b-0d89-499c-aaf7-264bd1824148.json b/change/@fluentui-react-tooltip-2aa8ec0b-0d89-499c-aaf7-264bd1824148.json new file mode 100644 index 0000000000000..b26b322234bcf --- /dev/null +++ b/change/@fluentui-react-tooltip-2aa8ec0b-0d89-499c-aaf7-264bd1824148.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-tooltip", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-utilities-df5817dd-0e66-4338-a224-8b77ef68ff95.json b/change/@fluentui-react-utilities-df5817dd-0e66-4338-a224-8b77ef68ff95.json new file mode 100644 index 0000000000000..660e169c44b21 --- /dev/null +++ b/change/@fluentui-react-utilities-df5817dd-0e66-4338-a224-8b77ef68ff95.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-virtualizer-bbd9062b-5b38-459d-bc37-8d44d820c7f2.json b/change/@fluentui-react-virtualizer-bbd9062b-5b38-459d-bc37-8d44d820c7f2.json new file mode 100644 index 0000000000000..63598af334920 --- /dev/null +++ b/change/@fluentui-react-virtualizer-bbd9062b-5b38-459d-bc37-8d44d820c7f2.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-virtualizer", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-window-provider-ad1d0159-9063-4385-8ae0-36a6ebb6c92b.json b/change/@fluentui-react-window-provider-ad1d0159-9063-4385-8ae0-36a6ebb6c92b.json new file mode 100644 index 0000000000000..b03b1e11a33df --- /dev/null +++ b/change/@fluentui-react-window-provider-ad1d0159-9063-4385-8ae0-36a6ebb6c92b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/react-window-provider", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-scheme-utilities-780c2d15-5c50-4b84-afdf-8f6125599d91.json b/change/@fluentui-scheme-utilities-780c2d15-5c50-4b84-afdf-8f6125599d91.json new file mode 100644 index 0000000000000..de72667ba186d --- /dev/null +++ b/change/@fluentui-scheme-utilities-780c2d15-5c50-4b84-afdf-8f6125599d91.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/scheme-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-set-version-57c702f9-02f6-44c6-8c5f-7d156189209d.json b/change/@fluentui-set-version-57c702f9-02f6-44c6-8c5f-7d156189209d.json new file mode 100644 index 0000000000000..34eb4d4a603fa --- /dev/null +++ b/change/@fluentui-set-version-57c702f9-02f6-44c6-8c5f-7d156189209d.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/set-version", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-style-utilities-bd3a9418-7af2-4c3b-9f6e-a0743a060d77.json b/change/@fluentui-style-utilities-bd3a9418-7af2-4c3b-9f6e-a0743a060d77.json new file mode 100644 index 0000000000000..6494b82344312 --- /dev/null +++ b/change/@fluentui-style-utilities-bd3a9418-7af2-4c3b-9f6e-a0743a060d77.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/style-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-test-utilities-cb715625-d329-4438-8b05-b31498a20803.json b/change/@fluentui-test-utilities-cb715625-d329-4438-8b05-b31498a20803.json new file mode 100644 index 0000000000000..e1c286f7be90c --- /dev/null +++ b/change/@fluentui-test-utilities-cb715625-d329-4438-8b05-b31498a20803.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/test-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-theme-93541d80-fb22-4cc4-b084-a0dc1740ec07.json b/change/@fluentui-theme-93541d80-fb22-4cc4-b084-a0dc1740ec07.json new file mode 100644 index 0000000000000..9fe087e82ee0e --- /dev/null +++ b/change/@fluentui-theme-93541d80-fb22-4cc4-b084-a0dc1740ec07.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/theme", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-theme-samples-cb3a4677-d35a-436b-804e-e077adaf4e58.json b/change/@fluentui-theme-samples-cb3a4677-d35a-436b-804e-e077adaf4e58.json new file mode 100644 index 0000000000000..68b71be27b80c --- /dev/null +++ b/change/@fluentui-theme-samples-cb3a4677-d35a-436b-804e-e077adaf4e58.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/theme-samples", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-tokens-6a052fdd-f247-4e11-af53-1d5fd7cdff41.json b/change/@fluentui-tokens-6a052fdd-f247-4e11-af53-1d5fd7cdff41.json new file mode 100644 index 0000000000000..293e52e391000 --- /dev/null +++ b/change/@fluentui-tokens-6a052fdd-f247-4e11-af53-1d5fd7cdff41.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/tokens", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-utilities-80642a7a-485f-4363-ab35-20d1304bc30e.json b/change/@fluentui-utilities-80642a7a-485f-4363-ab35-20d1304bc30e.json new file mode 100644 index 0000000000000..f24fb7310ec15 --- /dev/null +++ b/change/@fluentui-utilities-80642a7a-485f-4363-ab35-20d1304bc30e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-web-components-146f28b5-fd66-4a34-be20-803b8caeb9ec.json b/change/@fluentui-web-components-146f28b5-fd66-4a34-be20-803b8caeb9ec.json new file mode 100644 index 0000000000000..9d0203bba375c --- /dev/null +++ b/change/@fluentui-web-components-146f28b5-fd66-4a34-be20-803b8caeb9ec.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/web-components", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-webpack-utilities-50e892c8-7d3f-4a4d-865d-6923fdc6ad4f.json b/change/@fluentui-webpack-utilities-50e892c8-7d3f-4a4d-865d-6923fdc6ad4f.json new file mode 100644 index 0000000000000..8bab299da0618 --- /dev/null +++ b/change/@fluentui-webpack-utilities-50e892c8-7d3f-4a4d-865d-6923fdc6ad4f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "style: apply prettier package.json auto-formatter", + "packageName": "@fluentui/webpack-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +}