@fluentui/react-components 9.34.1 → 9.34.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.json +215 -1
  2. package/CHANGELOG.md +84 -2
  3. package/package.json +46 -46
package/CHANGELOG.json CHANGED
@@ -2,7 +2,221 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 05 Oct 2023 15:17:55 GMT",
5
+ "date": "Wed, 11 Oct 2023 13:50:03 GMT",
6
+ "tag": "@fluentui/react-components_v9.34.3",
7
+ "version": "9.34.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mifraser@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "ae35fa7c3a07ceba7e503319fa594174ed1bca9f",
14
+ "comment": "Fix: Buttons internal focus border was not consistent on firefox"
15
+ },
16
+ {
17
+ "author": "esteban.230@hotmail.com",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "commit": "4a7d6cb6fade8be511c13ea79b71982c98e58b93",
20
+ "comment": "fix: When the month picker is shown as overlay due to space restrictions, don't close the popover when selecting a month."
21
+ },
22
+ {
23
+ "author": "bernardo.sunderhus@gmail.com",
24
+ "package": "@fluentui/react-dialog",
25
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
26
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
27
+ },
28
+ {
29
+ "author": "lingfan.gao@microsoft.com",
30
+ "package": "@fluentui/react-menu",
31
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
32
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
33
+ },
34
+ {
35
+ "author": "bernardo.sunderhus@gmail.com",
36
+ "package": "@fluentui/react-menu",
37
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
38
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
39
+ },
40
+ {
41
+ "author": "lingfan.gao@microsoft.com",
42
+ "package": "@fluentui/react-message-bar-preview",
43
+ "commit": "5a1cee209858ce4e5c1c304755ff74bba0148193",
44
+ "comment": "fix: Align icons with text content"
45
+ },
46
+ {
47
+ "author": "lingfangao@hotmail.com",
48
+ "package": "@fluentui/react-message-bar-preview",
49
+ "commit": "aed130bfbf4ac88947a697b723387fd8d8382686",
50
+ "comment": "fix: MessageBarActions should not overflow into grid padding"
51
+ },
52
+ {
53
+ "author": "lingfan.gao@microsoft.com",
54
+ "package": "@fluentui/react-popover",
55
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
56
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
57
+ },
58
+ {
59
+ "author": "bernardo.sunderhus@gmail.com",
60
+ "package": "@fluentui/react-popover",
61
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
62
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
63
+ },
64
+ {
65
+ "author": "lingfan.gao@microsoft.com",
66
+ "package": "@fluentui/react-portal",
67
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
68
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
69
+ },
70
+ {
71
+ "author": "lingfan.gao@microsoft.com",
72
+ "package": "@fluentui/react-table",
73
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
74
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
75
+ },
76
+ {
77
+ "author": "bernardo.sunderhus@gmail.com",
78
+ "package": "@fluentui/react-tooltip",
79
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
80
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
81
+ },
82
+ {
83
+ "author": "bernardo.sunderhus@gmail.com",
84
+ "package": "@fluentui/react-tree",
85
+ "commit": "3beb206ba64c40d184d59de64931fb8de4f48961",
86
+ "comment": "chore: adds console error when mixing Tree and FlatTree components"
87
+ },
88
+ {
89
+ "author": "bernardo.sunderhus@gmail.com",
90
+ "package": "@fluentui/react-tree",
91
+ "commit": "96b161d215b1a2e5b5d67464264e69c7c241f9fa",
92
+ "comment": "bugfix: Tree indentation broken due to wrongly consuming root context instead of subtree context"
93
+ },
94
+ {
95
+ "author": "lingfan.gao@microsoft.com",
96
+ "package": "@fluentui/react-tree",
97
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
98
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
99
+ }
100
+ ],
101
+ "prerelease": [
102
+ {
103
+ "author": "lingfan.gao@microsoft.com",
104
+ "package": "@fluentui/react-infobutton",
105
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
106
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
107
+ }
108
+ ],
109
+ "minor": [
110
+ {
111
+ "author": "lingfan.gao@microsoft.com",
112
+ "package": "@fluentui/react-utilities",
113
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
114
+ "comment": "feat: Add virtual parent utilties"
115
+ }
116
+ ]
117
+ }
118
+ },
119
+ {
120
+ "date": "Mon, 09 Oct 2023 20:45:41 GMT",
121
+ "tag": "@fluentui/react-components_v9.34.2",
122
+ "version": "9.34.2",
123
+ "comments": {
124
+ "patch": [
125
+ {
126
+ "author": "bernardo.sunderhus@gmail.com",
127
+ "package": "@fluentui/react-dialog",
128
+ "commit": "a7cc521cea9413ee1739492a65dde3b35c30d60f",
129
+ "comment": "react-dialog/chore: replace harcoded transparent to token"
130
+ },
131
+ {
132
+ "author": "lingfangao@hotmail.com",
133
+ "package": "@fluentui/react-menu",
134
+ "commit": "f2a882cedb19f177396e960079a3c6b9a2e7c64d",
135
+ "comment": "fix: MenuSplitGroup styles should target MenuItems"
136
+ },
137
+ {
138
+ "author": "lingfangao@hotmail.com",
139
+ "package": "@fluentui/react-message-bar-preview",
140
+ "commit": "dbc18f02facdc420ec4baf7c125ddab22271facf",
141
+ "comment": "feat: Add custom style hook to MessageBar."
142
+ },
143
+ {
144
+ "author": "marcosvmmoura@gmail.com",
145
+ "package": "@fluentui/react-motion-preview",
146
+ "commit": "8eee0cd4867ef5a44628bc7b7bf5f6a41b2a6dba",
147
+ "comment": "fix: sync internal value of canRender with presence"
148
+ },
149
+ {
150
+ "author": "esteban.230@hotmail.com",
151
+ "package": "@fluentui/react-popover",
152
+ "commit": "53f8d9c7e4f4c76a81194918a76d537eced78517",
153
+ "comment": "fix: Add zIndex=1 to PopoverSurface when rendering inline to avoid elements positioned relative to render on top of it."
154
+ },
155
+ {
156
+ "author": "lingfangao@hotmail.com",
157
+ "package": "@fluentui/react-provider",
158
+ "commit": "dbc18f02facdc420ec4baf7c125ddab22271facf",
159
+ "comment": "patch: update types for custom styles hook context"
160
+ },
161
+ {
162
+ "author": "lingfangao@hotmail.com",
163
+ "package": "@fluentui/react-table",
164
+ "commit": "1dae948ae2b74fb25bc63817f1cd0c42ffe73f85",
165
+ "comment": "fix(useMeasureElement): Should not remove parent element"
166
+ },
167
+ {
168
+ "author": "lingfangao@hotmail.com",
169
+ "package": "@fluentui/react-table",
170
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4",
171
+ "comment": "fix: remove row focus background color "
172
+ },
173
+ {
174
+ "author": "yuanboxue@microsoft.com",
175
+ "package": "@fluentui/react-utilities",
176
+ "commit": "49f0630d6bdf94eadc671ac9fae4805e0a9df1ab",
177
+ "comment": "chore: add e2e test for useOnScrollOutside"
178
+ }
179
+ ],
180
+ "prerelease": [
181
+ {
182
+ "author": "marcosvmmoura@gmail.com",
183
+ "package": "@fluentui/react-drawer",
184
+ "commit": "fd51d508488549b816c5d7d0d3f89b2bac2b1065",
185
+ "comment": "feat: make dialog slot internal to be used for composition only"
186
+ },
187
+ {
188
+ "author": "esteban.230@hotmail.com",
189
+ "package": "@fluentui/react-infobutton",
190
+ "commit": "77070241677c9cea1de509948ffa5d999050c959",
191
+ "comment": "fix: Use caption 1 when size is small or medium."
192
+ }
193
+ ],
194
+ "minor": [
195
+ {
196
+ "author": "lingfangao@hotmail.com",
197
+ "package": "@fluentui/react-message-bar-preview",
198
+ "commit": "60a911e66db784521a35c1e1ac0362a3f2d8169f",
199
+ "comment": "feat: Add shape prop to MessageBar"
200
+ },
201
+ {
202
+ "author": "lingfangao@hotmail.com",
203
+ "package": "@fluentui/react-shared-contexts",
204
+ "commit": "dbc18f02facdc420ec4baf7c125ddab22271facf",
205
+ "comment": "feat: Add MessageBar types to custom style hook context"
206
+ }
207
+ ],
208
+ "none": [
209
+ {
210
+ "author": "olfedias@microsoft.com",
211
+ "package": "@fluentui/react-message-bar-preview",
212
+ "commit": "93d4ee6dd801b672ade6ce41345cfbd9010af01a",
213
+ "comment": "chore: fix typos"
214
+ }
215
+ ]
216
+ }
217
+ },
218
+ {
219
+ "date": "Thu, 05 Oct 2023 15:25:29 GMT",
6
220
  "tag": "@fluentui/react-components_v9.34.1",
7
221
  "version": "9.34.1",
8
222
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,94 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 05 Oct 2023 15:17:55 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Oct 2023 13:50:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.34.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.3)
8
+
9
+ Wed, 11 Oct 2023 13:50:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.2..@fluentui/react-components_v9.34.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-utilities`
15
+ - feat: Add virtual parent utilties ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-button`
20
+ - Fix: Buttons internal focus border was not consistent on firefox ([PR #29441](https://github.com/microsoft/fluentui/pull/29441) by mifraser@microsoft.com)
21
+ - `@fluentui/react-datepicker-compat`
22
+ - fix: When the month picker is shown as overlay due to space restrictions, don't close the popover when selecting a month. ([PR #29481](https://github.com/microsoft/fluentui/pull/29481) by esteban.230@hotmail.com)
23
+ - `@fluentui/react-dialog`
24
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
25
+ - `@fluentui/react-menu`
26
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
27
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
28
+ - `@fluentui/react-message-bar-preview`
29
+ - fix: Align icons with text content ([PR #29482](https://github.com/microsoft/fluentui/pull/29482) by lingfan.gao@microsoft.com)
30
+ - fix: MessageBarActions should not overflow into grid padding ([PR #29462](https://github.com/microsoft/fluentui/pull/29462) by lingfangao@hotmail.com)
31
+ - `@fluentui/react-popover`
32
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
33
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
34
+ - `@fluentui/react-portal`
35
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
36
+ - `@fluentui/react-table`
37
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
38
+ - `@fluentui/react-tooltip`
39
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
40
+ - `@fluentui/react-tree`
41
+ - chore: adds console error when mixing Tree and FlatTree components ([PR #29461](https://github.com/microsoft/fluentui/pull/29461) by bernardo.sunderhus@gmail.com)
42
+ - bugfix: Tree indentation broken due to wrongly consuming root context instead of subtree context ([PR #29459](https://github.com/microsoft/fluentui/pull/29459) by bernardo.sunderhus@gmail.com)
43
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
44
+
45
+ ### Changes
46
+
47
+ - `@fluentui/react-infobutton`
48
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
49
+
50
+ ## [9.34.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.2)
51
+
52
+ Mon, 09 Oct 2023 20:45:41 GMT
53
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.1..@fluentui/react-components_v9.34.2)
54
+
55
+ ### Minor changes
56
+
57
+ - `@fluentui/react-message-bar-preview`
58
+ - feat: Add shape prop to MessageBar ([PR #29426](https://github.com/microsoft/fluentui/pull/29426) by lingfangao@hotmail.com)
59
+ - `@fluentui/react-shared-contexts`
60
+ - feat: Add MessageBar types to custom style hook context ([PR #29431](https://github.com/microsoft/fluentui/pull/29431) by lingfangao@hotmail.com)
61
+
62
+ ### Patches
63
+
64
+ - `@fluentui/react-dialog`
65
+ - react-dialog/chore: replace harcoded transparent to token ([PR #29406](https://github.com/microsoft/fluentui/pull/29406) by bernardo.sunderhus@gmail.com)
66
+ - `@fluentui/react-menu`
67
+ - fix: MenuSplitGroup styles should target MenuItems ([PR #29450](https://github.com/microsoft/fluentui/pull/29450) by lingfangao@hotmail.com)
68
+ - `@fluentui/react-message-bar-preview`
69
+ - feat: Add custom style hook to MessageBar. ([PR #29431](https://github.com/microsoft/fluentui/pull/29431) by lingfangao@hotmail.com)
70
+ - `@fluentui/react-motion-preview`
71
+ - fix: sync internal value of canRender with presence ([PR #29394](https://github.com/microsoft/fluentui/pull/29394) by marcosvmmoura@gmail.com)
72
+ - `@fluentui/react-popover`
73
+ - fix: Add zIndex=1 to PopoverSurface when rendering inline to avoid elements positioned relative to render on top of it. ([PR #29425](https://github.com/microsoft/fluentui/pull/29425) by esteban.230@hotmail.com)
74
+ - `@fluentui/react-provider`
75
+ - patch: update types for custom styles hook context ([PR #29431](https://github.com/microsoft/fluentui/pull/29431) by lingfangao@hotmail.com)
76
+ - `@fluentui/react-table`
77
+ - fix(useMeasureElement): Should not remove parent element ([PR #29451](https://github.com/microsoft/fluentui/pull/29451) by lingfangao@hotmail.com)
78
+ - fix: remove row focus background color ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by lingfangao@hotmail.com)
79
+ - `@fluentui/react-utilities`
80
+ - chore: add e2e test for useOnScrollOutside ([PR #29413](https://github.com/microsoft/fluentui/pull/29413) by yuanboxue@microsoft.com)
81
+
82
+ ### Changes
83
+
84
+ - `@fluentui/react-drawer`
85
+ - feat: make dialog slot internal to be used for composition only ([PR #29392](https://github.com/microsoft/fluentui/pull/29392) by marcosvmmoura@gmail.com)
86
+ - `@fluentui/react-infobutton`
87
+ - fix: Use caption 1 when size is small or medium. ([PR #29418](https://github.com/microsoft/fluentui/pull/29418) by esteban.230@hotmail.com)
88
+
7
89
  ## [9.34.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.1)
8
90
 
9
- Thu, 05 Oct 2023 15:17:55 GMT
91
+ Thu, 05 Oct 2023 15:25:29 GMT
10
92
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.0..@fluentui/react-components_v9.34.1)
11
93
 
12
94
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.34.1",
3
+ "version": "9.34.3",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,52 +31,52 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.3.19",
35
- "@fluentui/react-alert": "9.0.0-beta.83",
36
- "@fluentui/react-avatar": "^9.5.37",
37
- "@fluentui/react-badge": "^9.2.6",
38
- "@fluentui/react-button": "^9.3.46",
39
- "@fluentui/react-card": "^9.0.45",
40
- "@fluentui/react-checkbox": "^9.1.47",
41
- "@fluentui/react-combobox": "^9.5.21",
42
- "@fluentui/react-dialog": "^9.7.6",
43
- "@fluentui/react-divider": "^9.2.42",
44
- "@fluentui/react-drawer": "9.0.0-beta.32",
45
- "@fluentui/react-field": "^9.1.34",
46
- "@fluentui/react-image": "^9.1.39",
47
- "@fluentui/react-infobutton": "9.0.0-beta.67",
48
- "@fluentui/react-input": "^9.4.44",
49
- "@fluentui/react-label": "^9.1.42",
50
- "@fluentui/react-link": "^9.1.25",
51
- "@fluentui/react-menu": "^9.12.23",
52
- "@fluentui/react-overflow": "^9.0.37",
53
- "@fluentui/react-persona": "^9.2.47",
54
- "@fluentui/react-portal": "^9.3.21",
55
- "@fluentui/react-popover": "^9.8.12",
56
- "@fluentui/react-positioning": "^9.9.18",
57
- "@fluentui/react-progress": "^9.1.44",
58
- "@fluentui/react-provider": "^9.10.4",
59
- "@fluentui/react-radio": "^9.1.47",
60
- "@fluentui/react-select": "^9.1.44",
61
- "@fluentui/react-shared-contexts": "^9.9.2",
62
- "@fluentui/react-skeleton": "^9.0.32",
63
- "@fluentui/react-slider": "^9.1.47",
64
- "@fluentui/react-spinbutton": "^9.2.44",
65
- "@fluentui/react-spinner": "^9.3.22",
66
- "@fluentui/react-switch": "^9.1.47",
67
- "@fluentui/react-table": "^9.10.2",
68
- "@fluentui/react-tabs": "^9.3.48",
69
- "@fluentui/react-tabster": "^9.13.4",
70
- "@fluentui/react-tags": "^9.0.1",
71
- "@fluentui/react-textarea": "^9.3.44",
34
+ "@fluentui/react-accordion": "^9.3.21",
35
+ "@fluentui/react-alert": "9.0.0-beta.85",
36
+ "@fluentui/react-avatar": "^9.5.39",
37
+ "@fluentui/react-badge": "^9.2.8",
38
+ "@fluentui/react-button": "^9.3.48",
39
+ "@fluentui/react-card": "^9.0.47",
40
+ "@fluentui/react-checkbox": "^9.1.49",
41
+ "@fluentui/react-combobox": "^9.5.23",
42
+ "@fluentui/react-dialog": "^9.7.8",
43
+ "@fluentui/react-divider": "^9.2.44",
44
+ "@fluentui/react-drawer": "9.0.0-beta.34",
45
+ "@fluentui/react-field": "^9.1.36",
46
+ "@fluentui/react-image": "^9.1.41",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.69",
48
+ "@fluentui/react-input": "^9.4.46",
49
+ "@fluentui/react-label": "^9.1.44",
50
+ "@fluentui/react-link": "^9.1.27",
51
+ "@fluentui/react-menu": "^9.12.25",
52
+ "@fluentui/react-overflow": "^9.0.39",
53
+ "@fluentui/react-persona": "^9.2.49",
54
+ "@fluentui/react-portal": "^9.3.23",
55
+ "@fluentui/react-popover": "^9.8.14",
56
+ "@fluentui/react-positioning": "^9.9.20",
57
+ "@fluentui/react-progress": "^9.1.46",
58
+ "@fluentui/react-provider": "^9.10.6",
59
+ "@fluentui/react-radio": "^9.1.49",
60
+ "@fluentui/react-select": "^9.1.46",
61
+ "@fluentui/react-shared-contexts": "^9.10.0",
62
+ "@fluentui/react-skeleton": "^9.0.34",
63
+ "@fluentui/react-slider": "^9.1.49",
64
+ "@fluentui/react-spinbutton": "^9.2.46",
65
+ "@fluentui/react-spinner": "^9.3.24",
66
+ "@fluentui/react-switch": "^9.1.49",
67
+ "@fluentui/react-table": "^9.10.4",
68
+ "@fluentui/react-tabs": "^9.3.50",
69
+ "@fluentui/react-tabster": "^9.13.6",
70
+ "@fluentui/react-tags": "^9.0.3",
71
+ "@fluentui/react-textarea": "^9.3.46",
72
72
  "@fluentui/react-theme": "^9.1.14",
73
- "@fluentui/react-toast": "^9.3.8",
74
- "@fluentui/react-toolbar": "^9.1.47",
75
- "@fluentui/react-tooltip": "^9.3.13",
76
- "@fluentui/react-utilities": "^9.14.1",
77
- "@fluentui/react-text": "^9.3.39",
78
- "@fluentui/react-virtualizer": "9.0.0-alpha.48",
79
- "@fluentui/react-tree": "^9.4.2",
73
+ "@fluentui/react-toast": "^9.3.10",
74
+ "@fluentui/react-toolbar": "^9.1.49",
75
+ "@fluentui/react-tooltip": "^9.3.15",
76
+ "@fluentui/react-utilities": "^9.15.0",
77
+ "@fluentui/react-text": "^9.3.41",
78
+ "@fluentui/react-virtualizer": "9.0.0-alpha.50",
79
+ "@fluentui/react-tree": "^9.4.4",
80
80
  "@griffel/react": "^1.5.14",
81
81
  "@swc/helpers": "^0.5.1"
82
82
  },