@fluentui/react-components 9.0.0-rc.12 → 9.0.0-rc.13
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 +246 -1
- package/CHANGELOG.md +49 -2
- package/dist/index.d.ts +3 -21
- package/dist/unstable.d.ts +78 -0
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +3 -0
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +8 -36
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +118 -1
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +25 -23
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,252 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 26 May 2022 20:59:57 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.0.0-rc.13",
|
|
7
|
+
"version": "9.0.0-rc.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-accordion",
|
|
13
|
+
"commit": "70f12f46e904da75c3e1eb2c0270a6aecdc8f913",
|
|
14
|
+
"comment": "cleanup examples & docs"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "mgodbolt@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-components",
|
|
19
|
+
"commit": "493c5cf76092b85f9859df6ab378bcbc6e959284",
|
|
20
|
+
"comment": "move v0 flex stories to migration guide of storybook"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "lingfangao@hotmail.com",
|
|
24
|
+
"package": "@fluentui/react-context-selector",
|
|
25
|
+
"commit": "fff6a012b8a3b165b364ef2c412b9edee0bc05a9",
|
|
26
|
+
"comment": "Add eslint ignore for context export"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "olfedias@microsoft.com",
|
|
30
|
+
"package": "@fluentui/react-input",
|
|
31
|
+
"commit": "f2fd9407493b438898c6027fde432a1c7fefd344",
|
|
32
|
+
"comment": "changes to docs"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "olfedias@microsoft.com",
|
|
36
|
+
"package": "@fluentui/react-label",
|
|
37
|
+
"commit": "f3f38785ed2cd5fda98b03672d6e7ba70c05b5da",
|
|
38
|
+
"comment": "remove a notice about unstable"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "olfedias@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-link",
|
|
43
|
+
"commit": "e0417c44ab690bda8923df041a880b6085f48e2d",
|
|
44
|
+
"comment": "fix missing dot, create missing files"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "olfedias@microsoft.com",
|
|
48
|
+
"package": "@fluentui/react-popover",
|
|
49
|
+
"commit": "ca6d248d3b70b893a0d857c4c4759b95651572aa",
|
|
50
|
+
"comment": "use \"useId\" in stories for id generation"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "olfedias@microsoft.com",
|
|
54
|
+
"package": "@fluentui/react-provider",
|
|
55
|
+
"commit": "200be4ce33d4c57fbce1cfed87dd110f289de3af",
|
|
56
|
+
"comment": "add description for the component"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "olfedias@microsoft.com",
|
|
60
|
+
"package": "@fluentui/react-radio",
|
|
61
|
+
"commit": "d5f8088dc5bb51cb0579933456d03b551e5b875d",
|
|
62
|
+
"comment": "make Best Practices collapsible"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "sarah.higley@microsoft.com",
|
|
66
|
+
"package": "@fluentui/react-spinner",
|
|
67
|
+
"commit": "557ee9e396b4072ce539e5a2f8230d78d644adeb",
|
|
68
|
+
"comment": "fix Spinner on Firefox: add px units to r values"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "sarah.higley@microsoft.com",
|
|
72
|
+
"package": "@fluentui/react-spinner",
|
|
73
|
+
"commit": "016c8e6d0984c27bfb0bb95abf207ce5a5a2c077",
|
|
74
|
+
"comment": "add prefers-reduced-motion to spinner"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "olfedias@microsoft.com",
|
|
78
|
+
"package": "@fluentui/react-spinner",
|
|
79
|
+
"commit": "519ec97161849b2d6adbaa6ef56d28c92b10d71e",
|
|
80
|
+
"comment": "updates to docs"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"author": "olfedias@microsoft.com",
|
|
84
|
+
"package": "@fluentui/react-switch",
|
|
85
|
+
"commit": "8735876a860005ac5bde07c20da265b23341682a",
|
|
86
|
+
"comment": "cleanup stories & docs"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"author": "olfedias@microsoft.com",
|
|
90
|
+
"package": "@fluentui/react-tabs",
|
|
91
|
+
"commit": "7bd33dbd7ddfc579e288c8081b8921be8cf421c5",
|
|
92
|
+
"comment": "improve formatting in stories"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "olfedias@microsoft.com",
|
|
96
|
+
"package": "@fluentui/react-textarea",
|
|
97
|
+
"commit": "e2c3e492481d0c715705b0830505cce64292d614",
|
|
98
|
+
"comment": "formatting improvements in stories"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "lingfangao@hotmail.com",
|
|
102
|
+
"package": "@fluentui/react-utilities",
|
|
103
|
+
"commit": "fff6a012b8a3b165b364ef2c412b9edee0bc05a9",
|
|
104
|
+
"comment": "Add eslint-ignore"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"prerelease": [
|
|
108
|
+
{
|
|
109
|
+
"author": "rohitpag@microsoft.com",
|
|
110
|
+
"package": "@fluentui/react-alert",
|
|
111
|
+
"commit": "303947a3e3687058c902a9a8bee1ecd1f19a92c8",
|
|
112
|
+
"comment": "Publish react-alert as unstable component"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"author": "sarah.higley@microsoft.com",
|
|
116
|
+
"package": "@fluentui/react-avatar",
|
|
117
|
+
"commit": "af1794dd70ab6bc30f9c19db3ee54b7a22f3c24c",
|
|
118
|
+
"comment": "fix react-avatar: use initials as a fallback label even when no id is manually defined"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"author": "mgodbolt@microsoft.com",
|
|
122
|
+
"package": "@fluentui/react-badge",
|
|
123
|
+
"commit": "7c773e3f3f4a8991fee6af46277504378dbdf197",
|
|
124
|
+
"comment": "remove aria-hidden from badge"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
128
|
+
"package": "@fluentui/react-button",
|
|
129
|
+
"commit": "cc2a9d0f9b722f68a54da026ab320e3be22c21dd",
|
|
130
|
+
"comment": "ToggleButton: Differentiating hover and checked styles."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
134
|
+
"package": "@fluentui/react-button",
|
|
135
|
+
"commit": "2c84c4f1ad43819325ee0aafa57d42a1f8239113",
|
|
136
|
+
"comment": "ToggleButton: Apply thicker border width to checked outline toggle buttons."
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"author": "sarah.higley@microsoft.com",
|
|
140
|
+
"package": "@fluentui/react-components",
|
|
141
|
+
"commit": "02b40c905e997347f8c910bc51cfbdbdc67de7ee",
|
|
142
|
+
"comment": "add Select to Preview Components"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"author": "lingfangao@hotmail.com",
|
|
146
|
+
"package": "@fluentui/react-components",
|
|
147
|
+
"commit": "5d37b4ee0208745bfca958f83137c0ec454ce8e0",
|
|
148
|
+
"comment": "feat: Export react-overflow utilities as unstable"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"author": "rohitpag@microsoft.com",
|
|
152
|
+
"package": "@fluentui/react-components",
|
|
153
|
+
"commit": "303947a3e3687058c902a9a8bee1ecd1f19a92c8",
|
|
154
|
+
"comment": "Publish react-alert as unstable component"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"author": "lingfangao@hotmail.com",
|
|
158
|
+
"package": "@fluentui/react-components",
|
|
159
|
+
"commit": "395b1d2f0786c9fb760d638aeb08eee93acc3c55",
|
|
160
|
+
"comment": "BREAKING: fix: Stop exporting `Portal` component from react-components"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"author": "mgodbolt@microsoft.com",
|
|
164
|
+
"package": "@fluentui/react-components",
|
|
165
|
+
"commit": "5c6366a3d97cdc612535c299f8dd27bf79c4c842",
|
|
166
|
+
"comment": "export slider var names from top level"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"author": "esteban.230@hotmail.com",
|
|
170
|
+
"package": "@fluentui/react-input",
|
|
171
|
+
"commit": "366ca40110552c9089ba2f8c3fee37b20c1494cb",
|
|
172
|
+
"comment": "Removing additional focus ring in native input for macOS safari."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"author": "esteban.230@hotmail.com",
|
|
176
|
+
"package": "@fluentui/react-label",
|
|
177
|
+
"commit": "a83d94f03515a893750637eb4e8e97d24dd2d915",
|
|
178
|
+
"comment": "Renaming strong prop to weight to align with Text."
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"author": "lingfangao@hotmail.com",
|
|
182
|
+
"package": "@fluentui/react-menu",
|
|
183
|
+
"commit": "b90324261b0d64bc92a57ba040f4fcadeff68fe5",
|
|
184
|
+
"comment": "fix: MenuDivider should be visible in Windows high contrast mode"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"author": "lingfangao@hotmail.com",
|
|
188
|
+
"package": "@fluentui/react-menu",
|
|
189
|
+
"commit": "d8c31ef39bbc2e44c4407b02c9e989f6481920d8",
|
|
190
|
+
"comment": "fix: use neutral foreground 2 as text color for menu item"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"author": "behowell@microsoft.com",
|
|
194
|
+
"package": "@fluentui/react-popover",
|
|
195
|
+
"commit": "2bed5a599f10435dfa95be96f0bab5e4f71b4202",
|
|
196
|
+
"comment": "BREAKING: Popover no longer has an arrow by default. The `noArrow` prop is replaced by `withArrow`."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"author": "sarah.higley@microsoft.com",
|
|
200
|
+
"package": "@fluentui/react-select",
|
|
201
|
+
"commit": "02b40c905e997347f8c910bc51cfbdbdc67de7ee",
|
|
202
|
+
"comment": "add Select to Preview Components"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"author": "mgodbolt@microsoft.com",
|
|
206
|
+
"package": "@fluentui/react-slider",
|
|
207
|
+
"commit": "c17653d2a37e0bbe0fd84298221db3738cb43a23",
|
|
208
|
+
"comment": "new high contrast styles for slider steps"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"author": "mgodbolt@microsoft.com",
|
|
212
|
+
"package": "@fluentui/react-slider",
|
|
213
|
+
"commit": "5c6366a3d97cdc612535c299f8dd27bf79c4c842",
|
|
214
|
+
"comment": "BREAKING: Remove slider origin to align with design and avoid inaccessible design"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"author": "esteban.230@hotmail.com",
|
|
218
|
+
"package": "@fluentui/react-spinbutton",
|
|
219
|
+
"commit": "366ca40110552c9089ba2f8c3fee37b20c1494cb",
|
|
220
|
+
"comment": "Removing additional focus ring in native input for macOS safari."
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"author": "ololubek@microsoft.com",
|
|
224
|
+
"package": "@fluentui/react-spinner",
|
|
225
|
+
"commit": "d5593311dc3a5f63d3b239e52a5c34db33af54c2",
|
|
226
|
+
"comment": "BREAKING: Remove `status` prop in Spinner"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"author": "gcox@microsoft.com",
|
|
230
|
+
"package": "@fluentui/react-tabs",
|
|
231
|
+
"commit": "2062c540d7ec78d424593cb18b0834e511dbc196",
|
|
232
|
+
"comment": "Update README.md"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"author": "tristan.watanabe@gmail.com",
|
|
236
|
+
"package": "@fluentui/react-tabster",
|
|
237
|
+
"commit": "c089a26b502e3b2f34855a86e932156c9271e03a",
|
|
238
|
+
"comment": "Remove usage of focus-visible pseudo-class to conform to browser support matrix."
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"author": "esteban.230@hotmail.com",
|
|
242
|
+
"package": "@fluentui/react-textarea",
|
|
243
|
+
"commit": "366ca40110552c9089ba2f8c3fee37b20c1494cb",
|
|
244
|
+
"comment": "Removing additional focus ring in native textarea for macOS safari."
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"date": "Mon, 23 May 2022 18:56:39 GMT",
|
|
6
251
|
"tag": "@fluentui/react-components_v9.0.0-rc.12",
|
|
7
252
|
"version": "9.0.0-rc.12",
|
|
8
253
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,59 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 26 May 2022 20:59:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.13)
|
|
8
|
+
|
|
9
|
+
Thu, 26 May 2022 20:59:57 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.12..@fluentui/react-components_v9.0.0-rc.13)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-alert`
|
|
15
|
+
- Publish react-alert as unstable component ([PR #23198](https://github.com/microsoft/fluentui/pull/23198) by rohitpag@microsoft.com)
|
|
16
|
+
- `@fluentui/react-avatar`
|
|
17
|
+
- fix react-avatar: use initials as a fallback label even when no id is manually defined ([PR #23258](https://github.com/microsoft/fluentui/pull/23258) by sarah.higley@microsoft.com)
|
|
18
|
+
- `@fluentui/react-badge`
|
|
19
|
+
- remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
|
|
20
|
+
- `@fluentui/react-button`
|
|
21
|
+
- ToggleButton: Differentiating hover and checked styles. ([PR #23209](https://github.com/microsoft/fluentui/pull/23209) by Humberto.Morimoto@microsoft.com)
|
|
22
|
+
- ToggleButton: Apply thicker border width to checked outline toggle buttons. ([PR #23207](https://github.com/microsoft/fluentui/pull/23207) by Humberto.Morimoto@microsoft.com)
|
|
23
|
+
- `@fluentui/react-components`
|
|
24
|
+
- add Select to Preview Components ([PR #23208](https://github.com/microsoft/fluentui/pull/23208) by sarah.higley@microsoft.com)
|
|
25
|
+
- feat: Export react-overflow utilities as unstable ([PR #23226](https://github.com/microsoft/fluentui/pull/23226) by lingfangao@hotmail.com)
|
|
26
|
+
- Publish react-alert as unstable component ([PR #23198](https://github.com/microsoft/fluentui/pull/23198) by rohitpag@microsoft.com)
|
|
27
|
+
- BREAKING: fix: Stop exporting `Portal` component from react-components ([PR #23178](https://github.com/microsoft/fluentui/pull/23178) by lingfangao@hotmail.com)
|
|
28
|
+
- export slider var names from top level ([PR #23257](https://github.com/microsoft/fluentui/pull/23257) by mgodbolt@microsoft.com)
|
|
29
|
+
- `@fluentui/react-input`
|
|
30
|
+
- Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
|
31
|
+
- `@fluentui/react-label`
|
|
32
|
+
- Renaming strong prop to weight to align with Text. ([PR #23250](https://github.com/microsoft/fluentui/pull/23250) by esteban.230@hotmail.com)
|
|
33
|
+
- `@fluentui/react-menu`
|
|
34
|
+
- fix: MenuDivider should be visible in Windows high contrast mode ([PR #23238](https://github.com/microsoft/fluentui/pull/23238) by lingfangao@hotmail.com)
|
|
35
|
+
- fix: use neutral foreground 2 as text color for menu item ([PR #22540](https://github.com/microsoft/fluentui/pull/22540) by lingfangao@hotmail.com)
|
|
36
|
+
- `@fluentui/react-popover`
|
|
37
|
+
- BREAKING: Popover no longer has an arrow by default. The `noArrow` prop is replaced by `withArrow`. ([PR #23205](https://github.com/microsoft/fluentui/pull/23205) by behowell@microsoft.com)
|
|
38
|
+
- `@fluentui/react-select`
|
|
39
|
+
- add Select to Preview Components ([PR #23208](https://github.com/microsoft/fluentui/pull/23208) by sarah.higley@microsoft.com)
|
|
40
|
+
- `@fluentui/react-slider`
|
|
41
|
+
- new high contrast styles for slider steps ([PR #23253](https://github.com/microsoft/fluentui/pull/23253) by mgodbolt@microsoft.com)
|
|
42
|
+
- BREAKING: Remove slider origin to align with design and avoid inaccessible design ([PR #23257](https://github.com/microsoft/fluentui/pull/23257) by mgodbolt@microsoft.com)
|
|
43
|
+
- `@fluentui/react-spinbutton`
|
|
44
|
+
- Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
|
45
|
+
- `@fluentui/react-spinner`
|
|
46
|
+
- BREAKING: Remove `status` prop in Spinner ([PR #23204](https://github.com/microsoft/fluentui/pull/23204) by ololubek@microsoft.com)
|
|
47
|
+
- `@fluentui/react-tabs`
|
|
48
|
+
- Update README.md ([PR #23200](https://github.com/microsoft/fluentui/pull/23200) by gcox@microsoft.com)
|
|
49
|
+
- `@fluentui/react-tabster`
|
|
50
|
+
- Remove usage of focus-visible pseudo-class to conform to browser support matrix. ([PR #23255](https://github.com/microsoft/fluentui/pull/23255) by tristan.watanabe@gmail.com)
|
|
51
|
+
- `@fluentui/react-textarea`
|
|
52
|
+
- Removing additional focus ring in native textarea for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
|
53
|
+
|
|
7
54
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.12)
|
|
8
55
|
|
|
9
|
-
Mon, 23 May 2022 18:
|
|
56
|
+
Mon, 23 May 2022 18:56:39 GMT
|
|
10
57
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.11..@fluentui/react-components_v9.0.0-rc.12)
|
|
11
58
|
|
|
12
59
|
### Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -97,7 +97,6 @@ import { DividerProps } from '@fluentui/react-divider';
|
|
|
97
97
|
import { DividerSlots } from '@fluentui/react-divider';
|
|
98
98
|
import { DividerState } from '@fluentui/react-divider';
|
|
99
99
|
import { DurationTokens } from '@fluentui/react-theme';
|
|
100
|
-
import { elementContains } from '@fluentui/react-portal';
|
|
101
100
|
import { FluentProvider } from '@fluentui/react-provider';
|
|
102
101
|
import { fluentProviderClassNames } from '@fluentui/react-provider';
|
|
103
102
|
import { FluentProviderContextValues } from '@fluentui/react-provider';
|
|
@@ -231,9 +230,6 @@ import { PopoverSurfaceState } from '@fluentui/react-popover';
|
|
|
231
230
|
import { PopoverTrigger } from '@fluentui/react-popover';
|
|
232
231
|
import { PopoverTriggerProps } from '@fluentui/react-popover';
|
|
233
232
|
import { PopoverTriggerState } from '@fluentui/react-popover';
|
|
234
|
-
import { Portal } from '@fluentui/react-portal';
|
|
235
|
-
import { PortalProps } from '@fluentui/react-portal';
|
|
236
|
-
import { PortalState } from '@fluentui/react-portal';
|
|
237
233
|
import { PositioningImperativeRef } from '@fluentui/react-positioning';
|
|
238
234
|
import { PositioningProps } from '@fluentui/react-positioning';
|
|
239
235
|
import { PositioningShorthand } from '@fluentui/react-positioning';
|
|
@@ -291,7 +287,6 @@ import { renderMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
|
291
287
|
import { renderPopover_unstable } from '@fluentui/react-popover';
|
|
292
288
|
import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
|
|
293
289
|
import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
294
|
-
import { renderPortal_unstable } from '@fluentui/react-portal';
|
|
295
290
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
296
291
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
297
292
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
@@ -313,12 +308,12 @@ import { SelectableHandler } from '@fluentui/react-menu';
|
|
|
313
308
|
import { SelectTabData } from '@fluentui/react-tabs';
|
|
314
309
|
import { SelectTabEvent } from '@fluentui/react-tabs';
|
|
315
310
|
import { SelectTabEventHandler } from '@fluentui/react-tabs';
|
|
316
|
-
import { setVirtualParent } from '@fluentui/react-portal';
|
|
317
311
|
import { ShadowBrandTokens } from '@fluentui/react-theme';
|
|
318
312
|
import { ShadowTokens } from '@fluentui/react-theme';
|
|
319
313
|
import { shorthands } from '@griffel/react';
|
|
320
314
|
import { Slider } from '@fluentui/react-slider';
|
|
321
315
|
import { sliderClassNames } from '@fluentui/react-slider';
|
|
316
|
+
import { sliderCSSVars } from '@fluentui/react-slider';
|
|
322
317
|
import { SliderOnChangeData } from '@fluentui/react-slider';
|
|
323
318
|
import { SliderProps } from '@fluentui/react-slider';
|
|
324
319
|
import { SliderSlots } from '@fluentui/react-slider';
|
|
@@ -485,7 +480,6 @@ import { usePopoverContext_unstable } from '@fluentui/react-popover';
|
|
|
485
480
|
import { usePopoverSurface_unstable } from '@fluentui/react-popover';
|
|
486
481
|
import { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';
|
|
487
482
|
import { usePopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
488
|
-
import { usePortal_unstable } from '@fluentui/react-portal';
|
|
489
483
|
import { usePresenceBadge_unstable } from '@fluentui/react-badge';
|
|
490
484
|
import { useRadio_unstable } from '@fluentui/react-radio';
|
|
491
485
|
import { useRadioGroup_unstable } from '@fluentui/react-radio';
|
|
@@ -719,8 +713,6 @@ export { DividerState }
|
|
|
719
713
|
|
|
720
714
|
export { DurationTokens }
|
|
721
715
|
|
|
722
|
-
export { elementContains }
|
|
723
|
-
|
|
724
716
|
export { FluentProvider }
|
|
725
717
|
|
|
726
718
|
export { fluentProviderClassNames }
|
|
@@ -987,12 +979,6 @@ export { PopoverTriggerProps }
|
|
|
987
979
|
|
|
988
980
|
export { PopoverTriggerState }
|
|
989
981
|
|
|
990
|
-
export { Portal }
|
|
991
|
-
|
|
992
|
-
export { PortalProps }
|
|
993
|
-
|
|
994
|
-
export { PortalState }
|
|
995
|
-
|
|
996
982
|
export { PositioningImperativeRef }
|
|
997
983
|
|
|
998
984
|
export { PositioningProps }
|
|
@@ -1107,8 +1093,6 @@ export { renderPopoverSurface_unstable }
|
|
|
1107
1093
|
|
|
1108
1094
|
export { renderPopoverTrigger_unstable }
|
|
1109
1095
|
|
|
1110
|
-
export { renderPortal_unstable }
|
|
1111
|
-
|
|
1112
1096
|
export { renderRadio_unstable }
|
|
1113
1097
|
|
|
1114
1098
|
export { renderRadioGroup_unstable }
|
|
@@ -1151,8 +1135,6 @@ export { SelectTabEvent }
|
|
|
1151
1135
|
|
|
1152
1136
|
export { SelectTabEventHandler }
|
|
1153
1137
|
|
|
1154
|
-
export { setVirtualParent }
|
|
1155
|
-
|
|
1156
1138
|
export { ShadowBrandTokens }
|
|
1157
1139
|
|
|
1158
1140
|
export { ShadowTokens }
|
|
@@ -1163,6 +1145,8 @@ export { Slider }
|
|
|
1163
1145
|
|
|
1164
1146
|
export { sliderClassNames }
|
|
1165
1147
|
|
|
1148
|
+
export { sliderCSSVars }
|
|
1149
|
+
|
|
1166
1150
|
export { SliderOnChangeData }
|
|
1167
1151
|
|
|
1168
1152
|
export { SliderProps }
|
|
@@ -1495,8 +1479,6 @@ export { usePopoverSurfaceStyles_unstable }
|
|
|
1495
1479
|
|
|
1496
1480
|
export { usePopoverTrigger_unstable }
|
|
1497
1481
|
|
|
1498
|
-
export { usePortal_unstable }
|
|
1499
|
-
|
|
1500
1482
|
export { usePresenceBadge_unstable }
|
|
1501
1483
|
|
|
1502
1484
|
export { useRadio_unstable }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { Alert } from '@fluentui/react-alert';
|
|
2
|
+
import { alertClassNames } from '@fluentui/react-alert';
|
|
3
|
+
import { AlertProps } from '@fluentui/react-alert';
|
|
4
|
+
import { AlertSlots } from '@fluentui/react-alert';
|
|
5
|
+
import { AlertState } from '@fluentui/react-alert';
|
|
1
6
|
import { Card } from '@fluentui/react-card';
|
|
2
7
|
import { cardClassNames } from '@fluentui/react-card';
|
|
3
8
|
import { CardFooter } from '@fluentui/react-card';
|
|
@@ -18,11 +23,25 @@ import { CardPreviewState } from '@fluentui/react-card';
|
|
|
18
23
|
import { CardProps } from '@fluentui/react-card';
|
|
19
24
|
import { CardSlots } from '@fluentui/react-card';
|
|
20
25
|
import { CardState } from '@fluentui/react-card';
|
|
26
|
+
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
27
|
+
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
28
|
+
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
29
|
+
import { Overflow } from '@fluentui/react-overflow';
|
|
30
|
+
import { OverflowItem } from '@fluentui/react-overflow';
|
|
31
|
+
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
32
|
+
import { OverflowProps } from '@fluentui/react-overflow';
|
|
33
|
+
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
21
34
|
import { renderCard_unstable } from '@fluentui/react-card';
|
|
22
35
|
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
23
36
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
24
37
|
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
38
|
+
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
25
39
|
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
40
|
+
import { Select } from '@fluentui/react-select';
|
|
41
|
+
import { selectClassNames } from '@fluentui/react-select';
|
|
42
|
+
import { SelectProps } from '@fluentui/react-select';
|
|
43
|
+
import { SelectSlots } from '@fluentui/react-select';
|
|
44
|
+
import { SelectState } from '@fluentui/react-select';
|
|
26
45
|
import { SpinButton } from '@fluentui/react-spinbutton';
|
|
27
46
|
import { SpinButtonBounds } from '@fluentui/react-spinbutton';
|
|
28
47
|
import { SpinButtonChangeEvent } from '@fluentui/react-spinbutton';
|
|
@@ -32,6 +51,8 @@ import { SpinButtonProps } from '@fluentui/react-spinbutton';
|
|
|
32
51
|
import { SpinButtonSlots } from '@fluentui/react-spinbutton';
|
|
33
52
|
import { SpinButtonSpinState } from '@fluentui/react-spinbutton';
|
|
34
53
|
import { SpinButtonState } from '@fluentui/react-spinbutton';
|
|
54
|
+
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
55
|
+
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
35
56
|
import { useCard_unstable } from '@fluentui/react-card';
|
|
36
57
|
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
37
58
|
import { useCardFooterStyles_unstable } from '@fluentui/react-card';
|
|
@@ -40,9 +61,24 @@ import { useCardHeaderStyles_unstable } from '@fluentui/react-card';
|
|
|
40
61
|
import { useCardPreview_unstable } from '@fluentui/react-card';
|
|
41
62
|
import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
42
63
|
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
64
|
+
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
65
|
+
import { useIsOverflowItemVisible } from '@fluentui/react-overflow';
|
|
66
|
+
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
67
|
+
import { useSelect_unstable } from '@fluentui/react-select';
|
|
68
|
+
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
43
69
|
import { useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
44
70
|
import { useSpinButtonStyles_unstable } from '@fluentui/react-spinbutton';
|
|
45
71
|
|
|
72
|
+
export { Alert }
|
|
73
|
+
|
|
74
|
+
export { alertClassNames }
|
|
75
|
+
|
|
76
|
+
export { AlertProps }
|
|
77
|
+
|
|
78
|
+
export { AlertSlots }
|
|
79
|
+
|
|
80
|
+
export { AlertState }
|
|
81
|
+
|
|
46
82
|
export { Card }
|
|
47
83
|
|
|
48
84
|
export { cardClassNames }
|
|
@@ -83,6 +119,22 @@ export { CardSlots }
|
|
|
83
119
|
|
|
84
120
|
export { CardState }
|
|
85
121
|
|
|
122
|
+
export { DATA_OVERFLOW_ITEM }
|
|
123
|
+
|
|
124
|
+
export { DATA_OVERFLOW_MENU }
|
|
125
|
+
|
|
126
|
+
export { DATA_OVERFLOWING }
|
|
127
|
+
|
|
128
|
+
export { Overflow }
|
|
129
|
+
|
|
130
|
+
export { OverflowItem }
|
|
131
|
+
|
|
132
|
+
export { OverflowItemProps }
|
|
133
|
+
|
|
134
|
+
export { OverflowProps }
|
|
135
|
+
|
|
136
|
+
export { renderAlert_unstable }
|
|
137
|
+
|
|
86
138
|
export { renderCard_unstable }
|
|
87
139
|
|
|
88
140
|
export { renderCardFooter_unstable }
|
|
@@ -91,8 +143,20 @@ export { renderCardHeader_unstable }
|
|
|
91
143
|
|
|
92
144
|
export { renderCardPreview_unstable }
|
|
93
145
|
|
|
146
|
+
export { renderSelect_unstable }
|
|
147
|
+
|
|
94
148
|
export { renderSpinButton_unstable }
|
|
95
149
|
|
|
150
|
+
export { Select }
|
|
151
|
+
|
|
152
|
+
export { selectClassNames }
|
|
153
|
+
|
|
154
|
+
export { SelectProps }
|
|
155
|
+
|
|
156
|
+
export { SelectSlots }
|
|
157
|
+
|
|
158
|
+
export { SelectState }
|
|
159
|
+
|
|
96
160
|
export { SpinButton }
|
|
97
161
|
|
|
98
162
|
export { SpinButtonBounds }
|
|
@@ -111,6 +175,10 @@ export { SpinButtonSpinState }
|
|
|
111
175
|
|
|
112
176
|
export { SpinButtonState }
|
|
113
177
|
|
|
178
|
+
export { useAlert_unstable }
|
|
179
|
+
|
|
180
|
+
export { useAlertStyles_unstable }
|
|
181
|
+
|
|
114
182
|
export { useCard_unstable }
|
|
115
183
|
|
|
116
184
|
export { useCardFooter_unstable }
|
|
@@ -127,6 +195,16 @@ export { useCardPreviewStyles_unstable }
|
|
|
127
195
|
|
|
128
196
|
export { useCardStyles_unstable }
|
|
129
197
|
|
|
198
|
+
export { useIsOverflowGroupVisible }
|
|
199
|
+
|
|
200
|
+
export { useIsOverflowItemVisible }
|
|
201
|
+
|
|
202
|
+
export { useOverflowMenu }
|
|
203
|
+
|
|
204
|
+
export { useSelect_unstable }
|
|
205
|
+
|
|
206
|
+
export { useSelectStyles_unstable }
|
|
207
|
+
|
|
130
208
|
export { useSpinButton_unstable }
|
|
131
209
|
|
|
132
210
|
export { useSpinButtonStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -19,8 +19,7 @@ export { Label, labelClassNames, renderLabel_unstable, useLabel_unstable, useLab
|
|
|
19
19
|
export { Link, linkClassNames, renderLink_unstable, useLink_unstable, useLinkState_unstable, useLinkStyles_unstable } from '@fluentui/react-link';
|
|
20
20
|
export { Menu, MenuDivider, MenuGroup, MenuGroupContextProvider, MenuGroupHeader, MenuItem, MenuItemCheckbox, MenuItemRadio, MenuList, MenuListProvider, MenuPopover, MenuProvider, MenuSplitGroup, MenuTrigger, MenuTriggerContextProvider, menuDividerClassNames, menuGroupClassNames, menuGroupHeaderClassNames, menuItemCheckboxClassNames, menuItemClassNames, menuItemRadioClassNames, menuListClassNames, menuPopoverClassNames, menuSplitGroupClassNames, renderMenu_unstable, renderMenuDivider_unstable, renderMenuGroup_unstable, renderMenuGroupHeader_unstable, renderMenuItem_unstable, renderMenuItemCheckbox_unstable, renderMenuItemRadio_unstable, renderMenuList_unstable, renderMenuPopover_unstable, renderMenuSplitGroup_unstable, renderMenuTrigger_unstable, useCheckmarkStyles_unstable, useMenu_unstable, useMenuContext_unstable, useMenuContextValues_unstable, useMenuDivider_unstable, useMenuDividerStyles_unstable, useMenuGroup_unstable, useMenuGroupContext_unstable, useMenuGroupContextValues_unstable, useMenuGroupHeader_unstable, useMenuGroupHeaderStyles_unstable, useMenuGroupStyles_unstable, useMenuItem_unstable, useMenuItemCheckbox_unstable, useMenuItemCheckboxStyles_unstable, useMenuItemRadio_unstable, useMenuItemRadioStyles_unstable, useMenuItemStyles_unstable, useMenuList_unstable, useMenuListContext_unstable, useMenuListContextValues_unstable, useMenuListStyles_unstable, useMenuPopover_unstable, useMenuPopoverStyles_unstable, useMenuSplitGroup_unstable, useMenuSplitGroupStyles_unstable, useMenuTrigger_unstable, useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
21
21
|
export { Popover, PopoverSurface, PopoverProvider, PopoverTrigger, arrowHeights, popoverSurfaceClassNames, renderPopover_unstable, renderPopoverSurface_unstable, renderPopoverTrigger_unstable, usePopover_unstable, usePopoverContext_unstable, usePopoverSurface_unstable, usePopoverSurfaceStyles_unstable, usePopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
22
|
-
export {
|
|
23
|
-
export { Slider, sliderClassNames, useSliderState_unstable, useSliderStyles_unstable, useSlider_unstable, renderSlider_unstable } from '@fluentui/react-slider';
|
|
22
|
+
export { Slider, sliderClassNames, sliderCSSVars, useSliderState_unstable, useSliderStyles_unstable, useSlider_unstable, renderSlider_unstable } from '@fluentui/react-slider';
|
|
24
23
|
export { Spinner, spinnerClassNames, renderSpinner_unstable, useSpinner_unstable, useSpinnerStyles_unstable } from '@fluentui/react-spinner';
|
|
25
24
|
export { Switch, switchClassNames, renderSwitch_unstable, useSwitch_unstable, useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
26
25
|
export { renderTab_unstable, Tab, tabClassNames, useTabStyles_unstable, useTab_unstable, renderTabList_unstable, TabList, tabListClassNames, useTabListStyles_unstable, useTabList_unstable } from '@fluentui/react-tabs';
|