@fluentui/react-components 9.61.6 → 9.63.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 +104 -9
- package/dist/index.d.ts +30 -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 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,127 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 24 Apr 2025 09:56:26 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.63.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.63.0)
|
|
8
|
+
|
|
9
|
+
Thu, 24 Apr 2025 09:56:26 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.62.0..@fluentui/react-components_v9.63.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Added InfoButton component to react-components package export ([PR #34255](https://github.com/microsoft/fluentui/pull/34255) by terynkum@microsoft.com)
|
|
16
|
+
- chore: Re-exporting CellRenderFunction from @fluentui/react-components. ([PR #34267](https://github.com/microsoft/fluentui/pull/34267) by Humberto.Morimoto@microsoft.com)
|
|
17
|
+
- `@fluentui/react-infolabel`
|
|
18
|
+
- Feat: Exported InfoButton types and component ([PR #34255](https://github.com/microsoft/fluentui/pull/34255) by terynkum@microsoft.com)
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- `@fluentui/chart-utilities`
|
|
23
|
+
- feat(chart-utilities): Add support for scatter polar chart ([PR #34278](https://github.com/microsoft/fluentui/pull/34278) by atisjai@microsoft.com)
|
|
24
|
+
- `@fluentui/react-charts`
|
|
25
|
+
- fix(react-charts): Stacked data not showing on callout for Vertical stacked bar chart ([PR #34288](https://github.com/microsoft/fluentui/pull/34288) by 120183316+srmukher@users.noreply.github.com)
|
|
26
|
+
- High contrast bug fixes ([PR #34284](https://github.com/microsoft/fluentui/pull/34284) by anushgupta@microsoft.com)
|
|
27
|
+
- `@fluentui/react-tabster`
|
|
28
|
+
- fix: use useLayoutEffect() for Tabster creation ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by olfedias@microsoft.com)
|
|
29
|
+
|
|
30
|
+
## [9.62.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.62.0)
|
|
31
|
+
|
|
32
|
+
Wed, 16 Apr 2025 19:42:02 GMT
|
|
33
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.6..@fluentui/react-components_v9.62.0)
|
|
34
|
+
|
|
35
|
+
### Minor changes
|
|
36
|
+
|
|
37
|
+
- `@fluentui/react-utilities`
|
|
38
|
+
- Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by behowell@microsoft.com)
|
|
39
|
+
- `@fluentui/react-components`
|
|
40
|
+
- Add getSlotClassNameProp_unstable function to allow custom style hooks to preserve the original className while overriding the component default className. ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by behowell@microsoft.com)
|
|
41
|
+
|
|
42
|
+
### Patches
|
|
43
|
+
|
|
44
|
+
- `@fluentui/react-motion`
|
|
45
|
+
- fix: improve element validation to work with React 19 ([PR #34164](https://github.com/microsoft/fluentui/pull/34164) by olfedias@microsoft.com)
|
|
46
|
+
- `@fluentui/react-positioning`
|
|
47
|
+
- fix(Popover): revert to a single composition mode for slide animations ([PR #34160](https://github.com/microsoft/fluentui/pull/34160) by robertpenner@microsoft.com)
|
|
48
|
+
- `@fluentui/react-provider`
|
|
49
|
+
- fix: fix infite loop caused by hydration errors in React 18 ([PR #34194](https://github.com/microsoft/fluentui/pull/34194) by dmytrokirpa@microsoft.com)
|
|
50
|
+
- `@fluentui/react-swatch-picker`
|
|
51
|
+
- fix: design change of selected state for ColorSwatch ([PR #34214](https://github.com/microsoft/fluentui/pull/34214) by v.kozlova13@gmail.com)
|
|
52
|
+
- `@fluentui/react-tag-picker`
|
|
53
|
+
- fix: avoid "ResizeObserver loop limit exceeded" being thrown ([PR #34139](https://github.com/microsoft/fluentui/pull/34139) by olfedias@microsoft.com)
|
|
54
|
+
- `@fluentui/react-tags`
|
|
55
|
+
- fix: target area for extra-small Tag ([PR #34261](https://github.com/microsoft/fluentui/pull/34261) by v.kozlova13@gmail.com)
|
|
56
|
+
- `@fluentui/react-toast`
|
|
57
|
+
- chore: update useToastContainer callback type to support React 18 ([PR #34253](https://github.com/microsoft/fluentui/pull/34253) by dmytrokirpa@microsoft.com)
|
|
58
|
+
- `@fluentui/react-tooltip`
|
|
59
|
+
- fix: rely on aria-expanded to prevent showing Tooltip when it's trigger opens Popover ([PR #34086](https://github.com/microsoft/fluentui/pull/34086) by vgenaev@gmail.com)
|
|
60
|
+
- `@fluentui/chart-utilities`
|
|
61
|
+
- Change chart-utilities to es2019 and module type esnext ([PR #34183](https://github.com/microsoft/fluentui/pull/34183) by email not defined)
|
|
62
|
+
- fix: map stacked plotly scatter traces to area chart ([PR #34229](https://github.com/microsoft/fluentui/pull/34229) by kumarkshitij@microsoft.com)
|
|
63
|
+
- fix: add support for ybins in plotly schema ([PR #34240](https://github.com/microsoft/fluentui/pull/34240) by kumarkshitij@microsoft.com)
|
|
64
|
+
- fix: map plotly histogram2d trace to heatmap chart ([PR #34230](https://github.com/microsoft/fluentui/pull/34230) by kumarkshitij@microsoft.com)
|
|
65
|
+
- `@fluentui/eslint-plugin-react-components`
|
|
66
|
+
- fix: remove devDeps from deps ([PR #34157](https://github.com/microsoft/fluentui/pull/34157) by martinhochel@microsoft.com)
|
|
67
|
+
- `@fluentui/react-badge`
|
|
68
|
+
- fix: revert min-width: max-content for Badge ([PR #34215](https://github.com/microsoft/fluentui/pull/34215) by vgenaev@gmail.com)
|
|
69
|
+
- `@fluentui/react-carousel`
|
|
70
|
+
- Stop and reinitialize autoplay on carousel when autoplay interval changes ([PR #34142](https://github.com/microsoft/fluentui/pull/34142) by mifraser@microsoft.com)
|
|
71
|
+
- `@fluentui/react-charts`
|
|
72
|
+
- fix(react-charts): Enabling multiple legend selection for Vertical Bar Chart in V9 ([PR #34149](https://github.com/microsoft/fluentui/pull/34149) by 120183316+srmukher@users.noreply.github.com)
|
|
73
|
+
- Enable Controlled legends in v9 ([PR #34197](https://github.com/microsoft/fluentui/pull/34197) by anushgupta@microsoft.com)
|
|
74
|
+
- feat: center align bars with auto barWidth in plotly mode ([PR #34213](https://github.com/microsoft/fluentui/pull/34213) by kumarkshitij@microsoft.com)
|
|
75
|
+
- feat: add SankeyChart in v9 ([PR #34162](https://github.com/microsoft/fluentui/pull/34162) by 110246001+krkshitij@users.noreply.github.com)
|
|
76
|
+
- Full Y Axis labels in Heatmap chart ([PR #34260](https://github.com/microsoft/fluentui/pull/34260) by anushgupta@microsoft.com)
|
|
77
|
+
- feat: add HeatMapChart in v9 ([PR #34095](https://github.com/microsoft/fluentui/pull/34095) by 110246001+krkshitij@users.noreply.github.com)
|
|
78
|
+
- feat: port all declarative chart changes from v8 to v9 ([PR #34195](https://github.com/microsoft/fluentui/pull/34195) by kumarkshitij@microsoft.com)
|
|
79
|
+
- fix(react-charts): Dark mode theme colors for declarative charts in v9 ([PR #34190](https://github.com/microsoft/fluentui/pull/34190) by 120183316+srmukher@users.noreply.github.com)
|
|
80
|
+
- Remove duplicate key warning ([PR #34200](https://github.com/microsoft/fluentui/pull/34200) by anushgupta@microsoft.com)
|
|
81
|
+
- Add scaling factor to height of VSBC bars ([PR #34205](https://github.com/microsoft/fluentui/pull/34205) by anushgupta@microsoft.com)
|
|
82
|
+
- fix(react-charts): Replace plotly schema interface and conversion logic with chart utilities ([PR #34183](https://github.com/microsoft/fluentui/pull/34183) by atisjai@microsoft.com)
|
|
83
|
+
- feat: add support for line curves ([PR #34209](https://github.com/microsoft/fluentui/pull/34209) by kumarkshitij@microsoft.com)
|
|
84
|
+
- fix(react-charts): Add background to the SVGTooltipText ([PR #34176](https://github.com/microsoft/fluentui/pull/34176) by 120183316+srmukher@users.noreply.github.com)
|
|
85
|
+
- Support rounded ticks in v9 ([PR #34201](https://github.com/microsoft/fluentui/pull/34201) by anushgupta@microsoft.com)
|
|
86
|
+
- feat(react-charts): Migrate Area Chart to v9 ([PR #34148](https://github.com/microsoft/fluentui/pull/34148) by 74965306+Anush2303@users.noreply.github.com)
|
|
87
|
+
- fix: map stacked plotly scatter traces to area chart ([PR #34229](https://github.com/microsoft/fluentui/pull/34229) by kumarkshitij@microsoft.com)
|
|
88
|
+
- fix(react-charts): Secondary Y Axis margin adjustment in v9 ([PR #34192](https://github.com/microsoft/fluentui/pull/34192) by 120183316+srmukher@users.noreply.github.com)
|
|
89
|
+
- Enable Negative y value support in v9 ([PR #34174](https://github.com/microsoft/fluentui/pull/34174) by anushgupta@microsoft.com)
|
|
90
|
+
- fix: remove duplicate legends + resolve overlapping bars across legends in VBC ([PR #34208](https://github.com/microsoft/fluentui/pull/34208) by kumarkshitij@microsoft.com)
|
|
91
|
+
- Port fixes from v8 to v9 ([PR #34210](https://github.com/microsoft/fluentui/pull/34210) by anushgupta@microsoft.com)
|
|
92
|
+
- Migrate HBC With Axis to V9 ([PR #34094](https://github.com/microsoft/fluentui/pull/34094) by 74965306+Anush2303@users.noreply.github.com)
|
|
93
|
+
- fix(react-charts): Handle invalid plotly data in V9 and fixing id related error in donut chart ([PR #34191](https://github.com/microsoft/fluentui/pull/34191) by 120183316+srmukher@users.noreply.github.com)
|
|
94
|
+
- fix(react-charts): Enabling multiple legend selection for Scatter Chart in v9 ([PR #34156](https://github.com/microsoft/fluentui/pull/34156) by 120183316+srmukher@users.noreply.github.com)
|
|
95
|
+
- feat: transform plotly histogram2d trace to heatmap props ([PR #34240](https://github.com/microsoft/fluentui/pull/34240) by kumarkshitij@microsoft.com)
|
|
96
|
+
- `@fluentui/react-combobox`
|
|
97
|
+
- fix: ensure that the listbox is labelled by the field label ([PR #34196](https://github.com/microsoft/fluentui/pull/34196) by dmytrokirpa@microsoft.com)
|
|
98
|
+
- `@fluentui/react-jsx-runtime`
|
|
99
|
+
- Support internal slot metadata change for SLOT_CLASS_NAME_PROP_SYMBOL ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by behowell@microsoft.com)
|
|
100
|
+
|
|
7
101
|
## [9.61.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.6)
|
|
8
102
|
|
|
9
|
-
Tue, 01 Apr 2025
|
|
103
|
+
Tue, 01 Apr 2025 15:08:01 GMT
|
|
10
104
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.5..@fluentui/react-components_v9.61.6)
|
|
11
105
|
|
|
12
106
|
### Patches
|
|
13
107
|
|
|
14
|
-
- `@fluentui/babel-preset-storybook-full-source`
|
|
15
|
-
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
16
108
|
- `@fluentui/react-charts`
|
|
109
|
+
- Migrate VSBC to v9 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by 74965306+Anush2303@users.noreply.github.com)
|
|
17
110
|
- Migrate Gauge chart to V9 ([PR #33998](https://github.com/microsoft/fluentui/pull/33998) by 74965306+Anush2303@users.noreply.github.com)
|
|
18
111
|
- (feat) Implement grouped vertical bar and scatter chart ([PR #34091](https://github.com/microsoft/fluentui/pull/34091) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
112
|
+
- `@fluentui/react-tabs`
|
|
113
|
+
- fix: fix active tab indicator animation ([PR #34060](https://github.com/microsoft/fluentui/pull/34060) by dmytrokirpa@microsoft.com)
|
|
114
|
+
- `@fluentui/react-tabster`
|
|
115
|
+
- fix: improve support for concurrent mode ([PR #34113](https://github.com/microsoft/fluentui/pull/34113) by olfedias@microsoft.com)
|
|
116
|
+
- fix: don't pass `null` to `createKeyborg()` ([PR #34118](https://github.com/microsoft/fluentui/pull/34118) by olfedias@microsoft.com)
|
|
19
117
|
- `@fluentui/react-list`
|
|
20
118
|
- bugfix: ensure external tabster attributes are merged with internals ([PR #34117](https://github.com/microsoft/fluentui/pull/34117) by bernardo.sunderhus@gmail.com)
|
|
21
119
|
- `@fluentui/react-storybook-addon`
|
|
22
120
|
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
23
121
|
- `@fluentui/react-storybook-addon-export-to-sandbox`
|
|
24
122
|
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
25
|
-
- `@fluentui/
|
|
26
|
-
-
|
|
27
|
-
- `@fluentui/react-tabster`
|
|
28
|
-
- fix: improve support for concurrent mode ([PR #34113](https://github.com/microsoft/fluentui/pull/34113) by olfedias@microsoft.com)
|
|
29
|
-
- fix: don't pass `null` to `createKeyborg()` ([PR #34118](https://github.com/microsoft/fluentui/pull/34118) by olfedias@microsoft.com)
|
|
123
|
+
- `@fluentui/babel-preset-storybook-full-source`
|
|
124
|
+
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
30
125
|
|
|
31
126
|
## [9.61.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.5)
|
|
32
127
|
|
package/dist/index.d.ts
CHANGED
|
@@ -207,6 +207,7 @@ import { carouselViewportClassNames } from '@fluentui/react-carousel';
|
|
|
207
207
|
import { CarouselViewportProps } from '@fluentui/react-carousel';
|
|
208
208
|
import { CarouselViewportSlots } from '@fluentui/react-carousel';
|
|
209
209
|
import { CarouselViewportState } from '@fluentui/react-carousel';
|
|
210
|
+
import { CellRenderFunction } from '@fluentui/react-table';
|
|
210
211
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
211
212
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
212
213
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -444,6 +445,7 @@ import { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
|
444
445
|
import { getIntrinsicElementProps } from '@fluentui/react-utilities';
|
|
445
446
|
import { getNativeElementProps } from '@fluentui/react-utilities';
|
|
446
447
|
import { getPartitionedNativeProps } from '@fluentui/react-utilities';
|
|
448
|
+
import { getSlotClassNameProp_unstable } from '@fluentui/react-utilities';
|
|
447
449
|
import { getSlots } from '@fluentui/react-utilities';
|
|
448
450
|
import { GriffelRenderer } from '@griffel/react';
|
|
449
451
|
import { GriffelResetStyle } from '@griffel/react';
|
|
@@ -464,6 +466,11 @@ import { imageSwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
|
464
466
|
import { ImageSwatchProps } from '@fluentui/react-swatch-picker';
|
|
465
467
|
import { ImageSwatchSlots } from '@fluentui/react-swatch-picker';
|
|
466
468
|
import { ImageSwatchState } from '@fluentui/react-swatch-picker';
|
|
469
|
+
import { InfoButton } from '@fluentui/react-infobutton';
|
|
470
|
+
import { infoButtonClassNames } from '@fluentui/react-infobutton';
|
|
471
|
+
import { InfoButtonProps } from '@fluentui/react-infobutton';
|
|
472
|
+
import { InfoButtonSlots } from '@fluentui/react-infobutton';
|
|
473
|
+
import { InfoButtonState } from '@fluentui/react-infobutton';
|
|
467
474
|
import { InfoLabel } from '@fluentui/react-infolabel';
|
|
468
475
|
import { infoLabelClassNames } from '@fluentui/react-infolabel';
|
|
469
476
|
import { InfoLabelProps } from '@fluentui/react-infolabel';
|
|
@@ -839,6 +846,7 @@ import { renderFlatTree_unstable } from '@fluentui/react-tree';
|
|
|
839
846
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
840
847
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
841
848
|
import { renderImageSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
849
|
+
import { renderInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
842
850
|
import { renderInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
843
851
|
import { renderInlineDrawer_unstable } from '@fluentui/react-drawer';
|
|
844
852
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
@@ -1571,6 +1579,8 @@ import { useImage_unstable } from '@fluentui/react-image';
|
|
|
1571
1579
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
1572
1580
|
import { useImageSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
1573
1581
|
import { useImageSwatchStyles_unstable } from '@fluentui/react-swatch-picker';
|
|
1582
|
+
import { useInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
1583
|
+
import { useInfoButtonStyles_unstable } from '@fluentui/react-infobutton';
|
|
1574
1584
|
import { useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
1575
1585
|
import { useInfoLabelStyles_unstable } from '@fluentui/react-infolabel';
|
|
1576
1586
|
import { useInlineDrawer_unstable } from '@fluentui/react-drawer';
|
|
@@ -2274,6 +2284,8 @@ export { CarouselViewportSlots }
|
|
|
2274
2284
|
|
|
2275
2285
|
export { CarouselViewportState }
|
|
2276
2286
|
|
|
2287
|
+
export { CellRenderFunction }
|
|
2288
|
+
|
|
2277
2289
|
export { Checkbox }
|
|
2278
2290
|
|
|
2279
2291
|
export { checkboxClassNames }
|
|
@@ -2748,6 +2760,8 @@ export { getNativeElementProps }
|
|
|
2748
2760
|
|
|
2749
2761
|
export { getPartitionedNativeProps }
|
|
2750
2762
|
|
|
2763
|
+
export { getSlotClassNameProp_unstable }
|
|
2764
|
+
|
|
2751
2765
|
export { getSlots }
|
|
2752
2766
|
|
|
2753
2767
|
export { GriffelRenderer }
|
|
@@ -2788,6 +2802,16 @@ export { ImageSwatchSlots }
|
|
|
2788
2802
|
|
|
2789
2803
|
export { ImageSwatchState }
|
|
2790
2804
|
|
|
2805
|
+
export { InfoButton }
|
|
2806
|
+
|
|
2807
|
+
export { infoButtonClassNames }
|
|
2808
|
+
|
|
2809
|
+
export { InfoButtonProps }
|
|
2810
|
+
|
|
2811
|
+
export { InfoButtonSlots }
|
|
2812
|
+
|
|
2813
|
+
export { InfoButtonState }
|
|
2814
|
+
|
|
2791
2815
|
export { InfoLabel }
|
|
2792
2816
|
|
|
2793
2817
|
export { infoLabelClassNames }
|
|
@@ -3538,6 +3562,8 @@ export { renderImage_unstable }
|
|
|
3538
3562
|
|
|
3539
3563
|
export { renderImageSwatch_unstable }
|
|
3540
3564
|
|
|
3565
|
+
export { renderInfoButton_unstable }
|
|
3566
|
+
|
|
3541
3567
|
export { renderInfoLabel_unstable }
|
|
3542
3568
|
|
|
3543
3569
|
export { renderInlineDrawer_unstable }
|
|
@@ -5002,6 +5028,10 @@ export { useImageSwatch_unstable }
|
|
|
5002
5028
|
|
|
5003
5029
|
export { useImageSwatchStyles_unstable }
|
|
5004
5030
|
|
|
5031
|
+
export { useInfoButton_unstable }
|
|
5032
|
+
|
|
5033
|
+
export { useInfoButtonStyles_unstable }
|
|
5034
|
+
|
|
5005
5035
|
export { useInfoLabel_unstable }
|
|
5006
5036
|
|
|
5007
5037
|
export { useInfoLabelStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeams
|
|
|
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
8
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
9
|
-
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, // getSlots is deprecated but removing it would be a breaking change
|
|
9
|
+
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, getSlotClassNameProp_unstable, // getSlots is deprecated but removing it would be a breaking change
|
|
10
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
12
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
@@ -52,6 +52,7 @@ export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersona
|
|
|
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';
|
|
55
|
+
export { InfoButton, infoButtonClassNames, renderInfoButton_unstable, useInfoButtonStyles_unstable, useInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
55
56
|
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, DrawerProvider, useDrawerContextValue, useDrawerContext_unstable } from '@fluentui/react-drawer';
|
|
56
57
|
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
58
|
export { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnouncer_unstable, useAriaLiveAnnouncerContextValues_unstable } from '@fluentui/react-aria';
|