@fluentui/react-components 9.72.6 → 9.72.8

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 (2) hide show
  1. package/CHANGELOG.md +194 -2
  2. package/package.json +61 -61
package/CHANGELOG.md CHANGED
@@ -1,12 +1,204 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 06 Nov 2025 17:23:24 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 05 Dec 2025 22:35:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.72.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.8)
8
+
9
+ Fri, 05 Dec 2025 22:35:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.7..@fluentui/react-components_v9.72.8)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-switch`
15
+ - feat: add small variant to the Switch component ([PR #35505](https://github.com/microsoft/fluentui/pull/35505) by dmytrokirpa@microsoft.com)
16
+ - `@fluentui/react-divider`
17
+ - feat: implement headless style hook for Divider component ([PR #35537](https://github.com/microsoft/fluentui/pull/35537) by dmytrokirpa@microsoft.com)
18
+ - `@fluentui/react-drawer`
19
+ - feat: add support to keep Drawer mounted on clos ([PR #35212](https://github.com/microsoft/fluentui/pull/35212) by marcosvmmoura@gmail.com)
20
+ - `@fluentui/react-button`
21
+ - feat: introduce headless style hooks for button components ([PR #35537](https://github.com/microsoft/fluentui/pull/35537) by dmytrokirpa@microsoft.com)
22
+
23
+ ### Patches
24
+
25
+ - `@fluentui/react-tree`
26
+ - fix: Making TreeItemLayout and TreeItemPersonaLayout render a tree's appearance the same way ([PR #35373](https://github.com/microsoft/fluentui/pull/35373) by 7254163+mindlessroman@users.noreply.github.com)
27
+ - `@fluentui/react-drawer`
28
+ - fix: use transition animation instead of margin ([PR #35523](https://github.com/microsoft/fluentui/pull/35523) by marcosvmmoura@gmail.com)
29
+ - `@fluentui/react-menu-grid-preview`
30
+ - Use proper property name for MenuGridGroup context ([PR #35521](https://github.com/microsoft/fluentui/pull/35521) by adam.samec@gmail.com)
31
+ - Fix id for MenuGridGroupHeader ([PR #35529](https://github.com/microsoft/fluentui/pull/35529) by adam.samec@gmail.com)
32
+ - Fix MenuGridItem class names and MenuGridGroup class names object name ([PR #35525](https://github.com/microsoft/fluentui/pull/35525) by adam.samec@gmail.com)
33
+ - `@fluentui/react-button`
34
+ - fix: update active state styles to include keyboard press events ([PR #35514](https://github.com/microsoft/fluentui/pull/35514) by dmytrokirpa@microsoft.com)
35
+ - `@fluentui/react-charts`
36
+ - fix: handle frequent uncaught exceptions ([PR #35495](https://github.com/microsoft/fluentui/pull/35495) by kumarkshitij@microsoft.com)
37
+ - remove redundant styles ([PR #35476](https://github.com/microsoft/fluentui/pull/35476) by anushgupta@microsoft.com)
38
+ - fix incomplete donut and VSBC bug ([PR #35484](https://github.com/microsoft/fluentui/pull/35484) by anushgupta@microsoft.com)
39
+ - fix width and height props not being applied to SVG path dimensions ([PR #35479](https://github.com/microsoft/fluentui/pull/35479) by 120502241+jepagan_microsoft@users.noreply.github.com)
40
+ - add support for x rounded tick values ([PR #35490](https://github.com/microsoft/fluentui/pull/35490) by anushgupta@microsoft.com)
41
+ - fix popover issue ([PR #35501](https://github.com/microsoft/fluentui/pull/35501) by anushgupta@microsoft.com)
42
+ - set reference line legends after the main chart legends ([PR #35481](https://github.com/microsoft/fluentui/pull/35481) by anushgupta@microsoft.com)
43
+ - fix duplicate points issue in scatter polar chart ([PR #35516](https://github.com/microsoft/fluentui/pull/35516) by anushgupta@microsoft.com)
44
+ - feat: enable multiplot image export ([PR #35483](https://github.com/microsoft/fluentui/pull/35483) by kumarkshitij@microsoft.com)
45
+ - fix(react-charts): Ensuring annotation keeps tied with chart always ([PR #35486](https://github.com/microsoft/fluentui/pull/35486) by 120183316+srmukher@users.noreply.github.com)
46
+
47
+ ## [9.72.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.7)
48
+
49
+ Tue, 11 Nov 2025 19:18:06 GMT
50
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.6..@fluentui/react-components_v9.72.7)
51
+
52
+ ### Minor changes
53
+
54
+ - `@fluentui/react-shared-contexts`
55
+ - feat: add brand appearance variant for background context ([PR #35403](https://github.com/microsoft/fluentui/pull/35403) by vgenaev@gmail.com)
56
+ - `@fluentui/react-link`
57
+ - feat: add brand appearance variant ([PR #35403](https://github.com/microsoft/fluentui/pull/35403) by vgenaev@gmail.com)
58
+
59
+ ### Patches
60
+
61
+ - `@fluentui/react-provider`
62
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
63
+ - `@fluentui/react-radio`
64
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
65
+ - `@fluentui/react-rating`
66
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
67
+ - `@fluentui/react-search`
68
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
69
+ - `@fluentui/react-select`
70
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
71
+ - `@fluentui/react-skeleton`
72
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
73
+ - `@fluentui/react-slider`
74
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
75
+ - `@fluentui/react-spinbutton`
76
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
77
+ - `@fluentui/react-spinner`
78
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
79
+ - `@fluentui/react-swatch-picker`
80
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
81
+ - `@fluentui/react-switch`
82
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
83
+ - `@fluentui/react-table`
84
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
85
+ - `@fluentui/react-tabs`
86
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
87
+ - `@fluentui/react-tabster`
88
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
89
+ - `@fluentui/react-tag-picker`
90
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
91
+ - `@fluentui/react-tags`
92
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
93
+ - `@fluentui/react-teaching-popover`
94
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
95
+ - `@fluentui/react-text`
96
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
97
+ - `@fluentui/react-textarea`
98
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
99
+ - `@fluentui/react-timepicker-compat`
100
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
101
+ - `@fluentui/react-toast`
102
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
103
+ - `@fluentui/react-toolbar`
104
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
105
+ - `@fluentui/react-tooltip`
106
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
107
+ - `@fluentui/react-tree`
108
+ - performance optimization in react-tree ([PR #35198](https://github.com/microsoft/fluentui/pull/35198) by maachin@gmail.com)
109
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
110
+ - `@fluentui/react-accordion`
111
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
112
+ - `@fluentui/react-avatar`
113
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
114
+ - `@fluentui/react-badge`
115
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
116
+ - `@fluentui/react-breadcrumb`
117
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
118
+ - `@fluentui/react-button`
119
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
120
+ - `@fluentui/react-calendar-compat`
121
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
122
+ - `@fluentui/react-card`
123
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
124
+ - `@fluentui/react-carousel`
125
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
126
+ - `@fluentui/react-charts`
127
+ - add reference lines logic in line and scatter chart ([PR #35474](https://github.com/microsoft/fluentui/pull/35474) by anushgupta@microsoft.com)
128
+ - add chart annotations ([PR #35457](https://github.com/microsoft/fluentui/pull/35457) by anushgupta@microsoft.com)
129
+ - add support for chart only annotation ([PR #35461](https://github.com/microsoft/fluentui/pull/35461) by anushgupta@microsoft.com)
130
+ - fix: adjust chart margin for continuous y-axis tick labels ([PR #35376](https://github.com/microsoft/fluentui/pull/35376) by kumarkshitij@microsoft.com)
131
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
132
+ - `@fluentui/react-checkbox`
133
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
134
+ - `@fluentui/react-color-picker`
135
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
136
+ - `@fluentui/react-combobox`
137
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
138
+ - `@fluentui/react-components`
139
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
140
+ - `@fluentui/react-datepicker-compat`
141
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
142
+ - `@fluentui/react-dialog`
143
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
144
+ - `@fluentui/react-divider`
145
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
146
+ - `@fluentui/react-drawer`
147
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
148
+ - `@fluentui/react-field`
149
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
150
+ - `@fluentui/react-icons-compat`
151
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
152
+ - `@fluentui/react-image`
153
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
154
+ - `@fluentui/react-infolabel`
155
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
156
+ - `@fluentui/react-input`
157
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
158
+ - `@fluentui/react-label`
159
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
160
+ - `@fluentui/react-link`
161
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
162
+ - fix: incorrect token for subtle appearance ([PR #35467](https://github.com/microsoft/fluentui/pull/35467) by vgenaev@gmail.com)
163
+ - `@fluentui/react-list`
164
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
165
+ - `@fluentui/react-menu`
166
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
167
+ - `@fluentui/react-menu-grid-preview`
168
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
169
+ - `@fluentui/react-message-bar`
170
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
171
+ - `@fluentui/react-migration-v0-v9`
172
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
173
+ - `@fluentui/react-migration-v8-v9`
174
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
175
+ - `@fluentui/react-nav`
176
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
177
+ - `@fluentui/react-overflow`
178
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
179
+ - `@fluentui/react-persona`
180
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
181
+ - `@fluentui/react-popover`
182
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
183
+ - `@fluentui/react-portal`
184
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
185
+ - `@fluentui/react-positioning`
186
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
187
+ - `@fluentui/react-progress`
188
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
189
+
190
+ ### Changes
191
+
192
+ - `@fluentui/react-virtualizer`
193
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
194
+ - `@fluentui/react-alert`
195
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
196
+ - `@fluentui/react-infobutton`
197
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
198
+
7
199
  ## [9.72.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.6)
8
200
 
9
- Thu, 06 Nov 2025 17:23:24 GMT
201
+ Thu, 06 Nov 2025 17:24:17 GMT
10
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.5..@fluentui/react-components_v9.72.6)
11
203
 
12
204
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.72.6",
3
+ "version": "9.72.8",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,68 +16,68 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.8.13",
20
- "@fluentui/react-alert": "9.0.0-beta.128",
21
- "@fluentui/react-avatar": "^9.9.11",
22
- "@fluentui/react-badge": "^9.4.10",
23
- "@fluentui/react-button": "^9.6.11",
24
- "@fluentui/react-card": "^9.5.5",
25
- "@fluentui/react-checkbox": "^9.5.10",
26
- "@fluentui/react-combobox": "^9.16.11",
27
- "@fluentui/react-dialog": "^9.16.2",
28
- "@fluentui/react-divider": "^9.4.10",
29
- "@fluentui/react-drawer": "^9.10.8",
30
- "@fluentui/react-field": "^9.4.10",
31
- "@fluentui/react-image": "^9.3.10",
32
- "@fluentui/react-infobutton": "9.0.0-beta.106",
33
- "@fluentui/react-infolabel": "^9.4.11",
34
- "@fluentui/react-input": "^9.7.10",
35
- "@fluentui/react-label": "^9.3.10",
36
- "@fluentui/react-link": "^9.6.10",
37
- "@fluentui/react-list": "^9.6.5",
38
- "@fluentui/react-menu": "^9.20.4",
39
- "@fluentui/react-overflow": "^9.6.4",
40
- "@fluentui/react-persona": "^9.5.11",
41
- "@fluentui/react-portal": "^9.8.7",
42
- "@fluentui/react-popover": "^9.12.11",
43
- "@fluentui/react-positioning": "^9.20.9",
44
- "@fluentui/react-progress": "^9.4.10",
45
- "@fluentui/react-provider": "^9.22.10",
46
- "@fluentui/react-radio": "^9.5.10",
47
- "@fluentui/react-select": "^9.4.10",
48
- "@fluentui/react-shared-contexts": "^9.25.2",
49
- "@fluentui/react-skeleton": "^9.4.10",
50
- "@fluentui/react-slider": "^9.5.10",
51
- "@fluentui/react-spinbutton": "^9.5.10",
52
- "@fluentui/react-spinner": "^9.7.10",
53
- "@fluentui/react-swatch-picker": "^9.4.10",
54
- "@fluentui/react-switch": "^9.4.10",
55
- "@fluentui/react-table": "^9.19.4",
56
- "@fluentui/react-tabs": "^9.10.6",
57
- "@fluentui/react-tabster": "^9.26.9",
58
- "@fluentui/react-tags": "^9.7.11",
59
- "@fluentui/react-textarea": "^9.6.10",
19
+ "@fluentui/react-accordion": "^9.8.14",
20
+ "@fluentui/react-alert": "9.0.0-beta.130",
21
+ "@fluentui/react-avatar": "^9.9.12",
22
+ "@fluentui/react-badge": "^9.4.11",
23
+ "@fluentui/react-button": "^9.7.0",
24
+ "@fluentui/react-card": "^9.5.7",
25
+ "@fluentui/react-checkbox": "^9.5.11",
26
+ "@fluentui/react-combobox": "^9.16.12",
27
+ "@fluentui/react-dialog": "^9.16.4",
28
+ "@fluentui/react-divider": "^9.5.0",
29
+ "@fluentui/react-drawer": "^9.11.0",
30
+ "@fluentui/react-field": "^9.4.11",
31
+ "@fluentui/react-image": "^9.3.11",
32
+ "@fluentui/react-infobutton": "9.0.0-beta.107",
33
+ "@fluentui/react-infolabel": "^9.4.12",
34
+ "@fluentui/react-input": "^9.7.11",
35
+ "@fluentui/react-label": "^9.3.11",
36
+ "@fluentui/react-link": "^9.7.0",
37
+ "@fluentui/react-list": "^9.6.6",
38
+ "@fluentui/react-menu": "^9.20.5",
39
+ "@fluentui/react-overflow": "^9.6.5",
40
+ "@fluentui/react-persona": "^9.5.12",
41
+ "@fluentui/react-portal": "^9.8.8",
42
+ "@fluentui/react-popover": "^9.12.12",
43
+ "@fluentui/react-positioning": "^9.20.10",
44
+ "@fluentui/react-progress": "^9.4.11",
45
+ "@fluentui/react-provider": "^9.22.11",
46
+ "@fluentui/react-radio": "^9.5.11",
47
+ "@fluentui/react-select": "^9.4.11",
48
+ "@fluentui/react-shared-contexts": "^9.26.0",
49
+ "@fluentui/react-skeleton": "^9.4.11",
50
+ "@fluentui/react-slider": "^9.5.11",
51
+ "@fluentui/react-spinbutton": "^9.5.11",
52
+ "@fluentui/react-spinner": "^9.7.11",
53
+ "@fluentui/react-swatch-picker": "^9.4.11",
54
+ "@fluentui/react-switch": "^9.5.0",
55
+ "@fluentui/react-table": "^9.19.5",
56
+ "@fluentui/react-tabs": "^9.10.7",
57
+ "@fluentui/react-tabster": "^9.26.10",
58
+ "@fluentui/react-tags": "^9.7.12",
59
+ "@fluentui/react-textarea": "^9.6.11",
60
60
  "@fluentui/react-theme": "^9.2.0",
61
- "@fluentui/react-toast": "^9.7.8",
62
- "@fluentui/react-toolbar": "^9.6.11",
63
- "@fluentui/react-tooltip": "^9.8.10",
64
- "@fluentui/react-utilities": "^9.25.3",
65
- "@fluentui/react-text": "^9.6.10",
66
- "@fluentui/react-virtualizer": "9.0.0-alpha.106",
67
- "@fluentui/react-tree": "^9.15.5",
68
- "@griffel/react": "^1.5.22",
61
+ "@fluentui/react-toast": "^9.7.9",
62
+ "@fluentui/react-toolbar": "^9.6.13",
63
+ "@fluentui/react-tooltip": "^9.8.11",
64
+ "@fluentui/react-utilities": "^9.25.4",
65
+ "@fluentui/react-text": "^9.6.11",
66
+ "@fluentui/react-virtualizer": "9.0.0-alpha.107",
67
+ "@fluentui/react-tree": "^9.15.7",
68
+ "@griffel/react": "^1.5.32",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.13",
71
- "@fluentui/react-breadcrumb": "^9.3.11",
72
- "@fluentui/react-aria": "^9.17.5",
73
- "@fluentui/react-rating": "^9.3.10",
74
- "@fluentui/react-search": "^9.3.10",
75
- "@fluentui/react-teaching-popover": "^9.6.11",
76
- "@fluentui/react-tag-picker": "^9.7.11",
77
- "@fluentui/react-motion": "^9.11.3",
78
- "@fluentui/react-carousel": "^9.8.11",
79
- "@fluentui/react-color-picker": "^9.2.10",
80
- "@fluentui/react-nav": "^9.3.13"
70
+ "@fluentui/react-message-bar": "^9.6.15",
71
+ "@fluentui/react-breadcrumb": "^9.3.13",
72
+ "@fluentui/react-aria": "^9.17.6",
73
+ "@fluentui/react-rating": "^9.3.11",
74
+ "@fluentui/react-search": "^9.3.11",
75
+ "@fluentui/react-teaching-popover": "^9.6.13",
76
+ "@fluentui/react-tag-picker": "^9.7.13",
77
+ "@fluentui/react-motion": "^9.11.4",
78
+ "@fluentui/react-carousel": "^9.8.13",
79
+ "@fluentui/react-color-picker": "^9.2.11",
80
+ "@fluentui/react-nav": "^9.3.15"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <20.0.0",