@fluentui/react-components 9.0.0-rc.12 → 9.0.0-rc.15
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 +638 -1
- package/CHANGELOG.md +159 -2
- package/dist/index.d.ts +8 -29
- package/dist/unstable.d.ts +81 -0
- package/lib/index.js +4 -5
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +4 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +25 -59
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +124 -1
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +33 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,169 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 21 Jun 2022 17:09:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.15)
|
|
8
|
+
|
|
9
|
+
Tue, 21 Jun 2022 17:09:27 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.14..@fluentui/react-components_v9.0.0-rc.15)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-theme`
|
|
15
|
+
- BREAKING: reduce shared colors ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by miroslav.stastny@microsoft.com)
|
|
16
|
+
|
|
17
|
+
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.14)
|
|
18
|
+
|
|
19
|
+
Tue, 31 May 2022 21:28:34 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.13..@fluentui/react-components_v9.0.0-rc.14)
|
|
21
|
+
|
|
22
|
+
### Changes
|
|
23
|
+
|
|
24
|
+
- `@fluentui/react-accordion`
|
|
25
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
26
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
27
|
+
- `@fluentui/react-alert`
|
|
28
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
29
|
+
- `@fluentui/react-avatar`
|
|
30
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
31
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
32
|
+
- Creating AvatarGroupItem component. ([PR #23287](https://github.com/microsoft/fluentui/pull/23287) by esteban.230@hotmail.com)
|
|
33
|
+
- Adding .beta to AvatarGroup stories so it's not shown in the docsite. ([PR #23216](https://github.com/microsoft/fluentui/pull/23216) by esteban.230@hotmail.com)
|
|
34
|
+
- `@fluentui/react-badge`
|
|
35
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
36
|
+
- `@fluentui/react-button`
|
|
37
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
38
|
+
- `@fluentui/react-card`
|
|
39
|
+
- feat: Add `size` property to control card padding and border radius ([PR #22915](https://github.com/microsoft/fluentui/pull/22915) by 39736248+andrefcdias@users.noreply.github.com)
|
|
40
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
41
|
+
- `@fluentui/react-checkbox`
|
|
42
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
43
|
+
- `@fluentui/react-components`
|
|
44
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
45
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
46
|
+
- feat(react-card): CSS var for `size` prop is now exported ([PR #22915](https://github.com/microsoft/fluentui/pull/22915) by 39736248+andrefcdias@users.noreply.github.com)
|
|
47
|
+
- remove exports for internal APIs ([PR #23319](https://github.com/microsoft/fluentui/pull/23319) by olfedias@microsoft.com)
|
|
48
|
+
- `@fluentui/react-conformance-griffel`
|
|
49
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
50
|
+
- `@fluentui/react-divider`
|
|
51
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
52
|
+
- `@fluentui/react-image`
|
|
53
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
54
|
+
- `@fluentui/react-input`
|
|
55
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
56
|
+
- `@fluentui/react-label`
|
|
57
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
58
|
+
- `@fluentui/react-link`
|
|
59
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
60
|
+
- `@fluentui/react-menu`
|
|
61
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
62
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
63
|
+
- `@fluentui/react-overflow`
|
|
64
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
65
|
+
- `@fluentui/react-popover`
|
|
66
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
67
|
+
- update popover trigger to use aria-expanded instead of aria-haspopup ([PR #23127](https://github.com/microsoft/fluentui/pull/23127) by sarah.higley@microsoft.com)
|
|
68
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
69
|
+
- `@fluentui/react-portal`
|
|
70
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
71
|
+
- `@fluentui/react-portal-compat`
|
|
72
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
73
|
+
- `@fluentui/react-positioning`
|
|
74
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
75
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
76
|
+
- `@fluentui/react-provider`
|
|
77
|
+
- BREAKING: FluentProvider now adds `line-height` by default ([PR #23279](https://github.com/microsoft/fluentui/pull/23279) by behowell@microsoft.com)
|
|
78
|
+
- updates import to react-shared-components, removes re-export to provider ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
79
|
+
- remove export useTheme ([PR #23335](https://github.com/microsoft/fluentui/pull/23335) by me@levithomason.com)
|
|
80
|
+
- chore: replace useConst() usage ([PR #23319](https://github.com/microsoft/fluentui/pull/23319) by olfedias@microsoft.com)
|
|
81
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
82
|
+
- `@fluentui/react-radio`
|
|
83
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
84
|
+
- `@fluentui/react-select`
|
|
85
|
+
- update disabled select style ([PR #23265](https://github.com/microsoft/fluentui/pull/23265) by sarah.higley@microsoft.com)
|
|
86
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
87
|
+
- Remove usage of focus-visible pseudo-class. ([PR #23282](https://github.com/microsoft/fluentui/pull/23282) by tristan.watanabe@gmail.com)
|
|
88
|
+
- `@fluentui/react-shared-contexts`
|
|
89
|
+
- remove unused MenuContext ([PR #23277](https://github.com/microsoft/fluentui/pull/23277) by olfedias@microsoft.com)
|
|
90
|
+
- remove useTheme from exports ([PR #23335](https://github.com/microsoft/fluentui/pull/23335) by me@levithomason.com)
|
|
91
|
+
- mark context hooks and providers to unstable ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
92
|
+
- `@fluentui/react-slider`
|
|
93
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
94
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
95
|
+
- `@fluentui/react-spinbutton`
|
|
96
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
97
|
+
- `@fluentui/react-spinner`
|
|
98
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
99
|
+
- Remove usage of focus-visible pseudo-class. ([PR #23305](https://github.com/microsoft/fluentui/pull/23305) by tristan.watanabe@gmail.com)
|
|
100
|
+
- `@fluentui/react-switch`
|
|
101
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
102
|
+
- `@fluentui/react-tabs`
|
|
103
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
104
|
+
- `@fluentui/react-tabster`
|
|
105
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
106
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
107
|
+
- `@fluentui/react-text`
|
|
108
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
109
|
+
- `@fluentui/react-textarea`
|
|
110
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
111
|
+
- `@fluentui/react-tooltip`
|
|
112
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
113
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
114
|
+
- `@fluentui/react-utilities`
|
|
115
|
+
- remove exports for internals APIs & unused hooks ([PR #23319](https://github.com/microsoft/fluentui/pull/23319) by olfedias@microsoft.com)
|
|
116
|
+
|
|
117
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.13)
|
|
118
|
+
|
|
119
|
+
Thu, 26 May 2022 21:01:21 GMT
|
|
120
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.12..@fluentui/react-components_v9.0.0-rc.13)
|
|
121
|
+
|
|
122
|
+
### Changes
|
|
123
|
+
|
|
124
|
+
- `@fluentui/react-alert`
|
|
125
|
+
- Publish react-alert as unstable component ([PR #23198](https://github.com/microsoft/fluentui/pull/23198) by rohitpag@microsoft.com)
|
|
126
|
+
- `@fluentui/react-avatar`
|
|
127
|
+
- 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)
|
|
128
|
+
- `@fluentui/react-badge`
|
|
129
|
+
- remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
|
|
130
|
+
- `@fluentui/react-button`
|
|
131
|
+
- ToggleButton: Differentiating hover and checked styles. ([PR #23209](https://github.com/microsoft/fluentui/pull/23209) by Humberto.Morimoto@microsoft.com)
|
|
132
|
+
- ToggleButton: Apply thicker border width to checked outline toggle buttons. ([PR #23207](https://github.com/microsoft/fluentui/pull/23207) by Humberto.Morimoto@microsoft.com)
|
|
133
|
+
- `@fluentui/react-components`
|
|
134
|
+
- add Select to Preview Components ([PR #23208](https://github.com/microsoft/fluentui/pull/23208) by sarah.higley@microsoft.com)
|
|
135
|
+
- feat: Export react-overflow utilities as unstable ([PR #23226](https://github.com/microsoft/fluentui/pull/23226) by lingfangao@hotmail.com)
|
|
136
|
+
- Publish react-alert as unstable component ([PR #23198](https://github.com/microsoft/fluentui/pull/23198) by rohitpag@microsoft.com)
|
|
137
|
+
- BREAKING: fix: Stop exporting `Portal` component from react-components ([PR #23178](https://github.com/microsoft/fluentui/pull/23178) by lingfangao@hotmail.com)
|
|
138
|
+
- export slider var names from top level ([PR #23257](https://github.com/microsoft/fluentui/pull/23257) by mgodbolt@microsoft.com)
|
|
139
|
+
- `@fluentui/react-input`
|
|
140
|
+
- Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
|
141
|
+
- `@fluentui/react-label`
|
|
142
|
+
- Renaming strong prop to weight to align with Text. ([PR #23250](https://github.com/microsoft/fluentui/pull/23250) by esteban.230@hotmail.com)
|
|
143
|
+
- `@fluentui/react-menu`
|
|
144
|
+
- fix: MenuDivider should be visible in Windows high contrast mode ([PR #23238](https://github.com/microsoft/fluentui/pull/23238) by lingfangao@hotmail.com)
|
|
145
|
+
- fix: use neutral foreground 2 as text color for menu item ([PR #22540](https://github.com/microsoft/fluentui/pull/22540) by lingfangao@hotmail.com)
|
|
146
|
+
- `@fluentui/react-popover`
|
|
147
|
+
- 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)
|
|
148
|
+
- `@fluentui/react-select`
|
|
149
|
+
- add Select to Preview Components ([PR #23208](https://github.com/microsoft/fluentui/pull/23208) by sarah.higley@microsoft.com)
|
|
150
|
+
- `@fluentui/react-slider`
|
|
151
|
+
- new high contrast styles for slider steps ([PR #23253](https://github.com/microsoft/fluentui/pull/23253) by mgodbolt@microsoft.com)
|
|
152
|
+
- 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)
|
|
153
|
+
- `@fluentui/react-spinbutton`
|
|
154
|
+
- Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
|
155
|
+
- `@fluentui/react-spinner`
|
|
156
|
+
- BREAKING: Remove `status` prop in Spinner ([PR #23204](https://github.com/microsoft/fluentui/pull/23204) by ololubek@microsoft.com)
|
|
157
|
+
- `@fluentui/react-tabs`
|
|
158
|
+
- Update README.md ([PR #23200](https://github.com/microsoft/fluentui/pull/23200) by gcox@microsoft.com)
|
|
159
|
+
- `@fluentui/react-tabster`
|
|
160
|
+
- 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)
|
|
161
|
+
- `@fluentui/react-textarea`
|
|
162
|
+
- Removing additional focus ring in native textarea for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
|
163
|
+
|
|
7
164
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.12)
|
|
8
165
|
|
|
9
|
-
Mon, 23 May 2022 18:
|
|
166
|
+
Mon, 23 May 2022 18:56:39 GMT
|
|
10
167
|
[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
168
|
|
|
12
169
|
### 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';
|
|
@@ -109,7 +108,6 @@ import { FontSizeTokens } from '@fluentui/react-theme';
|
|
|
109
108
|
import { FontWeightTokens } from '@fluentui/react-theme';
|
|
110
109
|
import { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
111
110
|
import { getNativeElementProps } from '@fluentui/react-utilities';
|
|
112
|
-
import { getNativeProps } from '@fluentui/react-utilities';
|
|
113
111
|
import { getPartitionedNativeProps } from '@fluentui/react-utilities';
|
|
114
112
|
import { getSlots } from '@fluentui/react-utilities';
|
|
115
113
|
import { GriffelStyle } from '@griffel/react';
|
|
@@ -231,9 +229,6 @@ import { PopoverSurfaceState } from '@fluentui/react-popover';
|
|
|
231
229
|
import { PopoverTrigger } from '@fluentui/react-popover';
|
|
232
230
|
import { PopoverTriggerProps } from '@fluentui/react-popover';
|
|
233
231
|
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
232
|
import { PositioningImperativeRef } from '@fluentui/react-positioning';
|
|
238
233
|
import { PositioningProps } from '@fluentui/react-positioning';
|
|
239
234
|
import { PositioningShorthand } from '@fluentui/react-positioning';
|
|
@@ -291,7 +286,6 @@ import { renderMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
|
291
286
|
import { renderPopover_unstable } from '@fluentui/react-popover';
|
|
292
287
|
import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
|
|
293
288
|
import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
294
|
-
import { renderPortal_unstable } from '@fluentui/react-portal';
|
|
295
289
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
296
290
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
297
291
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
@@ -313,12 +307,12 @@ import { SelectableHandler } from '@fluentui/react-menu';
|
|
|
313
307
|
import { SelectTabData } from '@fluentui/react-tabs';
|
|
314
308
|
import { SelectTabEvent } from '@fluentui/react-tabs';
|
|
315
309
|
import { SelectTabEventHandler } from '@fluentui/react-tabs';
|
|
316
|
-
import { setVirtualParent } from '@fluentui/react-portal';
|
|
317
310
|
import { ShadowBrandTokens } from '@fluentui/react-theme';
|
|
318
311
|
import { ShadowTokens } from '@fluentui/react-theme';
|
|
319
312
|
import { shorthands } from '@griffel/react';
|
|
320
313
|
import { Slider } from '@fluentui/react-slider';
|
|
321
314
|
import { sliderClassNames } from '@fluentui/react-slider';
|
|
315
|
+
import { sliderCSSVars } from '@fluentui/react-slider';
|
|
322
316
|
import { SliderOnChangeData } from '@fluentui/react-slider';
|
|
323
317
|
import { SliderProps } from '@fluentui/react-slider';
|
|
324
318
|
import { SliderSlots } from '@fluentui/react-slider';
|
|
@@ -429,7 +423,7 @@ import { useCounterBadge_unstable } from '@fluentui/react-badge';
|
|
|
429
423
|
import { useCounterBadgeStyles_unstable } from '@fluentui/react-badge';
|
|
430
424
|
import { useDivider_unstable } from '@fluentui/react-divider';
|
|
431
425
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
432
|
-
import { useFluent } from '@fluentui/react-
|
|
426
|
+
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
433
427
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
434
428
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
435
429
|
import { useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
@@ -485,7 +479,6 @@ import { usePopoverContext_unstable } from '@fluentui/react-popover';
|
|
|
485
479
|
import { usePopoverSurface_unstable } from '@fluentui/react-popover';
|
|
486
480
|
import { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';
|
|
487
481
|
import { usePopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
488
|
-
import { usePortal_unstable } from '@fluentui/react-portal';
|
|
489
482
|
import { usePresenceBadge_unstable } from '@fluentui/react-badge';
|
|
490
483
|
import { useRadio_unstable } from '@fluentui/react-radio';
|
|
491
484
|
import { useRadioGroup_unstable } from '@fluentui/react-radio';
|
|
@@ -500,7 +493,6 @@ import { useSpinner_unstable } from '@fluentui/react-spinner';
|
|
|
500
493
|
import { useSpinnerStyles_unstable } from '@fluentui/react-spinner';
|
|
501
494
|
import { useSplitButton_unstable } from '@fluentui/react-button';
|
|
502
495
|
import { useSplitButtonStyles_unstable } from '@fluentui/react-button';
|
|
503
|
-
import { useSSRContext } from '@fluentui/react-utilities';
|
|
504
496
|
import { useSwitch_unstable } from '@fluentui/react-switch';
|
|
505
497
|
import { useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
506
498
|
import { useTab_unstable } from '@fluentui/react-tabs';
|
|
@@ -511,12 +503,13 @@ import { useText_unstable } from '@fluentui/react-text';
|
|
|
511
503
|
import { useTextarea_unstable } from '@fluentui/react-textarea';
|
|
512
504
|
import { useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
513
505
|
import { useTextStyles_unstable } from '@fluentui/react-text';
|
|
514
|
-
import { useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
506
|
+
import { useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
515
507
|
import { useToggleButton_unstable } from '@fluentui/react-button';
|
|
516
508
|
import { useToggleButtonStyles_unstable } from '@fluentui/react-button';
|
|
517
509
|
import { useToggleState } from '@fluentui/react-button';
|
|
518
510
|
import { useTooltip_unstable } from '@fluentui/react-tooltip';
|
|
519
511
|
import { useTooltipStyles_unstable } from '@fluentui/react-tooltip';
|
|
512
|
+
import { useTooltipVisibility_unstable as useTooltipVisibility } from '@fluentui/react-shared-contexts';
|
|
520
513
|
import { VerticalSpacingTokens } from '@fluentui/react-theme';
|
|
521
514
|
import { webDarkTheme } from '@fluentui/react-theme';
|
|
522
515
|
import { webLightTheme } from '@fluentui/react-theme';
|
|
@@ -719,8 +712,6 @@ export { DividerState }
|
|
|
719
712
|
|
|
720
713
|
export { DurationTokens }
|
|
721
714
|
|
|
722
|
-
export { elementContains }
|
|
723
|
-
|
|
724
715
|
export { FluentProvider }
|
|
725
716
|
|
|
726
717
|
export { fluentProviderClassNames }
|
|
@@ -743,8 +734,6 @@ export { ForwardRefComponent }
|
|
|
743
734
|
|
|
744
735
|
export { getNativeElementProps }
|
|
745
736
|
|
|
746
|
-
export { getNativeProps }
|
|
747
|
-
|
|
748
737
|
export { getPartitionedNativeProps }
|
|
749
738
|
|
|
750
739
|
export { getSlots }
|
|
@@ -987,12 +976,6 @@ export { PopoverTriggerProps }
|
|
|
987
976
|
|
|
988
977
|
export { PopoverTriggerState }
|
|
989
978
|
|
|
990
|
-
export { Portal }
|
|
991
|
-
|
|
992
|
-
export { PortalProps }
|
|
993
|
-
|
|
994
|
-
export { PortalState }
|
|
995
|
-
|
|
996
979
|
export { PositioningImperativeRef }
|
|
997
980
|
|
|
998
981
|
export { PositioningProps }
|
|
@@ -1107,8 +1090,6 @@ export { renderPopoverSurface_unstable }
|
|
|
1107
1090
|
|
|
1108
1091
|
export { renderPopoverTrigger_unstable }
|
|
1109
1092
|
|
|
1110
|
-
export { renderPortal_unstable }
|
|
1111
|
-
|
|
1112
1093
|
export { renderRadio_unstable }
|
|
1113
1094
|
|
|
1114
1095
|
export { renderRadioGroup_unstable }
|
|
@@ -1151,8 +1132,6 @@ export { SelectTabEvent }
|
|
|
1151
1132
|
|
|
1152
1133
|
export { SelectTabEventHandler }
|
|
1153
1134
|
|
|
1154
|
-
export { setVirtualParent }
|
|
1155
|
-
|
|
1156
1135
|
export { ShadowBrandTokens }
|
|
1157
1136
|
|
|
1158
1137
|
export { ShadowTokens }
|
|
@@ -1163,6 +1142,8 @@ export { Slider }
|
|
|
1163
1142
|
|
|
1164
1143
|
export { sliderClassNames }
|
|
1165
1144
|
|
|
1145
|
+
export { sliderCSSVars }
|
|
1146
|
+
|
|
1166
1147
|
export { SliderOnChangeData }
|
|
1167
1148
|
|
|
1168
1149
|
export { SliderProps }
|
|
@@ -1495,8 +1476,6 @@ export { usePopoverSurfaceStyles_unstable }
|
|
|
1495
1476
|
|
|
1496
1477
|
export { usePopoverTrigger_unstable }
|
|
1497
1478
|
|
|
1498
|
-
export { usePortal_unstable }
|
|
1499
|
-
|
|
1500
1479
|
export { usePresenceBadge_unstable }
|
|
1501
1480
|
|
|
1502
1481
|
export { useRadio_unstable }
|
|
@@ -1525,8 +1504,6 @@ export { useSplitButton_unstable }
|
|
|
1525
1504
|
|
|
1526
1505
|
export { useSplitButtonStyles_unstable }
|
|
1527
1506
|
|
|
1528
|
-
export { useSSRContext }
|
|
1529
|
-
|
|
1530
1507
|
export { useSwitch_unstable }
|
|
1531
1508
|
|
|
1532
1509
|
export { useSwitchStyles_unstable }
|
|
@@ -1559,6 +1536,8 @@ export { useTooltip_unstable }
|
|
|
1559
1536
|
|
|
1560
1537
|
export { useTooltipStyles_unstable }
|
|
1561
1538
|
|
|
1539
|
+
export { useTooltipVisibility }
|
|
1540
|
+
|
|
1562
1541
|
export { VerticalSpacingTokens }
|
|
1563
1542
|
|
|
1564
1543
|
export { webDarkTheme }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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';
|
|
8
|
+
import { cardCSSVars } from '@fluentui/react-card';
|
|
3
9
|
import { CardFooter } from '@fluentui/react-card';
|
|
4
10
|
import { cardFooterClassNames } from '@fluentui/react-card';
|
|
5
11
|
import { CardFooterProps } from '@fluentui/react-card';
|
|
@@ -18,11 +24,25 @@ import { CardPreviewState } from '@fluentui/react-card';
|
|
|
18
24
|
import { CardProps } from '@fluentui/react-card';
|
|
19
25
|
import { CardSlots } from '@fluentui/react-card';
|
|
20
26
|
import { CardState } from '@fluentui/react-card';
|
|
27
|
+
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
28
|
+
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
29
|
+
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
30
|
+
import { Overflow } from '@fluentui/react-overflow';
|
|
31
|
+
import { OverflowItem } from '@fluentui/react-overflow';
|
|
32
|
+
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
33
|
+
import { OverflowProps } from '@fluentui/react-overflow';
|
|
34
|
+
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
21
35
|
import { renderCard_unstable } from '@fluentui/react-card';
|
|
22
36
|
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
23
37
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
24
38
|
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
39
|
+
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
25
40
|
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
41
|
+
import { Select } from '@fluentui/react-select';
|
|
42
|
+
import { selectClassNames } from '@fluentui/react-select';
|
|
43
|
+
import { SelectProps } from '@fluentui/react-select';
|
|
44
|
+
import { SelectSlots } from '@fluentui/react-select';
|
|
45
|
+
import { SelectState } from '@fluentui/react-select';
|
|
26
46
|
import { SpinButton } from '@fluentui/react-spinbutton';
|
|
27
47
|
import { SpinButtonBounds } from '@fluentui/react-spinbutton';
|
|
28
48
|
import { SpinButtonChangeEvent } from '@fluentui/react-spinbutton';
|
|
@@ -32,6 +52,8 @@ import { SpinButtonProps } from '@fluentui/react-spinbutton';
|
|
|
32
52
|
import { SpinButtonSlots } from '@fluentui/react-spinbutton';
|
|
33
53
|
import { SpinButtonSpinState } from '@fluentui/react-spinbutton';
|
|
34
54
|
import { SpinButtonState } from '@fluentui/react-spinbutton';
|
|
55
|
+
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
56
|
+
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
35
57
|
import { useCard_unstable } from '@fluentui/react-card';
|
|
36
58
|
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
37
59
|
import { useCardFooterStyles_unstable } from '@fluentui/react-card';
|
|
@@ -40,13 +62,30 @@ import { useCardHeaderStyles_unstable } from '@fluentui/react-card';
|
|
|
40
62
|
import { useCardPreview_unstable } from '@fluentui/react-card';
|
|
41
63
|
import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
42
64
|
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
65
|
+
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
66
|
+
import { useIsOverflowItemVisible } from '@fluentui/react-overflow';
|
|
67
|
+
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
68
|
+
import { useSelect_unstable } from '@fluentui/react-select';
|
|
69
|
+
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
43
70
|
import { useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
44
71
|
import { useSpinButtonStyles_unstable } from '@fluentui/react-spinbutton';
|
|
45
72
|
|
|
73
|
+
export { Alert }
|
|
74
|
+
|
|
75
|
+
export { alertClassNames }
|
|
76
|
+
|
|
77
|
+
export { AlertProps }
|
|
78
|
+
|
|
79
|
+
export { AlertSlots }
|
|
80
|
+
|
|
81
|
+
export { AlertState }
|
|
82
|
+
|
|
46
83
|
export { Card }
|
|
47
84
|
|
|
48
85
|
export { cardClassNames }
|
|
49
86
|
|
|
87
|
+
export { cardCSSVars }
|
|
88
|
+
|
|
50
89
|
export { CardFooter }
|
|
51
90
|
|
|
52
91
|
export { cardFooterClassNames }
|
|
@@ -83,6 +122,22 @@ export { CardSlots }
|
|
|
83
122
|
|
|
84
123
|
export { CardState }
|
|
85
124
|
|
|
125
|
+
export { DATA_OVERFLOW_ITEM }
|
|
126
|
+
|
|
127
|
+
export { DATA_OVERFLOW_MENU }
|
|
128
|
+
|
|
129
|
+
export { DATA_OVERFLOWING }
|
|
130
|
+
|
|
131
|
+
export { Overflow }
|
|
132
|
+
|
|
133
|
+
export { OverflowItem }
|
|
134
|
+
|
|
135
|
+
export { OverflowItemProps }
|
|
136
|
+
|
|
137
|
+
export { OverflowProps }
|
|
138
|
+
|
|
139
|
+
export { renderAlert_unstable }
|
|
140
|
+
|
|
86
141
|
export { renderCard_unstable }
|
|
87
142
|
|
|
88
143
|
export { renderCardFooter_unstable }
|
|
@@ -91,8 +146,20 @@ export { renderCardHeader_unstable }
|
|
|
91
146
|
|
|
92
147
|
export { renderCardPreview_unstable }
|
|
93
148
|
|
|
149
|
+
export { renderSelect_unstable }
|
|
150
|
+
|
|
94
151
|
export { renderSpinButton_unstable }
|
|
95
152
|
|
|
153
|
+
export { Select }
|
|
154
|
+
|
|
155
|
+
export { selectClassNames }
|
|
156
|
+
|
|
157
|
+
export { SelectProps }
|
|
158
|
+
|
|
159
|
+
export { SelectSlots }
|
|
160
|
+
|
|
161
|
+
export { SelectState }
|
|
162
|
+
|
|
96
163
|
export { SpinButton }
|
|
97
164
|
|
|
98
165
|
export { SpinButtonBounds }
|
|
@@ -111,6 +178,10 @@ export { SpinButtonSpinState }
|
|
|
111
178
|
|
|
112
179
|
export { SpinButtonState }
|
|
113
180
|
|
|
181
|
+
export { useAlert_unstable }
|
|
182
|
+
|
|
183
|
+
export { useAlertStyles_unstable }
|
|
184
|
+
|
|
114
185
|
export { useCard_unstable }
|
|
115
186
|
|
|
116
187
|
export { useCardFooter_unstable }
|
|
@@ -127,6 +198,16 @@ export { useCardPreviewStyles_unstable }
|
|
|
127
198
|
|
|
128
199
|
export { useCardStyles_unstable }
|
|
129
200
|
|
|
201
|
+
export { useIsOverflowGroupVisible }
|
|
202
|
+
|
|
203
|
+
export { useIsOverflowItemVisible }
|
|
204
|
+
|
|
205
|
+
export { useOverflowMenu }
|
|
206
|
+
|
|
207
|
+
export { useSelect_unstable }
|
|
208
|
+
|
|
209
|
+
export { useSelectStyles_unstable }
|
|
210
|
+
|
|
130
211
|
export { useSpinButton_unstable }
|
|
131
212
|
|
|
132
213
|
export { useSpinButtonStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// Utilities
|
|
2
2
|
export { RendererProvider, __styles, createDOMRenderer, makeStaticStyles, makeStyles, mergeClasses, renderToStyleElements, shorthands } from '@griffel/react';
|
|
3
|
-
export { FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable,
|
|
3
|
+
export { FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable, useFluentProvider_unstable, useFluentProviderContextValues_unstable, useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
4
4
|
export { Radio, radioClassNames, RadioGroup, RadioGroupProvider, radioGroupClassNames, renderRadio_unstable, renderRadioGroup_unstable, useRadio_unstable, useRadioGroupContext_unstable, useRadioGroupContextValues, useRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
5
5
|
export { createCustomFocusIndicatorStyle, createFocusOutlineStyle, useArrowNavigationGroup, useFocusableGroup, useFocusFinders, useKeyboardNavAttribute, useModalAttributes } from '@fluentui/react-tabster';
|
|
6
6
|
export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, tokens, typographyStyles, webDarkTheme, webLightTheme } from '@fluentui/react-theme';
|
|
7
|
-
export { useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
8
|
-
export { getNativeElementProps,
|
|
7
|
+
export { useFluent_unstable as useFluent, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
8
|
+
export { getNativeElementProps, getPartitionedNativeProps, getSlots, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsSSR, useMergedRefs } from '@fluentui/react-utilities'; // Components
|
|
9
9
|
|
|
10
10
|
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';
|
|
11
11
|
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable } from '@fluentui/react-avatar';
|
|
@@ -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';
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":"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","sourcesContent":["// Utilities\nexport {\n RendererProvider,\n __styles,\n createDOMRenderer,\n makeStaticStyles,\n makeStyles,\n mergeClasses,\n renderToStyleElements,\n shorthands,\n} from '@griffel/react';\nexport type { GriffelStyle } from '@griffel/react';\nexport {\n FluentProvider,\n fluentProviderClassNames,\n renderFluentProvider_unstable,\n useFluent,\n useFluentProvider_unstable,\n useFluentProviderContextValues_unstable,\n useFluentProviderStyles_unstable,\n} from '@fluentui/react-provider';\nexport type {\n FluentProviderContextValues,\n FluentProviderProps,\n FluentProviderSlots,\n FluentProviderState,\n} from '@fluentui/react-provider';\nexport {\n Radio,\n radioClassNames,\n RadioGroup,\n RadioGroupProvider,\n radioGroupClassNames,\n renderRadio_unstable,\n renderRadioGroup_unstable,\n useRadio_unstable,\n useRadioGroupContext_unstable,\n useRadioGroupContextValues,\n useRadioGroup_unstable,\n useRadioGroupStyles_unstable,\n useRadioStyles_unstable,\n} from '@fluentui/react-radio';\nexport type {\n RadioGroupContextValue,\n RadioGroupContextValues,\n RadioGroupOnChangeData,\n RadioGroupProps,\n RadioGroupSlots,\n RadioGroupState,\n RadioOnChangeData,\n RadioProps,\n RadioSlots,\n RadioState,\n} from '@fluentui/react-radio';\nexport {\n createCustomFocusIndicatorStyle,\n createFocusOutlineStyle,\n useArrowNavigationGroup,\n useFocusableGroup,\n useFocusFinders,\n useKeyboardNavAttribute,\n useModalAttributes,\n} from '@fluentui/react-tabster';\nexport type {\n CreateCustomFocusIndicatorStyleOptions,\n CreateFocusOutlineStyleOptions,\n UseArrowNavigationGroupOptions,\n UseFocusableGroupOptions,\n UseModalAttributesOptions,\n} from '@fluentui/react-tabster';\n\nexport {\n createDarkTheme,\n createHighContrastTheme,\n createLightTheme,\n createTeamsDarkTheme,\n themeToTokensObject,\n teamsDarkTheme,\n teamsHighContrastTheme,\n teamsLightTheme,\n tokens,\n typographyStyles,\n webDarkTheme,\n webLightTheme,\n} from '@fluentui/react-theme';\nexport type {\n BorderRadiusTokens,\n BrandVariants,\n ColorPaletteTokens,\n ColorTokens,\n FontFamilyTokens,\n FontSizeTokens,\n FontWeightTokens,\n LineHeightTokens,\n PartialTheme,\n ShadowBrandTokens,\n ShadowTokens,\n StrokeWidthTokens,\n SpacingTokens,\n HorizontalSpacingTokens,\n VerticalSpacingTokens,\n DurationTokens,\n CurveTokens,\n Theme,\n TypographyStyle,\n TypographyStyles,\n} from '@fluentui/react-theme';\nexport { useThemeClassName } from '@fluentui/react-shared-contexts';\nexport {\n getNativeElementProps,\n getNativeProps,\n getPartitionedNativeProps,\n getSlots,\n resetIdsForTests,\n resolveShorthand,\n SSRProvider,\n useId,\n useIsSSR,\n useMergedRefs,\n useSSRContext,\n} from '@fluentui/react-utilities';\nexport type {\n ComponentProps,\n ComponentState,\n ForwardRefComponent,\n ResolveShorthandFunction,\n ResolveShorthandOptions,\n Slot,\n SlotClassNames,\n SlotPropsRecord,\n} from '@fluentui/react-utilities';\n\n// Components\nexport {\n Accordion,\n AccordionProvider,\n AccordionHeader,\n AccordionItem,\n AccordionItemProvider,\n AccordionPanel,\n accordionClassNames,\n accordionHeaderClassNames,\n accordionItemClassNames,\n accordionPanelClassNames,\n renderAccordion_unstable,\n renderAccordionHeader_unstable,\n renderAccordionItem_unstable,\n renderAccordionPanel_unstable,\n useAccordion_unstable,\n useAccordionContext_unstable,\n useAccordionContextValues_unstable,\n useAccordionHeader_unstable,\n useAccordionHeaderContextValues_unstable,\n useAccordionHeaderStyles_unstable,\n useAccordionItem_unstable,\n useAccordionItemContext_unstable,\n useAccordionItemContextValues_unstable,\n useAccordionItemStyles_unstable,\n useAccordionPanel_unstable,\n useAccordionPanelStyles_unstable,\n useAccordionStyles_unstable,\n} from '@fluentui/react-accordion';\nexport type {\n AccordionContextValue,\n AccordionContextValues,\n AccordionHeaderContextValue,\n AccordionHeaderContextValues,\n AccordionHeaderExpandIconPosition,\n AccordionHeaderProps,\n AccordionHeaderSize,\n AccordionHeaderSlots,\n AccordionHeaderState,\n AccordionIndex,\n AccordionItemContextValue,\n AccordionItemContextValues,\n AccordionItemProps,\n AccordionItemSlots,\n AccordionItemState,\n AccordionItemValue,\n AccordionPanelProps,\n AccordionPanelSlots,\n AccordionPanelState,\n AccordionProps,\n AccordionSlots,\n AccordionState,\n AccordionToggleData,\n AccordionToggleEvent,\n AccordionToggleEventHandler,\n} from '@fluentui/react-accordion';\nexport {\n Avatar,\n avatarClassNames,\n renderAvatar_unstable,\n useAvatar_unstable,\n useAvatarStyles_unstable,\n} from '@fluentui/react-avatar';\nexport type { AvatarNamedColor, AvatarProps, AvatarSizes, AvatarSlots, AvatarState } from '@fluentui/react-avatar';\nexport {\n Badge,\n CounterBadge,\n PresenceBadge,\n badgeClassNames,\n counterBadgeClassNames,\n presenceBadgeClassNames,\n renderBadge_unstable,\n useBadge_unstable,\n useBadgeStyles_unstable,\n useCounterBadge_unstable,\n useCounterBadgeStyles_unstable,\n usePresenceBadge_unstable,\n} from '@fluentui/react-badge';\nexport type {\n BadgeProps,\n BadgeSlots,\n BadgeState,\n CounterBadgeProps,\n CounterBadgeState,\n PresenceBadgeProps,\n PresenceBadgeState,\n PresenceBadgeStatus,\n} from '@fluentui/react-badge';\nexport {\n Button,\n CompoundButton,\n MenuButton,\n SplitButton,\n ToggleButton,\n buttonClassNames,\n compoundButtonClassNames,\n menuButtonClassNames,\n renderButton_unstable,\n renderCompoundButton_unstable,\n renderMenuButton_unstable,\n renderSplitButton_unstable,\n renderToggleButton_unstable,\n splitButtonClassNames,\n toggleButtonClassNames,\n useButton_unstable,\n useButtonStyles_unstable,\n useCompoundButton_unstable,\n useCompoundButtonStyles_unstable,\n useMenuButton_unstable,\n useMenuButtonStyles_unstable,\n useSplitButton_unstable,\n useSplitButtonStyles_unstable,\n useToggleButton_unstable,\n useToggleButtonStyles_unstable,\n useToggleState,\n} from '@fluentui/react-button';\nexport type {\n ButtonProps,\n ButtonSlots,\n ButtonState,\n CompoundButtonProps,\n CompoundButtonSlots,\n CompoundButtonState,\n MenuButtonProps,\n MenuButtonSlots,\n MenuButtonState,\n SplitButtonProps,\n SplitButtonSlots,\n SplitButtonState,\n ToggleButtonProps,\n ToggleButtonState,\n} from '@fluentui/react-button';\nexport {\n Checkbox,\n checkboxClassNames,\n renderCheckbox_unstable,\n useCheckbox_unstable,\n useCheckboxStyles_unstable,\n} from '@fluentui/react-checkbox';\nexport type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from '@fluentui/react-checkbox';\nexport {\n Divider,\n dividerClassNames,\n renderDivider_unstable,\n useDivider_unstable,\n useDividerStyles_unstable,\n} from '@fluentui/react-divider';\nexport type { DividerProps, DividerSlots, DividerState } from '@fluentui/react-divider';\nexport {\n Input,\n inputClassNames,\n renderInput_unstable,\n useInput_unstable,\n useInputStyles_unstable,\n} from '@fluentui/react-input';\nexport type { InputOnChangeData, InputProps, InputSlots, InputState } from '@fluentui/react-input';\nexport {\n Image,\n imageClassNames,\n renderImage_unstable,\n useImage_unstable,\n useImageStyles_unstable,\n} from '@fluentui/react-image';\nexport type { ImageProps, ImageSlots, ImageState } from '@fluentui/react-image';\nexport {\n Label,\n labelClassNames,\n renderLabel_unstable,\n useLabel_unstable,\n useLabelStyles_unstable,\n} from '@fluentui/react-label';\nexport type { LabelProps, LabelSlots, LabelState } from '@fluentui/react-label';\nexport {\n Link,\n linkClassNames,\n renderLink_unstable,\n useLink_unstable,\n useLinkState_unstable,\n useLinkStyles_unstable,\n} from '@fluentui/react-link';\nexport type { LinkProps, LinkSlots, LinkState } from '@fluentui/react-link';\nexport {\n Menu,\n MenuDivider,\n MenuGroup,\n MenuGroupContextProvider,\n MenuGroupHeader,\n MenuItem,\n MenuItemCheckbox,\n MenuItemRadio,\n MenuList,\n MenuListProvider,\n MenuPopover,\n MenuProvider,\n MenuSplitGroup,\n MenuTrigger,\n MenuTriggerContextProvider,\n menuDividerClassNames,\n menuGroupClassNames,\n menuGroupHeaderClassNames,\n menuItemCheckboxClassNames,\n menuItemClassNames,\n menuItemRadioClassNames,\n menuListClassNames,\n menuPopoverClassNames,\n menuSplitGroupClassNames,\n renderMenu_unstable,\n renderMenuDivider_unstable,\n renderMenuGroup_unstable,\n renderMenuGroupHeader_unstable,\n renderMenuItem_unstable,\n renderMenuItemCheckbox_unstable,\n renderMenuItemRadio_unstable,\n renderMenuList_unstable,\n renderMenuPopover_unstable,\n renderMenuSplitGroup_unstable,\n renderMenuTrigger_unstable,\n useCheckmarkStyles_unstable,\n useMenu_unstable,\n useMenuContext_unstable,\n useMenuContextValues_unstable,\n useMenuDivider_unstable,\n useMenuDividerStyles_unstable,\n useMenuGroup_unstable,\n useMenuGroupContext_unstable,\n useMenuGroupContextValues_unstable,\n useMenuGroupHeader_unstable,\n useMenuGroupHeaderStyles_unstable,\n useMenuGroupStyles_unstable,\n useMenuItem_unstable,\n useMenuItemCheckbox_unstable,\n useMenuItemCheckboxStyles_unstable,\n useMenuItemRadio_unstable,\n useMenuItemRadioStyles_unstable,\n useMenuItemStyles_unstable,\n useMenuList_unstable,\n useMenuListContext_unstable,\n useMenuListContextValues_unstable,\n useMenuListStyles_unstable,\n useMenuPopover_unstable,\n useMenuPopoverStyles_unstable,\n useMenuSplitGroup_unstable,\n useMenuSplitGroupStyles_unstable,\n useMenuTrigger_unstable,\n useMenuTriggerContext_unstable,\n} from '@fluentui/react-menu';\nexport type {\n MenuCheckedValueChangeData,\n MenuCheckedValueChangeEvent,\n MenuContextValue,\n MenuContextValues,\n MenuDividerProps,\n MenuDividerSlots,\n MenuDividerState,\n MenuGroupContextValue,\n MenuGroupContextValues,\n MenuGroupHeaderProps,\n MenuGroupHeaderSlots,\n MenuGroupHeaderState,\n MenuGroupProps,\n MenuGroupSlots,\n MenuGroupState,\n MenuItemCheckboxProps,\n MenuItemCheckboxState,\n MenuItemProps,\n MenuItemRadioProps,\n MenuItemRadioState,\n MenuItemSelectableProps,\n MenuItemSelectableState,\n MenuItemSlots,\n MenuItemState,\n MenuListContextValue,\n MenuListContextValues,\n MenuListProps,\n MenuListSlots,\n MenuListState,\n MenuOpenChangeData,\n MenuOpenEvents,\n MenuPopoverProps,\n MenuPopoverSlots,\n MenuPopoverState,\n MenuProps,\n MenuSlots,\n MenuSplitGroupProps,\n MenuSplitGroupSlots,\n MenuSplitGroupState,\n MenuState,\n MenuTriggerChildProps,\n MenuTriggerProps,\n MenuTriggerState,\n SelectableHandler,\n UninitializedMenuListState,\n} from '@fluentui/react-menu';\nexport {\n Popover,\n PopoverSurface,\n PopoverProvider,\n PopoverTrigger,\n arrowHeights,\n popoverSurfaceClassNames,\n renderPopover_unstable,\n renderPopoverSurface_unstable,\n renderPopoverTrigger_unstable,\n usePopover_unstable,\n usePopoverContext_unstable,\n usePopoverSurface_unstable,\n usePopoverSurfaceStyles_unstable,\n usePopoverTrigger_unstable,\n} from '@fluentui/react-popover';\nexport type {\n OnOpenChangeData,\n OpenPopoverEvents,\n PopoverContextValue,\n PopoverProps,\n PopoverSize,\n PopoverState,\n PopoverSurfaceProps,\n PopoverSurfaceSlots,\n PopoverSurfaceState,\n PopoverTriggerProps,\n PopoverTriggerState,\n} from '@fluentui/react-popover';\nexport {\n Portal,\n elementContains,\n renderPortal_unstable,\n setVirtualParent,\n usePortal_unstable,\n} from '@fluentui/react-portal';\nexport type { PortalProps, PortalState } from '@fluentui/react-portal';\nexport {\n Slider,\n sliderClassNames,\n useSliderState_unstable,\n useSliderStyles_unstable,\n useSlider_unstable,\n renderSlider_unstable,\n} from '@fluentui/react-slider';\nexport type { SliderProps, SliderSlots, SliderOnChangeData, SliderState } from '@fluentui/react-slider';\nexport {\n Spinner,\n spinnerClassNames,\n renderSpinner_unstable,\n useSpinner_unstable,\n useSpinnerStyles_unstable,\n} from '@fluentui/react-spinner';\nexport type { SpinnerProps, SpinnerSlots, SpinnerState } from '@fluentui/react-spinner';\nexport {\n Switch,\n switchClassNames,\n renderSwitch_unstable,\n useSwitch_unstable,\n useSwitchStyles_unstable,\n} from '@fluentui/react-switch';\nexport type { SwitchOnChangeData, SwitchProps, SwitchSlots, SwitchState } from '@fluentui/react-switch';\nexport {\n renderTab_unstable,\n Tab,\n tabClassNames,\n useTabStyles_unstable,\n useTab_unstable,\n renderTabList_unstable,\n TabList,\n tabListClassNames,\n useTabListStyles_unstable,\n useTabList_unstable,\n} from '@fluentui/react-tabs';\nexport type {\n TabProps,\n TabSlots,\n TabState,\n TabValue,\n TabRegisterData,\n RegisterTabEventHandler,\n SelectTabData,\n SelectTabEvent,\n SelectTabEventHandler,\n TabListContextValue,\n TabListContextValues,\n TabListProps,\n TabListSlots,\n TabListState,\n} from '@fluentui/react-tabs';\nexport {\n Body1,\n Caption1,\n Caption2,\n Display,\n Subtitle1,\n LargeTitle,\n Subtitle2,\n Text,\n Title1,\n Title2,\n Title3,\n body1ClassNames,\n caption1ClassNames,\n caption2ClassNames,\n displayClassNames,\n subtitle1ClassNames,\n largeTitleClassNames,\n renderText_unstable,\n subtitle2ClassNames,\n textClassNames,\n title1ClassNames,\n title2ClassNames,\n title3ClassNames,\n useText_unstable,\n useTextStyles_unstable,\n} from '@fluentui/react-text';\nexport type { TextProps, TextSlots, TextState } from '@fluentui/react-text';\nexport {\n Textarea,\n textareaClassNames,\n renderTextarea_unstable,\n useTextarea_unstable,\n useTextareaStyles_unstable,\n} from '@fluentui/react-textarea';\nexport type { TextareaProps, TextareaSlots, TextareaState } from '@fluentui/react-textarea';\nexport {\n Tooltip,\n renderTooltip_unstable,\n tooltipClassNames,\n useTooltip_unstable,\n useTooltipStyles_unstable,\n} from '@fluentui/react-tooltip';\nexport type {\n OnVisibleChangeData,\n TooltipProps,\n TooltipSlots,\n TooltipState,\n TooltipTriggerProps,\n} from '@fluentui/react-tooltip';\n\nexport type {\n PositioningProps,\n PositioningShorthand,\n PositioningShorthandValue,\n PositioningImperativeRef,\n PositioningVirtualElement,\n} from '@fluentui/react-positioning';\n"],"sourceRoot":"../src/"}
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":"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","sourcesContent":["// Utilities\nexport {\n RendererProvider,\n __styles,\n createDOMRenderer,\n makeStaticStyles,\n makeStyles,\n mergeClasses,\n renderToStyleElements,\n shorthands,\n} from '@griffel/react';\nexport type { GriffelStyle } from '@griffel/react';\nexport {\n FluentProvider,\n fluentProviderClassNames,\n renderFluentProvider_unstable,\n useFluentProvider_unstable,\n useFluentProviderContextValues_unstable,\n useFluentProviderStyles_unstable,\n} from '@fluentui/react-provider';\nexport type {\n FluentProviderContextValues,\n FluentProviderProps,\n FluentProviderSlots,\n FluentProviderState,\n} from '@fluentui/react-provider';\nexport {\n Radio,\n radioClassNames,\n RadioGroup,\n RadioGroupProvider,\n radioGroupClassNames,\n renderRadio_unstable,\n renderRadioGroup_unstable,\n useRadio_unstable,\n useRadioGroupContext_unstable,\n useRadioGroupContextValues,\n useRadioGroup_unstable,\n useRadioGroupStyles_unstable,\n useRadioStyles_unstable,\n} from '@fluentui/react-radio';\nexport type {\n RadioGroupContextValue,\n RadioGroupContextValues,\n RadioGroupOnChangeData,\n RadioGroupProps,\n RadioGroupSlots,\n RadioGroupState,\n RadioOnChangeData,\n RadioProps,\n RadioSlots,\n RadioState,\n} from '@fluentui/react-radio';\nexport {\n createCustomFocusIndicatorStyle,\n createFocusOutlineStyle,\n useArrowNavigationGroup,\n useFocusableGroup,\n useFocusFinders,\n useKeyboardNavAttribute,\n useModalAttributes,\n} from '@fluentui/react-tabster';\nexport type {\n CreateCustomFocusIndicatorStyleOptions,\n CreateFocusOutlineStyleOptions,\n UseArrowNavigationGroupOptions,\n UseFocusableGroupOptions,\n UseModalAttributesOptions,\n} from '@fluentui/react-tabster';\n\nexport {\n createDarkTheme,\n createHighContrastTheme,\n createLightTheme,\n createTeamsDarkTheme,\n themeToTokensObject,\n teamsDarkTheme,\n teamsHighContrastTheme,\n teamsLightTheme,\n tokens,\n typographyStyles,\n webDarkTheme,\n webLightTheme,\n} from '@fluentui/react-theme';\nexport type {\n BorderRadiusTokens,\n BrandVariants,\n ColorPaletteTokens,\n ColorTokens,\n FontFamilyTokens,\n FontSizeTokens,\n FontWeightTokens,\n LineHeightTokens,\n PartialTheme,\n ShadowBrandTokens,\n ShadowTokens,\n StrokeWidthTokens,\n SpacingTokens,\n HorizontalSpacingTokens,\n VerticalSpacingTokens,\n DurationTokens,\n CurveTokens,\n Theme,\n TypographyStyle,\n TypographyStyles,\n} from '@fluentui/react-theme';\nexport {\n useFluent_unstable as useFluent,\n useTooltipVisibility_unstable as useTooltipVisibility,\n useThemeClassName_unstable as useThemeClassName,\n} from '@fluentui/react-shared-contexts';\nexport {\n getNativeElementProps,\n getPartitionedNativeProps,\n getSlots,\n resetIdsForTests,\n resolveShorthand,\n SSRProvider,\n useId,\n useIsSSR,\n useMergedRefs,\n} from '@fluentui/react-utilities';\nexport type {\n ComponentProps,\n ComponentState,\n ForwardRefComponent,\n ResolveShorthandFunction,\n ResolveShorthandOptions,\n Slot,\n SlotClassNames,\n SlotPropsRecord,\n} from '@fluentui/react-utilities';\n\n// Components\nexport {\n Accordion,\n AccordionProvider,\n AccordionHeader,\n AccordionItem,\n AccordionItemProvider,\n AccordionPanel,\n accordionClassNames,\n accordionHeaderClassNames,\n accordionItemClassNames,\n accordionPanelClassNames,\n renderAccordion_unstable,\n renderAccordionHeader_unstable,\n renderAccordionItem_unstable,\n renderAccordionPanel_unstable,\n useAccordion_unstable,\n useAccordionContext_unstable,\n useAccordionContextValues_unstable,\n useAccordionHeader_unstable,\n useAccordionHeaderContextValues_unstable,\n useAccordionHeaderStyles_unstable,\n useAccordionItem_unstable,\n useAccordionItemContext_unstable,\n useAccordionItemContextValues_unstable,\n useAccordionItemStyles_unstable,\n useAccordionPanel_unstable,\n useAccordionPanelStyles_unstable,\n useAccordionStyles_unstable,\n} from '@fluentui/react-accordion';\nexport type {\n AccordionContextValue,\n AccordionContextValues,\n AccordionHeaderContextValue,\n AccordionHeaderContextValues,\n AccordionHeaderExpandIconPosition,\n AccordionHeaderProps,\n AccordionHeaderSize,\n AccordionHeaderSlots,\n AccordionHeaderState,\n AccordionIndex,\n AccordionItemContextValue,\n AccordionItemContextValues,\n AccordionItemProps,\n AccordionItemSlots,\n AccordionItemState,\n AccordionItemValue,\n AccordionPanelProps,\n AccordionPanelSlots,\n AccordionPanelState,\n AccordionProps,\n AccordionSlots,\n AccordionState,\n AccordionToggleData,\n AccordionToggleEvent,\n AccordionToggleEventHandler,\n} from '@fluentui/react-accordion';\nexport {\n Avatar,\n avatarClassNames,\n renderAvatar_unstable,\n useAvatar_unstable,\n useAvatarStyles_unstable,\n} from '@fluentui/react-avatar';\nexport type { AvatarNamedColor, AvatarProps, AvatarSizes, AvatarSlots, AvatarState } from '@fluentui/react-avatar';\nexport {\n Badge,\n CounterBadge,\n PresenceBadge,\n badgeClassNames,\n counterBadgeClassNames,\n presenceBadgeClassNames,\n renderBadge_unstable,\n useBadge_unstable,\n useBadgeStyles_unstable,\n useCounterBadge_unstable,\n useCounterBadgeStyles_unstable,\n usePresenceBadge_unstable,\n} from '@fluentui/react-badge';\nexport type {\n BadgeProps,\n BadgeSlots,\n BadgeState,\n CounterBadgeProps,\n CounterBadgeState,\n PresenceBadgeProps,\n PresenceBadgeState,\n PresenceBadgeStatus,\n} from '@fluentui/react-badge';\nexport {\n Button,\n CompoundButton,\n MenuButton,\n SplitButton,\n ToggleButton,\n buttonClassNames,\n compoundButtonClassNames,\n menuButtonClassNames,\n renderButton_unstable,\n renderCompoundButton_unstable,\n renderMenuButton_unstable,\n renderSplitButton_unstable,\n renderToggleButton_unstable,\n splitButtonClassNames,\n toggleButtonClassNames,\n useButton_unstable,\n useButtonStyles_unstable,\n useCompoundButton_unstable,\n useCompoundButtonStyles_unstable,\n useMenuButton_unstable,\n useMenuButtonStyles_unstable,\n useSplitButton_unstable,\n useSplitButtonStyles_unstable,\n useToggleButton_unstable,\n useToggleButtonStyles_unstable,\n useToggleState,\n} from '@fluentui/react-button';\nexport type {\n ButtonProps,\n ButtonSlots,\n ButtonState,\n CompoundButtonProps,\n CompoundButtonSlots,\n CompoundButtonState,\n MenuButtonProps,\n MenuButtonSlots,\n MenuButtonState,\n SplitButtonProps,\n SplitButtonSlots,\n SplitButtonState,\n ToggleButtonProps,\n ToggleButtonState,\n} from '@fluentui/react-button';\nexport {\n Checkbox,\n checkboxClassNames,\n renderCheckbox_unstable,\n useCheckbox_unstable,\n useCheckboxStyles_unstable,\n} from '@fluentui/react-checkbox';\nexport type { CheckboxOnChangeData, CheckboxProps, CheckboxSlots, CheckboxState } from '@fluentui/react-checkbox';\nexport {\n Divider,\n dividerClassNames,\n renderDivider_unstable,\n useDivider_unstable,\n useDividerStyles_unstable,\n} from '@fluentui/react-divider';\nexport type { DividerProps, DividerSlots, DividerState } from '@fluentui/react-divider';\nexport {\n Input,\n inputClassNames,\n renderInput_unstable,\n useInput_unstable,\n useInputStyles_unstable,\n} from '@fluentui/react-input';\nexport type { InputOnChangeData, InputProps, InputSlots, InputState } from '@fluentui/react-input';\nexport {\n Image,\n imageClassNames,\n renderImage_unstable,\n useImage_unstable,\n useImageStyles_unstable,\n} from '@fluentui/react-image';\nexport type { ImageProps, ImageSlots, ImageState } from '@fluentui/react-image';\nexport {\n Label,\n labelClassNames,\n renderLabel_unstable,\n useLabel_unstable,\n useLabelStyles_unstable,\n} from '@fluentui/react-label';\nexport type { LabelProps, LabelSlots, LabelState } from '@fluentui/react-label';\nexport {\n Link,\n linkClassNames,\n renderLink_unstable,\n useLink_unstable,\n useLinkState_unstable,\n useLinkStyles_unstable,\n} from '@fluentui/react-link';\nexport type { LinkProps, LinkSlots, LinkState } from '@fluentui/react-link';\nexport {\n Menu,\n MenuDivider,\n MenuGroup,\n MenuGroupContextProvider,\n MenuGroupHeader,\n MenuItem,\n MenuItemCheckbox,\n MenuItemRadio,\n MenuList,\n MenuListProvider,\n MenuPopover,\n MenuProvider,\n MenuSplitGroup,\n MenuTrigger,\n MenuTriggerContextProvider,\n menuDividerClassNames,\n menuGroupClassNames,\n menuGroupHeaderClassNames,\n menuItemCheckboxClassNames,\n menuItemClassNames,\n menuItemRadioClassNames,\n menuListClassNames,\n menuPopoverClassNames,\n menuSplitGroupClassNames,\n renderMenu_unstable,\n renderMenuDivider_unstable,\n renderMenuGroup_unstable,\n renderMenuGroupHeader_unstable,\n renderMenuItem_unstable,\n renderMenuItemCheckbox_unstable,\n renderMenuItemRadio_unstable,\n renderMenuList_unstable,\n renderMenuPopover_unstable,\n renderMenuSplitGroup_unstable,\n renderMenuTrigger_unstable,\n useCheckmarkStyles_unstable,\n useMenu_unstable,\n useMenuContext_unstable,\n useMenuContextValues_unstable,\n useMenuDivider_unstable,\n useMenuDividerStyles_unstable,\n useMenuGroup_unstable,\n useMenuGroupContext_unstable,\n useMenuGroupContextValues_unstable,\n useMenuGroupHeader_unstable,\n useMenuGroupHeaderStyles_unstable,\n useMenuGroupStyles_unstable,\n useMenuItem_unstable,\n useMenuItemCheckbox_unstable,\n useMenuItemCheckboxStyles_unstable,\n useMenuItemRadio_unstable,\n useMenuItemRadioStyles_unstable,\n useMenuItemStyles_unstable,\n useMenuList_unstable,\n useMenuListContext_unstable,\n useMenuListContextValues_unstable,\n useMenuListStyles_unstable,\n useMenuPopover_unstable,\n useMenuPopoverStyles_unstable,\n useMenuSplitGroup_unstable,\n useMenuSplitGroupStyles_unstable,\n useMenuTrigger_unstable,\n useMenuTriggerContext_unstable,\n} from '@fluentui/react-menu';\nexport type {\n MenuCheckedValueChangeData,\n MenuCheckedValueChangeEvent,\n MenuContextValue,\n MenuContextValues,\n MenuDividerProps,\n MenuDividerSlots,\n MenuDividerState,\n MenuGroupContextValue,\n MenuGroupContextValues,\n MenuGroupHeaderProps,\n MenuGroupHeaderSlots,\n MenuGroupHeaderState,\n MenuGroupProps,\n MenuGroupSlots,\n MenuGroupState,\n MenuItemCheckboxProps,\n MenuItemCheckboxState,\n MenuItemProps,\n MenuItemRadioProps,\n MenuItemRadioState,\n MenuItemSelectableProps,\n MenuItemSelectableState,\n MenuItemSlots,\n MenuItemState,\n MenuListContextValue,\n MenuListContextValues,\n MenuListProps,\n MenuListSlots,\n MenuListState,\n MenuOpenChangeData,\n MenuOpenEvents,\n MenuPopoverProps,\n MenuPopoverSlots,\n MenuPopoverState,\n MenuProps,\n MenuSlots,\n MenuSplitGroupProps,\n MenuSplitGroupSlots,\n MenuSplitGroupState,\n MenuState,\n MenuTriggerChildProps,\n MenuTriggerProps,\n MenuTriggerState,\n SelectableHandler,\n UninitializedMenuListState,\n} from '@fluentui/react-menu';\nexport {\n Popover,\n PopoverSurface,\n PopoverProvider,\n PopoverTrigger,\n arrowHeights,\n popoverSurfaceClassNames,\n renderPopover_unstable,\n renderPopoverSurface_unstable,\n renderPopoverTrigger_unstable,\n usePopover_unstable,\n usePopoverContext_unstable,\n usePopoverSurface_unstable,\n usePopoverSurfaceStyles_unstable,\n usePopoverTrigger_unstable,\n} from '@fluentui/react-popover';\nexport type {\n OnOpenChangeData,\n OpenPopoverEvents,\n PopoverContextValue,\n PopoverProps,\n PopoverSize,\n PopoverState,\n PopoverSurfaceProps,\n PopoverSurfaceSlots,\n PopoverSurfaceState,\n PopoverTriggerProps,\n PopoverTriggerState,\n} from '@fluentui/react-popover';\nexport {\n Slider,\n sliderClassNames,\n sliderCSSVars,\n useSliderState_unstable,\n useSliderStyles_unstable,\n useSlider_unstable,\n renderSlider_unstable,\n} from '@fluentui/react-slider';\nexport type { SliderProps, SliderSlots, SliderOnChangeData, SliderState } from '@fluentui/react-slider';\nexport {\n Spinner,\n spinnerClassNames,\n renderSpinner_unstable,\n useSpinner_unstable,\n useSpinnerStyles_unstable,\n} from '@fluentui/react-spinner';\nexport type { SpinnerProps, SpinnerSlots, SpinnerState } from '@fluentui/react-spinner';\nexport {\n Switch,\n switchClassNames,\n renderSwitch_unstable,\n useSwitch_unstable,\n useSwitchStyles_unstable,\n} from '@fluentui/react-switch';\nexport type { SwitchOnChangeData, SwitchProps, SwitchSlots, SwitchState } from '@fluentui/react-switch';\nexport {\n renderTab_unstable,\n Tab,\n tabClassNames,\n useTabStyles_unstable,\n useTab_unstable,\n renderTabList_unstable,\n TabList,\n tabListClassNames,\n useTabListStyles_unstable,\n useTabList_unstable,\n} from '@fluentui/react-tabs';\nexport type {\n TabProps,\n TabSlots,\n TabState,\n TabValue,\n TabRegisterData,\n RegisterTabEventHandler,\n SelectTabData,\n SelectTabEvent,\n SelectTabEventHandler,\n TabListContextValue,\n TabListContextValues,\n TabListProps,\n TabListSlots,\n TabListState,\n} from '@fluentui/react-tabs';\nexport {\n Body1,\n Caption1,\n Caption2,\n Display,\n Subtitle1,\n LargeTitle,\n Subtitle2,\n Text,\n Title1,\n Title2,\n Title3,\n body1ClassNames,\n caption1ClassNames,\n caption2ClassNames,\n displayClassNames,\n subtitle1ClassNames,\n largeTitleClassNames,\n renderText_unstable,\n subtitle2ClassNames,\n textClassNames,\n title1ClassNames,\n title2ClassNames,\n title3ClassNames,\n useText_unstable,\n useTextStyles_unstable,\n} from '@fluentui/react-text';\nexport type { TextProps, TextSlots, TextState } from '@fluentui/react-text';\nexport {\n Textarea,\n textareaClassNames,\n renderTextarea_unstable,\n useTextarea_unstable,\n useTextareaStyles_unstable,\n} from '@fluentui/react-textarea';\nexport type { TextareaProps, TextareaSlots, TextareaState } from '@fluentui/react-textarea';\nexport {\n Tooltip,\n renderTooltip_unstable,\n tooltipClassNames,\n useTooltip_unstable,\n useTooltipStyles_unstable,\n} from '@fluentui/react-tooltip';\nexport type {\n OnVisibleChangeData,\n TooltipProps,\n TooltipSlots,\n TooltipState,\n TooltipTriggerProps,\n} from '@fluentui/react-tooltip';\n\nexport type {\n PositioningProps,\n PositioningShorthand,\n PositioningShorthandValue,\n PositioningImperativeRef,\n PositioningVirtualElement,\n} from '@fluentui/react-positioning';\n"],"sourceRoot":"../src/"}
|
package/lib/unstable/index.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
// Stub for unstable exports
|
|
2
|
-
export {
|
|
2
|
+
export { Alert, alertClassNames, renderAlert_unstable, useAlertStyles_unstable, useAlert_unstable } from '@fluentui/react-alert';
|
|
3
|
+
export { Card, CardFooter, CardHeader, CardPreview, cardClassNames, cardCSSVars, cardFooterClassNames, cardHeaderClassNames, cardPreviewClassNames, renderCard_unstable, renderCardFooter_unstable, renderCardHeader_unstable, renderCardPreview_unstable, useCard_unstable, useCardFooter_unstable, useCardFooterStyles_unstable, useCardHeader_unstable, useCardHeaderStyles_unstable, useCardPreview_unstable, useCardPreviewStyles_unstable, useCardStyles_unstable } from '@fluentui/react-card';
|
|
4
|
+
export { Select, renderSelect_unstable, selectClassNames, useSelectStyles_unstable, useSelect_unstable } from '@fluentui/react-select';
|
|
3
5
|
export { SpinButton, renderSpinButton_unstable, spinButtonClassNames, useSpinButtonStyles_unstable, useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
6
|
+
export { Overflow, OverflowItem, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
4
7
|
//# sourceMappingURL=index.js.map
|