@fluentui/react-components 9.64.1 → 9.66.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 +44 -2
- package/dist/index.d.ts +408 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +247 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +57 -56
package/lib-commonjs/index.js
CHANGED
|
@@ -34,6 +34,12 @@ _export(exports, {
|
|
|
34
34
|
AnnounceProvider: function() {
|
|
35
35
|
return _reactsharedcontexts.AnnounceProvider;
|
|
36
36
|
},
|
|
37
|
+
AppItem: function() {
|
|
38
|
+
return _reactnav.AppItem;
|
|
39
|
+
},
|
|
40
|
+
AppItemStatic: function() {
|
|
41
|
+
return _reactnav.AppItemStatic;
|
|
42
|
+
},
|
|
37
43
|
AriaLiveAnnouncer: function() {
|
|
38
44
|
return _reactaria.AriaLiveAnnouncer;
|
|
39
45
|
},
|
|
@@ -284,6 +290,9 @@ _export(exports, {
|
|
|
284
290
|
FluentProvider: function() {
|
|
285
291
|
return _reactprovider.FluentProvider;
|
|
286
292
|
},
|
|
293
|
+
Hamburger: function() {
|
|
294
|
+
return _reactnav.Hamburger;
|
|
295
|
+
},
|
|
287
296
|
IdPrefixProvider: function() {
|
|
288
297
|
return _reactutilities.IdPrefixProvider;
|
|
289
298
|
},
|
|
@@ -407,6 +416,51 @@ _export(exports, {
|
|
|
407
416
|
MessageBarTitle: function() {
|
|
408
417
|
return _reactmessagebar.MessageBarTitle;
|
|
409
418
|
},
|
|
419
|
+
Nav: function() {
|
|
420
|
+
return _reactnav.Nav;
|
|
421
|
+
},
|
|
422
|
+
NavCategory: function() {
|
|
423
|
+
return _reactnav.NavCategory;
|
|
424
|
+
},
|
|
425
|
+
NavCategoryItem: function() {
|
|
426
|
+
return _reactnav.NavCategoryItem;
|
|
427
|
+
},
|
|
428
|
+
NavCategoryItemProvider: function() {
|
|
429
|
+
return _reactnav.NavCategoryItemProvider;
|
|
430
|
+
},
|
|
431
|
+
NavCategoryProvider: function() {
|
|
432
|
+
return _reactnav.NavCategoryProvider;
|
|
433
|
+
},
|
|
434
|
+
NavDivider: function() {
|
|
435
|
+
return _reactnav.NavDivider;
|
|
436
|
+
},
|
|
437
|
+
NavDrawer: function() {
|
|
438
|
+
return _reactnav.NavDrawer;
|
|
439
|
+
},
|
|
440
|
+
NavDrawerBody: function() {
|
|
441
|
+
return _reactnav.NavDrawerBody;
|
|
442
|
+
},
|
|
443
|
+
NavDrawerFooter: function() {
|
|
444
|
+
return _reactnav.NavDrawerFooter;
|
|
445
|
+
},
|
|
446
|
+
NavDrawerHeader: function() {
|
|
447
|
+
return _reactnav.NavDrawerHeader;
|
|
448
|
+
},
|
|
449
|
+
NavItem: function() {
|
|
450
|
+
return _reactnav.NavItem;
|
|
451
|
+
},
|
|
452
|
+
NavProvider: function() {
|
|
453
|
+
return _reactnav.NavProvider;
|
|
454
|
+
},
|
|
455
|
+
NavSectionHeader: function() {
|
|
456
|
+
return _reactnav.NavSectionHeader;
|
|
457
|
+
},
|
|
458
|
+
NavSubItem: function() {
|
|
459
|
+
return _reactnav.NavSubItem;
|
|
460
|
+
},
|
|
461
|
+
NavSubItemGroup: function() {
|
|
462
|
+
return _reactnav.NavSubItemGroup;
|
|
463
|
+
},
|
|
410
464
|
Option: function() {
|
|
411
465
|
return _reactcombobox.Option;
|
|
412
466
|
},
|
|
@@ -512,6 +566,9 @@ _export(exports, {
|
|
|
512
566
|
SplitButton: function() {
|
|
513
567
|
return _reactbutton.SplitButton;
|
|
514
568
|
},
|
|
569
|
+
SplitNavItem: function() {
|
|
570
|
+
return _reactnav.SplitNavItem;
|
|
571
|
+
},
|
|
515
572
|
Subtitle1: function() {
|
|
516
573
|
return _reacttext.Subtitle1;
|
|
517
574
|
},
|
|
@@ -758,6 +815,12 @@ _export(exports, {
|
|
|
758
815
|
alphaSliderClassNames: function() {
|
|
759
816
|
return _reactcolorpicker.alphaSliderClassNames;
|
|
760
817
|
},
|
|
818
|
+
appItemClassNames: function() {
|
|
819
|
+
return _reactnav.appItemClassNames;
|
|
820
|
+
},
|
|
821
|
+
appItemStaticClassNames: function() {
|
|
822
|
+
return _reactnav.appItemStaticClassNames;
|
|
823
|
+
},
|
|
761
824
|
arrowHeights: function() {
|
|
762
825
|
return _reactpopover.arrowHeights;
|
|
763
826
|
},
|
|
@@ -1026,6 +1089,9 @@ _export(exports, {
|
|
|
1026
1089
|
getSlots: function() {
|
|
1027
1090
|
return _reactutilities.getSlots;
|
|
1028
1091
|
},
|
|
1092
|
+
hamburgerClassNames: function() {
|
|
1093
|
+
return _reactnav.hamburgerClassNames;
|
|
1094
|
+
},
|
|
1029
1095
|
imageClassNames: function() {
|
|
1030
1096
|
return _reactimage.imageClassNames;
|
|
1031
1097
|
},
|
|
@@ -1146,6 +1212,39 @@ _export(exports, {
|
|
|
1146
1212
|
motionTokens: function() {
|
|
1147
1213
|
return _reactmotion.motionTokens;
|
|
1148
1214
|
},
|
|
1215
|
+
navCategoryItemClassNames: function() {
|
|
1216
|
+
return _reactnav.navCategoryItemClassNames;
|
|
1217
|
+
},
|
|
1218
|
+
navClassNames: function() {
|
|
1219
|
+
return _reactnav.navClassNames;
|
|
1220
|
+
},
|
|
1221
|
+
navDividerClassNames: function() {
|
|
1222
|
+
return _reactnav.navDividerClassNames;
|
|
1223
|
+
},
|
|
1224
|
+
navDrawerBodyClassNames: function() {
|
|
1225
|
+
return _reactnav.navDrawerBodyClassNames;
|
|
1226
|
+
},
|
|
1227
|
+
navDrawerClassNames: function() {
|
|
1228
|
+
return _reactnav.navDrawerClassNames;
|
|
1229
|
+
},
|
|
1230
|
+
navDrawerFooterClassNames: function() {
|
|
1231
|
+
return _reactnav.navDrawerFooterClassNames;
|
|
1232
|
+
},
|
|
1233
|
+
navDrawerHeaderClassNames: function() {
|
|
1234
|
+
return _reactnav.navDrawerHeaderClassNames;
|
|
1235
|
+
},
|
|
1236
|
+
navItemClassNames: function() {
|
|
1237
|
+
return _reactnav.navItemClassNames;
|
|
1238
|
+
},
|
|
1239
|
+
navSectionHeaderClassNames: function() {
|
|
1240
|
+
return _reactnav.navSectionHeaderClassNames;
|
|
1241
|
+
},
|
|
1242
|
+
navSubItemClassNames: function() {
|
|
1243
|
+
return _reactnav.navSubItemClassNames;
|
|
1244
|
+
},
|
|
1245
|
+
navSubItemGroupClassNames: function() {
|
|
1246
|
+
return _reactnav.navSubItemGroupClassNames;
|
|
1247
|
+
},
|
|
1149
1248
|
optionClassNames: function() {
|
|
1150
1249
|
return _reactcombobox.optionClassNames;
|
|
1151
1250
|
},
|
|
@@ -1236,6 +1335,12 @@ _export(exports, {
|
|
|
1236
1335
|
renderAlphaSlider_unstable: function() {
|
|
1237
1336
|
return _reactcolorpicker.renderAlphaSlider_unstable;
|
|
1238
1337
|
},
|
|
1338
|
+
renderAppItemStatic_unstable: function() {
|
|
1339
|
+
return _reactnav.renderAppItemStatic_unstable;
|
|
1340
|
+
},
|
|
1341
|
+
renderAppItem_unstable: function() {
|
|
1342
|
+
return _reactnav.renderAppItem_unstable;
|
|
1343
|
+
},
|
|
1239
1344
|
renderAriaLiveAnnouncer_unstable: function() {
|
|
1240
1345
|
return _reactaria.renderAriaLiveAnnouncer_unstable;
|
|
1241
1346
|
},
|
|
@@ -1509,6 +1614,30 @@ _export(exports, {
|
|
|
1509
1614
|
renderMessageBar_unstable: function() {
|
|
1510
1615
|
return _reactmessagebar.renderMessageBar_unstable;
|
|
1511
1616
|
},
|
|
1617
|
+
renderNavCategoryItem_unstable: function() {
|
|
1618
|
+
return _reactnav.renderNavCategoryItem_unstable;
|
|
1619
|
+
},
|
|
1620
|
+
renderNavCategory_unstable: function() {
|
|
1621
|
+
return _reactnav.renderNavCategory_unstable;
|
|
1622
|
+
},
|
|
1623
|
+
renderNavDrawer_unstable: function() {
|
|
1624
|
+
return _reactnav.renderNavDrawer_unstable;
|
|
1625
|
+
},
|
|
1626
|
+
renderNavItem_unstable: function() {
|
|
1627
|
+
return _reactnav.renderNavItem_unstable;
|
|
1628
|
+
},
|
|
1629
|
+
renderNavSectionHeader_unstable: function() {
|
|
1630
|
+
return _reactnav.renderNavSectionHeader_unstable;
|
|
1631
|
+
},
|
|
1632
|
+
renderNavSubItemGroup_unstable: function() {
|
|
1633
|
+
return _reactnav.renderNavSubItemGroup_unstable;
|
|
1634
|
+
},
|
|
1635
|
+
renderNavSubItem_unstable: function() {
|
|
1636
|
+
return _reactnav.renderNavSubItem_unstable;
|
|
1637
|
+
},
|
|
1638
|
+
renderNav_unstable: function() {
|
|
1639
|
+
return _reactnav.renderNav_unstable;
|
|
1640
|
+
},
|
|
1512
1641
|
renderOptionGroup_unstable: function() {
|
|
1513
1642
|
return _reactcombobox.renderOptionGroup_unstable;
|
|
1514
1643
|
},
|
|
@@ -1575,6 +1704,9 @@ _export(exports, {
|
|
|
1575
1704
|
renderSplitButton_unstable: function() {
|
|
1576
1705
|
return _reactbutton.renderSplitButton_unstable;
|
|
1577
1706
|
},
|
|
1707
|
+
renderSplitNavItem_unstable: function() {
|
|
1708
|
+
return _reactnav.renderSplitNavItem_unstable;
|
|
1709
|
+
},
|
|
1578
1710
|
renderSwatchPickerGrid: function() {
|
|
1579
1711
|
return _reactswatchpicker.renderSwatchPickerGrid;
|
|
1580
1712
|
},
|
|
@@ -1787,6 +1919,9 @@ _export(exports, {
|
|
|
1787
1919
|
splitButtonClassNames: function() {
|
|
1788
1920
|
return _reactbutton.splitButtonClassNames;
|
|
1789
1921
|
},
|
|
1922
|
+
splitNavItemClassNames: function() {
|
|
1923
|
+
return _reactnav.splitNavItemClassNames;
|
|
1924
|
+
},
|
|
1790
1925
|
subtitle1ClassNames: function() {
|
|
1791
1926
|
return _reacttext.subtitle1ClassNames;
|
|
1792
1927
|
},
|
|
@@ -2057,6 +2192,18 @@ _export(exports, {
|
|
|
2057
2192
|
useAnnounce: function() {
|
|
2058
2193
|
return _reactsharedcontexts.useAnnounce;
|
|
2059
2194
|
},
|
|
2195
|
+
useAppItemStaticStyles_unstable: function() {
|
|
2196
|
+
return _reactnav.useAppItemStaticStyles_unstable;
|
|
2197
|
+
},
|
|
2198
|
+
useAppItemStatic_unstable: function() {
|
|
2199
|
+
return _reactnav.useAppItemStatic_unstable;
|
|
2200
|
+
},
|
|
2201
|
+
useAppItemStyles_unstable: function() {
|
|
2202
|
+
return _reactnav.useAppItemStyles_unstable;
|
|
2203
|
+
},
|
|
2204
|
+
useAppItem_unstable: function() {
|
|
2205
|
+
return _reactnav.useAppItem_unstable;
|
|
2206
|
+
},
|
|
2060
2207
|
useAriaLiveAnnouncerContextValues_unstable: function() {
|
|
2061
2208
|
return _reactaria.useAriaLiveAnnouncerContextValues_unstable;
|
|
2062
2209
|
},
|
|
@@ -2495,6 +2642,12 @@ _export(exports, {
|
|
|
2495
2642
|
useFocusableGroup: function() {
|
|
2496
2643
|
return _reacttabster.useFocusableGroup;
|
|
2497
2644
|
},
|
|
2645
|
+
useHamburgerStyles_unstable: function() {
|
|
2646
|
+
return _reactnav.useHamburgerStyles_unstable;
|
|
2647
|
+
},
|
|
2648
|
+
useHamburger_unstable: function() {
|
|
2649
|
+
return _reactnav.useHamburger_unstable;
|
|
2650
|
+
},
|
|
2498
2651
|
useHeadlessFlatTree_unstable: function() {
|
|
2499
2652
|
return _reacttree.useHeadlessFlatTree_unstable;
|
|
2500
2653
|
},
|
|
@@ -2759,6 +2912,93 @@ _export(exports, {
|
|
|
2759
2912
|
useModalAttributes: function() {
|
|
2760
2913
|
return _reacttabster.useModalAttributes;
|
|
2761
2914
|
},
|
|
2915
|
+
useNavCategoryContextValues_unstable: function() {
|
|
2916
|
+
return _reactnav.useNavCategoryContextValues_unstable;
|
|
2917
|
+
},
|
|
2918
|
+
useNavCategoryContext_unstable: function() {
|
|
2919
|
+
return _reactnav.useNavCategoryContext_unstable;
|
|
2920
|
+
},
|
|
2921
|
+
useNavCategoryItemContextValues_unstable: function() {
|
|
2922
|
+
return _reactnav.useNavCategoryItemContextValues_unstable;
|
|
2923
|
+
},
|
|
2924
|
+
useNavCategoryItemContext_unstable: function() {
|
|
2925
|
+
return _reactnav.useNavCategoryItemContext_unstable;
|
|
2926
|
+
},
|
|
2927
|
+
useNavCategoryItemStyles_unstable: function() {
|
|
2928
|
+
return _reactnav.useNavCategoryItemStyles_unstable;
|
|
2929
|
+
},
|
|
2930
|
+
useNavCategoryItem_unstable: function() {
|
|
2931
|
+
return _reactnav.useNavCategoryItem_unstable;
|
|
2932
|
+
},
|
|
2933
|
+
useNavCategory_unstable: function() {
|
|
2934
|
+
return _reactnav.useNavCategory_unstable;
|
|
2935
|
+
},
|
|
2936
|
+
useNavContextValues_unstable: function() {
|
|
2937
|
+
return _reactnav.useNavContextValues_unstable;
|
|
2938
|
+
},
|
|
2939
|
+
useNavContext_unstable: function() {
|
|
2940
|
+
return _reactnav.useNavContext_unstable;
|
|
2941
|
+
},
|
|
2942
|
+
useNavDividerStyles_unstable: function() {
|
|
2943
|
+
return _reactnav.useNavDividerStyles_unstable;
|
|
2944
|
+
},
|
|
2945
|
+
useNavDivider_unstable: function() {
|
|
2946
|
+
return _reactnav.useNavDivider_unstable;
|
|
2947
|
+
},
|
|
2948
|
+
useNavDrawerBodyStyles_unstable: function() {
|
|
2949
|
+
return _reactnav.useNavDrawerBodyStyles_unstable;
|
|
2950
|
+
},
|
|
2951
|
+
useNavDrawerBody_unstable: function() {
|
|
2952
|
+
return _reactnav.useNavDrawerBody_unstable;
|
|
2953
|
+
},
|
|
2954
|
+
useNavDrawerFooterStyles_unstable: function() {
|
|
2955
|
+
return _reactnav.useNavDrawerFooterStyles_unstable;
|
|
2956
|
+
},
|
|
2957
|
+
useNavDrawerFooter_unstable: function() {
|
|
2958
|
+
return _reactnav.useNavDrawerFooter_unstable;
|
|
2959
|
+
},
|
|
2960
|
+
useNavDrawerHeaderStyles_unstable: function() {
|
|
2961
|
+
return _reactnav.useNavDrawerHeaderStyles_unstable;
|
|
2962
|
+
},
|
|
2963
|
+
useNavDrawerHeader_unstable: function() {
|
|
2964
|
+
return _reactnav.useNavDrawerHeader_unstable;
|
|
2965
|
+
},
|
|
2966
|
+
useNavDrawerStyles_unstable: function() {
|
|
2967
|
+
return _reactnav.useNavDrawerStyles_unstable;
|
|
2968
|
+
},
|
|
2969
|
+
useNavDrawer_unstable: function() {
|
|
2970
|
+
return _reactnav.useNavDrawer_unstable;
|
|
2971
|
+
},
|
|
2972
|
+
useNavItemStyles_unstable: function() {
|
|
2973
|
+
return _reactnav.useNavItemStyles_unstable;
|
|
2974
|
+
},
|
|
2975
|
+
useNavItem_unstable: function() {
|
|
2976
|
+
return _reactnav.useNavItem_unstable;
|
|
2977
|
+
},
|
|
2978
|
+
useNavSectionHeaderStyles_unstable: function() {
|
|
2979
|
+
return _reactnav.useNavSectionHeaderStyles_unstable;
|
|
2980
|
+
},
|
|
2981
|
+
useNavSectionHeader_unstable: function() {
|
|
2982
|
+
return _reactnav.useNavSectionHeader_unstable;
|
|
2983
|
+
},
|
|
2984
|
+
useNavStyles_unstable: function() {
|
|
2985
|
+
return _reactnav.useNavStyles_unstable;
|
|
2986
|
+
},
|
|
2987
|
+
useNavSubItemGroupStyles_unstable: function() {
|
|
2988
|
+
return _reactnav.useNavSubItemGroupStyles_unstable;
|
|
2989
|
+
},
|
|
2990
|
+
useNavSubItemGroup_unstable: function() {
|
|
2991
|
+
return _reactnav.useNavSubItemGroup_unstable;
|
|
2992
|
+
},
|
|
2993
|
+
useNavSubItemStyles_unstable: function() {
|
|
2994
|
+
return _reactnav.useNavSubItemStyles_unstable;
|
|
2995
|
+
},
|
|
2996
|
+
useNavSubItem_unstable: function() {
|
|
2997
|
+
return _reactnav.useNavSubItem_unstable;
|
|
2998
|
+
},
|
|
2999
|
+
useNav_unstable: function() {
|
|
3000
|
+
return _reactnav.useNav_unstable;
|
|
3001
|
+
},
|
|
2762
3002
|
useObservedElement: function() {
|
|
2763
3003
|
return _reacttabster.useObservedElement;
|
|
2764
3004
|
},
|
|
@@ -2942,6 +3182,12 @@ _export(exports, {
|
|
|
2942
3182
|
useSplitButton_unstable: function() {
|
|
2943
3183
|
return _reactbutton.useSplitButton_unstable;
|
|
2944
3184
|
},
|
|
3185
|
+
useSplitNavItemStyles_unstable: function() {
|
|
3186
|
+
return _reactnav.useSplitNavItemStyles_unstable;
|
|
3187
|
+
},
|
|
3188
|
+
useSplitNavItem_unstable: function() {
|
|
3189
|
+
return _reactnav.useSplitNavItem_unstable;
|
|
3190
|
+
},
|
|
2945
3191
|
useSubtreeContext_unstable: function() {
|
|
2946
3192
|
return _reacttree.useSubtreeContext_unstable;
|
|
2947
3193
|
},
|
|
@@ -3420,3 +3666,4 @@ const _reactmotion = require("@fluentui/react-motion");
|
|
|
3420
3666
|
const _reactcarousel = require("@fluentui/react-carousel");
|
|
3421
3667
|
const _reactlist = require("@fluentui/react-list");
|
|
3422
3668
|
const _reactcolorpicker = require("@fluentui/react-color-picker");
|
|
3669
|
+
const _reactnav = require("@fluentui/react-nav");
|