@fluentui/react-components 9.53.0 → 9.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +83 -2
- package/dist/index.d.ts +42 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +19 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +56 -57
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,93 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 06 Jun 2024 15:22:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.54.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.0)
|
|
8
|
+
|
|
9
|
+
Thu, 06 Jun 2024 15:22:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.53.0..@fluentui/react-components_v9.54.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- add optional `window` argument to `scrollIntoView`. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- chore: exports DialogModalType type ([PR #31549](https://github.com/microsoft/fluentui/pull/31549) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- feat: re-export `useTimeout()` and `useAnimationFrame()`. ([PR #31527](https://github.com/microsoft/fluentui/pull/31527) by seanmonahan@microsoft.com)
|
|
19
|
+
- feat: add @fluentui/react-motion to suite ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
20
|
+
- `@fluentui/react-dialog`
|
|
21
|
+
- chore: exports DialogModalType type ([PR #31549](https://github.com/microsoft/fluentui/pull/31549) by bernardo.sunderhus@gmail.com)
|
|
22
|
+
- `@fluentui/react-drawer`
|
|
23
|
+
- feat: allow aside as tag for Drawer components ([PR #31434](https://github.com/microsoft/fluentui/pull/31434) by marcosvmmoura@gmail.com)
|
|
24
|
+
- `@fluentui/react-motion`
|
|
25
|
+
- feat: release stable ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
26
|
+
- `@fluentui/react-nav-preview`
|
|
27
|
+
- chore: Recomposing NavSectionHeader and Hamburger. Removing HamburgerInNav. Some other pixel pushing. ([PR #31387](https://github.com/microsoft/fluentui/pull/31387) by matejera@microsoft.com)
|
|
28
|
+
- `@fluentui/react-tag-picker`
|
|
29
|
+
- feat: adds text property to TagPickerOption ([PR #31474](https://github.com/microsoft/fluentui/pull/31474) by bernardo.sunderhus@gmail.com)
|
|
30
|
+
- `@fluentui/react-tree`
|
|
31
|
+
- feature: preventScroll on navigation ([PR #31577](https://github.com/microsoft/fluentui/pull/31577) by bernardo.sunderhus@gmail.com)
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- `@fluentui/priority-overflow`
|
|
36
|
+
- chore: disable eslint rule ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
37
|
+
- `@fluentui/react-accordion`
|
|
38
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
39
|
+
- `@fluentui/react-aria`
|
|
40
|
+
- chore: remove optional "win" argument ([PR #31470](https://github.com/microsoft/fluentui/pull/31470) by seanmonahan@microsoft.com)
|
|
41
|
+
- `@fluentui/react-calendar-compat`
|
|
42
|
+
- feat(calendar-compat): changed design for the selected state ([PR #31509](https://github.com/microsoft/fluentui/pull/31509) by vkozlova@microsoft.com)
|
|
43
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
44
|
+
- chore: Renaming useCalendarMonthStyles.ts to useCalendarMonthStyles.styles.ts. ([PR #31568](https://github.com/microsoft/fluentui/pull/31568) by Humberto.Morimoto@microsoft.com)
|
|
45
|
+
- `@fluentui/react-dialog`
|
|
46
|
+
- chore: use @fluentui/react-motion ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
47
|
+
- `@fluentui/react-list-preview`
|
|
48
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- `@fluentui/react-menu`
|
|
50
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
51
|
+
- `@fluentui/react-message-bar`
|
|
52
|
+
- chore: disable eslint rule ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
53
|
+
- `@fluentui/react-migration-v8-v9`
|
|
54
|
+
- chore: Fixing typo in CheckboxShim migration. ([PR #31569](https://github.com/microsoft/fluentui/pull/31569) by Humberto.Morimoto@microsoft.com)
|
|
55
|
+
- `@fluentui/react-nav-preview`
|
|
56
|
+
- fix: compatibility with Drawer slots ([PR #31434](https://github.com/microsoft/fluentui/pull/31434) by marcosvmmoura@gmail.com)
|
|
57
|
+
- `@fluentui/react-popover`
|
|
58
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
59
|
+
- `@fluentui/react-search`
|
|
60
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
61
|
+
- `@fluentui/react-skeleton`
|
|
62
|
+
- chore: rename useSkeletonStyles.ts to useSkeletonStyles.styles.ts ([PR #31503](https://github.com/microsoft/fluentui/pull/31503) by seanmonahan@microsoft.com)
|
|
63
|
+
- `@fluentui/react-slider`
|
|
64
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
65
|
+
- `@fluentui/react-table`
|
|
66
|
+
- fix: use requestAnimationFrame from Fluent context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
67
|
+
- `@fluentui/react-teaching-popover`
|
|
68
|
+
- Use `MutationObserver` from global context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
69
|
+
- `@fluentui/react-timepicker-compat`
|
|
70
|
+
- fix: clear icon not working with freeform ([PR #31324](https://github.com/microsoft/fluentui/pull/31324) by yuanboxue@microsoft.com)
|
|
71
|
+
- `@fluentui/react-toast`
|
|
72
|
+
- chore: migrate Toast to new motion library ([PR #31516](https://github.com/microsoft/fluentui/pull/31516) by olfedias@microsoft.com)
|
|
73
|
+
- chore: use @fluentui/react-motion ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
74
|
+
- chore: adopt changes in motion APIs ([PR #31508](https://github.com/microsoft/fluentui/pull/31508) by olfedias@microsoft.com)
|
|
75
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
76
|
+
- `@fluentui/react-tree`
|
|
77
|
+
- bugfix: ensure roving tab index when children content changes ([PR #31595](https://github.com/microsoft/fluentui/pull/31595) by bernardo.sunderhus@gmail.com)
|
|
78
|
+
- chore: ensure only state or defaultState is provided on useControllableState hook invocation ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
79
|
+
- `@fluentui/react-utilities`
|
|
80
|
+
- chore: useControllableState warns if controlled and uncontrolled at the same time ([PR #31461](https://github.com/microsoft/fluentui/pull/31461) by bernardo.sunderhus@gmail.com)
|
|
81
|
+
- fix: use globals from Fluent context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
82
|
+
|
|
83
|
+
### Changes
|
|
84
|
+
|
|
85
|
+
- `@fluentui/react-virtualizer`
|
|
86
|
+
- fix: update internal function to optionally use global Fluent context. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
87
|
+
|
|
7
88
|
## [9.53.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.53.0)
|
|
8
89
|
|
|
9
|
-
Thu, 23 May 2024
|
|
90
|
+
Thu, 23 May 2024 08:02:39 GMT
|
|
10
91
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.52.0..@fluentui/react-components_v9.53.0)
|
|
11
92
|
|
|
12
93
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ import { AriaLiveAnnouncerProps } from '@fluentui/react-aria';
|
|
|
44
44
|
import { AriaLiveAnnouncerState } from '@fluentui/react-aria';
|
|
45
45
|
import { arrowHeights } from '@fluentui/react-popover';
|
|
46
46
|
import { assertSlots } from '@fluentui/react-utilities';
|
|
47
|
+
import { AtomMotion } from '@fluentui/react-motion';
|
|
48
|
+
import { AtomMotionFn } from '@fluentui/react-motion';
|
|
47
49
|
import { Avatar } from '@fluentui/react-avatar';
|
|
48
50
|
import { avatarClassNames } from '@fluentui/react-avatar';
|
|
49
51
|
import { AvatarGroup } from '@fluentui/react-avatar';
|
|
@@ -188,6 +190,8 @@ import { createFocusOutlineStyle } from '@fluentui/react-tabster';
|
|
|
188
190
|
import { CreateFocusOutlineStyleOptions } from '@fluentui/react-tabster';
|
|
189
191
|
import { createHighContrastTheme } from '@fluentui/react-theme';
|
|
190
192
|
import { createLightTheme } from '@fluentui/react-theme';
|
|
193
|
+
import { createMotionComponent } from '@fluentui/react-motion';
|
|
194
|
+
import { createPresenceComponent } from '@fluentui/react-motion';
|
|
191
195
|
import { createTableColumn } from '@fluentui/react-table';
|
|
192
196
|
import { CreateTableColumnOptions } from '@fluentui/react-table';
|
|
193
197
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
@@ -254,6 +258,7 @@ import { DialogContentProps } from '@fluentui/react-dialog';
|
|
|
254
258
|
import { DialogContentSlots } from '@fluentui/react-dialog';
|
|
255
259
|
import { DialogContentState } from '@fluentui/react-dialog';
|
|
256
260
|
import { DialogContextValue } from '@fluentui/react-dialog';
|
|
261
|
+
import { DialogModalType } from '@fluentui/react-dialog';
|
|
257
262
|
import { DialogOpenChangeData } from '@fluentui/react-dialog';
|
|
258
263
|
import { DialogOpenChangeEvent } from '@fluentui/react-dialog';
|
|
259
264
|
import { DialogProps } from '@fluentui/react-dialog';
|
|
@@ -552,6 +557,9 @@ import { MessageBarTitleProps } from '@fluentui/react-message-bar';
|
|
|
552
557
|
import { MessageBarTitleSlots } from '@fluentui/react-message-bar';
|
|
553
558
|
import { MessageBarTitleState } from '@fluentui/react-message-bar';
|
|
554
559
|
import { MessageBarTransitionContextValue } from '@fluentui/react-message-bar';
|
|
560
|
+
import { MotionComponentProps } from '@fluentui/react-motion';
|
|
561
|
+
import { MotionImperativeRef } from '@fluentui/react-motion';
|
|
562
|
+
import { motionTokens } from '@fluentui/react-motion';
|
|
555
563
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
556
564
|
import { OnSelectionChangeCallback } from '@fluentui/react-utilities';
|
|
557
565
|
import { OnSelectionChangeData } from '@fluentui/react-utilities';
|
|
@@ -625,8 +633,12 @@ import { PresenceBadgeState } from '@fluentui/react-badge';
|
|
|
625
633
|
import { PresenceBadgeStatus } from '@fluentui/react-badge';
|
|
626
634
|
import { presenceBlockedRegular } from '@fluentui/react-badge';
|
|
627
635
|
import { presenceBusyFilled } from '@fluentui/react-badge';
|
|
636
|
+
import { PresenceComponentProps } from '@fluentui/react-motion';
|
|
628
637
|
import { presenceDndFilled } from '@fluentui/react-badge';
|
|
629
638
|
import { presenceDndRegular } from '@fluentui/react-badge';
|
|
639
|
+
import { PresenceGroup } from '@fluentui/react-motion';
|
|
640
|
+
import { PresenceMotion } from '@fluentui/react-motion';
|
|
641
|
+
import { PresenceMotionFn } from '@fluentui/react-motion';
|
|
630
642
|
import { presenceOfflineRegular } from '@fluentui/react-badge';
|
|
631
643
|
import { presenceOofRegular } from '@fluentui/react-badge';
|
|
632
644
|
import { presenceUnknownRegular } from '@fluentui/react-badge';
|
|
@@ -1292,6 +1304,7 @@ import { useAccordionItemStyles_unstable } from '@fluentui/react-accordion';
|
|
|
1292
1304
|
import { useAccordionPanel_unstable } from '@fluentui/react-accordion';
|
|
1293
1305
|
import { useAccordionPanelStyles_unstable } from '@fluentui/react-accordion';
|
|
1294
1306
|
import { useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
1307
|
+
import { useAnimationFrame } from '@fluentui/react-utilities';
|
|
1295
1308
|
import { useAnnounce } from '@fluentui/react-shared-contexts';
|
|
1296
1309
|
import { useAriaLiveAnnouncer_unstable } from '@fluentui/react-aria';
|
|
1297
1310
|
import { useAriaLiveAnnouncerContextValues_unstable } from '@fluentui/react-aria';
|
|
@@ -1651,6 +1664,7 @@ import { useTextarea_unstable } from '@fluentui/react-textarea';
|
|
|
1651
1664
|
import { useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
1652
1665
|
import { useTextStyles_unstable } from '@fluentui/react-text';
|
|
1653
1666
|
import { useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
1667
|
+
import { useTimeout } from '@fluentui/react-utilities';
|
|
1654
1668
|
import { useToast_unstable } from '@fluentui/react-toast';
|
|
1655
1669
|
import { useToastBody_unstable } from '@fluentui/react-toast';
|
|
1656
1670
|
import { useToastBodyStyles_unstable } from '@fluentui/react-toast';
|
|
@@ -1790,6 +1804,10 @@ export { arrowHeights }
|
|
|
1790
1804
|
|
|
1791
1805
|
export { assertSlots }
|
|
1792
1806
|
|
|
1807
|
+
export { AtomMotion }
|
|
1808
|
+
|
|
1809
|
+
export { AtomMotionFn }
|
|
1810
|
+
|
|
1793
1811
|
export { Avatar }
|
|
1794
1812
|
|
|
1795
1813
|
export { avatarClassNames }
|
|
@@ -2078,6 +2096,10 @@ export { createHighContrastTheme }
|
|
|
2078
2096
|
|
|
2079
2097
|
export { createLightTheme }
|
|
2080
2098
|
|
|
2099
|
+
export { createMotionComponent }
|
|
2100
|
+
|
|
2101
|
+
export { createPresenceComponent }
|
|
2102
|
+
|
|
2081
2103
|
export { createTableColumn }
|
|
2082
2104
|
|
|
2083
2105
|
export { CreateTableColumnOptions }
|
|
@@ -2210,6 +2232,8 @@ export { DialogContentState }
|
|
|
2210
2232
|
|
|
2211
2233
|
export { DialogContextValue }
|
|
2212
2234
|
|
|
2235
|
+
export { DialogModalType }
|
|
2236
|
+
|
|
2213
2237
|
export { DialogOpenChangeData }
|
|
2214
2238
|
|
|
2215
2239
|
export { DialogOpenChangeEvent }
|
|
@@ -2806,6 +2830,12 @@ export { MessageBarTitleState }
|
|
|
2806
2830
|
|
|
2807
2831
|
export { MessageBarTransitionContextValue }
|
|
2808
2832
|
|
|
2833
|
+
export { MotionComponentProps }
|
|
2834
|
+
|
|
2835
|
+
export { MotionImperativeRef }
|
|
2836
|
+
|
|
2837
|
+
export { motionTokens }
|
|
2838
|
+
|
|
2809
2839
|
export { OnOpenChangeData }
|
|
2810
2840
|
|
|
2811
2841
|
export { OnSelectionChangeCallback }
|
|
@@ -2952,10 +2982,18 @@ export { presenceBlockedRegular }
|
|
|
2952
2982
|
|
|
2953
2983
|
export { presenceBusyFilled }
|
|
2954
2984
|
|
|
2985
|
+
export { PresenceComponentProps }
|
|
2986
|
+
|
|
2955
2987
|
export { presenceDndFilled }
|
|
2956
2988
|
|
|
2957
2989
|
export { presenceDndRegular }
|
|
2958
2990
|
|
|
2991
|
+
export { PresenceGroup }
|
|
2992
|
+
|
|
2993
|
+
export { PresenceMotion }
|
|
2994
|
+
|
|
2995
|
+
export { PresenceMotionFn }
|
|
2996
|
+
|
|
2959
2997
|
export { presenceOfflineRegular }
|
|
2960
2998
|
|
|
2961
2999
|
export { presenceOofRegular }
|
|
@@ -4286,6 +4324,8 @@ export { useAccordionPanelStyles_unstable }
|
|
|
4286
4324
|
|
|
4287
4325
|
export { useAccordionStyles_unstable }
|
|
4288
4326
|
|
|
4327
|
+
export { useAnimationFrame }
|
|
4328
|
+
|
|
4289
4329
|
export { useAnnounce }
|
|
4290
4330
|
|
|
4291
4331
|
export { useAriaLiveAnnouncer_unstable }
|
|
@@ -5004,6 +5044,8 @@ export { useTextStyles_unstable }
|
|
|
5004
5044
|
|
|
5005
5045
|
export { useThemeClassName }
|
|
5006
5046
|
|
|
5047
|
+
export { useTimeout }
|
|
5048
|
+
|
|
5007
5049
|
export { useToast_unstable }
|
|
5008
5050
|
|
|
5009
5051
|
export { useToastBody_unstable }
|
package/lib/index.js
CHANGED
|
@@ -10,7 +10,7 @@ getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, // g
|
|
|
10
10
|
// eslint-disable-next-line deprecation/deprecation
|
|
11
11
|
getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, // resolveShorthand is deprecated but removing it would be a breaking change
|
|
12
12
|
// eslint-disable-next-line deprecation/deprecation
|
|
13
|
-
resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth, useSelection } from '@fluentui/react-utilities';
|
|
13
|
+
resolveShorthand, SSRProvider, useAnimationFrame, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth, useSelection, useTimeout } from '@fluentui/react-utilities';
|
|
14
14
|
// Components
|
|
15
15
|
export { Accordion, AccordionProvider, AccordionHeader, AccordionItem, AccordionItemProvider, AccordionPanel, accordionClassNames, accordionHeaderClassNames, accordionItemClassNames, accordionPanelClassNames, renderAccordion_unstable, renderAccordionHeader_unstable, renderAccordionItem_unstable, renderAccordionPanel_unstable, useAccordion_unstable, useAccordionContext_unstable, useAccordionContextValues_unstable, useAccordionHeader_unstable, useAccordionHeaderContextValues_unstable, useAccordionHeaderStyles_unstable, useAccordionItem_unstable, useAccordionItemContext_unstable, useAccordionItemContextValues_unstable, useAccordionItemStyles_unstable, useAccordionPanel_unstable, useAccordionPanelStyles_unstable, useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
16
16
|
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable, AvatarGroup, avatarGroupClassNames, AvatarGroupItem, avatarGroupItemClassNames, AvatarGroupPopover, avatarGroupPopoverClassNames, AvatarGroupProvider, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopoverContextValues_unstable, useAvatarGroupPopover_unstable, useAvatarGroupContext_unstable, partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -60,3 +60,4 @@ export { SearchBox, renderSearchBox_unstable, searchBoxClassNames, useSearchBoxS
|
|
|
60
60
|
export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingPopoverHeader_unstable, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable, TeachingPopoverBody, teachingPopoverBodyClassNames, renderTeachingPopoverBody_unstable, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable, TeachingPopoverCarouselCard, teachingPopoverCarouselCardClassNames, renderTeachingPopoverCarouselCard_unstable, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable, TeachingPopoverCarousel, teachingPopoverCarouselClassNames, renderTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselContextValues_unstable, TeachingPopoverCarouselFooter, teachingPopoverCarouselFooterClassNames, renderTeachingPopoverCarouselFooter_unstable, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable, TeachingPopoverCarouselNav, teachingPopoverCarouselNavClassNames, renderTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable, TeachingPopoverCarouselNavButton, teachingPopoverCarouselNavButtonClassNames, renderTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable, TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable, TeachingPopoverTitle, teachingPopoverTitleClassNames, renderTeachingPopoverTitle_unstable, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable, TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable, TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, TeachingPopoverFooter, teachingPopoverFooterClassNames, renderTeachingPopoverFooter_unstable, useTeachingPopoverFooter_unstable, TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from '@fluentui/react-teaching-popover';
|
|
61
61
|
export { TagPicker, renderTagPicker_unstable, useTagPicker_unstable, TagPickerInput, tagPickerInputClassNames, renderTagPickerInput_unstable, useTagPickerInputStyles_unstable, useTagPickerInput_unstable, TagPickerList, tagPickerListClassNames, renderTagPickerList_unstable, useTagPickerListStyles_unstable, useTagPickerList_unstable, TagPickerButton, tagPickerButtonClassNames, renderTagPickerButton_unstable, useTagPickerButtonStyles_unstable, useTagPickerButton_unstable, TagPickerControl, tagPickerControlClassNames, renderTagPickerControl_unstable, useTagPickerControlStyles_unstable, useTagPickerControl_unstable, TagPickerOption, tagPickerOptionClassNames, renderTagPickerOption_unstable, useTagPickerOptionStyles_unstable, useTagPickerOption_unstable, TagPickerGroup, tagPickerGroupClassNames, renderTagPickerGroup_unstable, useTagPickerGroupStyles_unstable, useTagPickerGroup_unstable, TagPickerOptionGroup, tagPickerOptionGroupClassNames, renderTagPickerOptionGroup, useTagPickerOptionGroupStyles, useTagPickerOptionGroup, useTagPickerFilter } from '@fluentui/react-tag-picker';
|
|
62
62
|
export { SwatchPicker, renderSwatchPicker_unstable, useSwatchPickerStyles_unstable, useSwatchPicker_unstable, swatchPickerClassNames, SwatchPickerProvider, swatchPickerContextDefaultValue, useSwatchPickerContextValue_unstable, useSwatchPickerContextValues, ColorSwatch, renderColorSwatch_unstable, useColorSwatchStyles_unstable, useColorSwatch_unstable, colorSwatchClassNames, swatchCSSVars, ImageSwatch, renderImageSwatch_unstable, useImageSwatchStyles_unstable, useImageSwatch_unstable, imageSwatchClassNames, SwatchPickerRow, renderSwatchPickerRow_unstable, useSwatchPickerRowStyles_unstable, useSwatchPickerRow_unstable, swatchPickerRowClassNames, renderSwatchPickerGrid, EmptySwatch, renderEmptySwatch_unstable, useEmptySwatchStyles_unstable, useEmptySwatch_unstable, emptySwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
63
|
+
export { motionTokens, createMotionComponent, createPresenceComponent, PresenceGroup } from '@fluentui/react-motion';
|