@fluentui/react-components 9.56.8 → 9.58.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 +82 -2
- package/dist/index.d.ts +57 -0
- package/lib/index.js +7 -6
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +2 -2
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +41 -4
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +1 -1
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +55 -54
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,92 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 22 Jan 2025 13:55:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.58.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.58.0)
|
|
8
|
+
|
|
9
|
+
Wed, 22 Jan 2025 13:55:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.57.0..@fluentui/react-components_v9.58.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-provider`
|
|
15
|
+
- fix: Updating FluentProvider types to avoid implicit import in API definition. ([PR #33590](https://github.com/microsoft/fluentui/pull/33590) by makotom@microsoft.com)
|
|
16
|
+
- `@fluentui/react-tag-picker`
|
|
17
|
+
- feature: single line layout ([PR #32247](https://github.com/microsoft/fluentui/pull/32247) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- `@fluentui/react-tree`
|
|
19
|
+
- feature: introduces navigationMode property ([PR #33658](https://github.com/microsoft/fluentui/pull/33658) by bernardo.sunderhus@gmail.com)
|
|
20
|
+
- feature: TreeRootReset component ([PR #33663](https://github.com/microsoft/fluentui/pull/33663) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
- `@fluentui/react-components`
|
|
22
|
+
- feature: re-export react-tag-picker context ([PR #32247](https://github.com/microsoft/fluentui/pull/32247) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
- feature: TreeRootReset component ([PR #33663](https://github.com/microsoft/fluentui/pull/33663) by bernardo.sunderhus@gmail.com)
|
|
24
|
+
- `@fluentui/react-nav-preview`
|
|
25
|
+
- [BREAKING CHANGE] Replacing NavSize type and size prop with NavDensity type and density prop to avoid collisions with size on base Drawer component. ([PR #33559](https://github.com/microsoft/fluentui/pull/33559) by matejera@microsoft.com)
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- `@fluentui/react-spinbutton`
|
|
30
|
+
- fix spinbutton test ([PR #33680](https://github.com/microsoft/fluentui/pull/33680) by carla.muntean@microsoft.com)
|
|
31
|
+
- `@fluentui/react-tag-picker`
|
|
32
|
+
- bugfix: secondaryContent not displaying properly ([PR #33689](https://github.com/microsoft/fluentui/pull/33689) by bernardo.sunderhus@gmail.com)
|
|
33
|
+
- `@fluentui/react-tooltip`
|
|
34
|
+
- fix: wrong call of useIsNavigatingWithKeyboard ([PR #33666](https://github.com/microsoft/fluentui/pull/33666) by viktorgenaev@microsoft.com)
|
|
35
|
+
- `@fluentui/react-utilities`
|
|
36
|
+
- fix: add autoCorrect and minLength input properties support to getNativeProps utility ([PR #33642](https://github.com/microsoft/fluentui/pull/33642) by dmytrokirpa@microsoft.com)
|
|
37
|
+
- `@fluentui/react-color-picker-preview`
|
|
38
|
+
- chore: Moving @ctrl/tinycolor dependency to be a caret dependency in production packages. ([PR #33611](https://github.com/microsoft/fluentui/pull/33611) by makotom@microsoft.com)
|
|
39
|
+
- fix: focus jumps to inputY instead of next element ([PR #33620](https://github.com/microsoft/fluentui/pull/33620) by vkozlova@microsoft.com)
|
|
40
|
+
- feat: Added `transparent` option to the AlphaSlider ([PR #33572](https://github.com/microsoft/fluentui/pull/33572) by v.kozlova13@gmail.com)
|
|
41
|
+
- `@fluentui/react-link`
|
|
42
|
+
- fix: support Enter and Space interaction, if rendered as span ([PR #33587](https://github.com/microsoft/fluentui/pull/33587) by vgenaev@gmail.com)
|
|
43
|
+
- `@fluentui/react-migration-v8-v9`
|
|
44
|
+
- chore: Moving @ctrl/tinycolor dependency to be a caret dependency in production packages. ([PR #33611](https://github.com/microsoft/fluentui/pull/33611) by makotom@microsoft.com)
|
|
45
|
+
- `@fluentui/react-motion`
|
|
46
|
+
- feat: add extended support for reduced motion ([PR #33353](https://github.com/microsoft/fluentui/pull/33353) by olfedias@microsoft.com)
|
|
47
|
+
- `@fluentui/react-motion-components-preview`
|
|
48
|
+
- refactor(Collapse): streamline motion atom functions ([PR #33463](https://github.com/microsoft/fluentui/pull/33463) by robertpenner@microsoft.com)
|
|
49
|
+
- `@fluentui/react-nav-preview`
|
|
50
|
+
- fix: Speeding up animations in Nav. ([PR #33588](https://github.com/microsoft/fluentui/pull/33588) by matejera@microsoft.com)
|
|
51
|
+
- fix - changing hover animation curve to linear. ([PR #33633](https://github.com/microsoft/fluentui/pull/33633) by matejera@microsoft.com)
|
|
52
|
+
|
|
53
|
+
## [9.57.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.57.0)
|
|
54
|
+
|
|
55
|
+
Wed, 08 Jan 2025 18:33:32 GMT
|
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.8..@fluentui/react-components_v9.57.0)
|
|
57
|
+
|
|
58
|
+
### Minor changes
|
|
59
|
+
|
|
60
|
+
- `@fluentui/react-components`
|
|
61
|
+
- feat: add @fluentui/react-list to suite ([PR #33378](https://github.com/microsoft/fluentui/pull/33378) by jirivyhnalek@microsoft.com)
|
|
62
|
+
- `@fluentui/react-list`
|
|
63
|
+
- feat: release stable ([PR #33378](https://github.com/microsoft/fluentui/pull/33378) by jirivyhnalek@microsoft.com)
|
|
64
|
+
- `@fluentui/react-message-bar`
|
|
65
|
+
- refactor(MessageBar): migrate slide & fade to motion components ([PR #33465](https://github.com/microsoft/fluentui/pull/33465) by robertpenner@microsoft.com)
|
|
66
|
+
- `@fluentui/react-teaching-popover`
|
|
67
|
+
- fix: accName updates and semantic fixes ([PR #33194](https://github.com/microsoft/fluentui/pull/33194) by sarah.higley@microsoft.com)
|
|
68
|
+
|
|
69
|
+
### Patches
|
|
70
|
+
|
|
71
|
+
- `@fluentui/eslint-plugin-react-components`
|
|
72
|
+
- feat: add prefer-fluentui-v9 rule ([PR #33449](https://github.com/microsoft/fluentui/pull/33449) by dmytrokirpa@microsoft.com)
|
|
73
|
+
- `@fluentui/react-color-picker-preview`
|
|
74
|
+
- fix: contrast border of thumb ([PR #33526](https://github.com/microsoft/fluentui/pull/33526) by vkozlova@microsoft.com)
|
|
75
|
+
- feat: added aria-attributes to the ColorPicker ([PR #33543](https://github.com/microsoft/fluentui/pull/33543) by vkozlova@microsoft.com)
|
|
76
|
+
- `@fluentui/react-conformance`
|
|
77
|
+
- chore: remove usage of "export *" ([PR #33448](https://github.com/microsoft/fluentui/pull/33448) by olfedias@microsoft.com)
|
|
78
|
+
- `@fluentui/react-motion`
|
|
79
|
+
- fix: handle case when Animation.persist() does not exist ([PR #33282](https://github.com/microsoft/fluentui/pull/33282) by seanmonahan@microsoft.com)
|
|
80
|
+
- `@fluentui/react-positioning`
|
|
81
|
+
- chore: bump @floating-ui/dom ([PR #33458](https://github.com/microsoft/fluentui/pull/33458) by 863023+radium-v@users.noreply.github.com)
|
|
82
|
+
- `@fluentui/react-tabs`
|
|
83
|
+
- fix: update tab border color for better visibility in high contrast mode ([PR #33573](https://github.com/microsoft/fluentui/pull/33573) by dmytrokirpa@microsoft.com)
|
|
84
|
+
- `@fluentui/react-toast`
|
|
85
|
+
- feat: Add intent property to Toast state and useToast hook. Correct media className assignment in useToastTitleStyles. ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by soumya_tripathy@outlook.com)
|
|
86
|
+
|
|
7
87
|
## [9.56.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.8)
|
|
8
88
|
|
|
9
|
-
Thu, 19 Dec 2024 14:30:
|
|
89
|
+
Thu, 19 Dec 2024 14:30:56 GMT
|
|
10
90
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.7..@fluentui/react-components_v9.56.8)
|
|
11
91
|
|
|
12
92
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -490,6 +490,7 @@ import { linkClassNames } from '@fluentui/react-link';
|
|
|
490
490
|
import { LinkProps } from '@fluentui/react-link';
|
|
491
491
|
import { LinkSlots } from '@fluentui/react-link';
|
|
492
492
|
import { LinkState } from '@fluentui/react-link';
|
|
493
|
+
import { List } from '@fluentui/react-list';
|
|
493
494
|
import { Listbox } from '@fluentui/react-combobox';
|
|
494
495
|
import { listboxClassNames } from '@fluentui/react-combobox';
|
|
495
496
|
import { ListboxContextValue } from '@fluentui/react-combobox';
|
|
@@ -498,6 +499,15 @@ import { ListboxProps } from '@fluentui/react-combobox';
|
|
|
498
499
|
import { ListboxProvider } from '@fluentui/react-combobox';
|
|
499
500
|
import { ListboxSlots } from '@fluentui/react-combobox';
|
|
500
501
|
import { ListboxState } from '@fluentui/react-combobox';
|
|
502
|
+
import { listClassNames } from '@fluentui/react-list';
|
|
503
|
+
import { ListItem } from '@fluentui/react-list';
|
|
504
|
+
import { listItemClassNames } from '@fluentui/react-list';
|
|
505
|
+
import { ListItemProps } from '@fluentui/react-list';
|
|
506
|
+
import { ListItemSlots } from '@fluentui/react-list';
|
|
507
|
+
import { ListItemState } from '@fluentui/react-list';
|
|
508
|
+
import { ListProps } from '@fluentui/react-list';
|
|
509
|
+
import { ListSlots } from '@fluentui/react-list';
|
|
510
|
+
import { ListState } from '@fluentui/react-list';
|
|
501
511
|
import { makeResetStyles } from '@griffel/react';
|
|
502
512
|
import { makeStaticStyles } from '@griffel/react';
|
|
503
513
|
import { makeStyles } from '@griffel/react';
|
|
@@ -810,7 +820,9 @@ import { renderInteractionTagPrimary_unstable } from '@fluentui/react-tags';
|
|
|
810
820
|
import { renderInteractionTagSecondary_unstable } from '@fluentui/react-tags';
|
|
811
821
|
import { renderLabel_unstable } from '@fluentui/react-label';
|
|
812
822
|
import { renderLink_unstable } from '@fluentui/react-link';
|
|
823
|
+
import { renderList_unstable } from '@fluentui/react-list';
|
|
813
824
|
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
825
|
+
import { renderListItem_unstable } from '@fluentui/react-list';
|
|
814
826
|
import { renderMenu_unstable } from '@fluentui/react-menu';
|
|
815
827
|
import { renderMenuButton_unstable } from '@fluentui/react-button';
|
|
816
828
|
import { renderMenuDivider_unstable } from '@fluentui/react-menu';
|
|
@@ -1117,6 +1129,7 @@ import { tagPickerButtonClassNames } from '@fluentui/react-tag-picker';
|
|
|
1117
1129
|
import { TagPickerButtonProps } from '@fluentui/react-tag-picker';
|
|
1118
1130
|
import { TagPickerButtonSlots } from '@fluentui/react-tag-picker';
|
|
1119
1131
|
import { TagPickerButtonState } from '@fluentui/react-tag-picker';
|
|
1132
|
+
import { TagPickerContextValue } from '@fluentui/react-tag-picker';
|
|
1120
1133
|
import { TagPickerContextValues } from '@fluentui/react-tag-picker';
|
|
1121
1134
|
import { TagPickerControl } from '@fluentui/react-tag-picker';
|
|
1122
1135
|
import { tagPickerControlClassNames } from '@fluentui/react-tag-picker';
|
|
@@ -1350,6 +1363,7 @@ import { TreeOpenChangeData } from '@fluentui/react-tree';
|
|
|
1350
1363
|
import { TreeOpenChangeEvent } from '@fluentui/react-tree';
|
|
1351
1364
|
import { TreeProps } from '@fluentui/react-tree';
|
|
1352
1365
|
import { TreeProvider } from '@fluentui/react-tree';
|
|
1366
|
+
import { TreeRootReset } from '@fluentui/react-tree';
|
|
1353
1367
|
import { TreeSelectionValue } from '@fluentui/react-tree';
|
|
1354
1368
|
import { TreeSlots } from '@fluentui/react-tree';
|
|
1355
1369
|
import { TreeState } from '@fluentui/react-tree';
|
|
@@ -1546,10 +1560,14 @@ import { useLabelStyles_unstable } from '@fluentui/react-label';
|
|
|
1546
1560
|
import { useLink_unstable } from '@fluentui/react-link';
|
|
1547
1561
|
import { useLinkState_unstable } from '@fluentui/react-link';
|
|
1548
1562
|
import { useLinkStyles_unstable } from '@fluentui/react-link';
|
|
1563
|
+
import { useList_unstable } from '@fluentui/react-list';
|
|
1549
1564
|
import { useListbox_unstable } from '@fluentui/react-combobox';
|
|
1550
1565
|
import { useListboxContext_unstable } from '@fluentui/react-combobox';
|
|
1551
1566
|
import { useListboxContextValues } from '@fluentui/react-combobox';
|
|
1552
1567
|
import { useListboxStyles_unstable } from '@fluentui/react-combobox';
|
|
1568
|
+
import { useListItem_unstable } from '@fluentui/react-list';
|
|
1569
|
+
import { useListItemStyles_unstable } from '@fluentui/react-list';
|
|
1570
|
+
import { useListStyles_unstable } from '@fluentui/react-list';
|
|
1553
1571
|
import { useMenu_unstable } from '@fluentui/react-menu';
|
|
1554
1572
|
import { useMenuButton_unstable } from '@fluentui/react-button';
|
|
1555
1573
|
import { useMenuButtonStyles_unstable } from '@fluentui/react-button';
|
|
@@ -1711,6 +1729,7 @@ import { useTagGroupStyles_unstable } from '@fluentui/react-tags';
|
|
|
1711
1729
|
import { useTagPicker_unstable } from '@fluentui/react-tag-picker';
|
|
1712
1730
|
import { useTagPickerButton_unstable } from '@fluentui/react-tag-picker';
|
|
1713
1731
|
import { useTagPickerButtonStyles_unstable } from '@fluentui/react-tag-picker';
|
|
1732
|
+
import { useTagPickerContext_unstable } from '@fluentui/react-tag-picker';
|
|
1714
1733
|
import { useTagPickerControl_unstable } from '@fluentui/react-tag-picker';
|
|
1715
1734
|
import { useTagPickerControlStyles_unstable } from '@fluentui/react-tag-picker';
|
|
1716
1735
|
import { useTagPickerFilter } from '@fluentui/react-tag-picker';
|
|
@@ -2786,6 +2805,8 @@ export { LinkSlots }
|
|
|
2786
2805
|
|
|
2787
2806
|
export { LinkState }
|
|
2788
2807
|
|
|
2808
|
+
export { List }
|
|
2809
|
+
|
|
2789
2810
|
export { Listbox }
|
|
2790
2811
|
|
|
2791
2812
|
export { listboxClassNames }
|
|
@@ -2802,6 +2823,24 @@ export { ListboxSlots }
|
|
|
2802
2823
|
|
|
2803
2824
|
export { ListboxState }
|
|
2804
2825
|
|
|
2826
|
+
export { listClassNames }
|
|
2827
|
+
|
|
2828
|
+
export { ListItem }
|
|
2829
|
+
|
|
2830
|
+
export { listItemClassNames }
|
|
2831
|
+
|
|
2832
|
+
export { ListItemProps }
|
|
2833
|
+
|
|
2834
|
+
export { ListItemSlots }
|
|
2835
|
+
|
|
2836
|
+
export { ListItemState }
|
|
2837
|
+
|
|
2838
|
+
export { ListProps }
|
|
2839
|
+
|
|
2840
|
+
export { ListSlots }
|
|
2841
|
+
|
|
2842
|
+
export { ListState }
|
|
2843
|
+
|
|
2805
2844
|
export { makeResetStyles }
|
|
2806
2845
|
|
|
2807
2846
|
export { makeStaticStyles }
|
|
@@ -3426,8 +3465,12 @@ export { renderLabel_unstable }
|
|
|
3426
3465
|
|
|
3427
3466
|
export { renderLink_unstable }
|
|
3428
3467
|
|
|
3468
|
+
export { renderList_unstable }
|
|
3469
|
+
|
|
3429
3470
|
export { renderListbox_unstable }
|
|
3430
3471
|
|
|
3472
|
+
export { renderListItem_unstable }
|
|
3473
|
+
|
|
3431
3474
|
export { renderMenu_unstable }
|
|
3432
3475
|
|
|
3433
3476
|
export { renderMenuButton_unstable }
|
|
@@ -4040,6 +4083,8 @@ export { TagPickerButtonSlots }
|
|
|
4040
4083
|
|
|
4041
4084
|
export { TagPickerButtonState }
|
|
4042
4085
|
|
|
4086
|
+
export { TagPickerContextValue }
|
|
4087
|
+
|
|
4043
4088
|
export { TagPickerContextValues }
|
|
4044
4089
|
|
|
4045
4090
|
export { TagPickerControl }
|
|
@@ -4506,6 +4551,8 @@ export { TreeProps }
|
|
|
4506
4551
|
|
|
4507
4552
|
export { TreeProvider }
|
|
4508
4553
|
|
|
4554
|
+
export { TreeRootReset }
|
|
4555
|
+
|
|
4509
4556
|
export { TreeSelectionValue }
|
|
4510
4557
|
|
|
4511
4558
|
export { TreeSlots }
|
|
@@ -4898,6 +4945,8 @@ export { useLinkState_unstable }
|
|
|
4898
4945
|
|
|
4899
4946
|
export { useLinkStyles_unstable }
|
|
4900
4947
|
|
|
4948
|
+
export { useList_unstable }
|
|
4949
|
+
|
|
4901
4950
|
export { useListbox_unstable }
|
|
4902
4951
|
|
|
4903
4952
|
export { useListboxContext_unstable }
|
|
@@ -4906,6 +4955,12 @@ export { useListboxContextValues }
|
|
|
4906
4955
|
|
|
4907
4956
|
export { useListboxStyles_unstable }
|
|
4908
4957
|
|
|
4958
|
+
export { useListItem_unstable }
|
|
4959
|
+
|
|
4960
|
+
export { useListItemStyles_unstable }
|
|
4961
|
+
|
|
4962
|
+
export { useListStyles_unstable }
|
|
4963
|
+
|
|
4909
4964
|
export { useMenu_unstable }
|
|
4910
4965
|
|
|
4911
4966
|
export { useMenuButton_unstable }
|
|
@@ -5228,6 +5283,8 @@ export { useTagPickerButton_unstable }
|
|
|
5228
5283
|
|
|
5229
5284
|
export { useTagPickerButtonStyles_unstable }
|
|
5230
5285
|
|
|
5286
|
+
export { useTagPickerContext_unstable }
|
|
5287
|
+
|
|
5231
5288
|
export { useTagPickerControl_unstable }
|
|
5232
5289
|
|
|
5233
5290
|
export { useTagPickerControlStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -5,11 +5,11 @@ export { createCustomFocusIndicatorStyle, createFocusOutlineStyle, useArrowNavig
|
|
|
5
5
|
export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, tokens, typographyStyles, webDarkTheme, webLightTheme } from '@fluentui/react-theme';
|
|
6
6
|
export { AnnounceProvider, PortalMountNodeProvider, useAnnounce, useFluent_unstable as useFluent, usePortalMountNode, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
7
7
|
export { // getNativeElementProps is deprecated but removing it would be a breaking change
|
|
8
|
-
// eslint-disable-next-line
|
|
8
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
9
9
|
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, // getSlots is deprecated but removing it would be a breaking change
|
|
10
|
-
// eslint-disable-next-line
|
|
10
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
11
11
|
getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, // resolveShorthand is deprecated but removing it would be a breaking change
|
|
12
|
-
// eslint-disable-next-line
|
|
12
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
13
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';
|
|
@@ -17,7 +17,7 @@ export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, us
|
|
|
17
17
|
export { Badge, CounterBadge, PresenceBadge, badgeClassNames, counterBadgeClassNames, presenceBadgeClassNames, renderBadge_unstable, useBadge_unstable, useBadgeStyles_unstable, useCounterBadge_unstable, useCounterBadgeStyles_unstable, usePresenceBadge_unstable, usePresenceBadgeStyles_unstable, presenceAwayRegular, presenceAwayFilled, presenceAvailableRegular, presenceAvailableFilled, presenceBlockedRegular, presenceBusyFilled, presenceDndRegular, presenceDndFilled, presenceOofRegular, presenceOfflineRegular, presenceUnknownRegular } from '@fluentui/react-badge';
|
|
18
18
|
export { Button, CompoundButton, MenuButton, SplitButton, ToggleButton, buttonClassNames, compoundButtonClassNames, menuButtonClassNames, renderButton_unstable, renderCompoundButton_unstable, renderMenuButton_unstable, renderSplitButton_unstable, renderToggleButton_unstable, splitButtonClassNames, toggleButtonClassNames, useButton_unstable, useButtonStyles_unstable, useCompoundButton_unstable, useCompoundButtonStyles_unstable, useMenuButton_unstable, useMenuButtonStyles_unstable, useSplitButton_unstable, useSplitButtonStyles_unstable, useToggleButton_unstable, useToggleButtonStyles_unstable, useToggleState } from '@fluentui/react-button';
|
|
19
19
|
export { Checkbox, checkboxClassNames, renderCheckbox_unstable, useCheckbox_unstable, useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
20
|
-
export { Combobox, renderCombobox_unstable, comboboxClassNames, useComboboxStyles_unstable, useCombobox_unstable, Dropdown, renderDropdown_unstable, dropdownClassNames, useDropdownStyles_unstable, useDropdown_unstable, Listbox, renderListbox_unstable, listboxClassNames, useListboxStyles_unstable, useListbox_unstable, Option, renderOption_unstable, optionClassNames, useOptionStyles_unstable, useOption_unstable, OptionGroup, renderOptionGroup_unstable, optionGroupClassNames, useOptionGroupStyles_unstable, useOptionGroup_unstable, // eslint-disable-next-line
|
|
20
|
+
export { Combobox, renderCombobox_unstable, comboboxClassNames, useComboboxStyles_unstable, useCombobox_unstable, Dropdown, renderDropdown_unstable, dropdownClassNames, useDropdownStyles_unstable, useDropdown_unstable, Listbox, renderListbox_unstable, listboxClassNames, useListboxStyles_unstable, useListbox_unstable, Option, renderOption_unstable, optionClassNames, useOptionStyles_unstable, useOption_unstable, OptionGroup, renderOptionGroup_unstable, optionGroupClassNames, useOptionGroupStyles_unstable, useOptionGroup_unstable, // eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
21
21
|
ComboboxProvider, useComboboxContextValues, ListboxProvider, useListboxContext_unstable, useListboxContextValues, useComboboxFilter } from '@fluentui/react-combobox';
|
|
22
22
|
export { Divider, dividerClassNames, renderDivider_unstable, useDivider_unstable, useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
23
23
|
export { Input, inputClassNames, renderInput_unstable, useInput_unstable, useInputStyles_unstable } from '@fluentui/react-input';
|
|
@@ -48,7 +48,7 @@ export { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_
|
|
|
48
48
|
export { Card, CardFooter, CardHeader, CardPreview, cardClassNames, cardCSSVars, cardFooterClassNames, cardHeaderClassNames, cardHeaderCSSVars, 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';
|
|
49
49
|
export { Field, fieldClassNames, FieldContextProvider, renderField_unstable, useFieldContext_unstable, useFieldContextValues_unstable, useFieldControlProps_unstable, useFieldStyles_unstable, useField_unstable } from '@fluentui/react-field';
|
|
50
50
|
export { useToastController, ToastTrigger, useToastTrigger_unstable, renderToastTrigger_unstable, Toaster, useToasterStyles_unstable, useToaster_unstable, renderToaster_unstable, toasterClassNames, Toast, useToastStyles_unstable, useToast_unstable, renderToast_unstable, ToastTitle, useToastTitleStyles_unstable, useToastTitle_unstable, renderToastTitle_unstable, toastTitleClassNames, ToastBody, useToastBodyStyles_unstable, useToastBody_unstable, renderToastBody_unstable, toastBodyClassNames, ToastFooter, useToastFooterStyles_unstable, useToastFooter_unstable, renderToastFooter_unstable, toastFooterClassNames } from '@fluentui/react-toast';
|
|
51
|
-
export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersonaLayout, TreeItemProvider, TreeProvider, flatTreeClassNames, flattenTree_unstable, renderFlatTree_unstable, renderTreeItemLayout_unstable, renderTreeItemPersonaLayout_unstable, renderTreeItem_unstable, renderTree_unstable, treeClassNames, treeItemClassNames, treeItemLayoutClassNames, treeItemLevelToken, treeItemPersonaLayoutClassNames, useFlatTreeContextValues_unstable, useFlatTreeStyles_unstable, useFlatTree_unstable, useHeadlessFlatTree_unstable, useTreeContextValues_unstable, useTreeContext_unstable, useSubtreeContext_unstable, useTreeItemContextValues_unstable, useTreeItemContext_unstable, useTreeItemLayoutStyles_unstable, useTreeItemLayout_unstable, useTreeItemPersonaLayoutStyles_unstable, useTreeItemPersonaLayout_unstable, useTreeItemStyles_unstable, useTreeItem_unstable, useTreeStyles_unstable, useTree_unstable } from '@fluentui/react-tree';
|
|
51
|
+
export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersonaLayout, TreeItemProvider, TreeProvider, flatTreeClassNames, flattenTree_unstable, renderFlatTree_unstable, renderTreeItemLayout_unstable, renderTreeItemPersonaLayout_unstable, renderTreeItem_unstable, renderTree_unstable, treeClassNames, treeItemClassNames, treeItemLayoutClassNames, treeItemLevelToken, treeItemPersonaLayoutClassNames, useFlatTreeContextValues_unstable, useFlatTreeStyles_unstable, useFlatTree_unstable, useHeadlessFlatTree_unstable, useTreeContextValues_unstable, useTreeContext_unstable, useSubtreeContext_unstable, useTreeItemContextValues_unstable, useTreeItemContext_unstable, useTreeItemLayoutStyles_unstable, useTreeItemLayout_unstable, useTreeItemPersonaLayoutStyles_unstable, useTreeItemPersonaLayout_unstable, useTreeItemStyles_unstable, useTreeItem_unstable, useTreeStyles_unstable, useTree_unstable, TreeRootReset } from '@fluentui/react-tree';
|
|
52
52
|
export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable, InteractionTag, renderInteractionTag_unstable, interactionTagClassNames, useInteractionTagStyles_unstable, useInteractionTag_unstable, useInteractionTagContextValues_unstable, InteractionTagPrimary, interactionTagPrimaryClassNames, renderInteractionTagPrimary_unstable, useInteractionTagPrimaryStyles_unstable, useInteractionTagPrimary_unstable, InteractionTagSecondary, renderInteractionTagSecondary_unstable, interactionTagSecondaryClassNames, useInteractionTagSecondaryStyles_unstable, useInteractionTagSecondary_unstable, TagGroup, renderTagGroup_unstable, tagGroupClassNames, useTagGroupStyles_unstable, useTagGroup_unstable, useTagGroupContextValues_unstable, useTagAvatarContextValues_unstable } from '@fluentui/react-tags';
|
|
53
53
|
export { MessageBar, useMessageBarStyles_unstable, useMessageBar_unstable, renderMessageBar_unstable, messageBarClassNames, MessageBarTitle, useMessageBarTitleStyles_unstable, useMessageBarTitle_unstable, renderMessageBarTitle_unstable, messageBarTitleClassNames, MessageBarActions, useMessageBarActionsStyles_unstable, useMessageBarActions_unstable, renderMessageBarActions_unstable, messageBarActionsClassNames, MessageBarBody, useMessageBarBodyStyles_unstable, useMessageBarBody_unstable, renderMessageBarBody_unstable, messageBarBodyClassNames, MessageBarContextProvider, useMessageBarContext, MessageBarGroup, useMessageBarGroupStyles_unstable, useMessageBarGroup_unstable, renderMessageBarGroup_unstable, messageBarGroupClassNames, useMessageBarContextValue_unstable, useMessageBarActionsContextValue_unstable } from '@fluentui/react-message-bar';
|
|
54
54
|
export { InfoLabel, infoLabelClassNames, renderInfoLabel_unstable, useInfoLabelStyles_unstable, useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
@@ -58,7 +58,8 @@ export { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnounc
|
|
|
58
58
|
export { Rating, ratingClassNames, renderRating_unstable, useRatingStyles_unstable, useRating_unstable, useRatingContextValues, RatingItem, ratingItemClassNames, renderRatingItem_unstable, useRatingItemStyles_unstable, useRatingItem_unstable, RatingItemProvider, useRatingItemContextValue_unstable, RatingDisplay, ratingDisplayClassNames, renderRatingDisplay_unstable, useRatingDisplayStyles_unstable, useRatingDisplay_unstable, useRatingDisplayContextValues } from '@fluentui/react-rating';
|
|
59
59
|
export { SearchBox, renderSearchBox_unstable, searchBoxClassNames, useSearchBoxStyles_unstable, useSearchBox_unstable } from '@fluentui/react-search';
|
|
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
|
-
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';
|
|
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, useTagPickerContext_unstable } 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
63
|
export { motionTokens, createMotionComponent, createPresenceComponent, createPresenceComponentVariant, PresenceGroup } from '@fluentui/react-motion';
|
|
64
64
|
export { CarouselButton, carouselButtonClassNames, renderCarouselButton_unstable, useCarouselButtonStyles_unstable, useCarouselButton_unstable, CarouselNav, carouselNavClassNames, renderCarouselNav_unstable, useCarouselNavStyles_unstable, useCarouselNav_unstable, CarouselNavButton, carouselNavButtonClassNames, renderCarouselNavButton_unstable, useCarouselNavButtonStyles_unstable, useCarouselNavButton_unstable, Carousel, carouselClassNames, renderCarousel_unstable, useCarouselStyles_unstable, useCarousel_unstable, CarouselCard, carouselCardClassNames, renderCarouselCard_unstable, useCarouselCardStyles_unstable, useCarouselCard_unstable, CarouselAutoplayButton, carouselAutoplayButtonClassNames, renderCarouselAutoplayButton_unstable, useCarouselAutoplayButtonStyles_unstable, useCarouselAutoplayButton_unstable, CarouselNavImageButton, carouselNavImageButtonClassNames, renderCarouselNavImageButton_unstable, useCarouselNavImageButtonStyles_unstable, useCarouselNavImageButton_unstable, CarouselSlider, carouselSliderClassNames, renderCarouselSlider_unstable, useCarouselSliderStyles_unstable, useCarouselSlider_unstable, CarouselNavContainer, carouselNavContainerClassNames, renderCarouselNavContainer_unstable, useCarouselNavContainerStyles_unstable, useCarouselNavContainer_unstable, carouselContextDefaultValue, CarouselProvider, useCarouselContext_unstable, CarouselViewport, carouselViewportClassNames, renderCarouselViewport_unstable, useCarouselViewportStyles_unstable, useCarouselViewport_unstable } from '@fluentui/react-carousel';
|
|
65
|
+
export { List, listClassNames, renderList_unstable, useListStyles_unstable, useList_unstable, ListItem, listItemClassNames, renderListItem_unstable, useListItemStyles_unstable, useListItem_unstable } from '@fluentui/react-list';
|