@fluentui/react-components 9.6.3 → 9.7.1
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.json +1123 -1
- package/CHANGELOG.md +192 -2
- package/dist/index.d.ts +99 -0
- package/dist/unstable.d.ts +66 -114
- package/lib/AccessibilityScenarios/utils.js.map +1 -1
- package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +13 -3
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +364 -0
- package/lib-amd/index.js.map +1 -0
- package/lib-commonjs/AccessibilityScenarios/utils.js.map +1 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib-commonjs/index.js +121 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +118 -148
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +47 -47
- package/unstable/package.json +1 -1
- package/public/favicon-192.ico +0 -0
- package/public/favicon.ico +0 -0
- package/public/fluent.svg +0 -4
- package/public/fluentui-banner2.jpg +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,202 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 17 Nov 2022 23:02:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.7.1)
|
|
8
|
+
|
|
9
|
+
Thu, 17 Nov 2022 23:02:27 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.7.0..@fluentui/react-components_v9.7.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- feature: menu open change data union types ([PR #25503](https://github.com/microsoft/fluentui/pull/25503) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-utilities`
|
|
20
|
+
- fix: supports colSpan property for th ([PR #25613](https://github.com/microsoft/fluentui/pull/25613) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
- `@fluentui/react-badge`
|
|
22
|
+
- chore: Update Badge colors with new mappings from design ([PR #25599](https://github.com/microsoft/fluentui/pull/25599) by behowell@microsoft.com)
|
|
23
|
+
- fix: Allow PresenceBadge's icon to be overridden by the user. ([PR #25684](https://github.com/microsoft/fluentui/pull/25684) by humberto_makoto@hotmail.com)
|
|
24
|
+
- `@fluentui/react-components`
|
|
25
|
+
- feat: bump @fluentui/react-overflow to RC ([PR #25659](https://github.com/microsoft/fluentui/pull/25659) by lingfangao@hotmail.com)
|
|
26
|
+
- feat: Adding InfoButton to unstable. ([PR #25686](https://github.com/microsoft/fluentui/pull/25686) by esteban.230@hotmail.com)
|
|
27
|
+
- react-menu: deprecates MenuOpenEvents in favor of MenuOpenEvent ([PR #25503](https://github.com/microsoft/fluentui/pull/25503) by bernardo.sunderhus@gmail.com)
|
|
28
|
+
- `@fluentui/react-dialog`
|
|
29
|
+
- feat: removes aria-haspopup ([PR #25611](https://github.com/microsoft/fluentui/pull/25611) by bernardo.sunderhus@gmail.com)
|
|
30
|
+
|
|
31
|
+
### Changes
|
|
32
|
+
|
|
33
|
+
- `@fluentui/priority-overflow`
|
|
34
|
+
- feat: Bump to RC ([PR #25659](https://github.com/microsoft/fluentui/pull/25659) by lingfangao@hotmail.com)
|
|
35
|
+
- `@fluentui/react-infobutton`
|
|
36
|
+
- chore: Making the package public and preparing to add to unstable. ([PR #25686](https://github.com/microsoft/fluentui/pull/25686) by esteban.230@hotmail.com)
|
|
37
|
+
- `@fluentui/react-overflow`
|
|
38
|
+
- feat: Bump to RC ([PR #25659](https://github.com/microsoft/fluentui/pull/25659) by lingfangao@hotmail.com)
|
|
39
|
+
- `@fluentui/react-persona`
|
|
40
|
+
- feat: Adding size and textAlignment props and updating styles. ([PR #25626](https://github.com/microsoft/fluentui/pull/25626) by esteban.230@hotmail.com)
|
|
41
|
+
- `@fluentui/react-progress`
|
|
42
|
+
- fix: update validationState tokens to use background instead of foreground ([PR #25664](https://github.com/microsoft/fluentui/pull/25664) by ololubek@microsoft.com)
|
|
43
|
+
- `@fluentui/react-table`
|
|
44
|
+
- BREAKING: `sortable` prop no longer enables `TableHeader` navigation ([PR #25656](https://github.com/microsoft/fluentui/pull/25656) by lingfangao@hotmail.com)
|
|
45
|
+
- fix: Match hover background colors between table row and cell actions ([PR #25628](https://github.com/microsoft/fluentui/pull/25628) by tigeroakes@microsoft.com)
|
|
46
|
+
- BREAKING: Headless table callbacks require event ([PR #25658](https://github.com/microsoft/fluentui/pull/25658) by lingfangao@hotmail.com)
|
|
47
|
+
|
|
48
|
+
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.7.0)
|
|
49
|
+
|
|
50
|
+
Fri, 11 Nov 2022 14:57:29 GMT
|
|
51
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.3..@fluentui/react-components_v9.7.0)
|
|
52
|
+
|
|
53
|
+
### Minor changes
|
|
54
|
+
|
|
55
|
+
- `@fluentui/react-tabs`
|
|
56
|
+
- Added support for reserving space for selected state ([PR #25542](https://github.com/microsoft/fluentui/pull/25542) by gcox@microsoft.com)
|
|
57
|
+
- Added large size tabs ([PR #25577](https://github.com/microsoft/fluentui/pull/25577) by gcox@microsoft.com)
|
|
58
|
+
- `@fluentui/react-tabster`
|
|
59
|
+
- Add both options to axis config ([PR #25568](https://github.com/microsoft/fluentui/pull/25568) by chassunc@microsoft.com)
|
|
60
|
+
- `@fluentui/react-components`
|
|
61
|
+
- feat: Move AvatarGroup to stable. ([PR #25005](https://github.com/microsoft/fluentui/pull/25005) by esteban.230@hotmail.com)
|
|
62
|
+
|
|
63
|
+
### Patches
|
|
64
|
+
|
|
65
|
+
- `@fluentui/react-portal`
|
|
66
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
67
|
+
- chore: Migrate to new package structure. ([PR #25481](https://github.com/microsoft/fluentui/pull/25481) by tristan.watanabe@gmail.com)
|
|
68
|
+
- `@fluentui/react-portal-compat`
|
|
69
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
70
|
+
- `@fluentui/react-portal-compat-context`
|
|
71
|
+
- chore: Migrate to new package structure. ([PR #25481](https://github.com/microsoft/fluentui/pull/25481) by tristan.watanabe@gmail.com)
|
|
72
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
73
|
+
- `@fluentui/react-positioning`
|
|
74
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
75
|
+
- `@fluentui/react-provider`
|
|
76
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
77
|
+
- `@fluentui/react-radio`
|
|
78
|
+
- chore: Move RadioGroupField into the @fluentui/react-radio package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
79
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
80
|
+
- `@fluentui/react-shared-contexts`
|
|
81
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
82
|
+
- `@fluentui/react-slider`
|
|
83
|
+
- chore: Move SliderField into the @fluentui/react-slider package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
84
|
+
- `@fluentui/react-spinbutton`
|
|
85
|
+
- chore: Move SpinButtonField into the @fluentui/react-spinbutton package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
86
|
+
- fix: update disabled + underline and filled styles to match other text-like form control styles ([PR #25543](https://github.com/microsoft/fluentui/pull/25543) by sarah.higley@microsoft.com)
|
|
87
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
88
|
+
- `@fluentui/react-spinner`
|
|
89
|
+
- Add documentation for Spinner when reduced-motion is active ([PR #25561](https://github.com/microsoft/fluentui/pull/25561) by ololubek@microsoft.com)
|
|
90
|
+
- chore: Replacing use of hard-coded constants with curve and duration tokens from theme. ([PR #25522](https://github.com/microsoft/fluentui/pull/25522) by humberto_makoto@hotmail.com)
|
|
91
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
92
|
+
- `@fluentui/react-switch`
|
|
93
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
94
|
+
- bugfix: adds line-height=0 to switch indicator slot ([PR #25507](https://github.com/microsoft/fluentui/pull/25507) by bernardo.sunderhus@gmail.com)
|
|
95
|
+
- chore: Move SwitchField into the @fluentui/react-switch package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
96
|
+
- chore: Replacing use of hard-coded constants with curve and duration tokens from theme. ([PR #25522](https://github.com/microsoft/fluentui/pull/25522) by humberto_makoto@hotmail.com)
|
|
97
|
+
- `@fluentui/react-tabs`
|
|
98
|
+
- Added support for regular/filled icon toggling ([PR #25597](https://github.com/microsoft/fluentui/pull/25597) by gcox@microsoft.com)
|
|
99
|
+
- `@fluentui/react-tabster`
|
|
100
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
101
|
+
- `@fluentui/react-textarea`
|
|
102
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
103
|
+
- chore: Move TextareaField into the @fluentui/react-textarea package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
104
|
+
- `@fluentui/react-theme`
|
|
105
|
+
- Fixed incorrect typography style ([PR #25577](https://github.com/microsoft/fluentui/pull/25577) by gcox@microsoft.com)
|
|
106
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
107
|
+
- `@fluentui/react-tooltip`
|
|
108
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
109
|
+
- `@fluentui/react-utilities`
|
|
110
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
111
|
+
- `@fluentui/keyboard-keys`
|
|
112
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
113
|
+
- `@fluentui/react-aria`
|
|
114
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
115
|
+
- `@fluentui/react-avatar`
|
|
116
|
+
- chore: Replacing use of hard-coded constants with curve and duration tokens from theme. ([PR #25522](https://github.com/microsoft/fluentui/pull/25522) by humberto_makoto@hotmail.com)
|
|
117
|
+
- fix: Update Avatar active ring color to match base color ([PR #25497](https://github.com/microsoft/fluentui/pull/25497) by behowell@microsoft.com)
|
|
118
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
119
|
+
- chore: Remove AvatarGroup unstable warnings. ([PR #25005](https://github.com/microsoft/fluentui/pull/25005) by esteban.230@hotmail.com)
|
|
120
|
+
- chore: Migrate to new package structure. ([PR #25473](https://github.com/microsoft/fluentui/pull/25473) by tristan.watanabe@gmail.com)
|
|
121
|
+
- `@fluentui/react-badge`
|
|
122
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
123
|
+
- `@fluentui/react-button`
|
|
124
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
125
|
+
- chore: Replacing use of hard-coded constants with curve and duration tokens from theme. ([PR #25522](https://github.com/microsoft/fluentui/pull/25522) by humberto_makoto@hotmail.com)
|
|
126
|
+
- fix: Showing correct behavior for icons inside of Buttons on hover, pressed and toggle states. ([PR #25479](https://github.com/microsoft/fluentui/pull/25479) by humberto_makoto@hotmail.com)
|
|
127
|
+
- fix: Adding expanded styles for MenuButtons and making various other styling fixes for Button components. ([PR #25521](https://github.com/microsoft/fluentui/pull/25521) by humberto_makoto@hotmail.com)
|
|
128
|
+
- `@fluentui/react-checkbox`
|
|
129
|
+
- chore: Move CheckboxField into the @fluentui/react-checkbox package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
130
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
131
|
+
- `@fluentui/react-components`
|
|
132
|
+
- chore: Update exports for field components from @fluentui/react-components/unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
133
|
+
- chore: Export ProgressField from @fluentui/react-components/unstable ([PR #25536](https://github.com/microsoft/fluentui/pull/25536) by behowell@microsoft.com)
|
|
134
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
135
|
+
- feat: Exports `createColumn` utility from `@fluentui/react-table` as unstable ([PR #25495](https://github.com/microsoft/fluentui/pull/25495) by lingfangao@hotmail.com)
|
|
136
|
+
- `@fluentui/react-context-selector`
|
|
137
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
138
|
+
- `@fluentui/react-dialog`
|
|
139
|
+
- chore: removes unnecessary union case for DialogOpenChangeData ([PR #25504](https://github.com/microsoft/fluentui/pull/25504) by bernardo.sunderhus@gmail.com)
|
|
140
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
141
|
+
- `@fluentui/react-divider`
|
|
142
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
143
|
+
- `@fluentui/react-input`
|
|
144
|
+
- fix: update disabled + underline styles, have all text-like form control disabled states match ([PR #25543](https://github.com/microsoft/fluentui/pull/25543) by sarah.higley@microsoft.com)
|
|
145
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
146
|
+
- chore: Move InputField into the @fluentui/react-input package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
147
|
+
- `@fluentui/react-label`
|
|
148
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
149
|
+
- `@fluentui/react-link`
|
|
150
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
151
|
+
- `@fluentui/react-menu`
|
|
152
|
+
- fix: remove unwanted aria attributes on context menu ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by bernardo.sunderhus@gmail.com)
|
|
153
|
+
- `@fluentui/react-popover`
|
|
154
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
155
|
+
|
|
156
|
+
### Changes
|
|
157
|
+
|
|
158
|
+
- `@fluentui/react-progress`
|
|
159
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
160
|
+
- Add styling and documentation for reduced-motion ([PR #25563](https://github.com/microsoft/fluentui/pull/25563) by ololubek@microsoft.com)
|
|
161
|
+
- chore: Move ProgressField into the @fluentui/react-progress package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
162
|
+
- `@fluentui/react-select`
|
|
163
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
164
|
+
- chore: Move SelectField into the @fluentui/react-select package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
165
|
+
- fix: update disabled + underline styles, have all text-like form control disabled states match ([PR #25543](https://github.com/microsoft/fluentui/pull/25543) by sarah.higley@microsoft.com)
|
|
166
|
+
- `@fluentui/react-table`
|
|
167
|
+
- feat: Implement child render function for DataGrid rows ([PR #25476](https://github.com/microsoft/fluentui/pull/25476) by lingfangao@hotmail.com)
|
|
168
|
+
- feat: Implement `focusMode` prop for DataGrid, apply role="grid" correctly ([PR #25530](https://github.com/microsoft/fluentui/pull/25530) by lingfangao@hotmail.com)
|
|
169
|
+
- BREAKING: ColumnDefinition type is stricter, use createColumn to create column definition. Implments render function for DataGridRow. ([PR #25495](https://github.com/microsoft/fluentui/pull/25495) by lingfangao@hotmail.com)
|
|
170
|
+
- `@fluentui/react-theme-sass`
|
|
171
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
172
|
+
- `@fluentui/react-toolbar`
|
|
173
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
174
|
+
- `@fluentui/babel-preset-global-context`
|
|
175
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
176
|
+
- `@fluentui/global-context`
|
|
177
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
178
|
+
- `@fluentui/priority-overflow`
|
|
179
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
180
|
+
- `@fluentui/react-card`
|
|
181
|
+
- feat: add selectable feature to card ([PR #24486](https://github.com/microsoft/fluentui/pull/24486) by marcosvmmoura@gmail.com)
|
|
182
|
+
- `@fluentui/react-combobox`
|
|
183
|
+
- chore: Move InputField into the @fluentui/react-input package and export as _unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
184
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
185
|
+
- fix: update disabled + underline styles, have all text-like form control disabled states match ([PR #25543](https://github.com/microsoft/fluentui/pull/25543) by sarah.higley@microsoft.com)
|
|
186
|
+
- `@fluentui/react-conformance-griffel`
|
|
187
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
188
|
+
- `@fluentui/react-field`
|
|
189
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
190
|
+
- chore: Clean up Field tests and story imports in preparation of moving to individual packages ([PR #25594](https://github.com/microsoft/fluentui/pull/25594) by behowell@microsoft.com)
|
|
191
|
+
- chore: Move individual field components into their respective packages, and out of @fluentui/react-field ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
192
|
+
- `@fluentui/react-overflow`
|
|
193
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
194
|
+
- `@fluentui/react-persona`
|
|
195
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
196
|
+
|
|
7
197
|
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.6.3)
|
|
8
198
|
|
|
9
|
-
Wed, 02 Nov 2022 14:27:
|
|
199
|
+
Wed, 02 Nov 2022 14:27:34 GMT
|
|
10
200
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.2..@fluentui/react-components_v9.6.3)
|
|
11
201
|
|
|
12
202
|
### Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,24 @@ import { AccordionToggleEventHandler } from '@fluentui/react-accordion';
|
|
|
38
38
|
import { arrowHeights } from '@fluentui/react-popover';
|
|
39
39
|
import { Avatar } from '@fluentui/react-avatar';
|
|
40
40
|
import { avatarClassNames } from '@fluentui/react-avatar';
|
|
41
|
+
import { AvatarGroup } from '@fluentui/react-avatar';
|
|
42
|
+
import { avatarGroupClassNames } from '@fluentui/react-avatar';
|
|
43
|
+
import { AvatarGroupContextValue } from '@fluentui/react-avatar';
|
|
44
|
+
import { AvatarGroupContextValues } from '@fluentui/react-avatar';
|
|
45
|
+
import { AvatarGroupItem } from '@fluentui/react-avatar';
|
|
46
|
+
import { avatarGroupItemClassNames } from '@fluentui/react-avatar';
|
|
47
|
+
import { AvatarGroupItemProps } from '@fluentui/react-avatar';
|
|
48
|
+
import { AvatarGroupItemSlots } from '@fluentui/react-avatar';
|
|
49
|
+
import { AvatarGroupItemState } from '@fluentui/react-avatar';
|
|
50
|
+
import { AvatarGroupPopover } from '@fluentui/react-avatar';
|
|
51
|
+
import { avatarGroupPopoverClassNames } from '@fluentui/react-avatar';
|
|
52
|
+
import { AvatarGroupPopoverProps } from '@fluentui/react-avatar';
|
|
53
|
+
import { AvatarGroupPopoverSlots } from '@fluentui/react-avatar';
|
|
54
|
+
import { AvatarGroupPopoverState } from '@fluentui/react-avatar';
|
|
55
|
+
import { AvatarGroupProps } from '@fluentui/react-avatar';
|
|
56
|
+
import { AvatarGroupProvider } from '@fluentui/react-avatar';
|
|
57
|
+
import { AvatarGroupSlots } from '@fluentui/react-avatar';
|
|
58
|
+
import { AvatarGroupState } from '@fluentui/react-avatar';
|
|
41
59
|
import { AvatarNamedColor } from '@fluentui/react-avatar';
|
|
42
60
|
import { AvatarProps } from '@fluentui/react-avatar';
|
|
43
61
|
import { AvatarSizes } from '@fluentui/react-avatar';
|
|
@@ -229,6 +247,7 @@ import { MenuListProvider } from '@fluentui/react-menu';
|
|
|
229
247
|
import { MenuListSlots } from '@fluentui/react-menu';
|
|
230
248
|
import { MenuListState } from '@fluentui/react-menu';
|
|
231
249
|
import { MenuOpenChangeData } from '@fluentui/react-menu';
|
|
250
|
+
import { MenuOpenEvent } from '@fluentui/react-menu';
|
|
232
251
|
import { MenuOpenEvents } from '@fluentui/react-menu';
|
|
233
252
|
import { MenuPopover } from '@fluentui/react-menu';
|
|
234
253
|
import { menuPopoverClassNames } from '@fluentui/react-menu';
|
|
@@ -254,6 +273,9 @@ import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
|
254
273
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
255
274
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
256
275
|
import { PartialTheme } from '@fluentui/react-theme';
|
|
276
|
+
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
277
|
+
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
278
|
+
import { PartitionAvatarGroupItemsOptions } from '@fluentui/react-avatar';
|
|
257
279
|
import { Popover } from '@fluentui/react-popover';
|
|
258
280
|
import { PopoverContextValue } from '@fluentui/react-popover';
|
|
259
281
|
import { PopoverProps } from '@fluentui/react-popover';
|
|
@@ -303,6 +325,9 @@ import { renderAccordionHeader_unstable } from '@fluentui/react-accordion';
|
|
|
303
325
|
import { renderAccordionItem_unstable } from '@fluentui/react-accordion';
|
|
304
326
|
import { renderAccordionPanel_unstable } from '@fluentui/react-accordion';
|
|
305
327
|
import { renderAvatar_unstable } from '@fluentui/react-avatar';
|
|
328
|
+
import { renderAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
329
|
+
import { renderAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
330
|
+
import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
306
331
|
import { renderBadge_unstable } from '@fluentui/react-badge';
|
|
307
332
|
import { renderButton_unstable } from '@fluentui/react-button';
|
|
308
333
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
@@ -470,6 +495,14 @@ import { useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
|
470
495
|
import { useArrowNavigationGroup } from '@fluentui/react-tabster';
|
|
471
496
|
import { UseArrowNavigationGroupOptions } from '@fluentui/react-tabster';
|
|
472
497
|
import { useAvatar_unstable } from '@fluentui/react-avatar';
|
|
498
|
+
import { useAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
499
|
+
import { useAvatarGroupContext_unstable } from '@fluentui/react-avatar';
|
|
500
|
+
import { useAvatarGroupContextValues } from '@fluentui/react-avatar';
|
|
501
|
+
import { useAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
502
|
+
import { useAvatarGroupItemStyles_unstable } from '@fluentui/react-avatar';
|
|
503
|
+
import { useAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
504
|
+
import { useAvatarGroupPopoverStyles_unstable } from '@fluentui/react-avatar';
|
|
505
|
+
import { useAvatarGroupStyles_unstable } from '@fluentui/react-avatar';
|
|
473
506
|
import { useAvatarStyles_unstable } from '@fluentui/react-avatar';
|
|
474
507
|
import { useBadge_unstable } from '@fluentui/react-badge';
|
|
475
508
|
import { useBadgeStyles_unstable } from '@fluentui/react-badge';
|
|
@@ -671,6 +704,42 @@ export { Avatar }
|
|
|
671
704
|
|
|
672
705
|
export { avatarClassNames }
|
|
673
706
|
|
|
707
|
+
export { AvatarGroup }
|
|
708
|
+
|
|
709
|
+
export { avatarGroupClassNames }
|
|
710
|
+
|
|
711
|
+
export { AvatarGroupContextValue }
|
|
712
|
+
|
|
713
|
+
export { AvatarGroupContextValues }
|
|
714
|
+
|
|
715
|
+
export { AvatarGroupItem }
|
|
716
|
+
|
|
717
|
+
export { avatarGroupItemClassNames }
|
|
718
|
+
|
|
719
|
+
export { AvatarGroupItemProps }
|
|
720
|
+
|
|
721
|
+
export { AvatarGroupItemSlots }
|
|
722
|
+
|
|
723
|
+
export { AvatarGroupItemState }
|
|
724
|
+
|
|
725
|
+
export { AvatarGroupPopover }
|
|
726
|
+
|
|
727
|
+
export { avatarGroupPopoverClassNames }
|
|
728
|
+
|
|
729
|
+
export { AvatarGroupPopoverProps }
|
|
730
|
+
|
|
731
|
+
export { AvatarGroupPopoverSlots }
|
|
732
|
+
|
|
733
|
+
export { AvatarGroupPopoverState }
|
|
734
|
+
|
|
735
|
+
export { AvatarGroupProps }
|
|
736
|
+
|
|
737
|
+
export { AvatarGroupProvider }
|
|
738
|
+
|
|
739
|
+
export { AvatarGroupSlots }
|
|
740
|
+
|
|
741
|
+
export { AvatarGroupState }
|
|
742
|
+
|
|
674
743
|
export { AvatarNamedColor }
|
|
675
744
|
|
|
676
745
|
export { AvatarProps }
|
|
@@ -1053,6 +1122,8 @@ export { MenuListState }
|
|
|
1053
1122
|
|
|
1054
1123
|
export { MenuOpenChangeData }
|
|
1055
1124
|
|
|
1125
|
+
export { MenuOpenEvent }
|
|
1126
|
+
|
|
1056
1127
|
export { MenuOpenEvents }
|
|
1057
1128
|
|
|
1058
1129
|
export { MenuPopover }
|
|
@@ -1103,6 +1174,12 @@ export { OpenPopoverEvents }
|
|
|
1103
1174
|
|
|
1104
1175
|
export { PartialTheme }
|
|
1105
1176
|
|
|
1177
|
+
export { PartitionAvatarGroupItems }
|
|
1178
|
+
|
|
1179
|
+
export { partitionAvatarGroupItems }
|
|
1180
|
+
|
|
1181
|
+
export { PartitionAvatarGroupItemsOptions }
|
|
1182
|
+
|
|
1106
1183
|
export { Popover }
|
|
1107
1184
|
|
|
1108
1185
|
export { PopoverContextValue }
|
|
@@ -1201,6 +1278,12 @@ export { renderAccordionPanel_unstable }
|
|
|
1201
1278
|
|
|
1202
1279
|
export { renderAvatar_unstable }
|
|
1203
1280
|
|
|
1281
|
+
export { renderAvatarGroup_unstable }
|
|
1282
|
+
|
|
1283
|
+
export { renderAvatarGroupItem_unstable }
|
|
1284
|
+
|
|
1285
|
+
export { renderAvatarGroupPopover_unstable }
|
|
1286
|
+
|
|
1204
1287
|
export { renderBadge_unstable }
|
|
1205
1288
|
|
|
1206
1289
|
export { renderButton_unstable }
|
|
@@ -1535,6 +1618,22 @@ export { UseArrowNavigationGroupOptions }
|
|
|
1535
1618
|
|
|
1536
1619
|
export { useAvatar_unstable }
|
|
1537
1620
|
|
|
1621
|
+
export { useAvatarGroup_unstable }
|
|
1622
|
+
|
|
1623
|
+
export { useAvatarGroupContext_unstable }
|
|
1624
|
+
|
|
1625
|
+
export { useAvatarGroupContextValues }
|
|
1626
|
+
|
|
1627
|
+
export { useAvatarGroupItem_unstable }
|
|
1628
|
+
|
|
1629
|
+
export { useAvatarGroupItemStyles_unstable }
|
|
1630
|
+
|
|
1631
|
+
export { useAvatarGroupPopover_unstable }
|
|
1632
|
+
|
|
1633
|
+
export { useAvatarGroupPopoverStyles_unstable }
|
|
1634
|
+
|
|
1635
|
+
export { useAvatarGroupStyles_unstable }
|
|
1636
|
+
|
|
1538
1637
|
export { useAvatarStyles_unstable }
|
|
1539
1638
|
|
|
1540
1639
|
export { useBadge_unstable }
|