@fluentui/react-components 9.68.2 → 9.68.4
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.
- package/CHANGELOG.md +165 -2
- package/package.json +57 -57
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,175 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 21 Aug 2025 12:20:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.68.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.4)
|
|
8
|
+
|
|
9
|
+
Thu, 21 Aug 2025 12:20:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.3..@fluentui/react-components_v9.68.4)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-motion-components-preview`
|
|
15
|
+
- feat(motion): add Rotate presence motion component ([PR #34928](https://github.com/microsoft/fluentui/pull/34928) by robertpenner@microsoft.com)
|
|
16
|
+
- `@fluentui/react-shared-contexts`
|
|
17
|
+
- feat: Add DrawerSurfaceStyle custom style hook ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
|
|
18
|
+
- `@fluentui/react-tabs`
|
|
19
|
+
- feat: Export tabReservedSpaceClassNames and useTabAnimatedIndicatorStyles_unstable for style overrides ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
|
|
20
|
+
- `@fluentui/react-toast`
|
|
21
|
+
- feat: Export ToastContainer state and classNames nessecary for style overrides ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
|
|
22
|
+
- `@fluentui/react-tree`
|
|
23
|
+
- feat: Export TreeItemCSSProperties for external usage ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
|
|
24
|
+
- `@fluentui/react-utilities`
|
|
25
|
+
- feat: enhance hook to support React concurrent mode using setEffect for first mount tracking ([PR #34985](https://github.com/microsoft/fluentui/pull/34985) by dmytrokirpa@microsoft.com)
|
|
26
|
+
- `@fluentui/react-dialog`
|
|
27
|
+
- feat: Export dialog style constants ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
|
|
28
|
+
- `@fluentui/react-drawer`
|
|
29
|
+
- feat: Enable custom style hooks on OverlayDrawerSurface ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
|
|
30
|
+
- `@fluentui/react-list`
|
|
31
|
+
- Feat: Add support for disabling selection per item ([PR #34851](https://github.com/microsoft/fluentui/pull/34851) by jirivyhnalek@microsoft.com)
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-motion`
|
|
36
|
+
- refactor: move getRefFromReactElement to react-utilities ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
37
|
+
- `@fluentui/react-overflow`
|
|
38
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
39
|
+
- indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
40
|
+
- `@fluentui/react-popover`
|
|
41
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
42
|
+
- docs: Include Positioning Docs Link For positioning props ([PR #35031](https://github.com/microsoft/fluentui/pull/35031) by v.kozlova@gmail.com)
|
|
43
|
+
- `@fluentui/react-positioning`
|
|
44
|
+
- chore: bumps @floating-ui/devtools ver to latest ([PR #35044](https://github.com/microsoft/fluentui/pull/35044) by vgenaev@gmail.com)
|
|
45
|
+
- `@fluentui/react-table`
|
|
46
|
+
- feat(react-table): Allow Left arrow to focus back to row in composite navigation ([PR #34984](https://github.com/microsoft/fluentui/pull/34984) by lingfangao@hotmail.com)
|
|
47
|
+
- `@fluentui/react-tabster`
|
|
48
|
+
- indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
49
|
+
- `@fluentui/react-tags`
|
|
50
|
+
- fix: borders issues with small-circular and HC ([PR #34986](https://github.com/microsoft/fluentui/pull/34986) by vgenaev@gmail.com)
|
|
51
|
+
- `@fluentui/react-toast`
|
|
52
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
53
|
+
- `@fluentui/react-toolbar`
|
|
54
|
+
- fix: apply styles for ToolbarGroup ([PR #35052](https://github.com/microsoft/fluentui/pull/35052) by olfedias@microsoft.com)
|
|
55
|
+
- `@fluentui/react-tooltip`
|
|
56
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
57
|
+
- `@fluentui/react-utilities`
|
|
58
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
59
|
+
- `@fluentui/react-accordion`
|
|
60
|
+
- indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
61
|
+
- `@fluentui/react-charts`
|
|
62
|
+
- add labels for text+markers ([PR #35025](https://github.com/microsoft/fluentui/pull/35025) by anushgupta@microsoft.com)
|
|
63
|
+
- fix scatter chart bugs ([PR #35047](https://github.com/microsoft/fluentui/pull/35047) by anushgupta@microsoft.com)
|
|
64
|
+
- update validation to tolerate invalid traces ([PR #34998](https://github.com/microsoft/fluentui/pull/34998) by anushgupta@microsoft.com)
|
|
65
|
+
- support for ordering tick labels ([PR #35053](https://github.com/microsoft/fluentui/pull/35053) by anushgupta@microsoft.com)
|
|
66
|
+
- colorscale support for bar charts ([PR #35026](https://github.com/microsoft/fluentui/pull/35026) by anushgupta@microsoft.com)
|
|
67
|
+
- pie chart fix ([PR #35013](https://github.com/microsoft/fluentui/pull/35013) by anushgupta@microsoft.com)
|
|
68
|
+
- use piecolorway for donut chart ([PR #34999](https://github.com/microsoft/fluentui/pull/34999) by anushgupta@microsoft.com)
|
|
69
|
+
- enable scatter chart in v9 declatative ([PR #35036](https://github.com/microsoft/fluentui/pull/35036) by anushgupta@microsoft.com)
|
|
70
|
+
- support for using opacity provided in plotly schema ([PR #35045](https://github.com/microsoft/fluentui/pull/35045) by anushgupta@microsoft.com)
|
|
71
|
+
- add date axis support in vsbc ([PR #35018](https://github.com/microsoft/fluentui/pull/35018) by anushgupta@microsoft.com)
|
|
72
|
+
- add support for multiplot declarative chart ([PR #35038](https://github.com/microsoft/fluentui/pull/35038) by anushgupta@microsoft.com)
|
|
73
|
+
- add styles to tables ([PR #35012](https://github.com/microsoft/fluentui/pull/35012) by anushgupta@microsoft.com)
|
|
74
|
+
- remove duplicated legends in line chart ([PR #34991](https://github.com/microsoft/fluentui/pull/34991) by anushgupta@microsoft.com)
|
|
75
|
+
- fix color issue in gvbc ([PR #35050](https://github.com/microsoft/fluentui/pull/35050) by anushgupta@microsoft.com)
|
|
76
|
+
- support for lines+markers ([PR #34997](https://github.com/microsoft/fluentui/pull/34997) by anushgupta@microsoft.com)
|
|
77
|
+
- use schema colorscale for gvbc ([PR #35011](https://github.com/microsoft/fluentui/pull/35011) by anushgupta@microsoft.com)
|
|
78
|
+
- add support for string y axis in VSBC ([PR #35016](https://github.com/microsoft/fluentui/pull/35016) by anushgupta@microsoft.com)
|
|
79
|
+
- `@fluentui/react-dialog`
|
|
80
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
81
|
+
- `@fluentui/react-field`
|
|
82
|
+
- indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
83
|
+
- `@fluentui/react-infolabel`
|
|
84
|
+
- chore: update api.md ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
85
|
+
- `@fluentui/react-menu`
|
|
86
|
+
- fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
|
|
87
|
+
- `@fluentui/react-migration-v0-v9`
|
|
88
|
+
- indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
89
|
+
|
|
90
|
+
## [9.68.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.3)
|
|
91
|
+
|
|
92
|
+
Thu, 07 Aug 2025 10:03:20 GMT
|
|
93
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.2..@fluentui/react-components_v9.68.3)
|
|
94
|
+
|
|
95
|
+
### Minor changes
|
|
96
|
+
|
|
97
|
+
- `@fluentui/react-portal`
|
|
98
|
+
- feat: support for react 19 ([PR #34916](https://github.com/microsoft/fluentui/pull/34916) by dmytrokirpa@microsoft.com)
|
|
99
|
+
- `@fluentui/react-storybook-addon`
|
|
100
|
+
- feat!: make docs enhancements configurable and opt in. BREAKING CHANGE: turned off by default ([PR #34950](https://github.com/microsoft/fluentui/pull/34950) by martinhochel@microsoft.com)
|
|
101
|
+
|
|
102
|
+
### Patches
|
|
103
|
+
|
|
104
|
+
- `@fluentui/react-charts`
|
|
105
|
+
- support for stacked grouped vertical bar chart+ enable wrapping of string x-axis labels in declarative chart+ hide overlapping labels based on post transform width ([PR #34936](https://github.com/microsoft/fluentui/pull/34936) by anushgupta@microsoft.com)
|
|
106
|
+
- support schema colors ([PR #34967](https://github.com/microsoft/fluentui/pull/34967) by anushgupta@microsoft.com)
|
|
107
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
108
|
+
- Add support for plotly generated tables ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by anushgupta@microsoft.com)
|
|
109
|
+
- enable interaction with line points without bars ([PR #34953](https://github.com/microsoft/fluentui/pull/34953) by anushgupta@microsoft.com)
|
|
110
|
+
- enable round corners in declarative charts ([PR #34981](https://github.com/microsoft/fluentui/pull/34981) by anushgupta@microsoft.com)
|
|
111
|
+
- create plotly aligned colorway ([PR #34978](https://github.com/microsoft/fluentui/pull/34978) by anushgupta@microsoft.com)
|
|
112
|
+
- `@fluentui/react-combobox`
|
|
113
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
114
|
+
- `@fluentui/react-dialog`
|
|
115
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
116
|
+
- `@fluentui/react-divider`
|
|
117
|
+
- fix: fix multiline text alignment for horizontal dividers ([PR #34926](https://github.com/microsoft/fluentui/pull/34926) by dmytrokirpa@microsoft.com)
|
|
118
|
+
- `@fluentui/react-drawer`
|
|
119
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
120
|
+
- `@fluentui/react-icons-compat`
|
|
121
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
122
|
+
- `@fluentui/react-link`
|
|
123
|
+
- fix: update inverted link styles to use neutral color tokens ([PR #34955](https://github.com/microsoft/fluentui/pull/34955) by dmytrokirpa@microsoft.com)
|
|
124
|
+
- `@fluentui/react-menu`
|
|
125
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
126
|
+
- `@fluentui/react-migration-v8-v9`
|
|
127
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
128
|
+
- `@fluentui/react-motion`
|
|
129
|
+
- fix: adjust PresenseGroup types to support react 19 ([PR #34722](https://github.com/microsoft/fluentui/pull/34722) by dmytrokirpa@microsoft.com)
|
|
130
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
131
|
+
- `@fluentui/react-nav`
|
|
132
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
133
|
+
- `@fluentui/react-popover`
|
|
134
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
135
|
+
- `@fluentui/react-positioning`
|
|
136
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
137
|
+
- `@fluentui/react-storybook-addon`
|
|
138
|
+
- feat: add custom addon-docs containers to preset ([PR #34938](https://github.com/microsoft/fluentui/pull/34938) by martinhochel@microsoft.com)
|
|
139
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
140
|
+
- `@fluentui/react-storybook-addon-export-to-sandbox`
|
|
141
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
142
|
+
- `@fluentui/react-swatch-picker`
|
|
143
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
144
|
+
- `@fluentui/react-table`
|
|
145
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
146
|
+
- `@fluentui/react-tag-picker`
|
|
147
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
148
|
+
- `@fluentui/react-teaching-popover`
|
|
149
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
150
|
+
- `@fluentui/react-textarea`
|
|
151
|
+
- fix: remove custom selection styles ([PR #34897](https://github.com/microsoft/fluentui/pull/34897) by vgenaev@gmail.com)
|
|
152
|
+
- `@fluentui/react-toast`
|
|
153
|
+
- fix: Toaster should merge user onKeyDown handler ([PR #34982](https://github.com/microsoft/fluentui/pull/34982) by lingfangao@hotmail.com)
|
|
154
|
+
- `@fluentui/react-tree`
|
|
155
|
+
- Fixed no onNavigate event not firing when clicked on a leaf ([PR #34964](https://github.com/microsoft/fluentui/pull/34964) by patrycja.fogelman@microsoft.com)
|
|
156
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
157
|
+
- `@fluentui/react-utilities`
|
|
158
|
+
- refactor: simplify setVirtualParent function by using Object.assign for virtual parent assignment ([PR #34968](https://github.com/microsoft/fluentui/pull/34968) by dmytrokirpa@microsoft.com)
|
|
159
|
+
- fix: add mpath svg intrinsic element to compat JSXIntrinsicElementKeysCompat ([PR #34979](https://github.com/microsoft/fluentui/pull/34979) by martinhochel@microsoft.com)
|
|
160
|
+
- `@fluentui/react-accordion`
|
|
161
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
162
|
+
- fix: adjust compoponent props type to support react 19 ([PR #34722](https://github.com/microsoft/fluentui/pull/34722) by dmytrokirpa@microsoft.com)
|
|
163
|
+
- `@fluentui/react-aria`
|
|
164
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
165
|
+
- `@fluentui/react-avatar`
|
|
166
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
167
|
+
- `@fluentui/react-calendar-compat`
|
|
168
|
+
- fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
|
|
169
|
+
|
|
7
170
|
## [9.68.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.2)
|
|
8
171
|
|
|
9
|
-
Wed, 30 Jul 2025 16:
|
|
172
|
+
Wed, 30 Jul 2025 16:55:28 GMT
|
|
10
173
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.1..@fluentui/react-components_v9.68.2)
|
|
11
174
|
|
|
12
175
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.68.
|
|
3
|
+
"version": "9.68.4",
|
|
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.
|
|
19
|
+
"@fluentui/react-accordion": "^9.8.5",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.9.
|
|
22
|
-
"@fluentui/react-badge": "^9.4.
|
|
23
|
-
"@fluentui/react-button": "^9.6.
|
|
24
|
-
"@fluentui/react-card": "^9.4.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.5.
|
|
26
|
-
"@fluentui/react-combobox": "^9.16.
|
|
27
|
-
"@fluentui/react-dialog": "^9.
|
|
28
|
-
"@fluentui/react-divider": "^9.4.
|
|
29
|
-
"@fluentui/react-drawer": "^9.
|
|
30
|
-
"@fluentui/react-field": "^9.4.
|
|
31
|
-
"@fluentui/react-image": "^9.3.
|
|
21
|
+
"@fluentui/react-avatar": "^9.9.5",
|
|
22
|
+
"@fluentui/react-badge": "^9.4.4",
|
|
23
|
+
"@fluentui/react-button": "^9.6.5",
|
|
24
|
+
"@fluentui/react-card": "^9.4.5",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.5.4",
|
|
26
|
+
"@fluentui/react-combobox": "^9.16.5",
|
|
27
|
+
"@fluentui/react-dialog": "^9.15.0",
|
|
28
|
+
"@fluentui/react-divider": "^9.4.4",
|
|
29
|
+
"@fluentui/react-drawer": "^9.10.0",
|
|
30
|
+
"@fluentui/react-field": "^9.4.4",
|
|
31
|
+
"@fluentui/react-image": "^9.3.4",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
34
|
-
"@fluentui/react-input": "^9.7.
|
|
35
|
-
"@fluentui/react-label": "^9.3.
|
|
36
|
-
"@fluentui/react-link": "^9.6.
|
|
37
|
-
"@fluentui/react-list": "^9.
|
|
38
|
-
"@fluentui/react-menu": "^9.19.
|
|
39
|
-
"@fluentui/react-overflow": "^9.5.
|
|
40
|
-
"@fluentui/react-persona": "^9.5.
|
|
41
|
-
"@fluentui/react-portal": "^9.
|
|
42
|
-
"@fluentui/react-popover": "^9.12.
|
|
43
|
-
"@fluentui/react-positioning": "^9.20.
|
|
44
|
-
"@fluentui/react-progress": "^9.4.
|
|
45
|
-
"@fluentui/react-provider": "^9.22.
|
|
46
|
-
"@fluentui/react-radio": "^9.5.
|
|
47
|
-
"@fluentui/react-select": "^9.4.
|
|
48
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
49
|
-
"@fluentui/react-skeleton": "^9.4.
|
|
50
|
-
"@fluentui/react-slider": "^9.5.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.5.
|
|
52
|
-
"@fluentui/react-spinner": "^9.7.
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.4.
|
|
54
|
-
"@fluentui/react-switch": "^9.4.
|
|
55
|
-
"@fluentui/react-table": "^9.18.
|
|
56
|
-
"@fluentui/react-tabs": "^9.
|
|
57
|
-
"@fluentui/react-tabster": "^9.26.
|
|
58
|
-
"@fluentui/react-tags": "^9.7.
|
|
59
|
-
"@fluentui/react-textarea": "^9.6.
|
|
33
|
+
"@fluentui/react-infolabel": "^9.4.5",
|
|
34
|
+
"@fluentui/react-input": "^9.7.4",
|
|
35
|
+
"@fluentui/react-label": "^9.3.4",
|
|
36
|
+
"@fluentui/react-link": "^9.6.4",
|
|
37
|
+
"@fluentui/react-list": "^9.5.0",
|
|
38
|
+
"@fluentui/react-menu": "^9.19.5",
|
|
39
|
+
"@fluentui/react-overflow": "^9.5.5",
|
|
40
|
+
"@fluentui/react-persona": "^9.5.5",
|
|
41
|
+
"@fluentui/react-portal": "^9.8.1",
|
|
42
|
+
"@fluentui/react-popover": "^9.12.5",
|
|
43
|
+
"@fluentui/react-positioning": "^9.20.4",
|
|
44
|
+
"@fluentui/react-progress": "^9.4.4",
|
|
45
|
+
"@fluentui/react-provider": "^9.22.4",
|
|
46
|
+
"@fluentui/react-radio": "^9.5.4",
|
|
47
|
+
"@fluentui/react-select": "^9.4.4",
|
|
48
|
+
"@fluentui/react-shared-contexts": "^9.25.0",
|
|
49
|
+
"@fluentui/react-skeleton": "^9.4.4",
|
|
50
|
+
"@fluentui/react-slider": "^9.5.4",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.5.4",
|
|
52
|
+
"@fluentui/react-spinner": "^9.7.4",
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.4.4",
|
|
54
|
+
"@fluentui/react-switch": "^9.4.4",
|
|
55
|
+
"@fluentui/react-table": "^9.18.5",
|
|
56
|
+
"@fluentui/react-tabs": "^9.10.0",
|
|
57
|
+
"@fluentui/react-tabster": "^9.26.4",
|
|
58
|
+
"@fluentui/react-tags": "^9.7.5",
|
|
59
|
+
"@fluentui/react-textarea": "^9.6.4",
|
|
60
60
|
"@fluentui/react-theme": "^9.2.0",
|
|
61
|
-
"@fluentui/react-toast": "^9.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.6.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.8.
|
|
64
|
-
"@fluentui/react-utilities": "^9.
|
|
65
|
-
"@fluentui/react-text": "^9.6.
|
|
61
|
+
"@fluentui/react-toast": "^9.7.0",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.6.5",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.8.4",
|
|
64
|
+
"@fluentui/react-utilities": "^9.24.0",
|
|
65
|
+
"@fluentui/react-text": "^9.6.4",
|
|
66
66
|
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
|
|
67
|
-
"@fluentui/react-tree": "^9.
|
|
67
|
+
"@fluentui/react-tree": "^9.13.0",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
|
-
"@fluentui/react-message-bar": "^9.6.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.3.
|
|
72
|
-
"@fluentui/react-aria": "^9.16.
|
|
73
|
-
"@fluentui/react-rating": "^9.3.
|
|
74
|
-
"@fluentui/react-search": "^9.3.
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.6.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.7.
|
|
77
|
-
"@fluentui/react-motion": "^9.10.
|
|
78
|
-
"@fluentui/react-carousel": "^9.8.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.2.
|
|
80
|
-
"@fluentui/react-nav": "^9.3.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.6.5",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.3.5",
|
|
72
|
+
"@fluentui/react-aria": "^9.16.4",
|
|
73
|
+
"@fluentui/react-rating": "^9.3.4",
|
|
74
|
+
"@fluentui/react-search": "^9.3.4",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.6.5",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.7.5",
|
|
77
|
+
"@fluentui/react-motion": "^9.10.3",
|
|
78
|
+
"@fluentui/react-carousel": "^9.8.5",
|
|
79
|
+
"@fluentui/react-color-picker": "^9.2.4",
|
|
80
|
+
"@fluentui/react-nav": "^9.3.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@types/react": ">=16.14.0 <19.0.0",
|