@fluentui/react-components 9.3.2 → 9.5.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 +673 -1
- package/CHANGELOG.md +185 -2
- package/dist/index.d.ts +183 -0
- package/dist/unstable.d.ts +24 -144
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +213 -3
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +36 -162
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +38 -36
- package/unstable/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,195 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 10:59:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.5.0)
|
|
8
|
+
|
|
9
|
+
Thu, 13 Oct 2022 10:59:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.4.0..@fluentui/react-components_v9.5.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Re-export Portal component and related bits ([PR #25047](https://github.com/microsoft/fluentui/pull/25047) by mgodbolt@microsoft.com)
|
|
16
|
+
- feat: react-dialog stable release ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by bernardo.sunderhus@gmail.com)
|
|
17
|
+
|
|
18
|
+
### Patches
|
|
19
|
+
|
|
20
|
+
- `@fluentui/react-accordion`
|
|
21
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
22
|
+
- `@fluentui/react-avatar`
|
|
23
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
24
|
+
- `@fluentui/react-badge`
|
|
25
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
26
|
+
- `@fluentui/react-button`
|
|
27
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
28
|
+
- feat: Adding subtle transition between states on Button components. ([PR #25106](https://github.com/microsoft/fluentui/pull/25106) by makotom@microsoft.com)
|
|
29
|
+
- `@fluentui/react-checkbox`
|
|
30
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
31
|
+
- `@fluentui/react-components`
|
|
32
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
33
|
+
- docs: update Icon docs with examples ([PR #24768](https://github.com/microsoft/fluentui/pull/24768) by ololubek@microsoft.com)
|
|
34
|
+
- `@fluentui/react-dialog`
|
|
35
|
+
- feat: react-dialog stable release ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by bernardo.sunderhus@gmail.com)
|
|
36
|
+
- `@fluentui/react-divider`
|
|
37
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
38
|
+
- `@fluentui/react-image`
|
|
39
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
40
|
+
- `@fluentui/react-input`
|
|
41
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
42
|
+
- `@fluentui/react-label`
|
|
43
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
44
|
+
- `@fluentui/react-link`
|
|
45
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
46
|
+
- `@fluentui/react-menu`
|
|
47
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
48
|
+
- chore: improves MenuTrigger types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- fix: Menu trigger should be focused when menu is closed with keyboard ([PR #25165](https://github.com/microsoft/fluentui/pull/25165) by lingfangao@hotmail.com)
|
|
50
|
+
- `@fluentui/react-persona`
|
|
51
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
52
|
+
- chore: Add unit and conformance tests. ([PR #25007](https://github.com/microsoft/fluentui/pull/25007) by esteban.230@hotmail.com)
|
|
53
|
+
- chore: Adding bundle-size command for bundle-size fixtures. ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by esteban.230@hotmail.com)
|
|
54
|
+
- `@fluentui/react-popover`
|
|
55
|
+
- chore: improves PopoverTrigger types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
56
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
57
|
+
- `@fluentui/react-portal`
|
|
58
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
59
|
+
- `@fluentui/react-positioning`
|
|
60
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
61
|
+
- fix `usePositioning` to reset `overrideTargetRef` when target in hook options is undefined ([PR #25135](https://github.com/microsoft/fluentui/pull/25135) by yuanboxue@microsoft.com)
|
|
62
|
+
- `@fluentui/react-provider`
|
|
63
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
64
|
+
- `@fluentui/react-radio`
|
|
65
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
66
|
+
- `@fluentui/react-slider`
|
|
67
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
68
|
+
- `@fluentui/react-spinbutton`
|
|
69
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
70
|
+
- `@fluentui/react-spinner`
|
|
71
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
72
|
+
- `@fluentui/react-switch`
|
|
73
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
74
|
+
- `@fluentui/react-tabs`
|
|
75
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
76
|
+
- `@fluentui/react-tabster`
|
|
77
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
78
|
+
- `@fluentui/react-text`
|
|
79
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
80
|
+
- `@fluentui/react-textarea`
|
|
81
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
82
|
+
- `@fluentui/react-tooltip`
|
|
83
|
+
- chore: improves Tooltip types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- fix: The Tooltip should not hide if it gets keyboard focus ([PR #25138](https://github.com/microsoft/fluentui/pull/25138) by behowell@microsoft.com)
|
|
85
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
86
|
+
- `@fluentui/react-utilities`
|
|
87
|
+
- chore: restricts trigger API types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
88
|
+
|
|
89
|
+
### Changes
|
|
90
|
+
|
|
91
|
+
- `@fluentui/priority-overflow`
|
|
92
|
+
- feat: Adds API to register overflow menus for better available space calculation ([PR #25091](https://github.com/microsoft/fluentui/pull/25091) by lingfangao@hotmail.com)
|
|
93
|
+
- new overflow items should only be enqueued while observing ([PR #25122](https://github.com/microsoft/fluentui/pull/25122) by lingfangao@hotmail.com)
|
|
94
|
+
- `@fluentui/react-alert`
|
|
95
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
96
|
+
- `@fluentui/react-card`
|
|
97
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
98
|
+
- `@fluentui/react-combobox`
|
|
99
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
100
|
+
- fix: add ScrollIntoView hook for Listbox options ([PR #25080](https://github.com/microsoft/fluentui/pull/25080) by sarah.higley@microsoft.com)
|
|
101
|
+
- feat: export contexts from react-combobox ([PR #25099](https://github.com/microsoft/fluentui/pull/25099) by sarah.higley@microsoft.com)
|
|
102
|
+
- fix: Dropdown arrow icon layout when no placeholder or value is present ([PR #25049](https://github.com/microsoft/fluentui/pull/25049) by sarah.higley@microsoft.com)
|
|
103
|
+
- `@fluentui/react-conformance-griffel`
|
|
104
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
105
|
+
- `@fluentui/react-dialog`
|
|
106
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
107
|
+
- feat: focus on surface if no focusable element is available ([PR #25173](https://github.com/microsoft/fluentui/pull/25173) by bernardo.sunderhus@gmail.com)
|
|
108
|
+
- chore: improves DialogTrigger types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
109
|
+
- chore: cleanups in types ([PR #25070](https://github.com/microsoft/fluentui/pull/25070) by bernardo.sunderhus@gmail.com)
|
|
110
|
+
- fix: aria-* properties should be reassignable ([PR #25092](https://github.com/microsoft/fluentui/pull/25092) by bernardo.sunderhus@gmail.com)
|
|
111
|
+
- `@fluentui/react-field`
|
|
112
|
+
- Add ProgressField to @fluentui/react-field ([PR #25103](https://github.com/microsoft/fluentui/pull/25103) by ololubek@microsoft.com)
|
|
113
|
+
- fix: CheckboxField to set a generated ID on the input, to match the label's htmlFor ([PR #25079](https://github.com/microsoft/fluentui/pull/25079) by behowell@microsoft.com)
|
|
114
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
115
|
+
- fix: Field should have block layout, not inline ([PR #25126](https://github.com/microsoft/fluentui/pull/25126) by behowell@microsoft.com)
|
|
116
|
+
- `@fluentui/react-overflow`
|
|
117
|
+
- fix: useOverflowMenu should register overflow menu ([PR #25091](https://github.com/microsoft/fluentui/pull/25091) by lingfangao@hotmail.com)
|
|
118
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
119
|
+
- `@fluentui/react-progress`
|
|
120
|
+
- chore: Add vr and conformance tests. ([PR #25105](https://github.com/microsoft/fluentui/pull/25105) by ololubek@microsoft.com)
|
|
121
|
+
- Add justify-self styling to Progress styles ([PR #25103](https://github.com/microsoft/fluentui/pull/25103) by ololubek@microsoft.com)
|
|
122
|
+
- Add documentation ([PR #25194](https://github.com/microsoft/fluentui/pull/25194) by ololubek@microsoft.com)
|
|
123
|
+
- fix: Progress should set aria-valuemin and aria-valuemax when the value is 0 ([PR #25198](https://github.com/microsoft/fluentui/pull/25198) by behowell@microsoft.com)
|
|
124
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
125
|
+
- `@fluentui/react-select`
|
|
126
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
127
|
+
- `@fluentui/react-table`
|
|
128
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
129
|
+
- BREAKING: refactor `useTable` to be composable ([PR #24947](https://github.com/microsoft/fluentui/pull/24947) by lingfangao@hotmail.com)
|
|
130
|
+
- `@fluentui/react-toolbar`
|
|
131
|
+
- fix: Toolbar selection should work ([PR #25153](https://github.com/microsoft/fluentui/pull/25153) by lingfangao@hotmail.com)
|
|
132
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
133
|
+
|
|
134
|
+
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.4.0)
|
|
135
|
+
|
|
136
|
+
Mon, 03 Oct 2022 22:24:33 GMT
|
|
137
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.3.2..@fluentui/react-components_v9.4.0)
|
|
138
|
+
|
|
139
|
+
### Minor changes
|
|
140
|
+
|
|
141
|
+
- `@fluentui/react-avatar`
|
|
142
|
+
- feat: Implement avatar context for slot overrides ([PR #24807](https://github.com/microsoft/fluentui/pull/24807) by lingfangao@hotmail.com)
|
|
143
|
+
- feat: Avatar's aria label includes 'active' or 'inactive' when using the active prop ([PR #24901](https://github.com/microsoft/fluentui/pull/24901) by behowell@microsoft.com)
|
|
144
|
+
- `@fluentui/react-components`
|
|
145
|
+
- feat: Moving Persona to unstable. ([PR #25008](https://github.com/microsoft/fluentui/pull/25008) by esteban.230@hotmail.com)
|
|
146
|
+
- `@fluentui/react-input`
|
|
147
|
+
- chore: Deprecating filled with shadow appearance variant. ([PR #24900](https://github.com/microsoft/fluentui/pull/24900) by esteban.230@hotmail.com)
|
|
148
|
+
- `@fluentui/react-persona`
|
|
149
|
+
- feat: Publishing package. ([PR #25008](https://github.com/microsoft/fluentui/pull/25008) by esteban.230@hotmail.com)
|
|
150
|
+
|
|
151
|
+
### Patches
|
|
152
|
+
|
|
153
|
+
- `@fluentui/react-aria`
|
|
154
|
+
- chore: user defined tabIndex should prevail aria-button defined ([PR #24962](https://github.com/microsoft/fluentui/pull/24962) by bernardo.sunderhus@gmail.com)
|
|
155
|
+
- `@fluentui/react-avatar`
|
|
156
|
+
- fix: Make AvatarGroupPopover's focus indicator the same for all layouts. ([PR #25006](https://github.com/microsoft/fluentui/pull/25006) by esteban.230@hotmail.com)
|
|
157
|
+
- `@fluentui/react-badge`
|
|
158
|
+
- fix: CounterBadge now always renders its children if provided ([PR #24916](https://github.com/microsoft/fluentui/pull/24916) by behowell@microsoft.com)
|
|
159
|
+
- `@fluentui/react-checkbox`
|
|
160
|
+
- fix: Checkbox's label shouldn't have a pointer cursor when disabled ([PR #25018](https://github.com/microsoft/fluentui/pull/25018) by behowell@microsoft.com)
|
|
161
|
+
- fix: Making the hidden input only cover the indicator and not also the label. ([PR #24638](https://github.com/microsoft/fluentui/pull/24638) by makotom@microsoft.com)
|
|
162
|
+
- `@fluentui/react-components`
|
|
163
|
+
- feat: exports DialogContent as unstable ([PR #24943](https://github.com/microsoft/fluentui/pull/24943) by bernardo.sunderhus@gmail.com)
|
|
164
|
+
- `@fluentui/react-menu`
|
|
165
|
+
- fix: Menu triggers no longer take focus when they are mounted ([PR #25016](https://github.com/microsoft/fluentui/pull/25016) by behowell@microsoft.com)
|
|
166
|
+
- `@fluentui/react-persona`
|
|
167
|
+
- docs: Add migration guide. ([PR #25022](https://github.com/microsoft/fluentui/pull/25022) by esteban.230@hotmail.com)
|
|
168
|
+
- `@fluentui/react-popover`
|
|
169
|
+
- fix: update popover role to be note when it does not trap focus ([PR #24897](https://github.com/microsoft/fluentui/pull/24897) by sarah.higley@microsoft.com)
|
|
170
|
+
- `@fluentui/react-radio`
|
|
171
|
+
- fix: Making the hidden input only cover the indicator and not also the label. ([PR #25025](https://github.com/microsoft/fluentui/pull/25025) by humberto_makoto@hotmail.com)
|
|
172
|
+
- `@fluentui/react-switch`
|
|
173
|
+
- fix: Making the hidden input only cover the indicator and not also the label. ([PR #24638](https://github.com/microsoft/fluentui/pull/24638) by makotom@microsoft.com)
|
|
174
|
+
- fix: Switch's label shouldn't have a pointer cursor when disabled ([PR #25026](https://github.com/microsoft/fluentui/pull/25026) by behowell@microsoft.com)
|
|
175
|
+
- `@fluentui/react-tabster`
|
|
176
|
+
- fix: focus outline selectors are data attributes ([PR #24994](https://github.com/microsoft/fluentui/pull/24994) by lingfangao@hotmail.com)
|
|
177
|
+
- `@fluentui/react-textarea`
|
|
178
|
+
- chore: Deprecating filled with shadow appearance variant. ([PR #24900](https://github.com/microsoft/fluentui/pull/24900) by esteban.230@hotmail.com)
|
|
179
|
+
|
|
180
|
+
### Changes
|
|
181
|
+
|
|
182
|
+
- `@fluentui/react-dialog`
|
|
183
|
+
- feat: removes DialogSurface native dialog support ([PR #24979](https://github.com/microsoft/fluentui/pull/24979) by bernardo.sunderhus@gmail.com)
|
|
184
|
+
- `@fluentui/react-field`
|
|
185
|
+
- fix: Remove SwitchField's labelPosition prop, as it has no effect ([PR #24876](https://github.com/microsoft/fluentui/pull/24876) by behowell@microsoft.com)
|
|
186
|
+
- `@fluentui/react-table`
|
|
187
|
+
- feat: `noNativeElements` renders a flex layout ([PR #24913](https://github.com/microsoft/fluentui/pull/24913) by lingfangao@hotmail.com)
|
|
188
|
+
- feat: Use AvatarContext to override avatar size ([PR #24807](https://github.com/microsoft/fluentui/pull/24807) by lingfangao@hotmail.com)
|
|
189
|
+
|
|
7
190
|
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.3.2)
|
|
8
191
|
|
|
9
|
-
Fri, 23 Sep 2022 10:32:
|
|
192
|
+
Fri, 23 Sep 2022 10:32:29 GMT
|
|
10
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.3.1..@fluentui/react-components_v9.3.2)
|
|
11
194
|
|
|
12
195
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -90,6 +90,43 @@ import { createHighContrastTheme } from '@fluentui/react-theme';
|
|
|
90
90
|
import { createLightTheme } from '@fluentui/react-theme';
|
|
91
91
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
92
92
|
import { CurveTokens } from '@fluentui/react-theme';
|
|
93
|
+
import { Dialog } from '@fluentui/react-dialog';
|
|
94
|
+
import { DialogActions } from '@fluentui/react-dialog';
|
|
95
|
+
import { dialogActionsClassNames } from '@fluentui/react-dialog';
|
|
96
|
+
import { DialogActionsPosition } from '@fluentui/react-dialog';
|
|
97
|
+
import { DialogActionsProps } from '@fluentui/react-dialog';
|
|
98
|
+
import { DialogActionsSlots } from '@fluentui/react-dialog';
|
|
99
|
+
import { DialogActionsState } from '@fluentui/react-dialog';
|
|
100
|
+
import { DialogBody } from '@fluentui/react-dialog';
|
|
101
|
+
import { dialogBodyClassNames } from '@fluentui/react-dialog';
|
|
102
|
+
import { DialogBodyProps } from '@fluentui/react-dialog';
|
|
103
|
+
import { DialogBodySlots } from '@fluentui/react-dialog';
|
|
104
|
+
import { DialogBodyState } from '@fluentui/react-dialog';
|
|
105
|
+
import { DialogContent } from '@fluentui/react-dialog';
|
|
106
|
+
import { dialogContentClassNames } from '@fluentui/react-dialog';
|
|
107
|
+
import { DialogContentProps } from '@fluentui/react-dialog';
|
|
108
|
+
import { DialogContentSlots } from '@fluentui/react-dialog';
|
|
109
|
+
import { DialogContentState } from '@fluentui/react-dialog';
|
|
110
|
+
import { DialogOpenChangeData } from '@fluentui/react-dialog';
|
|
111
|
+
import { DialogOpenChangeEvent } from '@fluentui/react-dialog';
|
|
112
|
+
import { DialogProps } from '@fluentui/react-dialog';
|
|
113
|
+
import { DialogSlots } from '@fluentui/react-dialog';
|
|
114
|
+
import { DialogState } from '@fluentui/react-dialog';
|
|
115
|
+
import { DialogSurface } from '@fluentui/react-dialog';
|
|
116
|
+
import { dialogSurfaceClassNames } from '@fluentui/react-dialog';
|
|
117
|
+
import { DialogSurfaceProps } from '@fluentui/react-dialog';
|
|
118
|
+
import { DialogSurfaceSlots } from '@fluentui/react-dialog';
|
|
119
|
+
import { DialogSurfaceState } from '@fluentui/react-dialog';
|
|
120
|
+
import { DialogTitle } from '@fluentui/react-dialog';
|
|
121
|
+
import { dialogTitleClassNames } from '@fluentui/react-dialog';
|
|
122
|
+
import { DialogTitleProps } from '@fluentui/react-dialog';
|
|
123
|
+
import { DialogTitleSlots } from '@fluentui/react-dialog';
|
|
124
|
+
import { DialogTitleState } from '@fluentui/react-dialog';
|
|
125
|
+
import { DialogTrigger } from '@fluentui/react-dialog';
|
|
126
|
+
import { DialogTriggerAction } from '@fluentui/react-dialog';
|
|
127
|
+
import { DialogTriggerChildProps } from '@fluentui/react-dialog';
|
|
128
|
+
import { DialogTriggerProps } from '@fluentui/react-dialog';
|
|
129
|
+
import { DialogTriggerState } from '@fluentui/react-dialog';
|
|
93
130
|
import { Display } from '@fluentui/react-text';
|
|
94
131
|
import { displayClassNames } from '@fluentui/react-text';
|
|
95
132
|
import { Divider } from '@fluentui/react-divider';
|
|
@@ -231,6 +268,9 @@ import { PopoverSurfaceState } from '@fluentui/react-popover';
|
|
|
231
268
|
import { PopoverTrigger } from '@fluentui/react-popover';
|
|
232
269
|
import { PopoverTriggerProps } from '@fluentui/react-popover';
|
|
233
270
|
import { PopoverTriggerState } from '@fluentui/react-popover';
|
|
271
|
+
import { Portal } from '@fluentui/react-portal';
|
|
272
|
+
import { PortalProps } from '@fluentui/react-portal';
|
|
273
|
+
import { PortalState } from '@fluentui/react-portal';
|
|
234
274
|
import { PositioningImperativeRef } from '@fluentui/react-positioning';
|
|
235
275
|
import { PositioningProps } from '@fluentui/react-positioning';
|
|
236
276
|
import { PositioningShorthand } from '@fluentui/react-positioning';
|
|
@@ -266,6 +306,13 @@ import { renderBadge_unstable } from '@fluentui/react-badge';
|
|
|
266
306
|
import { renderButton_unstable } from '@fluentui/react-button';
|
|
267
307
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
268
308
|
import { renderCompoundButton_unstable } from '@fluentui/react-button';
|
|
309
|
+
import { renderDialog_unstable } from '@fluentui/react-dialog';
|
|
310
|
+
import { renderDialogActions_unstable } from '@fluentui/react-dialog';
|
|
311
|
+
import { renderDialogBody_unstable } from '@fluentui/react-dialog';
|
|
312
|
+
import { renderDialogContent_unstable } from '@fluentui/react-dialog';
|
|
313
|
+
import { renderDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
314
|
+
import { renderDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
315
|
+
import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
269
316
|
import { renderDivider_unstable } from '@fluentui/react-divider';
|
|
270
317
|
import { RendererProvider } from '@griffel/react';
|
|
271
318
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
@@ -288,6 +335,7 @@ import { renderMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
|
288
335
|
import { renderPopover_unstable } from '@fluentui/react-popover';
|
|
289
336
|
import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
|
|
290
337
|
import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
338
|
+
import { renderPortal_unstable } from '@fluentui/react-portal';
|
|
291
339
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
292
340
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
293
341
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
@@ -433,6 +481,18 @@ import { useCompoundButton_unstable } from '@fluentui/react-button';
|
|
|
433
481
|
import { useCompoundButtonStyles_unstable } from '@fluentui/react-button';
|
|
434
482
|
import { useCounterBadge_unstable } from '@fluentui/react-badge';
|
|
435
483
|
import { useCounterBadgeStyles_unstable } from '@fluentui/react-badge';
|
|
484
|
+
import { useDialog_unstable } from '@fluentui/react-dialog';
|
|
485
|
+
import { useDialogActions_unstable } from '@fluentui/react-dialog';
|
|
486
|
+
import { useDialogActionsStyles_unstable } from '@fluentui/react-dialog';
|
|
487
|
+
import { useDialogBody_unstable } from '@fluentui/react-dialog';
|
|
488
|
+
import { useDialogBodyStyles_unstable } from '@fluentui/react-dialog';
|
|
489
|
+
import { useDialogContent_unstable } from '@fluentui/react-dialog';
|
|
490
|
+
import { useDialogContentStyles_unstable } from '@fluentui/react-dialog';
|
|
491
|
+
import { useDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
492
|
+
import { useDialogSurfaceStyles_unstable } from '@fluentui/react-dialog';
|
|
493
|
+
import { useDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
494
|
+
import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
495
|
+
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
436
496
|
import { useDivider_unstable } from '@fluentui/react-divider';
|
|
437
497
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
438
498
|
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
@@ -492,6 +552,7 @@ import { usePopoverContext_unstable } from '@fluentui/react-popover';
|
|
|
492
552
|
import { usePopoverSurface_unstable } from '@fluentui/react-popover';
|
|
493
553
|
import { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';
|
|
494
554
|
import { usePopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
555
|
+
import { usePortal_unstable } from '@fluentui/react-portal';
|
|
495
556
|
import { usePresenceBadge_unstable } from '@fluentui/react-badge';
|
|
496
557
|
import { useRadio_unstable } from '@fluentui/react-radio';
|
|
497
558
|
import { useRadioGroup_unstable } from '@fluentui/react-radio';
|
|
@@ -713,6 +774,80 @@ export { createTeamsDarkTheme }
|
|
|
713
774
|
|
|
714
775
|
export { CurveTokens }
|
|
715
776
|
|
|
777
|
+
export { Dialog }
|
|
778
|
+
|
|
779
|
+
export { DialogActions }
|
|
780
|
+
|
|
781
|
+
export { dialogActionsClassNames }
|
|
782
|
+
|
|
783
|
+
export { DialogActionsPosition }
|
|
784
|
+
|
|
785
|
+
export { DialogActionsProps }
|
|
786
|
+
|
|
787
|
+
export { DialogActionsSlots }
|
|
788
|
+
|
|
789
|
+
export { DialogActionsState }
|
|
790
|
+
|
|
791
|
+
export { DialogBody }
|
|
792
|
+
|
|
793
|
+
export { dialogBodyClassNames }
|
|
794
|
+
|
|
795
|
+
export { DialogBodyProps }
|
|
796
|
+
|
|
797
|
+
export { DialogBodySlots }
|
|
798
|
+
|
|
799
|
+
export { DialogBodyState }
|
|
800
|
+
|
|
801
|
+
export { DialogContent }
|
|
802
|
+
|
|
803
|
+
export { dialogContentClassNames }
|
|
804
|
+
|
|
805
|
+
export { DialogContentProps }
|
|
806
|
+
|
|
807
|
+
export { DialogContentSlots }
|
|
808
|
+
|
|
809
|
+
export { DialogContentState }
|
|
810
|
+
|
|
811
|
+
export { DialogOpenChangeData }
|
|
812
|
+
|
|
813
|
+
export { DialogOpenChangeEvent }
|
|
814
|
+
|
|
815
|
+
export { DialogProps }
|
|
816
|
+
|
|
817
|
+
export { DialogSlots }
|
|
818
|
+
|
|
819
|
+
export { DialogState }
|
|
820
|
+
|
|
821
|
+
export { DialogSurface }
|
|
822
|
+
|
|
823
|
+
export { dialogSurfaceClassNames }
|
|
824
|
+
|
|
825
|
+
export { DialogSurfaceProps }
|
|
826
|
+
|
|
827
|
+
export { DialogSurfaceSlots }
|
|
828
|
+
|
|
829
|
+
export { DialogSurfaceState }
|
|
830
|
+
|
|
831
|
+
export { DialogTitle }
|
|
832
|
+
|
|
833
|
+
export { dialogTitleClassNames }
|
|
834
|
+
|
|
835
|
+
export { DialogTitleProps }
|
|
836
|
+
|
|
837
|
+
export { DialogTitleSlots }
|
|
838
|
+
|
|
839
|
+
export { DialogTitleState }
|
|
840
|
+
|
|
841
|
+
export { DialogTrigger }
|
|
842
|
+
|
|
843
|
+
export { DialogTriggerAction }
|
|
844
|
+
|
|
845
|
+
export { DialogTriggerChildProps }
|
|
846
|
+
|
|
847
|
+
export { DialogTriggerProps }
|
|
848
|
+
|
|
849
|
+
export { DialogTriggerState }
|
|
850
|
+
|
|
716
851
|
export { Display }
|
|
717
852
|
|
|
718
853
|
export { displayClassNames }
|
|
@@ -995,6 +1130,12 @@ export { PopoverTriggerProps }
|
|
|
995
1130
|
|
|
996
1131
|
export { PopoverTriggerState }
|
|
997
1132
|
|
|
1133
|
+
export { Portal }
|
|
1134
|
+
|
|
1135
|
+
export { PortalProps }
|
|
1136
|
+
|
|
1137
|
+
export { PortalState }
|
|
1138
|
+
|
|
998
1139
|
export { PositioningImperativeRef }
|
|
999
1140
|
|
|
1000
1141
|
export { PositioningProps }
|
|
@@ -1065,6 +1206,20 @@ export { renderCheckbox_unstable }
|
|
|
1065
1206
|
|
|
1066
1207
|
export { renderCompoundButton_unstable }
|
|
1067
1208
|
|
|
1209
|
+
export { renderDialog_unstable }
|
|
1210
|
+
|
|
1211
|
+
export { renderDialogActions_unstable }
|
|
1212
|
+
|
|
1213
|
+
export { renderDialogBody_unstable }
|
|
1214
|
+
|
|
1215
|
+
export { renderDialogContent_unstable }
|
|
1216
|
+
|
|
1217
|
+
export { renderDialogSurface_unstable }
|
|
1218
|
+
|
|
1219
|
+
export { renderDialogTitle_unstable }
|
|
1220
|
+
|
|
1221
|
+
export { renderDialogTrigger_unstable }
|
|
1222
|
+
|
|
1068
1223
|
export { renderDivider_unstable }
|
|
1069
1224
|
|
|
1070
1225
|
export { RendererProvider }
|
|
@@ -1109,6 +1264,8 @@ export { renderPopoverSurface_unstable }
|
|
|
1109
1264
|
|
|
1110
1265
|
export { renderPopoverTrigger_unstable }
|
|
1111
1266
|
|
|
1267
|
+
export { renderPortal_unstable }
|
|
1268
|
+
|
|
1112
1269
|
export { renderRadio_unstable }
|
|
1113
1270
|
|
|
1114
1271
|
export { renderRadioGroup_unstable }
|
|
@@ -1399,6 +1556,30 @@ export { useCounterBadge_unstable }
|
|
|
1399
1556
|
|
|
1400
1557
|
export { useCounterBadgeStyles_unstable }
|
|
1401
1558
|
|
|
1559
|
+
export { useDialog_unstable }
|
|
1560
|
+
|
|
1561
|
+
export { useDialogActions_unstable }
|
|
1562
|
+
|
|
1563
|
+
export { useDialogActionsStyles_unstable }
|
|
1564
|
+
|
|
1565
|
+
export { useDialogBody_unstable }
|
|
1566
|
+
|
|
1567
|
+
export { useDialogBodyStyles_unstable }
|
|
1568
|
+
|
|
1569
|
+
export { useDialogContent_unstable }
|
|
1570
|
+
|
|
1571
|
+
export { useDialogContentStyles_unstable }
|
|
1572
|
+
|
|
1573
|
+
export { useDialogSurface_unstable }
|
|
1574
|
+
|
|
1575
|
+
export { useDialogSurfaceStyles_unstable }
|
|
1576
|
+
|
|
1577
|
+
export { useDialogTitle_unstable }
|
|
1578
|
+
|
|
1579
|
+
export { useDialogTitleStyles_unstable }
|
|
1580
|
+
|
|
1581
|
+
export { useDialogTrigger_unstable }
|
|
1582
|
+
|
|
1402
1583
|
export { useDivider_unstable }
|
|
1403
1584
|
|
|
1404
1585
|
export { useDividerStyles_unstable }
|
|
@@ -1517,6 +1698,8 @@ export { usePopoverSurfaceStyles_unstable }
|
|
|
1517
1698
|
|
|
1518
1699
|
export { usePopoverTrigger_unstable }
|
|
1519
1700
|
|
|
1701
|
+
export { usePortal_unstable }
|
|
1702
|
+
|
|
1520
1703
|
export { usePresenceBadge_unstable }
|
|
1521
1704
|
|
|
1522
1705
|
export { useRadio_unstable }
|