@fluentui/react-components 9.46.7 → 9.47.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 +97 -2
- package/dist/index.d.ts +93 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +1751 -1693
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +229 -229
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +53 -53
- package/lib/Concepts/Icons/ReactIconGrid.js +0 -106
- package/lib/Concepts/Icons/ReactIconGrid.js.map +0 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js +0 -116
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,107 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 15 Mar 2024 21:37:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.47.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.0)
|
|
8
|
+
|
|
9
|
+
Fri, 15 Mar 2024 21:37:56 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.8..@fluentui/react-components_v9.47.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- 'feat: add @fluentui/react-rating to suite. ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by ololubek@microsoft.com)
|
|
16
|
+
- `@fluentui/react-rating`
|
|
17
|
+
- 'feat: Release Rating to stable. ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by ololubek@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-button`
|
|
22
|
+
- fix: Applying correct styles to icon when ToggleButton is checked and has a subtle or transparent appearance. ([PR #30775](https://github.com/microsoft/fluentui/pull/30775) by Humberto.Morimoto@microsoft.com)
|
|
23
|
+
- `@fluentui/react-infolabel`
|
|
24
|
+
- fix: add aria-labelledby to infolabel note ([PR #30761](https://github.com/microsoft/fluentui/pull/30761) by sarah.higley@microsoft.com)
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
|
|
28
|
+
- `@fluentui/tokens`
|
|
29
|
+
- feat: enable .js extension addition and directory import/export unwrapping in build output ([PR #30770](https://github.com/microsoft/fluentui/pull/30770) by martinhochel@microsoft.com)
|
|
30
|
+
|
|
31
|
+
## [9.46.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.8)
|
|
32
|
+
|
|
33
|
+
Thu, 07 Mar 2024 19:33:20 GMT
|
|
34
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.7..@fluentui/react-components_v9.46.8)
|
|
35
|
+
|
|
36
|
+
### Minor changes
|
|
37
|
+
|
|
38
|
+
- `@fluentui/react-aria`
|
|
39
|
+
- feat: active descendants imperative handle to toggle attribute ([PR #30716](https://github.com/microsoft/fluentui/pull/30716) by bernardo.sunderhus@gmail.com)
|
|
40
|
+
- `@fluentui/react-migration-v8-v9`
|
|
41
|
+
- feat: Add color tokens ([PR #30412](https://github.com/microsoft/fluentui/pull/30412) by miroslav.stastny@microsoft.com)
|
|
42
|
+
- `@fluentui/react-popover`
|
|
43
|
+
- feat: Add usePopoverContextValues_unstable hook for simplified context ([PR #30423](https://github.com/microsoft/fluentui/pull/30423) by mifraser@microsoft.com)
|
|
44
|
+
- `@fluentui/react-positioning`
|
|
45
|
+
- feat: allow null on positioningRef setTarget ([PR #30662](https://github.com/microsoft/fluentui/pull/30662) by yuanboxue@microsoft.com)
|
|
46
|
+
- `@fluentui/react-rating-preview`
|
|
47
|
+
- breaking: Update icon api type to ElementType ([PR #30666](https://github.com/microsoft/fluentui/pull/30666) by ololubek@microsoft.com)
|
|
48
|
+
- `@fluentui/react-shared-contexts`
|
|
49
|
+
- feat: Deprecate legacy TeachingPopoverCarousel style hooks ([PR #30423](https://github.com/microsoft/fluentui/pull/30423) by mifraser@microsoft.com)
|
|
50
|
+
- `@fluentui/react-spinner`
|
|
51
|
+
- chore: Rewrite Spinner animation using only rotation transforms. ([PR #30567](https://github.com/microsoft/fluentui/pull/30567) by behowell@microsoft.com)
|
|
52
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
53
|
+
- feat: Refactor carousel into a unified component, add navigation classes for nav icons ([PR #30423](https://github.com/microsoft/fluentui/pull/30423) by mifraser@microsoft.com)
|
|
54
|
+
|
|
55
|
+
### Patches
|
|
56
|
+
|
|
57
|
+
- `@fluentui/react-accordion`
|
|
58
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
59
|
+
- `@fluentui/react-avatar`
|
|
60
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
61
|
+
- `@fluentui/react-combobox`
|
|
62
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
63
|
+
- `@fluentui/react-components`
|
|
64
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
65
|
+
- `@fluentui/react-context-selector`
|
|
66
|
+
- chore: update required version of scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
67
|
+
- `@fluentui/react-divider`
|
|
68
|
+
- fix: Updating tokens used in strong and subtle variants to match design spec. ([PR #27169](https://github.com/microsoft/fluentui/pull/27169) by kakrookaran@gmail.com)
|
|
69
|
+
- `@fluentui/react-infolabel`
|
|
70
|
+
- fix: InfoLabel popover dismisses if the InfoButton is clicked when it is already open ([PR #30731](https://github.com/microsoft/fluentui/pull/30731) by behowell@microsoft.com)
|
|
71
|
+
- `@fluentui/react-menu`
|
|
72
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
73
|
+
- `@fluentui/react-overflow`
|
|
74
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
75
|
+
- `@fluentui/react-popover`
|
|
76
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
77
|
+
- `@fluentui/react-provider`
|
|
78
|
+
- docs: Deprecate unused TeachingPopoverCarousel style hooks ([PR #30423](https://github.com/microsoft/fluentui/pull/30423) by mifraser@microsoft.com)
|
|
79
|
+
- `@fluentui/react-radio`
|
|
80
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
81
|
+
- `@fluentui/react-rating-preview`
|
|
82
|
+
- chore: Update jsdocs and stories in Rating ([PR #30653](https://github.com/microsoft/fluentui/pull/30653) by ololubek@microsoft.com)
|
|
83
|
+
- `@fluentui/react-table`
|
|
84
|
+
- fix: allRowsSelected is false when there are no rows ([PR #30706](https://github.com/microsoft/fluentui/pull/30706) by lingfangao@hotmail.com)
|
|
85
|
+
- `@fluentui/react-tabs`
|
|
86
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
87
|
+
- Removed unneeded zIndex from tab active indicator ([PR #30729](https://github.com/microsoft/fluentui/pull/30729) by gcox@microsoft.com)
|
|
88
|
+
- `@fluentui/react-toast`
|
|
89
|
+
- fix: Use semantic colours ([PR #30715](https://github.com/microsoft/fluentui/pull/30715) by lingfangao@hotmail.com)
|
|
90
|
+
- `@fluentui/react-tree`
|
|
91
|
+
- fix: aria-selected is no longer required for treeitem ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by sarah.higley@microsoft.com)
|
|
92
|
+
|
|
93
|
+
### Changes
|
|
94
|
+
|
|
95
|
+
- `@fluentui/global-context`
|
|
96
|
+
- chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
|
|
97
|
+
- `@fluentui/react-theme-sass`
|
|
98
|
+
- feat: Add color tokens ([PR #30412](https://github.com/microsoft/fluentui/pull/30412) by miroslav.stastny@microsoft.com)
|
|
99
|
+
- `@fluentui/tokens`
|
|
100
|
+
- feat: Add/update color tokens ([PR #30412](https://github.com/microsoft/fluentui/pull/30412) by miroslav.stastny@microsoft.com)
|
|
101
|
+
|
|
7
102
|
## [9.46.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.7)
|
|
8
103
|
|
|
9
|
-
Thu, 29 Feb 2024 14:
|
|
104
|
+
Thu, 29 Feb 2024 14:44:20 GMT
|
|
10
105
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.6..@fluentui/react-components_v9.46.7)
|
|
11
106
|
|
|
12
107
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -627,6 +627,25 @@ import { RadioOnChangeData } from '@fluentui/react-radio';
|
|
|
627
627
|
import { RadioProps } from '@fluentui/react-radio';
|
|
628
628
|
import { RadioSlots } from '@fluentui/react-radio';
|
|
629
629
|
import { RadioState } from '@fluentui/react-radio';
|
|
630
|
+
import { Rating } from '@fluentui/react-rating';
|
|
631
|
+
import { ratingClassNames } from '@fluentui/react-rating';
|
|
632
|
+
import { RatingContextValues } from '@fluentui/react-rating';
|
|
633
|
+
import { RatingDisplay } from '@fluentui/react-rating';
|
|
634
|
+
import { ratingDisplayClassNames } from '@fluentui/react-rating';
|
|
635
|
+
import { RatingDisplayContextValues } from '@fluentui/react-rating';
|
|
636
|
+
import { RatingDisplayProps } from '@fluentui/react-rating';
|
|
637
|
+
import { RatingDisplaySlots } from '@fluentui/react-rating';
|
|
638
|
+
import { RatingDisplayState } from '@fluentui/react-rating';
|
|
639
|
+
import { RatingItem } from '@fluentui/react-rating';
|
|
640
|
+
import { ratingItemClassNames } from '@fluentui/react-rating';
|
|
641
|
+
import { RatingItemProps } from '@fluentui/react-rating';
|
|
642
|
+
import { RatingItemProvider } from '@fluentui/react-rating';
|
|
643
|
+
import { RatingItemSlots } from '@fluentui/react-rating';
|
|
644
|
+
import { RatingItemState } from '@fluentui/react-rating';
|
|
645
|
+
import { RatingOnChangeEventData } from '@fluentui/react-rating';
|
|
646
|
+
import { RatingProps } from '@fluentui/react-rating';
|
|
647
|
+
import { RatingSlots } from '@fluentui/react-rating';
|
|
648
|
+
import { RatingState } from '@fluentui/react-rating';
|
|
630
649
|
import { RegisterTabEventHandler } from '@fluentui/react-tabs';
|
|
631
650
|
import { renderAccordion_unstable } from '@fluentui/react-accordion';
|
|
632
651
|
import { renderAccordionHeader_unstable } from '@fluentui/react-accordion';
|
|
@@ -715,6 +734,9 @@ import { renderPortal_unstable } from '@fluentui/react-portal';
|
|
|
715
734
|
import { renderProgressBar_unstable } from '@fluentui/react-progress';
|
|
716
735
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
717
736
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
737
|
+
import { renderRating_unstable } from '@fluentui/react-rating';
|
|
738
|
+
import { renderRatingDisplay_unstable } from '@fluentui/react-rating';
|
|
739
|
+
import { renderRatingItem_unstable } from '@fluentui/react-rating';
|
|
718
740
|
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
719
741
|
import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
720
742
|
import { renderSkeletonItem_unstable } from '@fluentui/react-skeleton';
|
|
@@ -1310,6 +1332,15 @@ import { useRadioGroupContextValue_unstable } from '@fluentui/react-radio';
|
|
|
1310
1332
|
import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
1311
1333
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
1312
1334
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
1335
|
+
import { useRating_unstable } from '@fluentui/react-rating';
|
|
1336
|
+
import { useRatingContextValues } from '@fluentui/react-rating';
|
|
1337
|
+
import { useRatingDisplay_unstable } from '@fluentui/react-rating';
|
|
1338
|
+
import { useRatingDisplayContextValues } from '@fluentui/react-rating';
|
|
1339
|
+
import { useRatingDisplayStyles_unstable } from '@fluentui/react-rating';
|
|
1340
|
+
import { useRatingItem_unstable } from '@fluentui/react-rating';
|
|
1341
|
+
import { useRatingItemContextValue_unstable } from '@fluentui/react-rating';
|
|
1342
|
+
import { useRatingItemStyles_unstable } from '@fluentui/react-rating';
|
|
1343
|
+
import { useRatingStyles_unstable } from '@fluentui/react-rating';
|
|
1313
1344
|
import { useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
1314
1345
|
import { useRestoreFocusTarget } from '@fluentui/react-tabster';
|
|
1315
1346
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
@@ -2683,6 +2714,44 @@ export { RadioSlots }
|
|
|
2683
2714
|
|
|
2684
2715
|
export { RadioState }
|
|
2685
2716
|
|
|
2717
|
+
export { Rating }
|
|
2718
|
+
|
|
2719
|
+
export { ratingClassNames }
|
|
2720
|
+
|
|
2721
|
+
export { RatingContextValues }
|
|
2722
|
+
|
|
2723
|
+
export { RatingDisplay }
|
|
2724
|
+
|
|
2725
|
+
export { ratingDisplayClassNames }
|
|
2726
|
+
|
|
2727
|
+
export { RatingDisplayContextValues }
|
|
2728
|
+
|
|
2729
|
+
export { RatingDisplayProps }
|
|
2730
|
+
|
|
2731
|
+
export { RatingDisplaySlots }
|
|
2732
|
+
|
|
2733
|
+
export { RatingDisplayState }
|
|
2734
|
+
|
|
2735
|
+
export { RatingItem }
|
|
2736
|
+
|
|
2737
|
+
export { ratingItemClassNames }
|
|
2738
|
+
|
|
2739
|
+
export { RatingItemProps }
|
|
2740
|
+
|
|
2741
|
+
export { RatingItemProvider }
|
|
2742
|
+
|
|
2743
|
+
export { RatingItemSlots }
|
|
2744
|
+
|
|
2745
|
+
export { RatingItemState }
|
|
2746
|
+
|
|
2747
|
+
export { RatingOnChangeEventData }
|
|
2748
|
+
|
|
2749
|
+
export { RatingProps }
|
|
2750
|
+
|
|
2751
|
+
export { RatingSlots }
|
|
2752
|
+
|
|
2753
|
+
export { RatingState }
|
|
2754
|
+
|
|
2686
2755
|
export { RegisterTabEventHandler }
|
|
2687
2756
|
|
|
2688
2757
|
export { renderAccordion_unstable }
|
|
@@ -2859,6 +2928,12 @@ export { renderRadio_unstable }
|
|
|
2859
2928
|
|
|
2860
2929
|
export { renderRadioGroup_unstable }
|
|
2861
2930
|
|
|
2931
|
+
export { renderRating_unstable }
|
|
2932
|
+
|
|
2933
|
+
export { renderRatingDisplay_unstable }
|
|
2934
|
+
|
|
2935
|
+
export { renderRatingItem_unstable }
|
|
2936
|
+
|
|
2862
2937
|
export { renderSelect_unstable }
|
|
2863
2938
|
|
|
2864
2939
|
export { renderSkeleton_unstable }
|
|
@@ -4049,6 +4124,24 @@ export { useRadioGroupStyles_unstable }
|
|
|
4049
4124
|
|
|
4050
4125
|
export { useRadioStyles_unstable }
|
|
4051
4126
|
|
|
4127
|
+
export { useRating_unstable }
|
|
4128
|
+
|
|
4129
|
+
export { useRatingContextValues }
|
|
4130
|
+
|
|
4131
|
+
export { useRatingDisplay_unstable }
|
|
4132
|
+
|
|
4133
|
+
export { useRatingDisplayContextValues }
|
|
4134
|
+
|
|
4135
|
+
export { useRatingDisplayStyles_unstable }
|
|
4136
|
+
|
|
4137
|
+
export { useRatingItem_unstable }
|
|
4138
|
+
|
|
4139
|
+
export { useRatingItemContextValue_unstable }
|
|
4140
|
+
|
|
4141
|
+
export { useRatingItemStyles_unstable }
|
|
4142
|
+
|
|
4143
|
+
export { useRatingStyles_unstable }
|
|
4144
|
+
|
|
4052
4145
|
export { useRestoreFocusSource }
|
|
4053
4146
|
|
|
4054
4147
|
export { useRestoreFocusTarget }
|
package/lib/index.js
CHANGED
|
@@ -55,3 +55,4 @@ export { InfoLabel, infoLabelClassNames, renderInfoLabel_unstable, useInfoLabelS
|
|
|
55
55
|
export { Drawer, renderDrawer_unstable, useDrawerStyles_unstable, useDrawer_unstable, OverlayDrawer, overlayDrawerClassNames, renderOverlayDrawer_unstable, useOverlayDrawerStyles_unstable, useOverlayDrawer_unstable, InlineDrawer, inlineDrawerClassNames, renderInlineDrawer_unstable, useInlineDrawerStyles_unstable, useInlineDrawer_unstable, DrawerBody, drawerBodyClassNames, renderDrawerBody_unstable, useDrawerBodyStyles_unstable, useDrawerBody_unstable, DrawerHeader, drawerHeaderClassNames, renderDrawerHeader_unstable, useDrawerHeaderStyles_unstable, useDrawerHeader_unstable, DrawerHeaderTitle, drawerHeaderTitleClassNames, renderDrawerHeaderTitle_unstable, useDrawerHeaderTitleStyles_unstable, useDrawerHeaderTitle_unstable, DrawerHeaderNavigation, drawerHeaderNavigationClassNames, renderDrawerHeaderNavigation_unstable, useDrawerHeaderNavigationStyles_unstable, useDrawerHeaderNavigation_unstable, DrawerFooter, drawerFooterClassNames, renderDrawerFooter_unstable, useDrawerFooterStyles_unstable, useDrawerFooter_unstable } from '@fluentui/react-drawer';
|
|
56
56
|
export { Breadcrumb, renderBreadcrumb_unstable, useBreadcrumb_unstable, useBreadcrumbStyles_unstable, breadcrumbClassNames, BreadcrumbDivider, breadcrumbDividerClassNames, renderBreadcrumbDivider_unstable, useBreadcrumbDividerStyles_unstable, useBreadcrumbDivider_unstable, BreadcrumbItem, breadcrumbItemClassNames, renderBreadcrumbItem_unstable, useBreadcrumbItemStyles_unstable, useBreadcrumbItem_unstable, partitionBreadcrumbItems, truncateBreadcrumbLongName, truncateBreadcrumLongTooltip, isTruncatableBreadcrumbContent, BreadcrumbButton, breadcrumbButtonClassNames, renderBreadcrumbButton_unstable, useBreadcrumbButtonStyles_unstable, useBreadcrumbButton_unstable, BreadcrumbProvider, useBreadcrumbContext_unstable } from '@fluentui/react-breadcrumb';
|
|
57
57
|
export { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnouncer_unstable, useAriaLiveAnnouncerContextValues_unstable } from '@fluentui/react-aria';
|
|
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';
|