@fluentui/react-components 9.44.2 → 9.44.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 +169 -2
- package/package.json +48 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,179 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 16 Jan 2024 13:07:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.44.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.4)
|
|
8
|
+
|
|
9
|
+
Tue, 16 Jan 2024 13:07:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.3..@fluentui/react-components_v9.44.4)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-combobox`
|
|
15
|
+
- feat: add "clearable" prop to Combobox & Dropdown ([PR #30033](https://github.com/microsoft/fluentui/pull/30033) by olfedias@microsoft.com)
|
|
16
|
+
- feat: allow typeable space on all comboboxes, not only freeform ([PR #30295](https://github.com/microsoft/fluentui/pull/30295) by sarah.higley@microsoft.com)
|
|
17
|
+
|
|
18
|
+
### Patches
|
|
19
|
+
|
|
20
|
+
- `@fluentui/react-skeleton`
|
|
21
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
22
|
+
- `@fluentui/react-slider`
|
|
23
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
24
|
+
- `@fluentui/react-spinbutton`
|
|
25
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
26
|
+
- `@fluentui/react-spinner`
|
|
27
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
28
|
+
- `@fluentui/react-switch`
|
|
29
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
30
|
+
- `@fluentui/react-table`
|
|
31
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
32
|
+
- fix: DataGrid selection performance improvement ([PR #30288](https://github.com/microsoft/fluentui/pull/30288) by lingfangao@hotmail.com)
|
|
33
|
+
- bugfix: add system colors on hover ([PR #30073](https://github.com/microsoft/fluentui/pull/30073) by bernardo.sunderhus@gmail.com)
|
|
34
|
+
- bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
|
|
35
|
+
- `@fluentui/react-tabs`
|
|
36
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
37
|
+
- bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
|
|
38
|
+
- `@fluentui/react-tabster`
|
|
39
|
+
- fix: memoize tabster attributes ([PR #30289](https://github.com/microsoft/fluentui/pull/30289) by lingfangao@hotmail.com)
|
|
40
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
41
|
+
- `@fluentui/react-tags`
|
|
42
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
43
|
+
- `@fluentui/react-text`
|
|
44
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
45
|
+
- `@fluentui/react-textarea`
|
|
46
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
47
|
+
- `@fluentui/react-timepicker-compat`
|
|
48
|
+
- fix: update types in styles to exclude "clearIcon" slot ([PR #30033](https://github.com/microsoft/fluentui/pull/30033) by olfedias@microsoft.com)
|
|
49
|
+
- `@fluentui/react-toast`
|
|
50
|
+
- bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
|
|
51
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
52
|
+
- `@fluentui/react-toolbar`
|
|
53
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
54
|
+
- `@fluentui/react-tooltip`
|
|
55
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
56
|
+
- `@fluentui/react-tree`
|
|
57
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
58
|
+
- `@fluentui/react-accordion`
|
|
59
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
60
|
+
- `@fluentui/react-aria`
|
|
61
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
62
|
+
- `@fluentui/react-avatar`
|
|
63
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
64
|
+
- `@fluentui/react-badge`
|
|
65
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
66
|
+
- `@fluentui/react-breadcrumb`
|
|
67
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
68
|
+
- `@fluentui/react-button`
|
|
69
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
70
|
+
- `@fluentui/react-card`
|
|
71
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
72
|
+
- `@fluentui/react-checkbox`
|
|
73
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
74
|
+
- `@fluentui/react-combobox`
|
|
75
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
76
|
+
- `@fluentui/react-components`
|
|
77
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
78
|
+
- `@fluentui/react-conformance-griffel`
|
|
79
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
80
|
+
- `@fluentui/react-context-selector`
|
|
81
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
82
|
+
- `@fluentui/react-datepicker-compat`
|
|
83
|
+
- fix: set popup's z-index: 1 when rendering DatePickerCompat inline. ([PR #30281](https://github.com/microsoft/fluentui/pull/30281) by seanmonahan@microsoft.com)
|
|
84
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
85
|
+
- `@fluentui/react-dialog`
|
|
86
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
87
|
+
- `@fluentui/react-divider`
|
|
88
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
89
|
+
- `@fluentui/react-drawer`
|
|
90
|
+
- chore: remove useHeadingProps() and React.useMemo() ([PR #29360](https://github.com/microsoft/fluentui/pull/29360) by olfedias@microsoft.com)
|
|
91
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
92
|
+
- `@fluentui/react-field`
|
|
93
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
94
|
+
- `@fluentui/react-image`
|
|
95
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
96
|
+
- `@fluentui/react-input`
|
|
97
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
98
|
+
- `@fluentui/react-label`
|
|
99
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
100
|
+
- `@fluentui/react-link`
|
|
101
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
102
|
+
- `@fluentui/react-menu`
|
|
103
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
104
|
+
- bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
|
|
105
|
+
- fix: MenuItem shortcut text should be caption ([PR #29811](https://github.com/microsoft/fluentui/pull/29811) by lingfangao@hotmail.com)
|
|
106
|
+
- fix(MenuItem): bottom padding should be same as top padding ([PR #30291](https://github.com/microsoft/fluentui/pull/30291) by lingfangao@hotmail.com)
|
|
107
|
+
- `@fluentui/react-migration-v0-v9`
|
|
108
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
109
|
+
- `@fluentui/react-migration-v8-v9`
|
|
110
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
111
|
+
- `@fluentui/react-motion-preview`
|
|
112
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
113
|
+
- `@fluentui/react-overflow`
|
|
114
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
115
|
+
- `@fluentui/react-persona`
|
|
116
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
117
|
+
- `@fluentui/react-popover`
|
|
118
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
119
|
+
- `@fluentui/react-portal`
|
|
120
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
121
|
+
- `@fluentui/react-positioning`
|
|
122
|
+
- chore: bumps @floating-ui/devtools version to latest ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by bernardo.sunderhus@gmail.com)
|
|
123
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
124
|
+
- `@fluentui/react-progress`
|
|
125
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
126
|
+
- `@fluentui/react-provider`
|
|
127
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
128
|
+
- `@fluentui/react-radio`
|
|
129
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
130
|
+
- `@fluentui/react-rating-preview`
|
|
131
|
+
- Scaffold RatingDisplay ([PR #30283](https://github.com/microsoft/fluentui/pull/30283) by ololubek@microsoft.com)
|
|
132
|
+
- `@fluentui/react-search-preview`
|
|
133
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
134
|
+
- `@fluentui/react-select`
|
|
135
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
136
|
+
|
|
137
|
+
### Changes
|
|
138
|
+
|
|
139
|
+
- `@fluentui/react-virtualizer`
|
|
140
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
141
|
+
- `@fluentui/global-context`
|
|
142
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
143
|
+
- `@fluentui/react-alert`
|
|
144
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
145
|
+
- `@fluentui/react-infobutton`
|
|
146
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
|
147
|
+
|
|
148
|
+
## [9.44.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.3)
|
|
149
|
+
|
|
150
|
+
Thu, 11 Jan 2024 09:04:28 GMT
|
|
151
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.2..@fluentui/react-components_v9.44.3)
|
|
152
|
+
|
|
153
|
+
### Minor changes
|
|
154
|
+
|
|
155
|
+
- `@fluentui/react-aria`
|
|
156
|
+
- feat: active descedant improvements ([PR #30253](https://github.com/microsoft/fluentui/pull/30253) by lingfan.gao@microsoft.com)
|
|
157
|
+
- `@fluentui/react-migration-v8-v9`
|
|
158
|
+
- feat: implement CheckboxShim component for Checkbox migration ([PR #29968](https://github.com/microsoft/fluentui/pull/29968) by liminliu@microsoft.com)
|
|
159
|
+
|
|
160
|
+
### Patches
|
|
161
|
+
|
|
162
|
+
- `@fluentui/react-card`
|
|
163
|
+
- fix: selectable card should not be focusable ([PR #30277](https://github.com/microsoft/fluentui/pull/30277) by marcosvmmoura@gmail.com)
|
|
164
|
+
- fix: remove slow CSS selector from card styles ([PR #30278](https://github.com/microsoft/fluentui/pull/30278) by marcosvmmoura@gmail.com)
|
|
165
|
+
- `@fluentui/react-migration-v0-v9`
|
|
166
|
+
- Remove dependency on v0 ([PR #30276](https://github.com/microsoft/fluentui/pull/30276) by jurokapsiar@gmail.com)
|
|
167
|
+
- `@fluentui/react-positioning`
|
|
168
|
+
- fix: update styles to not flip in RTL ([PR #30252](https://github.com/microsoft/fluentui/pull/30252) by olfedias@microsoft.com)
|
|
169
|
+
- `@fluentui/react-rating-preview`
|
|
170
|
+
- chore: Updating doc stories and API. ([PR #30092](https://github.com/microsoft/fluentui/pull/30092) by ololubek@microsoft.com)
|
|
171
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
172
|
+
- fix: Small style updates, changing 16px icons to 12px, slight padding changes ([PR #30270](https://github.com/microsoft/fluentui/pull/30270) by mifraser@microsoft.com)
|
|
173
|
+
|
|
7
174
|
## [9.44.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.2)
|
|
8
175
|
|
|
9
|
-
Tue, 09 Jan 2024 10:
|
|
176
|
+
Tue, 09 Jan 2024 10:21:33 GMT
|
|
10
177
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.1..@fluentui/react-components_v9.44.2)
|
|
11
178
|
|
|
12
179
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.44.
|
|
3
|
+
"version": "9.44.4",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,61 +32,61 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.3.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.6.
|
|
38
|
-
"@fluentui/react-badge": "^9.2.
|
|
39
|
-
"@fluentui/react-button": "^9.3.
|
|
40
|
-
"@fluentui/react-card": "^9.0.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
42
|
-
"@fluentui/react-combobox": "^9.
|
|
43
|
-
"@fluentui/react-dialog": "^9.9.
|
|
44
|
-
"@fluentui/react-divider": "^9.2.
|
|
45
|
-
"@fluentui/react-drawer": "^9.0.
|
|
46
|
-
"@fluentui/react-field": "^9.1.
|
|
47
|
-
"@fluentui/react-image": "^9.1.
|
|
48
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
50
|
-
"@fluentui/react-input": "^9.4.
|
|
51
|
-
"@fluentui/react-label": "^9.1.
|
|
52
|
-
"@fluentui/react-link": "^9.2.
|
|
53
|
-
"@fluentui/react-menu": "^9.12.
|
|
54
|
-
"@fluentui/react-overflow": "^9.1.
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
56
|
-
"@fluentui/react-portal": "^9.4.
|
|
57
|
-
"@fluentui/react-popover": "^9.8.
|
|
58
|
-
"@fluentui/react-positioning": "^9.12.
|
|
59
|
-
"@fluentui/react-progress": "^9.1.
|
|
60
|
-
"@fluentui/react-provider": "^9.13.
|
|
61
|
-
"@fluentui/react-radio": "^9.2.
|
|
62
|
-
"@fluentui/react-select": "^9.1.
|
|
35
|
+
"@fluentui/react-accordion": "^9.3.36",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.102",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.7",
|
|
38
|
+
"@fluentui/react-badge": "^9.2.20",
|
|
39
|
+
"@fluentui/react-button": "^9.3.63",
|
|
40
|
+
"@fluentui/react-card": "^9.0.62",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.6",
|
|
42
|
+
"@fluentui/react-combobox": "^9.6.0",
|
|
43
|
+
"@fluentui/react-dialog": "^9.9.5",
|
|
44
|
+
"@fluentui/react-divider": "^9.2.56",
|
|
45
|
+
"@fluentui/react-drawer": "^9.0.9",
|
|
46
|
+
"@fluentui/react-field": "^9.1.48",
|
|
47
|
+
"@fluentui/react-image": "^9.1.53",
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.86",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.14",
|
|
50
|
+
"@fluentui/react-input": "^9.4.58",
|
|
51
|
+
"@fluentui/react-label": "^9.1.56",
|
|
52
|
+
"@fluentui/react-link": "^9.2.5",
|
|
53
|
+
"@fluentui/react-menu": "^9.12.43",
|
|
54
|
+
"@fluentui/react-overflow": "^9.1.6",
|
|
55
|
+
"@fluentui/react-persona": "^9.2.66",
|
|
56
|
+
"@fluentui/react-portal": "^9.4.8",
|
|
57
|
+
"@fluentui/react-popover": "^9.8.31",
|
|
58
|
+
"@fluentui/react-positioning": "^9.12.2",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.58",
|
|
60
|
+
"@fluentui/react-provider": "^9.13.6",
|
|
61
|
+
"@fluentui/react-radio": "^9.2.1",
|
|
62
|
+
"@fluentui/react-select": "^9.1.58",
|
|
63
63
|
"@fluentui/react-shared-contexts": "^9.13.2",
|
|
64
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
65
|
-
"@fluentui/react-slider": "^9.1.
|
|
66
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
67
|
-
"@fluentui/react-spinner": "^9.3.
|
|
68
|
-
"@fluentui/react-switch": "^9.1.
|
|
69
|
-
"@fluentui/react-table": "^9.11.
|
|
70
|
-
"@fluentui/react-tabs": "^9.4.
|
|
71
|
-
"@fluentui/react-tabster": "^9.17.
|
|
72
|
-
"@fluentui/react-tags": "^9.0.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
64
|
+
"@fluentui/react-skeleton": "^9.0.46",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.63",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.58",
|
|
67
|
+
"@fluentui/react-spinner": "^9.3.36",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.63",
|
|
69
|
+
"@fluentui/react-table": "^9.11.3",
|
|
70
|
+
"@fluentui/react-tabs": "^9.4.4",
|
|
71
|
+
"@fluentui/react-tabster": "^9.17.1",
|
|
72
|
+
"@fluentui/react-tags": "^9.0.20",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.58",
|
|
74
74
|
"@fluentui/react-theme": "^9.1.16",
|
|
75
|
-
"@fluentui/react-toast": "^9.3.
|
|
76
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
77
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
75
|
+
"@fluentui/react-toast": "^9.3.25",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.64",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.9",
|
|
78
78
|
"@fluentui/react-utilities": "^9.15.6",
|
|
79
|
-
"@fluentui/react-text": "^9.4.
|
|
80
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
81
|
-
"@fluentui/react-tree": "^9.4.
|
|
79
|
+
"@fluentui/react-text": "^9.4.5",
|
|
80
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.64",
|
|
81
|
+
"@fluentui/react-tree": "^9.4.23",
|
|
82
82
|
"@griffel/react": "^1.5.14",
|
|
83
83
|
"@swc/helpers": "^0.5.1",
|
|
84
|
-
"@fluentui/react-message-bar": "^9.0.
|
|
85
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
84
|
+
"@fluentui/react-message-bar": "^9.0.14",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.9"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
89
|
-
"@types/react-dom": ">=16.
|
|
89
|
+
"@types/react-dom": ">=16.9.0 <19.0.0",
|
|
90
90
|
"react": ">=16.14.0 <19.0.0",
|
|
91
91
|
"react-dom": ">=16.14.0 <19.0.0",
|
|
92
92
|
"scheduler": "^0.19.0 || ^0.20.0"
|