From 3d9e5e63e2f718f4cd76c6fcab8eeb3c1ba0c0cf Mon Sep 17 00:00:00 2001 From: Tomi Olubeko Date: Fri, 31 Jan 2025 11:08:28 -0800 Subject: [PATCH 1/3] chore: Update react-icons package to latest version --- apps/vr-tests-react-components/package.json | 2 +- package.json | 2 +- packages/react-components/react-accordion/library/package.json | 2 +- packages/react-components/react-avatar/library/package.json | 2 +- packages/react-components/react-badge/library/package.json | 2 +- packages/react-components/react-breadcrumb/library/package.json | 2 +- packages/react-components/react-button/library/package.json | 2 +- .../react-components/react-calendar-compat/library/package.json | 2 +- packages/react-components/react-carousel/library/package.json | 2 +- packages/react-components/react-checkbox/library/package.json | 2 +- packages/react-components/react-combobox/library/package.json | 2 +- .../react-datepicker-compat/library/package.json | 2 +- packages/react-components/react-dialog/library/package.json | 2 +- packages/react-components/react-field/library/package.json | 2 +- packages/react-components/react-infolabel/library/package.json | 2 +- packages/react-components/react-menu/library/package.json | 2 +- .../react-components/react-message-bar/library/package.json | 2 +- .../react-components/react-migration-v0-v9/library/package.json | 2 +- .../react-components/react-migration-v8-v9/library/package.json | 2 +- .../react-components/react-nav-preview/library/package.json | 2 +- packages/react-components/react-provider/library/package.json | 2 +- packages/react-components/react-rating/library/package.json | 2 +- packages/react-components/react-search/library/package.json | 2 +- packages/react-components/react-select/library/package.json | 2 +- packages/react-components/react-spinbutton/library/package.json | 2 +- .../react-components/react-swatch-picker/library/package.json | 2 +- packages/react-components/react-switch/library/package.json | 2 +- packages/react-components/react-table/library/package.json | 2 +- packages/react-components/react-tag-picker/library/package.json | 2 +- packages/react-components/react-tags/library/package.json | 2 +- .../react-teaching-popover/library/package.json | 2 +- packages/react-components/react-toast/library/package.json | 2 +- packages/react-components/react-tree/library/package.json | 2 +- packages/react-components/recipes/package.json | 2 +- packages/react-components/theme-designer/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/apps/vr-tests-react-components/package.json b/apps/vr-tests-react-components/package.json index 52951858b54e45..63c0b03aa60a9a 100644 --- a/apps/vr-tests-react-components/package.json +++ b/apps/vr-tests-react-components/package.json @@ -35,7 +35,7 @@ "@fluentui/react-divider": "*", "@fluentui/react-drawer": "*", "@fluentui/react-field": "*", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-image": "*", "@fluentui/react-infolabel": "*", "@fluentui/react-input": "*", diff --git a/package.json b/package.json index fe776603835202..f2f64d004ee322 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", "@floating-ui/dom": "1.6.12", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@griffel/babel-preset": "1.5.8", "@griffel/eslint-plugin": "^1.6.4", "@griffel/jest-serializer": "1.1.24", diff --git a/packages/react-components/react-accordion/library/package.json b/packages/react-components/react-accordion/library/package.json index ba589605e4aa54..5078183815c6bc 100644 --- a/packages/react-components/react-accordion/library/package.json +++ b/packages/react-components/react-accordion/library/package.json @@ -20,7 +20,7 @@ "dependencies": { "@fluentui/react-aria": "^9.13.14", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-motion": "^9.6.7", diff --git a/packages/react-components/react-avatar/library/package.json b/packages/react-components/react-avatar/library/package.json index 93e89afa72d0ae..cfb08f31d31b28 100644 --- a/packages/react-components/react-avatar/library/package.json +++ b/packages/react-components/react-avatar/library/package.json @@ -23,7 +23,7 @@ "dependencies": { "@fluentui/react-badge": "^9.2.50", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-popover": "^9.9.32", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-badge/library/package.json b/packages/react-components/react-badge/library/package.json index 870712d4dac4f7..bea67c9d56e31f 100644 --- a/packages/react-components/react-badge/library/package.json +++ b/packages/react-components/react-badge/library/package.json @@ -18,7 +18,7 @@ "@fluentui/scripts-api-extractor": "*" }, "dependencies": { - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-theme": "^9.1.24", diff --git a/packages/react-components/react-breadcrumb/library/package.json b/packages/react-components/react-breadcrumb/library/package.json index 5b12ac1e1498ff..79b6406307ab8d 100644 --- a/packages/react-components/react-breadcrumb/library/package.json +++ b/packages/react-components/react-breadcrumb/library/package.json @@ -24,7 +24,7 @@ "dependencies": { "@fluentui/react-aria": "^9.13.14", "@fluentui/react-button": "^9.3.101", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-link": "^9.3.7", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-button/library/package.json b/packages/react-components/react-button/library/package.json index 4b479932d73ad1..b14e3af65b5cee 100644 --- a/packages/react-components/react-button/library/package.json +++ b/packages/react-components/react-button/library/package.json @@ -21,7 +21,7 @@ "dependencies": { "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-aria": "^9.13.14", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-calendar-compat/library/package.json b/packages/react-components/react-calendar-compat/library/package.json index 89995e6fa3c48f..d0f2d0b5020c81 100644 --- a/packages/react-components/react-calendar-compat/library/package.json +++ b/packages/react-components/react-calendar-compat/library/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fluentui/keyboard-keys": "^9.0.8", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-carousel/library/package.json b/packages/react-components/react-carousel/library/package.json index 026d6528104259..f054dadccae0ee 100644 --- a/packages/react-components/react-carousel/library/package.json +++ b/packages/react-components/react-carousel/library/package.json @@ -28,7 +28,7 @@ "@fluentui/react-aria": "^9.13.14", "@fluentui/react-button": "^9.3.101", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-checkbox/library/package.json b/packages/react-components/react-checkbox/library/package.json index 7ffbb81d1ef968..dcf7105ab650d8 100644 --- a/packages/react-components/react-checkbox/library/package.json +++ b/packages/react-components/react-checkbox/library/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-label": "^9.1.83", "@fluentui/react-shared-contexts": "^9.21.2", diff --git a/packages/react-components/react-combobox/library/package.json b/packages/react-components/react-combobox/library/package.json index 22f79f75088769..e0b77179d02360 100644 --- a/packages/react-components/react-combobox/library/package.json +++ b/packages/react-components/react-combobox/library/package.json @@ -23,7 +23,7 @@ "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-context-selector": "^9.1.72", "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-portal": "^9.4.42", "@fluentui/react-positioning": "^9.16.3", diff --git a/packages/react-components/react-datepicker-compat/library/package.json b/packages/react-components/react-datepicker-compat/library/package.json index 6c405fc6aed3ab..fa74049a8bd02f 100644 --- a/packages/react-components/react-datepicker-compat/library/package.json +++ b/packages/react-components/react-datepicker-compat/library/package.json @@ -23,7 +23,7 @@ "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-calendar-compat": "^0.1.26", "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-input": "^9.4.99", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-popover": "^9.9.32", diff --git a/packages/react-components/react-dialog/library/package.json b/packages/react-components/react-dialog/library/package.json index 2fcd2f229ffe09..c85ae33404c59c 100644 --- a/packages/react-components/react-dialog/library/package.json +++ b/packages/react-components/react-dialog/library/package.json @@ -32,7 +32,7 @@ "@fluentui/react-motion-components-preview": "^0.4.3", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-aria": "^9.13.14", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-tabster": "^9.23.3", "@fluentui/react-theme": "^9.1.24", "@fluentui/react-portal": "^9.4.42", diff --git a/packages/react-components/react-field/library/package.json b/packages/react-components/react-field/library/package.json index 91e5d6c5f8f75b..7aec3467f43853 100644 --- a/packages/react-components/react-field/library/package.json +++ b/packages/react-components/react-field/library/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-label": "^9.1.83", "@fluentui/react-theme": "^9.1.24", diff --git a/packages/react-components/react-infolabel/library/package.json b/packages/react-components/react-infolabel/library/package.json index 38b2e95a412149..9efb416685a041 100644 --- a/packages/react-components/react-infolabel/library/package.json +++ b/packages/react-components/react-infolabel/library/package.json @@ -20,7 +20,7 @@ "@fluentui/scripts-cypress": "*" }, "dependencies": { - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-label": "^9.1.83", "@fluentui/react-popover": "^9.9.32", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-menu/library/package.json b/packages/react-components/react-menu/library/package.json index 6685357b6353a8..adf306b18ca079 100644 --- a/packages/react-components/react-menu/library/package.json +++ b/packages/react-components/react-menu/library/package.json @@ -23,7 +23,7 @@ "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-aria": "^9.13.14", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-portal": "^9.4.42", "@fluentui/react-positioning": "^9.16.3", "@fluentui/react-shared-contexts": "^9.21.2", diff --git a/packages/react-components/react-message-bar/library/package.json b/packages/react-components/react-message-bar/library/package.json index afba757473c3ac..61f464ec551c0b 100644 --- a/packages/react-components/react-message-bar/library/package.json +++ b/packages/react-components/react-message-bar/library/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fluentui/react-button": "^9.3.101", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-motion": "^9.6.7", "@fluentui/react-motion-components-preview": "^0.4.3", diff --git a/packages/react-components/react-migration-v0-v9/library/package.json b/packages/react-components/react-migration-v0-v9/library/package.json index 92720f97c37791..935eee65367ccd 100644 --- a/packages/react-components/react-migration-v0-v9/library/package.json +++ b/packages/react-components/react-migration-v0-v9/library/package.json @@ -23,7 +23,7 @@ "@fluentui/react-aria": "^9.13.14", "@fluentui/react-components": "^9.58.2", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-migration-v8-v9/library/package.json b/packages/react-components/react-migration-v8-v9/library/package.json index 5109501a42e847..842a0ee3b7cea3 100644 --- a/packages/react-components/react-migration-v8-v9/library/package.json +++ b/packages/react-components/react-migration-v8-v9/library/package.json @@ -22,7 +22,7 @@ "@fluentui/fluent2-theme": "^8.107.126", "@fluentui/react": "^8.122.9", "@fluentui/react-components": "^9.58.2", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-hooks": "^8.8.16", "@griffel/react": "^1.5.22", "@swc/helpers": "^0.5.1" diff --git a/packages/react-components/react-nav-preview/library/package.json b/packages/react-components/react-nav-preview/library/package.json index 4c72636fc5dd67..0860bc52c4cc09 100644 --- a/packages/react-components/react-nav-preview/library/package.json +++ b/packages/react-components/react-nav-preview/library/package.json @@ -24,7 +24,7 @@ "@fluentui/react-context-selector": "^9.1.72", "@fluentui/react-divider": "^9.2.82", "@fluentui/react-drawer": "^9.6.10", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-provider/library/package.json b/packages/react-components/react-provider/library/package.json index b0a66feb3389ba..279ba96c374dc8 100644 --- a/packages/react-components/react-provider/library/package.json +++ b/packages/react-components/react-provider/library/package.json @@ -18,7 +18,7 @@ "@fluentui/scripts-api-extractor": "*" }, "dependencies": { - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", "@fluentui/react-theme": "^9.1.24", diff --git a/packages/react-components/react-rating/library/package.json b/packages/react-components/react-rating/library/package.json index 5e333860ac8685..3fe7d22f24f645 100644 --- a/packages/react-components/react-rating/library/package.json +++ b/packages/react-components/react-rating/library/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fluentui/react-jsx-runtime": "^9.0.50", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-theme": "^9.1.24", "@fluentui/react-tabster": "^9.23.3", "@fluentui/react-utilities": "^9.18.20", diff --git a/packages/react-components/react-search/library/package.json b/packages/react-components/react-search/library/package.json index c94dd044b03356..c3b962e4e560b5 100644 --- a/packages/react-components/react-search/library/package.json +++ b/packages/react-components/react-search/library/package.json @@ -18,7 +18,7 @@ "@fluentui/scripts-api-extractor": "*" }, "dependencies": { - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-input": "^9.4.99", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-theme": "^9.1.24", diff --git a/packages/react-components/react-select/library/package.json b/packages/react-components/react-select/library/package.json index d63807e0dfeba0..57d292b3e166ec 100644 --- a/packages/react-components/react-select/library/package.json +++ b/packages/react-components/react-select/library/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-theme": "^9.1.24", diff --git a/packages/react-components/react-spinbutton/library/package.json b/packages/react-components/react-spinbutton/library/package.json index 35b9d8b338cd03..af16eb5e2def15 100644 --- a/packages/react-components/react-spinbutton/library/package.json +++ b/packages/react-components/react-spinbutton/library/package.json @@ -21,7 +21,7 @@ "dependencies": { "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-theme": "^9.1.24", diff --git a/packages/react-components/react-swatch-picker/library/package.json b/packages/react-components/react-swatch-picker/library/package.json index 1fad19d1f09c4b..0c00e4b72135bf 100644 --- a/packages/react-components/react-swatch-picker/library/package.json +++ b/packages/react-components/react-swatch-picker/library/package.json @@ -22,7 +22,7 @@ "dependencies": { "@fluentui/react-context-selector": "^9.1.72", "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-switch/library/package.json b/packages/react-components/react-switch/library/package.json index dd5324b488a1d6..763baae1febf67 100644 --- a/packages/react-components/react-switch/library/package.json +++ b/packages/react-components/react-switch/library/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@fluentui/react-field": "^9.1.86", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-label": "^9.1.83", "@fluentui/react-shared-contexts": "^9.21.2", diff --git a/packages/react-components/react-table/library/package.json b/packages/react-components/react-table/library/package.json index 7f12a56a9ca655..9f12ab5e583966 100644 --- a/packages/react-components/react-table/library/package.json +++ b/packages/react-components/react-table/library/package.json @@ -25,7 +25,7 @@ "@fluentui/react-avatar": "^9.6.50", "@fluentui/react-checkbox": "^9.2.47", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-radio": "^9.2.42", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-tag-picker/library/package.json b/packages/react-components/react-tag-picker/library/package.json index 7df979c559a2a7..e890809746a699 100644 --- a/packages/react-components/react-tag-picker/library/package.json +++ b/packages/react-components/react-tag-picker/library/package.json @@ -35,7 +35,7 @@ "@fluentui/react-portal": "^9.4.42", "@fluentui/react-tabster": "^9.23.3", "@fluentui/react-aria": "^9.13.14", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-combobox": "^9.13.18", "@fluentui/react-tags": "^9.3.30", "@fluentui/react-context-selector": "^9.1.72", diff --git a/packages/react-components/react-tags/library/package.json b/packages/react-components/react-tags/library/package.json index b6f3acb9d56c33..d558a6d48423ee 100644 --- a/packages/react-components/react-tags/library/package.json +++ b/packages/react-components/react-tags/library/package.json @@ -23,7 +23,7 @@ "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-aria": "^9.13.14", "@fluentui/react-avatar": "^9.6.50", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-shared-contexts": "^9.21.2", "@fluentui/react-tabster": "^9.23.3", diff --git a/packages/react-components/react-teaching-popover/library/package.json b/packages/react-components/react-teaching-popover/library/package.json index a3cafcbeeeb210..b4d58d9bd7309e 100644 --- a/packages/react-components/react-teaching-popover/library/package.json +++ b/packages/react-components/react-teaching-popover/library/package.json @@ -33,7 +33,7 @@ "@fluentui/react-popover": "^9.9.32", "@fluentui/react-button": "^9.3.101", "@fluentui/react-tabster": "^9.23.3", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-aria": "^9.13.14", "@fluentui/react-context-selector": "^9.1.72", "use-sync-external-store": "^1.2.0" diff --git a/packages/react-components/react-toast/library/package.json b/packages/react-components/react-toast/library/package.json index 71d03d3b86c9e9..7407e4d9128b6b 100644 --- a/packages/react-components/react-toast/library/package.json +++ b/packages/react-components/react-toast/library/package.json @@ -22,7 +22,7 @@ "dependencies": { "@fluentui/keyboard-keys": "^9.0.8", "@fluentui/react-aria": "^9.13.14", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-jsx-runtime": "^9.0.50", "@fluentui/react-motion": "^9.6.7", "@fluentui/react-motion-components-preview": "^0.4.3", diff --git a/packages/react-components/react-tree/library/package.json b/packages/react-components/react-tree/library/package.json index 83e8740a111ea7..34b6698cedb50b 100644 --- a/packages/react-components/react-tree/library/package.json +++ b/packages/react-components/react-tree/library/package.json @@ -26,7 +26,7 @@ "@fluentui/react-button": "^9.3.101", "@fluentui/react-checkbox": "^9.2.47", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-motion-components-preview": "^0.4.3", "@fluentui/react-motion": "^9.6.7", "@fluentui/react-radio": "^9.2.42", diff --git a/packages/react-components/recipes/package.json b/packages/react-components/recipes/package.json index d42541dcc16a29..1a80bbf957e9bb 100644 --- a/packages/react-components/recipes/package.json +++ b/packages/react-components/recipes/package.json @@ -33,7 +33,7 @@ "@fluentui/react-utilities": "^9.18.20", "@griffel/react": "^1.5.22", "@swc/helpers": "^0.5.1", - "@fluentui/react-icons": "^2.0.245" + "@fluentui/react-icons": "^2.0.271" }, "peerDependencies": { "@types/react": ">=16.14.0 <19.0.0", diff --git a/packages/react-components/theme-designer/package.json b/packages/react-components/theme-designer/package.json index 687f23fe447d53..cb470520f63383 100644 --- a/packages/react-components/theme-designer/package.json +++ b/packages/react-components/theme-designer/package.json @@ -19,7 +19,7 @@ "dependencies": { "@fluentui/react-components": "^9.58.2", "@fluentui/react-context-selector": "^9.1.72", - "@fluentui/react-icons": "^2.0.245", + "@fluentui/react-icons": "^2.0.271", "@fluentui/react-storybook-addon-export-to-sandbox": "^0.1.0", "@fluentui/react-theme": "^9.1.24", "@fluentui/react-utilities": "^9.18.20", From d58326ee7a48d340e02c2a12eef1a38a96e13827 Mon Sep 17 00:00:00 2001 From: Tomi Olubeko Date: Fri, 31 Jan 2025 11:13:12 -0800 Subject: [PATCH 2/3] change files --- ...act-accordion-a1ddba37-4da3-46bc-a15f-3c8d0a98482c.json | 7 +++++++ ...-react-avatar-7d87cd4b-3ee4-4bc0-ad75-99183faa0f6d.json | 7 +++++++ ...i-react-badge-92fedced-95e9-4982-be1f-70e4490b7e7b.json | 7 +++++++ ...ct-breadcrumb-f0c1ddb6-977a-4c07-b548-3b26d8aa34d0.json | 7 +++++++ ...-react-button-4e117249-4268-4bee-b6ce-133f00b7b826.json | 7 +++++++ ...lendar-compat-29267b51-51ea-45a9-8986-8769f09500c7.json | 7 +++++++ ...eact-carousel-1528dabc-c88c-425a-9d42-1a0461e2d18b.json | 7 +++++++ ...eact-checkbox-d2186b94-b82e-40ac-a4d2-9c2b2cd6bcfa.json | 7 +++++++ ...eact-combobox-602b0b02-7354-4820-99bc-8ea0edfc7998.json | 7 +++++++ ...picker-compat-ea53e5e8-8402-465c-b9e0-5e6ec8d16c86.json | 7 +++++++ ...-react-dialog-6610c3b4-9b77-497f-9b8f-7cca37c46aa3.json | 7 +++++++ ...i-react-field-fcc707b4-0fac-4090-83d0-412421ca685b.json | 7 +++++++ ...act-infolabel-1bbe8dbe-f3bc-4349-ab19-3ff27059c96b.json | 7 +++++++ ...ui-react-menu-5100fda2-153a-4ab6-b954-cd80f9126e01.json | 7 +++++++ ...t-message-bar-a8604511-2d5c-4432-86a4-44fd1d2725b1.json | 7 +++++++ ...gration-v0-v9-2e00a6e8-9b5f-4fbb-a3a4-a4d597883486.json | 7 +++++++ ...gration-v8-v9-559b404c-ebdb-4c85-a825-6c3594519612.json | 7 +++++++ ...t-nav-preview-2ef210de-d5a6-478d-b6cd-491fb7579228.json | 7 +++++++ ...eact-provider-7db84de7-f27f-4e52-a996-68feab85bfa4.json | 7 +++++++ ...-react-rating-5d61d0b2-8c6a-4581-ae2e-bfd4b7c20659.json | 7 +++++++ ...-react-search-efdbafbb-eb86-42e1-a176-b2fa17dbcab8.json | 7 +++++++ ...-react-select-f0041ba6-c203-41b4-805d-6006c09a67f8.json | 7 +++++++ ...ct-spinbutton-b2feec9b-8e7b-4866-83b6-653b74c768c1.json | 7 +++++++ ...swatch-picker-63df5086-a7d7-4fd3-a28b-4a3c98bc16c3.json | 7 +++++++ ...-react-switch-71526d19-3f24-4b2d-bd2a-89aee051f447.json | 7 +++++++ ...i-react-table-e9e16f98-a267-473d-8e28-773d62a4e32b.json | 7 +++++++ ...ct-tag-picker-d9a6e663-ae52-49dc-8785-ff494f41923c.json | 7 +++++++ ...ui-react-tags-15f295c8-ee84-4517-94cb-01f4344b36fc.json | 7 +++++++ ...ching-popover-4d525bea-68fe-435d-a3e1-94f666c7b404.json | 7 +++++++ ...i-react-toast-fc3200b8-7e72-46c7-9f7f-dbc18b10fb30.json | 7 +++++++ ...ui-react-tree-23c0407d-b58a-4e0a-826e-4b21bb2e7cf7.json | 7 +++++++ 31 files changed, 217 insertions(+) create mode 100644 change/@fluentui-react-accordion-a1ddba37-4da3-46bc-a15f-3c8d0a98482c.json create mode 100644 change/@fluentui-react-avatar-7d87cd4b-3ee4-4bc0-ad75-99183faa0f6d.json create mode 100644 change/@fluentui-react-badge-92fedced-95e9-4982-be1f-70e4490b7e7b.json create mode 100644 change/@fluentui-react-breadcrumb-f0c1ddb6-977a-4c07-b548-3b26d8aa34d0.json create mode 100644 change/@fluentui-react-button-4e117249-4268-4bee-b6ce-133f00b7b826.json create mode 100644 change/@fluentui-react-calendar-compat-29267b51-51ea-45a9-8986-8769f09500c7.json create mode 100644 change/@fluentui-react-carousel-1528dabc-c88c-425a-9d42-1a0461e2d18b.json create mode 100644 change/@fluentui-react-checkbox-d2186b94-b82e-40ac-a4d2-9c2b2cd6bcfa.json create mode 100644 change/@fluentui-react-combobox-602b0b02-7354-4820-99bc-8ea0edfc7998.json create mode 100644 change/@fluentui-react-datepicker-compat-ea53e5e8-8402-465c-b9e0-5e6ec8d16c86.json create mode 100644 change/@fluentui-react-dialog-6610c3b4-9b77-497f-9b8f-7cca37c46aa3.json create mode 100644 change/@fluentui-react-field-fcc707b4-0fac-4090-83d0-412421ca685b.json create mode 100644 change/@fluentui-react-infolabel-1bbe8dbe-f3bc-4349-ab19-3ff27059c96b.json create mode 100644 change/@fluentui-react-menu-5100fda2-153a-4ab6-b954-cd80f9126e01.json create mode 100644 change/@fluentui-react-message-bar-a8604511-2d5c-4432-86a4-44fd1d2725b1.json create mode 100644 change/@fluentui-react-migration-v0-v9-2e00a6e8-9b5f-4fbb-a3a4-a4d597883486.json create mode 100644 change/@fluentui-react-migration-v8-v9-559b404c-ebdb-4c85-a825-6c3594519612.json create mode 100644 change/@fluentui-react-nav-preview-2ef210de-d5a6-478d-b6cd-491fb7579228.json create mode 100644 change/@fluentui-react-provider-7db84de7-f27f-4e52-a996-68feab85bfa4.json create mode 100644 change/@fluentui-react-rating-5d61d0b2-8c6a-4581-ae2e-bfd4b7c20659.json create mode 100644 change/@fluentui-react-search-efdbafbb-eb86-42e1-a176-b2fa17dbcab8.json create mode 100644 change/@fluentui-react-select-f0041ba6-c203-41b4-805d-6006c09a67f8.json create mode 100644 change/@fluentui-react-spinbutton-b2feec9b-8e7b-4866-83b6-653b74c768c1.json create mode 100644 change/@fluentui-react-swatch-picker-63df5086-a7d7-4fd3-a28b-4a3c98bc16c3.json create mode 100644 change/@fluentui-react-switch-71526d19-3f24-4b2d-bd2a-89aee051f447.json create mode 100644 change/@fluentui-react-table-e9e16f98-a267-473d-8e28-773d62a4e32b.json create mode 100644 change/@fluentui-react-tag-picker-d9a6e663-ae52-49dc-8785-ff494f41923c.json create mode 100644 change/@fluentui-react-tags-15f295c8-ee84-4517-94cb-01f4344b36fc.json create mode 100644 change/@fluentui-react-teaching-popover-4d525bea-68fe-435d-a3e1-94f666c7b404.json create mode 100644 change/@fluentui-react-toast-fc3200b8-7e72-46c7-9f7f-dbc18b10fb30.json create mode 100644 change/@fluentui-react-tree-23c0407d-b58a-4e0a-826e-4b21bb2e7cf7.json diff --git a/change/@fluentui-react-accordion-a1ddba37-4da3-46bc-a15f-3c8d0a98482c.json b/change/@fluentui-react-accordion-a1ddba37-4da3-46bc-a15f-3c8d0a98482c.json new file mode 100644 index 00000000000000..551617ffd5be81 --- /dev/null +++ b/change/@fluentui-react-accordion-a1ddba37-4da3-46bc-a15f-3c8d0a98482c.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-accordion", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-avatar-7d87cd4b-3ee4-4bc0-ad75-99183faa0f6d.json b/change/@fluentui-react-avatar-7d87cd4b-3ee4-4bc0-ad75-99183faa0f6d.json new file mode 100644 index 00000000000000..fd5dfb2dc96713 --- /dev/null +++ b/change/@fluentui-react-avatar-7d87cd4b-3ee4-4bc0-ad75-99183faa0f6d.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-avatar", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-badge-92fedced-95e9-4982-be1f-70e4490b7e7b.json b/change/@fluentui-react-badge-92fedced-95e9-4982-be1f-70e4490b7e7b.json new file mode 100644 index 00000000000000..7455fd94e2e8d9 --- /dev/null +++ b/change/@fluentui-react-badge-92fedced-95e9-4982-be1f-70e4490b7e7b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-badge", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-breadcrumb-f0c1ddb6-977a-4c07-b548-3b26d8aa34d0.json b/change/@fluentui-react-breadcrumb-f0c1ddb6-977a-4c07-b548-3b26d8aa34d0.json new file mode 100644 index 00000000000000..7407e02aba95c8 --- /dev/null +++ b/change/@fluentui-react-breadcrumb-f0c1ddb6-977a-4c07-b548-3b26d8aa34d0.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-breadcrumb", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-button-4e117249-4268-4bee-b6ce-133f00b7b826.json b/change/@fluentui-react-button-4e117249-4268-4bee-b6ce-133f00b7b826.json new file mode 100644 index 00000000000000..9d46fdc659e2a6 --- /dev/null +++ b/change/@fluentui-react-button-4e117249-4268-4bee-b6ce-133f00b7b826.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-button", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-calendar-compat-29267b51-51ea-45a9-8986-8769f09500c7.json b/change/@fluentui-react-calendar-compat-29267b51-51ea-45a9-8986-8769f09500c7.json new file mode 100644 index 00000000000000..b1121da0b4a5d4 --- /dev/null +++ b/change/@fluentui-react-calendar-compat-29267b51-51ea-45a9-8986-8769f09500c7.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-calendar-compat", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-carousel-1528dabc-c88c-425a-9d42-1a0461e2d18b.json b/change/@fluentui-react-carousel-1528dabc-c88c-425a-9d42-1a0461e2d18b.json new file mode 100644 index 00000000000000..850857a976ab4c --- /dev/null +++ b/change/@fluentui-react-carousel-1528dabc-c88c-425a-9d42-1a0461e2d18b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-carousel", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-checkbox-d2186b94-b82e-40ac-a4d2-9c2b2cd6bcfa.json b/change/@fluentui-react-checkbox-d2186b94-b82e-40ac-a4d2-9c2b2cd6bcfa.json new file mode 100644 index 00000000000000..827da82e43928f --- /dev/null +++ b/change/@fluentui-react-checkbox-d2186b94-b82e-40ac-a4d2-9c2b2cd6bcfa.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-checkbox", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-combobox-602b0b02-7354-4820-99bc-8ea0edfc7998.json b/change/@fluentui-react-combobox-602b0b02-7354-4820-99bc-8ea0edfc7998.json new file mode 100644 index 00000000000000..c868bbd6a91162 --- /dev/null +++ b/change/@fluentui-react-combobox-602b0b02-7354-4820-99bc-8ea0edfc7998.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-combobox", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-datepicker-compat-ea53e5e8-8402-465c-b9e0-5e6ec8d16c86.json b/change/@fluentui-react-datepicker-compat-ea53e5e8-8402-465c-b9e0-5e6ec8d16c86.json new file mode 100644 index 00000000000000..81bccdf297bd4e --- /dev/null +++ b/change/@fluentui-react-datepicker-compat-ea53e5e8-8402-465c-b9e0-5e6ec8d16c86.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-datepicker-compat", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-dialog-6610c3b4-9b77-497f-9b8f-7cca37c46aa3.json b/change/@fluentui-react-dialog-6610c3b4-9b77-497f-9b8f-7cca37c46aa3.json new file mode 100644 index 00000000000000..53638f48d425a2 --- /dev/null +++ b/change/@fluentui-react-dialog-6610c3b4-9b77-497f-9b8f-7cca37c46aa3.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-dialog", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-field-fcc707b4-0fac-4090-83d0-412421ca685b.json b/change/@fluentui-react-field-fcc707b4-0fac-4090-83d0-412421ca685b.json new file mode 100644 index 00000000000000..a9950bfab5880a --- /dev/null +++ b/change/@fluentui-react-field-fcc707b4-0fac-4090-83d0-412421ca685b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-field", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-infolabel-1bbe8dbe-f3bc-4349-ab19-3ff27059c96b.json b/change/@fluentui-react-infolabel-1bbe8dbe-f3bc-4349-ab19-3ff27059c96b.json new file mode 100644 index 00000000000000..2d95c9e7c3dd48 --- /dev/null +++ b/change/@fluentui-react-infolabel-1bbe8dbe-f3bc-4349-ab19-3ff27059c96b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-infolabel", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-menu-5100fda2-153a-4ab6-b954-cd80f9126e01.json b/change/@fluentui-react-menu-5100fda2-153a-4ab6-b954-cd80f9126e01.json new file mode 100644 index 00000000000000..03812f9432a3e5 --- /dev/null +++ b/change/@fluentui-react-menu-5100fda2-153a-4ab6-b954-cd80f9126e01.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-menu", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-message-bar-a8604511-2d5c-4432-86a4-44fd1d2725b1.json b/change/@fluentui-react-message-bar-a8604511-2d5c-4432-86a4-44fd1d2725b1.json new file mode 100644 index 00000000000000..69be279b94dcb6 --- /dev/null +++ b/change/@fluentui-react-message-bar-a8604511-2d5c-4432-86a4-44fd1d2725b1.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-message-bar", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-migration-v0-v9-2e00a6e8-9b5f-4fbb-a3a4-a4d597883486.json b/change/@fluentui-react-migration-v0-v9-2e00a6e8-9b5f-4fbb-a3a4-a4d597883486.json new file mode 100644 index 00000000000000..37ce5567ba0a9d --- /dev/null +++ b/change/@fluentui-react-migration-v0-v9-2e00a6e8-9b5f-4fbb-a3a4-a4d597883486.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-migration-v0-v9", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-migration-v8-v9-559b404c-ebdb-4c85-a825-6c3594519612.json b/change/@fluentui-react-migration-v8-v9-559b404c-ebdb-4c85-a825-6c3594519612.json new file mode 100644 index 00000000000000..e5f24a3fc10a7b --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-559b404c-ebdb-4c85-a825-6c3594519612.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-nav-preview-2ef210de-d5a6-478d-b6cd-491fb7579228.json b/change/@fluentui-react-nav-preview-2ef210de-d5a6-478d-b6cd-491fb7579228.json new file mode 100644 index 00000000000000..d9466f3b8b4157 --- /dev/null +++ b/change/@fluentui-react-nav-preview-2ef210de-d5a6-478d-b6cd-491fb7579228.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-nav-preview", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-provider-7db84de7-f27f-4e52-a996-68feab85bfa4.json b/change/@fluentui-react-provider-7db84de7-f27f-4e52-a996-68feab85bfa4.json new file mode 100644 index 00000000000000..3dad4f246cf336 --- /dev/null +++ b/change/@fluentui-react-provider-7db84de7-f27f-4e52-a996-68feab85bfa4.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-provider", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-rating-5d61d0b2-8c6a-4581-ae2e-bfd4b7c20659.json b/change/@fluentui-react-rating-5d61d0b2-8c6a-4581-ae2e-bfd4b7c20659.json new file mode 100644 index 00000000000000..60034d136afab3 --- /dev/null +++ b/change/@fluentui-react-rating-5d61d0b2-8c6a-4581-ae2e-bfd4b7c20659.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-rating", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-search-efdbafbb-eb86-42e1-a176-b2fa17dbcab8.json b/change/@fluentui-react-search-efdbafbb-eb86-42e1-a176-b2fa17dbcab8.json new file mode 100644 index 00000000000000..5566977786bae3 --- /dev/null +++ b/change/@fluentui-react-search-efdbafbb-eb86-42e1-a176-b2fa17dbcab8.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-search", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-select-f0041ba6-c203-41b4-805d-6006c09a67f8.json b/change/@fluentui-react-select-f0041ba6-c203-41b4-805d-6006c09a67f8.json new file mode 100644 index 00000000000000..82811790befeeb --- /dev/null +++ b/change/@fluentui-react-select-f0041ba6-c203-41b4-805d-6006c09a67f8.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-select", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-spinbutton-b2feec9b-8e7b-4866-83b6-653b74c768c1.json b/change/@fluentui-react-spinbutton-b2feec9b-8e7b-4866-83b6-653b74c768c1.json new file mode 100644 index 00000000000000..6da3c0c8a701b6 --- /dev/null +++ b/change/@fluentui-react-spinbutton-b2feec9b-8e7b-4866-83b6-653b74c768c1.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-spinbutton", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-swatch-picker-63df5086-a7d7-4fd3-a28b-4a3c98bc16c3.json b/change/@fluentui-react-swatch-picker-63df5086-a7d7-4fd3-a28b-4a3c98bc16c3.json new file mode 100644 index 00000000000000..5374125813e0d9 --- /dev/null +++ b/change/@fluentui-react-swatch-picker-63df5086-a7d7-4fd3-a28b-4a3c98bc16c3.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-swatch-picker", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-switch-71526d19-3f24-4b2d-bd2a-89aee051f447.json b/change/@fluentui-react-switch-71526d19-3f24-4b2d-bd2a-89aee051f447.json new file mode 100644 index 00000000000000..793da265184ad0 --- /dev/null +++ b/change/@fluentui-react-switch-71526d19-3f24-4b2d-bd2a-89aee051f447.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-switch", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-table-e9e16f98-a267-473d-8e28-773d62a4e32b.json b/change/@fluentui-react-table-e9e16f98-a267-473d-8e28-773d62a4e32b.json new file mode 100644 index 00000000000000..c521706b805369 --- /dev/null +++ b/change/@fluentui-react-table-e9e16f98-a267-473d-8e28-773d62a4e32b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-table", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-tag-picker-d9a6e663-ae52-49dc-8785-ff494f41923c.json b/change/@fluentui-react-tag-picker-d9a6e663-ae52-49dc-8785-ff494f41923c.json new file mode 100644 index 00000000000000..03146385075a61 --- /dev/null +++ b/change/@fluentui-react-tag-picker-d9a6e663-ae52-49dc-8785-ff494f41923c.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-tag-picker", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-tags-15f295c8-ee84-4517-94cb-01f4344b36fc.json b/change/@fluentui-react-tags-15f295c8-ee84-4517-94cb-01f4344b36fc.json new file mode 100644 index 00000000000000..21921133b84005 --- /dev/null +++ b/change/@fluentui-react-tags-15f295c8-ee84-4517-94cb-01f4344b36fc.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-tags", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-teaching-popover-4d525bea-68fe-435d-a3e1-94f666c7b404.json b/change/@fluentui-react-teaching-popover-4d525bea-68fe-435d-a3e1-94f666c7b404.json new file mode 100644 index 00000000000000..1915a44e75c67f --- /dev/null +++ b/change/@fluentui-react-teaching-popover-4d525bea-68fe-435d-a3e1-94f666c7b404.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-teaching-popover", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-toast-fc3200b8-7e72-46c7-9f7f-dbc18b10fb30.json b/change/@fluentui-react-toast-fc3200b8-7e72-46c7-9f7f-dbc18b10fb30.json new file mode 100644 index 00000000000000..3976a3779e1caa --- /dev/null +++ b/change/@fluentui-react-toast-fc3200b8-7e72-46c7-9f7f-dbc18b10fb30.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-toast", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-tree-23c0407d-b58a-4e0a-826e-4b21bb2e7cf7.json b/change/@fluentui-react-tree-23c0407d-b58a-4e0a-826e-4b21bb2e7cf7.json new file mode 100644 index 00000000000000..c7350857a7810a --- /dev/null +++ b/change/@fluentui-react-tree-23c0407d-b58a-4e0a-826e-4b21bb2e7cf7.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": " chore: update @fluentui/react-icons to 2.0.271.", + "packageName": "@fluentui/react-tree", + "email": "ololubek@microsoft.com", + "dependentChangeType": "patch" +} From 18a92681dc00d889b3ddcfa47bd526255892c300 Mon Sep 17 00:00:00 2001 From: Tomi Olubeko Date: Fri, 31 Jan 2025 11:19:28 -0800 Subject: [PATCH 3/3] yarn lock file --- yarn.lock | 41 ++++++++++++----------------------------- 1 file changed, 12 insertions(+), 29 deletions(-) diff --git a/yarn.lock b/yarn.lock index 721f54e0470a68..7d1b7dbb14f35c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1942,7 +1942,7 @@ "@griffel/react" "^1.5.22" "@swc/helpers" "^0.5.1" -"@fluentui/react-icons@^2.0.237", "@fluentui/react-icons@^2.0.239", "@fluentui/react-icons@^2.0.245": +"@fluentui/react-icons@^2.0.237", "@fluentui/react-icons@^2.0.239": version "2.0.245" resolved "https://registry.yarnpkg.com/@fluentui/react-icons/-/react-icons-2.0.245.tgz#66df74bf52861046b8171b49c2d05f8f29a28a1a" integrity sha512-okaKAWR9BPTEu7g/Lz7M+SeABkveiDC0A5dA+AKbnGX/5V60/0jV/m/mnTCs9EfsbMdHZaoErsVqzCxP3mqYGQ== @@ -1950,6 +1950,14 @@ "@griffel/react" "^1.0.0" tslib "^2.1.0" +"@fluentui/react-icons@^2.0.271": + version "2.0.271" + resolved "https://registry.yarnpkg.com/@fluentui/react-icons/-/react-icons-2.0.271.tgz#a03cd6d97d15bab28bb4f03fb28d91fa61b6bbbe" + integrity sha512-I5rFvmZTzf1OQduU5Lal8yNMFcjCsfLnFDEwYjpwTdcyAPoIY2MTZMb4hCbGoohAreQL4cbItkWugxZc7N1wdw== + dependencies: + "@griffel/react" "^1.0.0" + tslib "^2.1.0" + "@fluentui/react-infobutton@9.0.0-beta.102": version "9.0.0-beta.102" resolved "https://registry.yarnpkg.com/@fluentui/react-infobutton/-/react-infobutton-9.0.0-beta.102.tgz#c0473275141999455fae4388f47d4f77b98c0f89" @@ -21734,7 +21742,7 @@ string-length@^5.0.1: char-regex "^2.0.0" strip-ansi "^7.0.1" -"string-width-cjs@npm:string-width@^4.2.0": +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -21769,15 +21777,6 @@ string-width@^3.0.0, string-width@^3.1.0: is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" @@ -21878,7 +21877,7 @@ stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -21913,13 +21912,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - strip-ansi@^7.0.1, strip-ansi@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -24249,7 +24241,7 @@ workspace-tools@^0.27.0: js-yaml "^4.1.0" micromatch "^4.0.0" -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -24284,15 +24276,6 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"