@fluentui/react-components 9.6.2 → 9.7.0
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 +697 -1
- package/CHANGELOG.md +161 -2
- package/dist/index.d.ts +96 -0
- package/dist/unstable.d.ts +42 -114
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +12 -3
- package/lib/unstable/index.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 +85 -148
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +43 -43
- package/unstable/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,171 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 11 Nov 2022 14:53:16 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.7.0)
|
|
8
|
+
|
|
9
|
+
Fri, 11 Nov 2022 14:53:16 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.3..@fluentui/react-components_v9.7.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tabs`
|
|
15
|
+
- Added support for reserving space for selected state ([PR #25542](https://github.com/microsoft/fluentui/pull/25542) by gcox@microsoft.com)
|
|
16
|
+
- Added large size tabs ([PR #25577](https://github.com/microsoft/fluentui/pull/25577) by gcox@microsoft.com)
|
|
17
|
+
- `@fluentui/react-tabster`
|
|
18
|
+
- Add both options to axis config ([PR #25568](https://github.com/microsoft/fluentui/pull/25568) by chassunc@microsoft.com)
|
|
19
|
+
- `@fluentui/react-components`
|
|
20
|
+
- feat: Move AvatarGroup to stable. ([PR #25005](https://github.com/microsoft/fluentui/pull/25005) by esteban.230@hotmail.com)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- `@fluentui/react-portal`
|
|
25
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
26
|
+
- chore: Migrate to new package structure. ([PR #25481](https://github.com/microsoft/fluentui/pull/25481) by tristan.watanabe@gmail.com)
|
|
27
|
+
- `@fluentui/react-portal-compat`
|
|
28
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
29
|
+
- `@fluentui/react-portal-compat-context`
|
|
30
|
+
- chore: Migrate to new package structure. ([PR #25481](https://github.com/microsoft/fluentui/pull/25481) by tristan.watanabe@gmail.com)
|
|
31
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
32
|
+
- `@fluentui/react-positioning`
|
|
33
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
34
|
+
- `@fluentui/react-provider`
|
|
35
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
36
|
+
- `@fluentui/react-radio`
|
|
37
|
+
- 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)
|
|
38
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
39
|
+
- `@fluentui/react-shared-contexts`
|
|
40
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
41
|
+
- `@fluentui/react-slider`
|
|
42
|
+
- 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)
|
|
43
|
+
- `@fluentui/react-spinbutton`
|
|
44
|
+
- 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)
|
|
45
|
+
- 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)
|
|
46
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
47
|
+
- `@fluentui/react-spinner`
|
|
48
|
+
- Add documentation for Spinner when reduced-motion is active ([PR #25561](https://github.com/microsoft/fluentui/pull/25561) by ololubek@microsoft.com)
|
|
49
|
+
- 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)
|
|
50
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
51
|
+
- `@fluentui/react-switch`
|
|
52
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
53
|
+
- bugfix: adds line-height=0 to switch indicator slot ([PR #25507](https://github.com/microsoft/fluentui/pull/25507) by bernardo.sunderhus@gmail.com)
|
|
54
|
+
- 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)
|
|
55
|
+
- 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)
|
|
56
|
+
- `@fluentui/react-tabs`
|
|
57
|
+
- Added support for regular/filled icon toggling ([PR #25597](https://github.com/microsoft/fluentui/pull/25597) by gcox@microsoft.com)
|
|
58
|
+
- `@fluentui/react-tabster`
|
|
59
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
60
|
+
- `@fluentui/react-textarea`
|
|
61
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
62
|
+
- 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)
|
|
63
|
+
- `@fluentui/react-theme`
|
|
64
|
+
- Fixed incorrect typography style ([PR #25577](https://github.com/microsoft/fluentui/pull/25577) by gcox@microsoft.com)
|
|
65
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
66
|
+
- `@fluentui/react-tooltip`
|
|
67
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
68
|
+
- `@fluentui/react-utilities`
|
|
69
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
70
|
+
- `@fluentui/keyboard-keys`
|
|
71
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
72
|
+
- `@fluentui/react-aria`
|
|
73
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
74
|
+
- `@fluentui/react-avatar`
|
|
75
|
+
- 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)
|
|
76
|
+
- fix: Update Avatar active ring color to match base color ([PR #25497](https://github.com/microsoft/fluentui/pull/25497) by behowell@microsoft.com)
|
|
77
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
78
|
+
- chore: Remove AvatarGroup unstable warnings. ([PR #25005](https://github.com/microsoft/fluentui/pull/25005) by esteban.230@hotmail.com)
|
|
79
|
+
- chore: Migrate to new package structure. ([PR #25473](https://github.com/microsoft/fluentui/pull/25473) by tristan.watanabe@gmail.com)
|
|
80
|
+
- `@fluentui/react-badge`
|
|
81
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
82
|
+
- `@fluentui/react-button`
|
|
83
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
84
|
+
- 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)
|
|
85
|
+
- 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)
|
|
86
|
+
- 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)
|
|
87
|
+
- `@fluentui/react-checkbox`
|
|
88
|
+
- 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)
|
|
89
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
90
|
+
- `@fluentui/react-components`
|
|
91
|
+
- chore: Update exports for field components from @fluentui/react-components/unstable ([PR #25593](https://github.com/microsoft/fluentui/pull/25593) by behowell@microsoft.com)
|
|
92
|
+
- chore: Export ProgressField from @fluentui/react-components/unstable ([PR #25536](https://github.com/microsoft/fluentui/pull/25536) by behowell@microsoft.com)
|
|
93
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
94
|
+
- feat: Exports `createColumn` utility from `@fluentui/react-table` as unstable ([PR #25495](https://github.com/microsoft/fluentui/pull/25495) by lingfangao@hotmail.com)
|
|
95
|
+
- `@fluentui/react-context-selector`
|
|
96
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
97
|
+
- `@fluentui/react-dialog`
|
|
98
|
+
- chore: removes unnecessary union case for DialogOpenChangeData ([PR #25504](https://github.com/microsoft/fluentui/pull/25504) by bernardo.sunderhus@gmail.com)
|
|
99
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
100
|
+
- `@fluentui/react-divider`
|
|
101
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
102
|
+
- `@fluentui/react-input`
|
|
103
|
+
- 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)
|
|
104
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
105
|
+
- 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)
|
|
106
|
+
- `@fluentui/react-label`
|
|
107
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
108
|
+
- `@fluentui/react-link`
|
|
109
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
110
|
+
- `@fluentui/react-menu`
|
|
111
|
+
- fix: remove unwanted aria attributes on context menu ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by bernardo.sunderhus@gmail.com)
|
|
112
|
+
- `@fluentui/react-popover`
|
|
113
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
114
|
+
|
|
115
|
+
### Changes
|
|
116
|
+
|
|
117
|
+
- `@fluentui/react-progress`
|
|
118
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
119
|
+
- Add styling and documentation for reduced-motion ([PR #25563](https://github.com/microsoft/fluentui/pull/25563) by ololubek@microsoft.com)
|
|
120
|
+
- 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)
|
|
121
|
+
- `@fluentui/react-select`
|
|
122
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
123
|
+
- 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)
|
|
124
|
+
- 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)
|
|
125
|
+
- `@fluentui/react-table`
|
|
126
|
+
- feat: Implement child render function for DataGrid rows ([PR #25476](https://github.com/microsoft/fluentui/pull/25476) by lingfangao@hotmail.com)
|
|
127
|
+
- feat: Implement `focusMode` prop for DataGrid, apply role="grid" correctly ([PR #25530](https://github.com/microsoft/fluentui/pull/25530) by lingfangao@hotmail.com)
|
|
128
|
+
- 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)
|
|
129
|
+
- `@fluentui/react-theme-sass`
|
|
130
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
131
|
+
- `@fluentui/react-toolbar`
|
|
132
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
133
|
+
- `@fluentui/babel-preset-global-context`
|
|
134
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
135
|
+
- `@fluentui/global-context`
|
|
136
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
137
|
+
- `@fluentui/priority-overflow`
|
|
138
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
139
|
+
- `@fluentui/react-card`
|
|
140
|
+
- feat: add selectable feature to card ([PR #24486](https://github.com/microsoft/fluentui/pull/24486) by marcosvmmoura@gmail.com)
|
|
141
|
+
- `@fluentui/react-combobox`
|
|
142
|
+
- 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)
|
|
143
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
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
|
+
- `@fluentui/react-conformance-griffel`
|
|
146
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
147
|
+
- `@fluentui/react-field`
|
|
148
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
149
|
+
- 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)
|
|
150
|
+
- 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)
|
|
151
|
+
- `@fluentui/react-overflow`
|
|
152
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
153
|
+
- `@fluentui/react-persona`
|
|
154
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
155
|
+
|
|
156
|
+
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.6.3)
|
|
157
|
+
|
|
158
|
+
Wed, 02 Nov 2022 14:27:34 GMT
|
|
159
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.2..@fluentui/react-components_v9.6.3)
|
|
160
|
+
|
|
161
|
+
### Changes
|
|
162
|
+
|
|
163
|
+
- `@fluentui/react-table`
|
|
164
|
+
- fix(useTable): sort should adapt to enhanced row types ([PR #25487](https://github.com/microsoft/fluentui/pull/25487) by lingfangao@hotmail.com)
|
|
165
|
+
|
|
7
166
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.6.2)
|
|
8
167
|
|
|
9
|
-
Wed, 02 Nov 2022 11:
|
|
168
|
+
Wed, 02 Nov 2022 11:57:45 GMT
|
|
10
169
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.6.1..@fluentui/react-components_v9.6.2)
|
|
11
170
|
|
|
12
171
|
### Minor 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';
|
|
@@ -254,6 +272,9 @@ import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
|
254
272
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
255
273
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
256
274
|
import { PartialTheme } from '@fluentui/react-theme';
|
|
275
|
+
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
276
|
+
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
277
|
+
import { PartitionAvatarGroupItemsOptions } from '@fluentui/react-avatar';
|
|
257
278
|
import { Popover } from '@fluentui/react-popover';
|
|
258
279
|
import { PopoverContextValue } from '@fluentui/react-popover';
|
|
259
280
|
import { PopoverProps } from '@fluentui/react-popover';
|
|
@@ -303,6 +324,9 @@ import { renderAccordionHeader_unstable } from '@fluentui/react-accordion';
|
|
|
303
324
|
import { renderAccordionItem_unstable } from '@fluentui/react-accordion';
|
|
304
325
|
import { renderAccordionPanel_unstable } from '@fluentui/react-accordion';
|
|
305
326
|
import { renderAvatar_unstable } from '@fluentui/react-avatar';
|
|
327
|
+
import { renderAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
328
|
+
import { renderAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
329
|
+
import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
306
330
|
import { renderBadge_unstable } from '@fluentui/react-badge';
|
|
307
331
|
import { renderButton_unstable } from '@fluentui/react-button';
|
|
308
332
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
@@ -470,6 +494,14 @@ import { useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
|
470
494
|
import { useArrowNavigationGroup } from '@fluentui/react-tabster';
|
|
471
495
|
import { UseArrowNavigationGroupOptions } from '@fluentui/react-tabster';
|
|
472
496
|
import { useAvatar_unstable } from '@fluentui/react-avatar';
|
|
497
|
+
import { useAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
498
|
+
import { useAvatarGroupContext_unstable } from '@fluentui/react-avatar';
|
|
499
|
+
import { useAvatarGroupContextValues } from '@fluentui/react-avatar';
|
|
500
|
+
import { useAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
501
|
+
import { useAvatarGroupItemStyles_unstable } from '@fluentui/react-avatar';
|
|
502
|
+
import { useAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
503
|
+
import { useAvatarGroupPopoverStyles_unstable } from '@fluentui/react-avatar';
|
|
504
|
+
import { useAvatarGroupStyles_unstable } from '@fluentui/react-avatar';
|
|
473
505
|
import { useAvatarStyles_unstable } from '@fluentui/react-avatar';
|
|
474
506
|
import { useBadge_unstable } from '@fluentui/react-badge';
|
|
475
507
|
import { useBadgeStyles_unstable } from '@fluentui/react-badge';
|
|
@@ -671,6 +703,42 @@ export { Avatar }
|
|
|
671
703
|
|
|
672
704
|
export { avatarClassNames }
|
|
673
705
|
|
|
706
|
+
export { AvatarGroup }
|
|
707
|
+
|
|
708
|
+
export { avatarGroupClassNames }
|
|
709
|
+
|
|
710
|
+
export { AvatarGroupContextValue }
|
|
711
|
+
|
|
712
|
+
export { AvatarGroupContextValues }
|
|
713
|
+
|
|
714
|
+
export { AvatarGroupItem }
|
|
715
|
+
|
|
716
|
+
export { avatarGroupItemClassNames }
|
|
717
|
+
|
|
718
|
+
export { AvatarGroupItemProps }
|
|
719
|
+
|
|
720
|
+
export { AvatarGroupItemSlots }
|
|
721
|
+
|
|
722
|
+
export { AvatarGroupItemState }
|
|
723
|
+
|
|
724
|
+
export { AvatarGroupPopover }
|
|
725
|
+
|
|
726
|
+
export { avatarGroupPopoverClassNames }
|
|
727
|
+
|
|
728
|
+
export { AvatarGroupPopoverProps }
|
|
729
|
+
|
|
730
|
+
export { AvatarGroupPopoverSlots }
|
|
731
|
+
|
|
732
|
+
export { AvatarGroupPopoverState }
|
|
733
|
+
|
|
734
|
+
export { AvatarGroupProps }
|
|
735
|
+
|
|
736
|
+
export { AvatarGroupProvider }
|
|
737
|
+
|
|
738
|
+
export { AvatarGroupSlots }
|
|
739
|
+
|
|
740
|
+
export { AvatarGroupState }
|
|
741
|
+
|
|
674
742
|
export { AvatarNamedColor }
|
|
675
743
|
|
|
676
744
|
export { AvatarProps }
|
|
@@ -1103,6 +1171,12 @@ export { OpenPopoverEvents }
|
|
|
1103
1171
|
|
|
1104
1172
|
export { PartialTheme }
|
|
1105
1173
|
|
|
1174
|
+
export { PartitionAvatarGroupItems }
|
|
1175
|
+
|
|
1176
|
+
export { partitionAvatarGroupItems }
|
|
1177
|
+
|
|
1178
|
+
export { PartitionAvatarGroupItemsOptions }
|
|
1179
|
+
|
|
1106
1180
|
export { Popover }
|
|
1107
1181
|
|
|
1108
1182
|
export { PopoverContextValue }
|
|
@@ -1201,6 +1275,12 @@ export { renderAccordionPanel_unstable }
|
|
|
1201
1275
|
|
|
1202
1276
|
export { renderAvatar_unstable }
|
|
1203
1277
|
|
|
1278
|
+
export { renderAvatarGroup_unstable }
|
|
1279
|
+
|
|
1280
|
+
export { renderAvatarGroupItem_unstable }
|
|
1281
|
+
|
|
1282
|
+
export { renderAvatarGroupPopover_unstable }
|
|
1283
|
+
|
|
1204
1284
|
export { renderBadge_unstable }
|
|
1205
1285
|
|
|
1206
1286
|
export { renderButton_unstable }
|
|
@@ -1535,6 +1615,22 @@ export { UseArrowNavigationGroupOptions }
|
|
|
1535
1615
|
|
|
1536
1616
|
export { useAvatar_unstable }
|
|
1537
1617
|
|
|
1618
|
+
export { useAvatarGroup_unstable }
|
|
1619
|
+
|
|
1620
|
+
export { useAvatarGroupContext_unstable }
|
|
1621
|
+
|
|
1622
|
+
export { useAvatarGroupContextValues }
|
|
1623
|
+
|
|
1624
|
+
export { useAvatarGroupItem_unstable }
|
|
1625
|
+
|
|
1626
|
+
export { useAvatarGroupItemStyles_unstable }
|
|
1627
|
+
|
|
1628
|
+
export { useAvatarGroupPopover_unstable }
|
|
1629
|
+
|
|
1630
|
+
export { useAvatarGroupPopoverStyles_unstable }
|
|
1631
|
+
|
|
1632
|
+
export { useAvatarGroupStyles_unstable }
|
|
1633
|
+
|
|
1538
1634
|
export { useAvatarStyles_unstable }
|
|
1539
1635
|
|
|
1540
1636
|
export { useBadge_unstable }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -3,22 +3,6 @@ import { alertClassNames } from '@fluentui/react-alert';
|
|
|
3
3
|
import { AlertProps } from '@fluentui/react-alert';
|
|
4
4
|
import { AlertSlots } from '@fluentui/react-alert';
|
|
5
5
|
import { AlertState } from '@fluentui/react-alert';
|
|
6
|
-
import { AvatarGroup } from '@fluentui/react-avatar';
|
|
7
|
-
import { avatarGroupClassNames } from '@fluentui/react-avatar';
|
|
8
|
-
import { AvatarGroupItem } from '@fluentui/react-avatar';
|
|
9
|
-
import { avatarGroupItemClassNames } from '@fluentui/react-avatar';
|
|
10
|
-
import { AvatarGroupItemProps } from '@fluentui/react-avatar';
|
|
11
|
-
import { AvatarGroupItemSlots } from '@fluentui/react-avatar';
|
|
12
|
-
import { AvatarGroupItemState } from '@fluentui/react-avatar';
|
|
13
|
-
import { AvatarGroupPopover } from '@fluentui/react-avatar';
|
|
14
|
-
import { avatarGroupPopoverClassNames } from '@fluentui/react-avatar';
|
|
15
|
-
import { AvatarGroupPopoverProps } from '@fluentui/react-avatar';
|
|
16
|
-
import { AvatarGroupPopoverSlots } from '@fluentui/react-avatar';
|
|
17
|
-
import { AvatarGroupPopoverState } from '@fluentui/react-avatar';
|
|
18
|
-
import { AvatarGroupProps } from '@fluentui/react-avatar';
|
|
19
|
-
import { AvatarGroupProvider } from '@fluentui/react-avatar';
|
|
20
|
-
import { AvatarGroupSlots } from '@fluentui/react-avatar';
|
|
21
|
-
import { AvatarGroupState } from '@fluentui/react-avatar';
|
|
22
6
|
import { Card } from '@fluentui/react-card';
|
|
23
7
|
import { cardClassNames } from '@fluentui/react-card';
|
|
24
8
|
import { cardCSSVars } from '@fluentui/react-card';
|
|
@@ -41,22 +25,24 @@ import { CardPreviewState } from '@fluentui/react-card';
|
|
|
41
25
|
import { CardProps } from '@fluentui/react-card';
|
|
42
26
|
import { CardSlots } from '@fluentui/react-card';
|
|
43
27
|
import { CardState } from '@fluentui/react-card';
|
|
44
|
-
import { CheckboxField } from '@fluentui/react-
|
|
45
|
-
import { checkboxFieldClassNames } from '@fluentui/react-
|
|
46
|
-
import { CheckboxFieldProps } from '@fluentui/react-
|
|
28
|
+
import { CheckboxField_unstable as CheckboxField } from '@fluentui/react-checkbox';
|
|
29
|
+
import { checkboxFieldClassNames } from '@fluentui/react-checkbox';
|
|
30
|
+
import { CheckboxFieldProps_unstable as CheckboxFieldProps } from '@fluentui/react-checkbox';
|
|
47
31
|
import { ColumnDefinition } from '@fluentui/react-table';
|
|
48
32
|
import { ColumnId } from '@fluentui/react-table';
|
|
49
33
|
import { Combobox } from '@fluentui/react-combobox';
|
|
50
34
|
import { comboboxClassNames } from '@fluentui/react-combobox';
|
|
51
35
|
import { ComboboxContextValues } from '@fluentui/react-combobox';
|
|
52
|
-
import { ComboboxField } from '@fluentui/react-
|
|
53
|
-
import { comboboxFieldClassNames } from '@fluentui/react-
|
|
54
|
-
import { ComboboxFieldProps } from '@fluentui/react-
|
|
36
|
+
import { ComboboxField_unstable as ComboboxField } from '@fluentui/react-combobox';
|
|
37
|
+
import { comboboxFieldClassNames } from '@fluentui/react-combobox';
|
|
38
|
+
import { ComboboxFieldProps_unstable as ComboboxFieldProps } from '@fluentui/react-combobox';
|
|
55
39
|
import { ComboboxOpenChangeData } from '@fluentui/react-combobox';
|
|
56
40
|
import { ComboboxOpenEvents } from '@fluentui/react-combobox';
|
|
57
41
|
import { ComboboxProps } from '@fluentui/react-combobox';
|
|
58
42
|
import { ComboboxSlots } from '@fluentui/react-combobox';
|
|
59
43
|
import { ComboboxState } from '@fluentui/react-combobox';
|
|
44
|
+
import { createColumn } from '@fluentui/react-table';
|
|
45
|
+
import { CreateColumnOptions } from '@fluentui/react-table';
|
|
60
46
|
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
61
47
|
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
62
48
|
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
@@ -73,9 +59,9 @@ import { FieldProps } from '@fluentui/react-field';
|
|
|
73
59
|
import { FieldSlots } from '@fluentui/react-field';
|
|
74
60
|
import { FieldState } from '@fluentui/react-field';
|
|
75
61
|
import { getFieldClassNames } from '@fluentui/react-field';
|
|
76
|
-
import { InputField } from '@fluentui/react-
|
|
77
|
-
import { inputFieldClassNames } from '@fluentui/react-
|
|
78
|
-
import { InputFieldProps } from '@fluentui/react-
|
|
62
|
+
import { InputField_unstable as InputField } from '@fluentui/react-input';
|
|
63
|
+
import { inputFieldClassNames } from '@fluentui/react-input';
|
|
64
|
+
import { InputFieldProps_unstable as InputFieldProps } from '@fluentui/react-input';
|
|
79
65
|
import { Listbox } from '@fluentui/react-combobox';
|
|
80
66
|
import { listboxClassNames } from '@fluentui/react-combobox';
|
|
81
67
|
import { ListboxContextValues } from '@fluentui/react-combobox';
|
|
@@ -96,9 +82,6 @@ import { Overflow } from '@fluentui/react-overflow';
|
|
|
96
82
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
97
83
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
98
84
|
import { OverflowProps } from '@fluentui/react-overflow';
|
|
99
|
-
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
100
|
-
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
101
|
-
import { PartitionAvatarGroupItemsOptions } from '@fluentui/react-avatar';
|
|
102
85
|
import { Persona } from '@fluentui/react-persona';
|
|
103
86
|
import { personaClassNames } from '@fluentui/react-persona';
|
|
104
87
|
import { PersonaProps } from '@fluentui/react-persona';
|
|
@@ -106,16 +89,16 @@ import { PersonaSlots } from '@fluentui/react-persona';
|
|
|
106
89
|
import { PersonaState } from '@fluentui/react-persona';
|
|
107
90
|
import { Progress } from '@fluentui/react-progress';
|
|
108
91
|
import { progressClassNames } from '@fluentui/react-progress';
|
|
92
|
+
import { ProgressField_unstable as ProgressField } from '@fluentui/react-progress';
|
|
93
|
+
import { progressFieldClassNames } from '@fluentui/react-progress';
|
|
94
|
+
import { ProgressFieldProps_unstable as ProgressFieldProps } from '@fluentui/react-progress';
|
|
109
95
|
import { ProgressProps } from '@fluentui/react-progress';
|
|
110
96
|
import { ProgressSlots } from '@fluentui/react-progress';
|
|
111
97
|
import { ProgressState } from '@fluentui/react-progress';
|
|
112
|
-
import { RadioGroupField } from '@fluentui/react-
|
|
113
|
-
import { radioGroupFieldClassNames } from '@fluentui/react-
|
|
114
|
-
import { RadioGroupFieldProps } from '@fluentui/react-
|
|
98
|
+
import { RadioGroupField_unstable as RadioGroupField } from '@fluentui/react-radio';
|
|
99
|
+
import { radioGroupFieldClassNames } from '@fluentui/react-radio';
|
|
100
|
+
import { RadioGroupFieldProps_unstable as RadioGroupFieldProps } from '@fluentui/react-radio';
|
|
115
101
|
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
116
|
-
import { renderAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
117
|
-
import { renderAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
118
|
-
import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
119
102
|
import { renderCard_unstable } from '@fluentui/react-card';
|
|
120
103
|
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
121
104
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
@@ -143,22 +126,22 @@ import { RowId } from '@fluentui/react-table';
|
|
|
143
126
|
import { RowState } from '@fluentui/react-table';
|
|
144
127
|
import { Select } from '@fluentui/react-select';
|
|
145
128
|
import { selectClassNames } from '@fluentui/react-select';
|
|
146
|
-
import { SelectField } from '@fluentui/react-
|
|
147
|
-
import { selectFieldClassNames } from '@fluentui/react-
|
|
148
|
-
import { SelectFieldProps } from '@fluentui/react-
|
|
129
|
+
import { SelectField_unstable as SelectField } from '@fluentui/react-select';
|
|
130
|
+
import { selectFieldClassNames } from '@fluentui/react-select';
|
|
131
|
+
import { SelectFieldProps_unstable as SelectFieldProps } from '@fluentui/react-select';
|
|
149
132
|
import { SelectProps } from '@fluentui/react-select';
|
|
150
133
|
import { SelectSlots } from '@fluentui/react-select';
|
|
151
134
|
import { SelectState } from '@fluentui/react-select';
|
|
152
|
-
import { SliderField } from '@fluentui/react-
|
|
153
|
-
import { sliderFieldClassNames } from '@fluentui/react-
|
|
154
|
-
import { SliderFieldProps } from '@fluentui/react-
|
|
135
|
+
import { SliderField_unstable as SliderField } from '@fluentui/react-slider';
|
|
136
|
+
import { sliderFieldClassNames } from '@fluentui/react-slider';
|
|
137
|
+
import { SliderFieldProps_unstable as SliderFieldProps } from '@fluentui/react-slider';
|
|
155
138
|
import { SortDirection } from '@fluentui/react-table';
|
|
156
|
-
import { SpinButtonField } from '@fluentui/react-
|
|
157
|
-
import { spinButtonFieldClassNames } from '@fluentui/react-
|
|
158
|
-
import { SpinButtonFieldProps } from '@fluentui/react-
|
|
159
|
-
import { SwitchField } from '@fluentui/react-
|
|
160
|
-
import { switchFieldClassNames } from '@fluentui/react-
|
|
161
|
-
import { SwitchFieldProps } from '@fluentui/react-
|
|
139
|
+
import { SpinButtonField_unstable as SpinButtonField } from '@fluentui/react-spinbutton';
|
|
140
|
+
import { spinButtonFieldClassNames } from '@fluentui/react-spinbutton';
|
|
141
|
+
import { SpinButtonFieldProps_unstable as SpinButtonFieldProps } from '@fluentui/react-spinbutton';
|
|
142
|
+
import { SwitchField_unstable as SwitchField } from '@fluentui/react-switch';
|
|
143
|
+
import { switchFieldClassNames } from '@fluentui/react-switch';
|
|
144
|
+
import { SwitchFieldProps_unstable as SwitchFieldProps } from '@fluentui/react-switch';
|
|
162
145
|
import { Table } from '@fluentui/react-table';
|
|
163
146
|
import { TableBody } from '@fluentui/react-table';
|
|
164
147
|
import { tableBodyClassName } from '@fluentui/react-table';
|
|
@@ -213,9 +196,9 @@ import { TableSlots } from '@fluentui/react-table';
|
|
|
213
196
|
import { TableSortState } from '@fluentui/react-table';
|
|
214
197
|
import { TableState } from '@fluentui/react-table';
|
|
215
198
|
import { TableStatePlugin } from '@fluentui/react-table';
|
|
216
|
-
import { TextareaField } from '@fluentui/react-
|
|
217
|
-
import { textareaFieldClassNames } from '@fluentui/react-
|
|
218
|
-
import { TextareaFieldProps } from '@fluentui/react-
|
|
199
|
+
import { TextareaField_unstable as TextareaField } from '@fluentui/react-textarea';
|
|
200
|
+
import { textareaFieldClassNames } from '@fluentui/react-textarea';
|
|
201
|
+
import { TextareaFieldProps_unstable as TextareaFieldProps } from '@fluentui/react-textarea';
|
|
219
202
|
import { Toolbar } from '@fluentui/react-toolbar';
|
|
220
203
|
import { ToolbarButton } from '@fluentui/react-toolbar';
|
|
221
204
|
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
@@ -234,13 +217,6 @@ import { ToolbarToggleButtonProps } from '@fluentui/react-toolbar';
|
|
|
234
217
|
import { ToolbarToggleButtonState } from '@fluentui/react-toolbar';
|
|
235
218
|
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
236
219
|
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
237
|
-
import { useAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
238
|
-
import { useAvatarGroupContext_unstable } from '@fluentui/react-avatar';
|
|
239
|
-
import { useAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
240
|
-
import { useAvatarGroupItemStyles_unstable } from '@fluentui/react-avatar';
|
|
241
|
-
import { useAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
242
|
-
import { useAvatarGroupPopoverStyles_unstable } from '@fluentui/react-avatar';
|
|
243
|
-
import { useAvatarGroupStyles_unstable } from '@fluentui/react-avatar';
|
|
244
220
|
import { useCard_unstable } from '@fluentui/react-card';
|
|
245
221
|
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
246
222
|
import { useCardFooterStyles_unstable } from '@fluentui/react-card';
|
|
@@ -307,38 +283,6 @@ export { AlertSlots }
|
|
|
307
283
|
|
|
308
284
|
export { AlertState }
|
|
309
285
|
|
|
310
|
-
export { AvatarGroup }
|
|
311
|
-
|
|
312
|
-
export { avatarGroupClassNames }
|
|
313
|
-
|
|
314
|
-
export { AvatarGroupItem }
|
|
315
|
-
|
|
316
|
-
export { avatarGroupItemClassNames }
|
|
317
|
-
|
|
318
|
-
export { AvatarGroupItemProps }
|
|
319
|
-
|
|
320
|
-
export { AvatarGroupItemSlots }
|
|
321
|
-
|
|
322
|
-
export { AvatarGroupItemState }
|
|
323
|
-
|
|
324
|
-
export { AvatarGroupPopover }
|
|
325
|
-
|
|
326
|
-
export { avatarGroupPopoverClassNames }
|
|
327
|
-
|
|
328
|
-
export { AvatarGroupPopoverProps }
|
|
329
|
-
|
|
330
|
-
export { AvatarGroupPopoverSlots }
|
|
331
|
-
|
|
332
|
-
export { AvatarGroupPopoverState }
|
|
333
|
-
|
|
334
|
-
export { AvatarGroupProps }
|
|
335
|
-
|
|
336
|
-
export { AvatarGroupProvider }
|
|
337
|
-
|
|
338
|
-
export { AvatarGroupSlots }
|
|
339
|
-
|
|
340
|
-
export { AvatarGroupState }
|
|
341
|
-
|
|
342
286
|
export { Card }
|
|
343
287
|
|
|
344
288
|
export { cardClassNames }
|
|
@@ -415,6 +359,10 @@ export { ComboboxSlots }
|
|
|
415
359
|
|
|
416
360
|
export { ComboboxState }
|
|
417
361
|
|
|
362
|
+
export { createColumn }
|
|
363
|
+
|
|
364
|
+
export { CreateColumnOptions }
|
|
365
|
+
|
|
418
366
|
export { DATA_OVERFLOW_ITEM }
|
|
419
367
|
|
|
420
368
|
export { DATA_OVERFLOW_MENU }
|
|
@@ -493,12 +441,6 @@ export { OverflowItemProps }
|
|
|
493
441
|
|
|
494
442
|
export { OverflowProps }
|
|
495
443
|
|
|
496
|
-
export { PartitionAvatarGroupItems }
|
|
497
|
-
|
|
498
|
-
export { partitionAvatarGroupItems }
|
|
499
|
-
|
|
500
|
-
export { PartitionAvatarGroupItemsOptions }
|
|
501
|
-
|
|
502
444
|
export { Persona }
|
|
503
445
|
|
|
504
446
|
export { personaClassNames }
|
|
@@ -513,6 +455,12 @@ export { Progress }
|
|
|
513
455
|
|
|
514
456
|
export { progressClassNames }
|
|
515
457
|
|
|
458
|
+
export { ProgressField }
|
|
459
|
+
|
|
460
|
+
export { progressFieldClassNames }
|
|
461
|
+
|
|
462
|
+
export { ProgressFieldProps }
|
|
463
|
+
|
|
516
464
|
export { ProgressProps }
|
|
517
465
|
|
|
518
466
|
export { ProgressSlots }
|
|
@@ -527,12 +475,6 @@ export { RadioGroupFieldProps }
|
|
|
527
475
|
|
|
528
476
|
export { renderAlert_unstable }
|
|
529
477
|
|
|
530
|
-
export { renderAvatarGroup_unstable }
|
|
531
|
-
|
|
532
|
-
export { renderAvatarGroupItem_unstable }
|
|
533
|
-
|
|
534
|
-
export { renderAvatarGroupPopover_unstable }
|
|
535
|
-
|
|
536
478
|
export { renderCard_unstable }
|
|
537
479
|
|
|
538
480
|
export { renderCardFooter_unstable }
|
|
@@ -770,20 +712,6 @@ export { useAlert_unstable }
|
|
|
770
712
|
|
|
771
713
|
export { useAlertStyles_unstable }
|
|
772
714
|
|
|
773
|
-
export { useAvatarGroup_unstable }
|
|
774
|
-
|
|
775
|
-
export { useAvatarGroupContext_unstable }
|
|
776
|
-
|
|
777
|
-
export { useAvatarGroupItem_unstable }
|
|
778
|
-
|
|
779
|
-
export { useAvatarGroupItemStyles_unstable }
|
|
780
|
-
|
|
781
|
-
export { useAvatarGroupPopover_unstable }
|
|
782
|
-
|
|
783
|
-
export { useAvatarGroupPopoverStyles_unstable }
|
|
784
|
-
|
|
785
|
-
export { useAvatarGroupStyles_unstable }
|
|
786
|
-
|
|
787
715
|
export { useCard_unstable }
|
|
788
716
|
|
|
789
717
|
export { useCardFooter_unstable }
|
package/lib/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { useFluent_unstable as useFluent, useTooltipVisibility_unstable as useTo
|
|
|
9
9
|
export { getNativeElementProps, getPartitionedNativeProps, getSlots, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useIsSSR, useMergedRefs } from '@fluentui/react-utilities'; // Components
|
|
10
10
|
|
|
11
11
|
export { Accordion, AccordionProvider, AccordionHeader, AccordionItem, AccordionItemProvider, AccordionPanel, accordionClassNames, accordionHeaderClassNames, accordionItemClassNames, accordionPanelClassNames, renderAccordion_unstable, renderAccordionHeader_unstable, renderAccordionItem_unstable, renderAccordionPanel_unstable, useAccordion_unstable, useAccordionContext_unstable, useAccordionContextValues_unstable, useAccordionHeader_unstable, useAccordionHeaderContextValues_unstable, useAccordionHeaderStyles_unstable, useAccordionItem_unstable, useAccordionItemContext_unstable, useAccordionItemContextValues_unstable, useAccordionItemStyles_unstable, useAccordionPanel_unstable, useAccordionPanelStyles_unstable, useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
12
|
-
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable } from '@fluentui/react-avatar';
|
|
12
|
+
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable, AvatarGroup, avatarGroupClassNames, AvatarGroupItem, avatarGroupItemClassNames, AvatarGroupPopover, avatarGroupPopoverClassNames, AvatarGroupProvider, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable, useAvatarGroupContext_unstable, partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
13
13
|
export { Badge, CounterBadge, PresenceBadge, badgeClassNames, counterBadgeClassNames, presenceBadgeClassNames, renderBadge_unstable, useBadge_unstable, useBadgeStyles_unstable, useCounterBadge_unstable, useCounterBadgeStyles_unstable, usePresenceBadge_unstable } from '@fluentui/react-badge';
|
|
14
14
|
export { Button, CompoundButton, MenuButton, SplitButton, ToggleButton, buttonClassNames, compoundButtonClassNames, menuButtonClassNames, renderButton_unstable, renderCompoundButton_unstable, renderMenuButton_unstable, renderSplitButton_unstable, renderToggleButton_unstable, splitButtonClassNames, toggleButtonClassNames, useButton_unstable, useButtonStyles_unstable, useCompoundButton_unstable, useCompoundButtonStyles_unstable, useMenuButton_unstable, useMenuButtonStyles_unstable, useSplitButton_unstable, useSplitButtonStyles_unstable, useToggleButton_unstable, useToggleButtonStyles_unstable, useToggleState } from '@fluentui/react-button';
|
|
15
15
|
export { Checkbox, checkboxClassNames, renderCheckbox_unstable, useCheckbox_unstable, useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|