@fluentui/react-components 9.52.0 → 9.54.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.md +195 -2
- package/dist/index.d.ts +45 -0
- package/lib/index.js +3 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +22 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +56 -57
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,205 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 06 Jun 2024 15:22:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.54.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.0)
|
|
8
|
+
|
|
9
|
+
Thu, 06 Jun 2024 15:22:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.53.0..@fluentui/react-components_v9.54.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- add optional `window` argument to `scrollIntoView`. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- chore: exports DialogModalType type ([PR #31549](https://github.com/microsoft/fluentui/pull/31549) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- feat: re-export `useTimeout()` and `useAnimationFrame()`. ([PR #31527](https://github.com/microsoft/fluentui/pull/31527) by seanmonahan@microsoft.com)
|
|
19
|
+
- feat: add @fluentui/react-motion to suite ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
20
|
+
- `@fluentui/react-dialog`
|
|
21
|
+
- chore: exports DialogModalType type ([PR #31549](https://github.com/microsoft/fluentui/pull/31549) by bernardo.sunderhus@gmail.com)
|
|
22
|
+
- `@fluentui/react-drawer`
|
|
23
|
+
- feat: allow aside as tag for Drawer components ([PR #31434](https://github.com/microsoft/fluentui/pull/31434) by marcosvmmoura@gmail.com)
|
|
24
|
+
- `@fluentui/react-motion`
|
|
25
|
+
- feat: release stable ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
26
|
+
- `@fluentui/react-nav-preview`
|
|
27
|
+
- chore: Recomposing NavSectionHeader and Hamburger. Removing HamburgerInNav. Some other pixel pushing. ([PR #31387](https://github.com/microsoft/fluentui/pull/31387) by matejera@microsoft.com)
|
|
28
|
+
- `@fluentui/react-tag-picker`
|
|
29
|
+
- feat: adds text property to TagPickerOption ([PR #31474](https://github.com/microsoft/fluentui/pull/31474) by bernardo.sunderhus@gmail.com)
|
|
30
|
+
- `@fluentui/react-tree`
|
|
31
|
+
- feature: preventScroll on navigation ([PR #31577](https://github.com/microsoft/fluentui/pull/31577) by bernardo.sunderhus@gmail.com)
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- `@fluentui/priority-overflow`
|
|
36
|
+
- chore: disable eslint rule ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
37
|
+
- `@fluentui/react-accordion`
|
|
38
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
39
|
+
- `@fluentui/react-aria`
|
|
40
|
+
- chore: remove optional "win" argument ([PR #31470](https://github.com/microsoft/fluentui/pull/31470) by seanmonahan@microsoft.com)
|
|
41
|
+
- `@fluentui/react-calendar-compat`
|
|
42
|
+
- feat(calendar-compat): changed design for the selected state ([PR #31509](https://github.com/microsoft/fluentui/pull/31509) by vkozlova@microsoft.com)
|
|
43
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
44
|
+
- chore: Renaming useCalendarMonthStyles.ts to useCalendarMonthStyles.styles.ts. ([PR #31568](https://github.com/microsoft/fluentui/pull/31568) by Humberto.Morimoto@microsoft.com)
|
|
45
|
+
- `@fluentui/react-dialog`
|
|
46
|
+
- chore: use @fluentui/react-motion ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
47
|
+
- `@fluentui/react-list-preview`
|
|
48
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- `@fluentui/react-menu`
|
|
50
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
51
|
+
- `@fluentui/react-message-bar`
|
|
52
|
+
- chore: disable eslint rule ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
53
|
+
- `@fluentui/react-migration-v8-v9`
|
|
54
|
+
- chore: Fixing typo in CheckboxShim migration. ([PR #31569](https://github.com/microsoft/fluentui/pull/31569) by Humberto.Morimoto@microsoft.com)
|
|
55
|
+
- `@fluentui/react-nav-preview`
|
|
56
|
+
- fix: compatibility with Drawer slots ([PR #31434](https://github.com/microsoft/fluentui/pull/31434) by marcosvmmoura@gmail.com)
|
|
57
|
+
- `@fluentui/react-popover`
|
|
58
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
59
|
+
- `@fluentui/react-search`
|
|
60
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
61
|
+
- `@fluentui/react-skeleton`
|
|
62
|
+
- chore: rename useSkeletonStyles.ts to useSkeletonStyles.styles.ts ([PR #31503](https://github.com/microsoft/fluentui/pull/31503) by seanmonahan@microsoft.com)
|
|
63
|
+
- `@fluentui/react-slider`
|
|
64
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
65
|
+
- `@fluentui/react-table`
|
|
66
|
+
- fix: use requestAnimationFrame from Fluent context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
67
|
+
- `@fluentui/react-teaching-popover`
|
|
68
|
+
- Use `MutationObserver` from global context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
69
|
+
- `@fluentui/react-timepicker-compat`
|
|
70
|
+
- fix: clear icon not working with freeform ([PR #31324](https://github.com/microsoft/fluentui/pull/31324) by yuanboxue@microsoft.com)
|
|
71
|
+
- `@fluentui/react-toast`
|
|
72
|
+
- chore: migrate Toast to new motion library ([PR #31516](https://github.com/microsoft/fluentui/pull/31516) by olfedias@microsoft.com)
|
|
73
|
+
- chore: use @fluentui/react-motion ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
74
|
+
- chore: adopt changes in motion APIs ([PR #31508](https://github.com/microsoft/fluentui/pull/31508) by olfedias@microsoft.com)
|
|
75
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
76
|
+
- `@fluentui/react-tree`
|
|
77
|
+
- bugfix: ensure roving tab index when children content changes ([PR #31595](https://github.com/microsoft/fluentui/pull/31595) by bernardo.sunderhus@gmail.com)
|
|
78
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
79
|
+
- `@fluentui/react-utilities`
|
|
80
|
+
- chore: useControllableState warns if controlled and uncontrolled at the same time ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
81
|
+
- fix: use globals from Fluent context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
82
|
+
|
|
83
|
+
### Changes
|
|
84
|
+
|
|
85
|
+
- `@fluentui/react-virtualizer`
|
|
86
|
+
- fix: update internal function to optionally use global Fluent context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
87
|
+
|
|
88
|
+
## [9.53.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.53.0)
|
|
89
|
+
|
|
90
|
+
Thu, 23 May 2024 08:02:39 GMT
|
|
91
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.52.0..@fluentui/react-components_v9.53.0)
|
|
92
|
+
|
|
93
|
+
### Minor changes
|
|
94
|
+
|
|
95
|
+
- `@fluentui/react-components`
|
|
96
|
+
- chore: re-exports DialogProvider ([PR #31450](https://github.com/microsoft/fluentui/pull/31450) by bernardo.sunderhus@gmail.com)
|
|
97
|
+
- `@fluentui/react-drawer`
|
|
98
|
+
- deprecate: defaultOpen as it is not being used ([PR #31435](https://github.com/microsoft/fluentui/pull/31435) by marcosvmmoura@gmail.com)
|
|
99
|
+
|
|
100
|
+
### Patches
|
|
101
|
+
|
|
102
|
+
- `@fluentui/react-accordion`
|
|
103
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
104
|
+
- `@fluentui/react-aria`
|
|
105
|
+
- fix: add cleanup for timeout in announce ([PR #31264](https://github.com/microsoft/fluentui/pull/31264) by sarah.higley@microsoft.com)
|
|
106
|
+
- `@fluentui/react-avatar`
|
|
107
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
108
|
+
- `@fluentui/react-badge`
|
|
109
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
110
|
+
- `@fluentui/react-breadcrumb`
|
|
111
|
+
- chore: replace usage of .shorthands() in styles ([PR #31448](https://github.com/microsoft/fluentui/pull/31448) by olfedias@microsoft.com)
|
|
112
|
+
- `@fluentui/react-button`
|
|
113
|
+
- chore: migrate .shorthands() [cxe-red] ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
114
|
+
- `@fluentui/react-calendar-compat`
|
|
115
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
116
|
+
- `@fluentui/react-card`
|
|
117
|
+
- chore: replace usage of .shorthands() in styles ([PR #31448](https://github.com/microsoft/fluentui/pull/31448) by olfedias@microsoft.com)
|
|
118
|
+
- `@fluentui/react-checkbox`
|
|
119
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
120
|
+
- `@fluentui/react-combobox`
|
|
121
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
122
|
+
- `@fluentui/react-dialog`
|
|
123
|
+
- chore(Dialog): migrate to new motion APIs ([PR #31380](https://github.com/microsoft/fluentui/pull/31380) by olfedias@microsoft.com)
|
|
124
|
+
- `@fluentui/react-drawer`
|
|
125
|
+
- fix(OverlayDrawer): unlock scroll when reduced motion is enabled ([PR #31380](https://github.com/microsoft/fluentui/pull/31380) by olfedias@microsoft.com)
|
|
126
|
+
- chore: replace usage of .shorthands() in styles ([PR #31448](https://github.com/microsoft/fluentui/pull/31448) by olfedias@microsoft.com)
|
|
127
|
+
- `@fluentui/react-image`
|
|
128
|
+
- chore: replace usage of .shorthands() in styles ([PR #31448](https://github.com/microsoft/fluentui/pull/31448) by olfedias@microsoft.com)
|
|
129
|
+
- `@fluentui/react-infolabel`
|
|
130
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
131
|
+
- `@fluentui/react-input`
|
|
132
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
133
|
+
- `@fluentui/react-link`
|
|
134
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
135
|
+
- `@fluentui/react-list-preview`
|
|
136
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
137
|
+
- `@fluentui/react-menu`
|
|
138
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
139
|
+
- `@fluentui/react-message-bar`
|
|
140
|
+
- chore: replace usage of .shorthands() in styles ([PR #31458](https://github.com/microsoft/fluentui/pull/31458) by olfedias@microsoft.com)
|
|
141
|
+
- `@fluentui/react-migration-v0-v9`
|
|
142
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
143
|
+
- `@fluentui/react-nav-preview`
|
|
144
|
+
- chore: replace usage of .shorthands() in styles ([PR #31458](https://github.com/microsoft/fluentui/pull/31458) by olfedias@microsoft.com)
|
|
145
|
+
- `@fluentui/react-popover`
|
|
146
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
147
|
+
- `@fluentui/react-positioning`
|
|
148
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
149
|
+
- `@fluentui/react-progress`
|
|
150
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
151
|
+
- `@fluentui/react-provider`
|
|
152
|
+
- fix: Update IconDirectionContextProvider imports to use export map ([PR #31006](https://github.com/microsoft/fluentui/pull/31006) by ololubek@microsoft.com)
|
|
153
|
+
- `@fluentui/react-radio`
|
|
154
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
155
|
+
- `@fluentui/react-rating`
|
|
156
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
157
|
+
- `@fluentui/react-select`
|
|
158
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
159
|
+
- `@fluentui/react-skeleton`
|
|
160
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
161
|
+
- `@fluentui/react-slider`
|
|
162
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
163
|
+
- `@fluentui/react-spinbutton`
|
|
164
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
165
|
+
- `@fluentui/react-swatch-picker`
|
|
166
|
+
- chore: replace usage of .shorthands() in styles ([PR #31448](https://github.com/microsoft/fluentui/pull/31448) by olfedias@microsoft.com)
|
|
167
|
+
- `@fluentui/react-switch`
|
|
168
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
169
|
+
- `@fluentui/react-table`
|
|
170
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
171
|
+
- `@fluentui/react-tabs`
|
|
172
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
173
|
+
- `@fluentui/react-tabster`
|
|
174
|
+
- fix: bump tabster to 7.1.4 containing fix for https://github.com/microsoft/tabster/issues/374. ([PR #31413](https://github.com/microsoft/fluentui/pull/31413) by marata@microsoft.com)
|
|
175
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
176
|
+
- `@fluentui/react-tag-picker`
|
|
177
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
178
|
+
- `@fluentui/react-tags`
|
|
179
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
180
|
+
- `@fluentui/react-teaching-popover`
|
|
181
|
+
- chore: replace usage of .shorthands() in styles ([PR #31458](https://github.com/microsoft/fluentui/pull/31458) by olfedias@microsoft.com)
|
|
182
|
+
- `@fluentui/react-text`
|
|
183
|
+
- chore: replace usage of .shorthands() in styles ([PR #31448](https://github.com/microsoft/fluentui/pull/31448) by olfedias@microsoft.com)
|
|
184
|
+
- `@fluentui/react-textarea`
|
|
185
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
186
|
+
- `@fluentui/react-toast`
|
|
187
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
188
|
+
- `@fluentui/react-toolbar`
|
|
189
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
190
|
+
- `@fluentui/react-tooltip`
|
|
191
|
+
- chore: replace usage of .shorthands() in styles ([PR #31449](https://github.com/microsoft/fluentui/pull/31449) by olfedias@microsoft.com)
|
|
192
|
+
- `@fluentui/react-tree`
|
|
193
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
194
|
+
|
|
195
|
+
### Changes
|
|
196
|
+
|
|
197
|
+
- `@fluentui/react-alert`
|
|
198
|
+
- chore: replace usage of .shorthands() in styles ([PR #31458](https://github.com/microsoft/fluentui/pull/31458) by olfedias@microsoft.com)
|
|
199
|
+
|
|
7
200
|
## [9.52.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.52.0)
|
|
8
201
|
|
|
9
|
-
Mon, 20 May 2024 12:
|
|
202
|
+
Mon, 20 May 2024 12:44:50 GMT
|
|
10
203
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.51.1..@fluentui/react-components_v9.52.0)
|
|
11
204
|
|
|
12
205
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ import { AriaLiveAnnouncerProps } from '@fluentui/react-aria';
|
|
|
44
44
|
import { AriaLiveAnnouncerState } from '@fluentui/react-aria';
|
|
45
45
|
import { arrowHeights } from '@fluentui/react-popover';
|
|
46
46
|
import { assertSlots } from '@fluentui/react-utilities';
|
|
47
|
+
import { AtomMotion } from '@fluentui/react-motion';
|
|
48
|
+
import { AtomMotionFn } from '@fluentui/react-motion';
|
|
47
49
|
import { Avatar } from '@fluentui/react-avatar';
|
|
48
50
|
import { avatarClassNames } from '@fluentui/react-avatar';
|
|
49
51
|
import { AvatarGroup } from '@fluentui/react-avatar';
|
|
@@ -188,6 +190,8 @@ import { createFocusOutlineStyle } from '@fluentui/react-tabster';
|
|
|
188
190
|
import { CreateFocusOutlineStyleOptions } from '@fluentui/react-tabster';
|
|
189
191
|
import { createHighContrastTheme } from '@fluentui/react-theme';
|
|
190
192
|
import { createLightTheme } from '@fluentui/react-theme';
|
|
193
|
+
import { createMotionComponent } from '@fluentui/react-motion';
|
|
194
|
+
import { createPresenceComponent } from '@fluentui/react-motion';
|
|
191
195
|
import { createTableColumn } from '@fluentui/react-table';
|
|
192
196
|
import { CreateTableColumnOptions } from '@fluentui/react-table';
|
|
193
197
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
@@ -254,9 +258,11 @@ import { DialogContentProps } from '@fluentui/react-dialog';
|
|
|
254
258
|
import { DialogContentSlots } from '@fluentui/react-dialog';
|
|
255
259
|
import { DialogContentState } from '@fluentui/react-dialog';
|
|
256
260
|
import { DialogContextValue } from '@fluentui/react-dialog';
|
|
261
|
+
import { DialogModalType } from '@fluentui/react-dialog';
|
|
257
262
|
import { DialogOpenChangeData } from '@fluentui/react-dialog';
|
|
258
263
|
import { DialogOpenChangeEvent } from '@fluentui/react-dialog';
|
|
259
264
|
import { DialogProps } from '@fluentui/react-dialog';
|
|
265
|
+
import { DialogProvider } from '@fluentui/react-dialog';
|
|
260
266
|
import { DialogSlots } from '@fluentui/react-dialog';
|
|
261
267
|
import { DialogState } from '@fluentui/react-dialog';
|
|
262
268
|
import { DialogSurface } from '@fluentui/react-dialog';
|
|
@@ -551,6 +557,9 @@ import { MessageBarTitleProps } from '@fluentui/react-message-bar';
|
|
|
551
557
|
import { MessageBarTitleSlots } from '@fluentui/react-message-bar';
|
|
552
558
|
import { MessageBarTitleState } from '@fluentui/react-message-bar';
|
|
553
559
|
import { MessageBarTransitionContextValue } from '@fluentui/react-message-bar';
|
|
560
|
+
import { MotionComponentProps } from '@fluentui/react-motion';
|
|
561
|
+
import { MotionImperativeRef } from '@fluentui/react-motion';
|
|
562
|
+
import { motionTokens } from '@fluentui/react-motion';
|
|
554
563
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
555
564
|
import { OnSelectionChangeCallback } from '@fluentui/react-utilities';
|
|
556
565
|
import { OnSelectionChangeData } from '@fluentui/react-utilities';
|
|
@@ -624,8 +633,12 @@ import { PresenceBadgeState } from '@fluentui/react-badge';
|
|
|
624
633
|
import { PresenceBadgeStatus } from '@fluentui/react-badge';
|
|
625
634
|
import { presenceBlockedRegular } from '@fluentui/react-badge';
|
|
626
635
|
import { presenceBusyFilled } from '@fluentui/react-badge';
|
|
636
|
+
import { PresenceComponentProps } from '@fluentui/react-motion';
|
|
627
637
|
import { presenceDndFilled } from '@fluentui/react-badge';
|
|
628
638
|
import { presenceDndRegular } from '@fluentui/react-badge';
|
|
639
|
+
import { PresenceGroup } from '@fluentui/react-motion';
|
|
640
|
+
import { PresenceMotion } from '@fluentui/react-motion';
|
|
641
|
+
import { PresenceMotionFn } from '@fluentui/react-motion';
|
|
629
642
|
import { presenceOfflineRegular } from '@fluentui/react-badge';
|
|
630
643
|
import { presenceOofRegular } from '@fluentui/react-badge';
|
|
631
644
|
import { presenceUnknownRegular } from '@fluentui/react-badge';
|
|
@@ -1291,6 +1304,7 @@ import { useAccordionItemStyles_unstable } from '@fluentui/react-accordion';
|
|
|
1291
1304
|
import { useAccordionPanel_unstable } from '@fluentui/react-accordion';
|
|
1292
1305
|
import { useAccordionPanelStyles_unstable } from '@fluentui/react-accordion';
|
|
1293
1306
|
import { useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
1307
|
+
import { useAnimationFrame } from '@fluentui/react-utilities';
|
|
1294
1308
|
import { useAnnounce } from '@fluentui/react-shared-contexts';
|
|
1295
1309
|
import { useAriaLiveAnnouncer_unstable } from '@fluentui/react-aria';
|
|
1296
1310
|
import { useAriaLiveAnnouncerContextValues_unstable } from '@fluentui/react-aria';
|
|
@@ -1650,6 +1664,7 @@ import { useTextarea_unstable } from '@fluentui/react-textarea';
|
|
|
1650
1664
|
import { useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
1651
1665
|
import { useTextStyles_unstable } from '@fluentui/react-text';
|
|
1652
1666
|
import { useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
1667
|
+
import { useTimeout } from '@fluentui/react-utilities';
|
|
1653
1668
|
import { useToast_unstable } from '@fluentui/react-toast';
|
|
1654
1669
|
import { useToastBody_unstable } from '@fluentui/react-toast';
|
|
1655
1670
|
import { useToastBodyStyles_unstable } from '@fluentui/react-toast';
|
|
@@ -1789,6 +1804,10 @@ export { arrowHeights }
|
|
|
1789
1804
|
|
|
1790
1805
|
export { assertSlots }
|
|
1791
1806
|
|
|
1807
|
+
export { AtomMotion }
|
|
1808
|
+
|
|
1809
|
+
export { AtomMotionFn }
|
|
1810
|
+
|
|
1792
1811
|
export { Avatar }
|
|
1793
1812
|
|
|
1794
1813
|
export { avatarClassNames }
|
|
@@ -2077,6 +2096,10 @@ export { createHighContrastTheme }
|
|
|
2077
2096
|
|
|
2078
2097
|
export { createLightTheme }
|
|
2079
2098
|
|
|
2099
|
+
export { createMotionComponent }
|
|
2100
|
+
|
|
2101
|
+
export { createPresenceComponent }
|
|
2102
|
+
|
|
2080
2103
|
export { createTableColumn }
|
|
2081
2104
|
|
|
2082
2105
|
export { CreateTableColumnOptions }
|
|
@@ -2209,12 +2232,16 @@ export { DialogContentState }
|
|
|
2209
2232
|
|
|
2210
2233
|
export { DialogContextValue }
|
|
2211
2234
|
|
|
2235
|
+
export { DialogModalType }
|
|
2236
|
+
|
|
2212
2237
|
export { DialogOpenChangeData }
|
|
2213
2238
|
|
|
2214
2239
|
export { DialogOpenChangeEvent }
|
|
2215
2240
|
|
|
2216
2241
|
export { DialogProps }
|
|
2217
2242
|
|
|
2243
|
+
export { DialogProvider }
|
|
2244
|
+
|
|
2218
2245
|
export { DialogSlots }
|
|
2219
2246
|
|
|
2220
2247
|
export { DialogState }
|
|
@@ -2803,6 +2830,12 @@ export { MessageBarTitleState }
|
|
|
2803
2830
|
|
|
2804
2831
|
export { MessageBarTransitionContextValue }
|
|
2805
2832
|
|
|
2833
|
+
export { MotionComponentProps }
|
|
2834
|
+
|
|
2835
|
+
export { MotionImperativeRef }
|
|
2836
|
+
|
|
2837
|
+
export { motionTokens }
|
|
2838
|
+
|
|
2806
2839
|
export { OnOpenChangeData }
|
|
2807
2840
|
|
|
2808
2841
|
export { OnSelectionChangeCallback }
|
|
@@ -2949,10 +2982,18 @@ export { presenceBlockedRegular }
|
|
|
2949
2982
|
|
|
2950
2983
|
export { presenceBusyFilled }
|
|
2951
2984
|
|
|
2985
|
+
export { PresenceComponentProps }
|
|
2986
|
+
|
|
2952
2987
|
export { presenceDndFilled }
|
|
2953
2988
|
|
|
2954
2989
|
export { presenceDndRegular }
|
|
2955
2990
|
|
|
2991
|
+
export { PresenceGroup }
|
|
2992
|
+
|
|
2993
|
+
export { PresenceMotion }
|
|
2994
|
+
|
|
2995
|
+
export { PresenceMotionFn }
|
|
2996
|
+
|
|
2956
2997
|
export { presenceOfflineRegular }
|
|
2957
2998
|
|
|
2958
2999
|
export { presenceOofRegular }
|
|
@@ -4283,6 +4324,8 @@ export { useAccordionPanelStyles_unstable }
|
|
|
4283
4324
|
|
|
4284
4325
|
export { useAccordionStyles_unstable }
|
|
4285
4326
|
|
|
4327
|
+
export { useAnimationFrame }
|
|
4328
|
+
|
|
4286
4329
|
export { useAnnounce }
|
|
4287
4330
|
|
|
4288
4331
|
export { useAriaLiveAnnouncer_unstable }
|
|
@@ -5001,6 +5044,8 @@ export { useTextStyles_unstable }
|
|
|
5001
5044
|
|
|
5002
5045
|
export { useThemeClassName }
|
|
5003
5046
|
|
|
5047
|
+
export { useTimeout }
|
|
5048
|
+
|
|
5004
5049
|
export { useToast_unstable }
|
|
5005
5050
|
|
|
5006
5051
|
export { useToastBody_unstable }
|
package/lib/index.js
CHANGED
|
@@ -10,7 +10,7 @@ getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, // g
|
|
|
10
10
|
// eslint-disable-next-line deprecation/deprecation
|
|
11
11
|
getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, // resolveShorthand is deprecated but removing it would be a breaking change
|
|
12
12
|
// eslint-disable-next-line deprecation/deprecation
|
|
13
|
-
resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth, useSelection } from '@fluentui/react-utilities';
|
|
13
|
+
resolveShorthand, SSRProvider, useAnimationFrame, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth, useSelection, useTimeout } from '@fluentui/react-utilities';
|
|
14
14
|
// Components
|
|
15
15
|
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';
|
|
16
16
|
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, useAvatarGroupPopoverContextValues_unstable, useAvatarGroupPopover_unstable, useAvatarGroupContext_unstable, partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -40,7 +40,7 @@ export { Body1, Body1Strong, Body1Stronger, Body2, Caption1, Caption1Strong, Cap
|
|
|
40
40
|
export { Textarea, textareaClassNames, renderTextarea_unstable, useTextarea_unstable, useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
41
41
|
export { Tooltip, renderTooltip_unstable, tooltipClassNames, useTooltip_unstable, useTooltipStyles_unstable } from '@fluentui/react-tooltip';
|
|
42
42
|
export { resolvePositioningShorthand } from '@fluentui/react-positioning';
|
|
43
|
-
export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable } from '@fluentui/react-dialog';
|
|
43
|
+
export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable, DialogProvider } from '@fluentui/react-dialog';
|
|
44
44
|
export { ProgressBar, progressBarClassNames, renderProgressBar_unstable, useProgressBarStyles_unstable, useProgressBar_unstable } from '@fluentui/react-progress';
|
|
45
45
|
export { Overflow, OverflowItem, OverflowDivider, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowCount, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM, DATA_OVERFLOW_DIVIDER, useOverflowVisibility } from '@fluentui/react-overflow';
|
|
46
46
|
export { Toolbar, ToolbarButton, useToolbarButtonStyles_unstable, useToolbarButton_unstable, ToolbarRadioButton, useToolbarRadioButton_unstable, useToolbarRadioButtonStyles_unstable, ToolbarDivider, useToolbarDivider_unstable, ToolbarGroup, useToolbarGroupStyles_unstable, useToolbarGroup_unstable, renderToolbarGroup_unstable, toolbarGroupClassNames, ToolbarToggleButton, useToolbarToggleButtonStyles_unstable, useToolbarToggleButton_unstable, renderToolbar_unstable, toolbarClassNames, useToolbar_unstable, useToolbarDividerStyles_unstable, useToolbarStyles_unstable, ToolbarRadioGroup } from '@fluentui/react-toolbar';
|
|
@@ -60,3 +60,4 @@ export { SearchBox, renderSearchBox_unstable, searchBoxClassNames, useSearchBoxS
|
|
|
60
60
|
export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingPopoverHeader_unstable, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable, TeachingPopoverBody, teachingPopoverBodyClassNames, renderTeachingPopoverBody_unstable, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable, TeachingPopoverCarouselCard, teachingPopoverCarouselCardClassNames, renderTeachingPopoverCarouselCard_unstable, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable, TeachingPopoverCarousel, teachingPopoverCarouselClassNames, renderTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselContextValues_unstable, TeachingPopoverCarouselFooter, teachingPopoverCarouselFooterClassNames, renderTeachingPopoverCarouselFooter_unstable, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable, TeachingPopoverCarouselNav, teachingPopoverCarouselNavClassNames, renderTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable, TeachingPopoverCarouselNavButton, teachingPopoverCarouselNavButtonClassNames, renderTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable, TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable, TeachingPopoverTitle, teachingPopoverTitleClassNames, renderTeachingPopoverTitle_unstable, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable, TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable, TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, TeachingPopoverFooter, teachingPopoverFooterClassNames, renderTeachingPopoverFooter_unstable, useTeachingPopoverFooter_unstable, TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from '@fluentui/react-teaching-popover';
|
|
61
61
|
export { TagPicker, renderTagPicker_unstable, useTagPicker_unstable, TagPickerInput, tagPickerInputClassNames, renderTagPickerInput_unstable, useTagPickerInputStyles_unstable, useTagPickerInput_unstable, TagPickerList, tagPickerListClassNames, renderTagPickerList_unstable, useTagPickerListStyles_unstable, useTagPickerList_unstable, TagPickerButton, tagPickerButtonClassNames, renderTagPickerButton_unstable, useTagPickerButtonStyles_unstable, useTagPickerButton_unstable, TagPickerControl, tagPickerControlClassNames, renderTagPickerControl_unstable, useTagPickerControlStyles_unstable, useTagPickerControl_unstable, TagPickerOption, tagPickerOptionClassNames, renderTagPickerOption_unstable, useTagPickerOptionStyles_unstable, useTagPickerOption_unstable, TagPickerGroup, tagPickerGroupClassNames, renderTagPickerGroup_unstable, useTagPickerGroupStyles_unstable, useTagPickerGroup_unstable, TagPickerOptionGroup, tagPickerOptionGroupClassNames, renderTagPickerOptionGroup, useTagPickerOptionGroupStyles, useTagPickerOptionGroup, useTagPickerFilter } from '@fluentui/react-tag-picker';
|
|
62
62
|
export { SwatchPicker, renderSwatchPicker_unstable, useSwatchPickerStyles_unstable, useSwatchPicker_unstable, swatchPickerClassNames, SwatchPickerProvider, swatchPickerContextDefaultValue, useSwatchPickerContextValue_unstable, useSwatchPickerContextValues, ColorSwatch, renderColorSwatch_unstable, useColorSwatchStyles_unstable, useColorSwatch_unstable, colorSwatchClassNames, swatchCSSVars, ImageSwatch, renderImageSwatch_unstable, useImageSwatchStyles_unstable, useImageSwatch_unstable, imageSwatchClassNames, SwatchPickerRow, renderSwatchPickerRow_unstable, useSwatchPickerRowStyles_unstable, useSwatchPickerRow_unstable, swatchPickerRowClassNames, renderSwatchPickerGrid, EmptySwatch, renderEmptySwatch_unstable, useEmptySwatchStyles_unstable, useEmptySwatch_unstable, emptySwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
63
|
+
export { motionTokens, createMotionComponent, createPresenceComponent, PresenceGroup } from '@fluentui/react-motion';
|