@fluentui/react-components 9.51.1 → 9.53.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/dist/index.d.ts CHANGED
@@ -151,6 +151,11 @@ import { CheckboxProps } from '@fluentui/react-checkbox';
151
151
  import { CheckboxSlots } from '@fluentui/react-checkbox';
152
152
  import { CheckboxState } from '@fluentui/react-checkbox';
153
153
  import { ColorPaletteTokens } from '@fluentui/react-theme';
154
+ import { ColorSwatch } from '@fluentui/react-swatch-picker';
155
+ import { colorSwatchClassNames } from '@fluentui/react-swatch-picker';
156
+ import { ColorSwatchProps } from '@fluentui/react-swatch-picker';
157
+ import { ColorSwatchSlots } from '@fluentui/react-swatch-picker';
158
+ import { ColorSwatchState } from '@fluentui/react-swatch-picker';
154
159
  import { ColorTokens } from '@fluentui/react-theme';
155
160
  import { ColumnIdContextProvider } from '@fluentui/react-table';
156
161
  import { Combobox } from '@fluentui/react-combobox';
@@ -252,6 +257,7 @@ import { DialogContextValue } from '@fluentui/react-dialog';
252
257
  import { DialogOpenChangeData } from '@fluentui/react-dialog';
253
258
  import { DialogOpenChangeEvent } from '@fluentui/react-dialog';
254
259
  import { DialogProps } from '@fluentui/react-dialog';
260
+ import { DialogProvider } from '@fluentui/react-dialog';
255
261
  import { DialogSlots } from '@fluentui/react-dialog';
256
262
  import { DialogState } from '@fluentui/react-dialog';
257
263
  import { DialogSurface } from '@fluentui/react-dialog';
@@ -318,6 +324,11 @@ import { DropdownProps } from '@fluentui/react-combobox';
318
324
  import { DropdownSlots } from '@fluentui/react-combobox';
319
325
  import { DropdownState } from '@fluentui/react-combobox';
320
326
  import { DurationTokens } from '@fluentui/react-theme';
327
+ import { EmptySwatch } from '@fluentui/react-swatch-picker';
328
+ import { emptySwatchClassNames } from '@fluentui/react-swatch-picker';
329
+ import { EmptySwatchProps } from '@fluentui/react-swatch-picker';
330
+ import { EmptySwatchSlots } from '@fluentui/react-swatch-picker';
331
+ import { EmptySwatchState } from '@fluentui/react-swatch-picker';
321
332
  import { Field } from '@fluentui/react-field';
322
333
  import { fieldClassNames } from '@fluentui/react-field';
323
334
  import { FieldContextProvider } from '@fluentui/react-field';
@@ -366,6 +377,11 @@ import { imageClassNames } from '@fluentui/react-image';
366
377
  import { ImageProps } from '@fluentui/react-image';
367
378
  import { ImageSlots } from '@fluentui/react-image';
368
379
  import { ImageState } from '@fluentui/react-image';
380
+ import { ImageSwatch } from '@fluentui/react-swatch-picker';
381
+ import { imageSwatchClassNames } from '@fluentui/react-swatch-picker';
382
+ import { ImageSwatchProps } from '@fluentui/react-swatch-picker';
383
+ import { ImageSwatchSlots } from '@fluentui/react-swatch-picker';
384
+ import { ImageSwatchState } from '@fluentui/react-swatch-picker';
369
385
  import { InfoLabel } from '@fluentui/react-infolabel';
370
386
  import { infoLabelClassNames } from '@fluentui/react-infolabel';
371
387
  import { InfoLabelProps } from '@fluentui/react-infolabel';
@@ -508,6 +524,7 @@ import { mergeClasses } from '@griffel/react';
508
524
  import { MessageBar } from '@fluentui/react-message-bar';
509
525
  import { MessageBarActions } from '@fluentui/react-message-bar';
510
526
  import { messageBarActionsClassNames } from '@fluentui/react-message-bar';
527
+ import { MessageBarActionsContextValues } from '@fluentui/react-message-bar';
511
528
  import { MessageBarActionsProps } from '@fluentui/react-message-bar';
512
529
  import { MessageBarActionsSlots } from '@fluentui/react-message-bar';
513
530
  import { MessageBarActionsState } from '@fluentui/react-message-bar';
@@ -519,6 +536,7 @@ import { MessageBarBodyState } from '@fluentui/react-message-bar';
519
536
  import { messageBarClassNames } from '@fluentui/react-message-bar';
520
537
  import { MessageBarContextProvider } from '@fluentui/react-message-bar';
521
538
  import { MessageBarContextValue } from '@fluentui/react-message-bar';
539
+ import { MessageBarContextValues } from '@fluentui/react-message-bar';
522
540
  import { MessageBarGroup } from '@fluentui/react-message-bar';
523
541
  import { messageBarGroupClassNames } from '@fluentui/react-message-bar';
524
542
  import { MessageBarGroupProps } from '@fluentui/react-message-bar';
@@ -533,6 +551,7 @@ import { messageBarTitleClassNames } from '@fluentui/react-message-bar';
533
551
  import { MessageBarTitleProps } from '@fluentui/react-message-bar';
534
552
  import { MessageBarTitleSlots } from '@fluentui/react-message-bar';
535
553
  import { MessageBarTitleState } from '@fluentui/react-message-bar';
554
+ import { MessageBarTransitionContextValue } from '@fluentui/react-message-bar';
536
555
  import { OnOpenChangeData } from '@fluentui/react-popover';
537
556
  import { OnSelectionChangeCallback } from '@fluentui/react-utilities';
538
557
  import { OnSelectionChangeData } from '@fluentui/react-utilities';
@@ -671,6 +690,7 @@ import { renderCardFooter_unstable } from '@fluentui/react-card';
671
690
  import { renderCardHeader_unstable } from '@fluentui/react-card';
672
691
  import { renderCardPreview_unstable } from '@fluentui/react-card';
673
692
  import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
693
+ import { renderColorSwatch_unstable } from '@fluentui/react-swatch-picker';
674
694
  import { renderCombobox_unstable } from '@fluentui/react-combobox';
675
695
  import { renderCompoundButton_unstable } from '@fluentui/react-button';
676
696
  import { renderDataGrid_unstable } from '@fluentui/react-table';
@@ -695,11 +715,13 @@ import { renderDrawerHeader_unstable } from '@fluentui/react-drawer';
695
715
  import { renderDrawerHeaderNavigation_unstable } from '@fluentui/react-drawer';
696
716
  import { renderDrawerHeaderTitle_unstable } from '@fluentui/react-drawer';
697
717
  import { renderDropdown_unstable } from '@fluentui/react-combobox';
718
+ import { renderEmptySwatch_unstable } from '@fluentui/react-swatch-picker';
698
719
  import { RendererProvider } from '@griffel/react';
699
720
  import { renderField_unstable } from '@fluentui/react-field';
700
721
  import { renderFlatTree_unstable } from '@fluentui/react-tree';
701
722
  import { renderFluentProvider_unstable } from '@fluentui/react-provider';
702
723
  import { renderImage_unstable } from '@fluentui/react-image';
724
+ import { renderImageSwatch_unstable } from '@fluentui/react-swatch-picker';
703
725
  import { renderInfoLabel_unstable } from '@fluentui/react-infolabel';
704
726
  import { renderInlineDrawer_unstable } from '@fluentui/react-drawer';
705
727
  import { renderInput_unstable } from '@fluentui/react-input';
@@ -750,6 +772,9 @@ import { renderSlider_unstable } from '@fluentui/react-slider';
750
772
  import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
751
773
  import { renderSpinner_unstable } from '@fluentui/react-spinner';
752
774
  import { renderSplitButton_unstable } from '@fluentui/react-button';
775
+ import { renderSwatchPicker_unstable } from '@fluentui/react-swatch-picker';
776
+ import { renderSwatchPickerGrid } from '@fluentui/react-swatch-picker';
777
+ import { renderSwatchPickerRow_unstable } from '@fluentui/react-swatch-picker';
753
778
  import { renderSwitch_unstable } from '@fluentui/react-switch';
754
779
  import { renderTab_unstable } from '@fluentui/react-tabs';
755
780
  import { renderTable_unstable } from '@fluentui/react-table';
@@ -888,6 +913,25 @@ import { subtitle2ClassNames } from '@fluentui/react-text';
888
913
  import { Subtitle2Stronger } from '@fluentui/react-text';
889
914
  import { subtitle2StrongerClassNames } from '@fluentui/react-text';
890
915
  import { SubtreeContextValue } from '@fluentui/react-tree';
916
+ import { swatchCSSVars } from '@fluentui/react-swatch-picker';
917
+ import { SwatchPicker } from '@fluentui/react-swatch-picker';
918
+ import { swatchPickerClassNames } from '@fluentui/react-swatch-picker';
919
+ import { swatchPickerContextDefaultValue } from '@fluentui/react-swatch-picker';
920
+ import { SwatchPickerContextValue } from '@fluentui/react-swatch-picker';
921
+ import { SwatchPickerContextValues } from '@fluentui/react-swatch-picker';
922
+ import { SwatchPickerGridProps } from '@fluentui/react-swatch-picker';
923
+ import { SwatchPickerOnSelectEventHandler } from '@fluentui/react-swatch-picker';
924
+ import { SwatchPickerOnSelectionChangeData } from '@fluentui/react-swatch-picker';
925
+ import { SwatchPickerProps } from '@fluentui/react-swatch-picker';
926
+ import { SwatchPickerProvider } from '@fluentui/react-swatch-picker';
927
+ import { SwatchPickerRow } from '@fluentui/react-swatch-picker';
928
+ import { swatchPickerRowClassNames } from '@fluentui/react-swatch-picker';
929
+ import { SwatchPickerRowProps } from '@fluentui/react-swatch-picker';
930
+ import { SwatchPickerRowSlots } from '@fluentui/react-swatch-picker';
931
+ import { SwatchPickerRowState } from '@fluentui/react-swatch-picker';
932
+ import { SwatchPickerSlots } from '@fluentui/react-swatch-picker';
933
+ import { SwatchPickerState } from '@fluentui/react-swatch-picker';
934
+ import { SwatchProps } from '@fluentui/react-swatch-picker';
891
935
  import { Switch } from '@fluentui/react-switch';
892
936
  import { switchClassNames } from '@fluentui/react-switch';
893
937
  import { SwitchOnChangeData } from '@fluentui/react-switch';
@@ -1288,6 +1332,8 @@ import { useCardStyles_unstable } from '@fluentui/react-card';
1288
1332
  import { useCheckbox_unstable } from '@fluentui/react-checkbox';
1289
1333
  import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
1290
1334
  import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
1335
+ import { useColorSwatch_unstable } from '@fluentui/react-swatch-picker';
1336
+ import { useColorSwatchStyles_unstable } from '@fluentui/react-swatch-picker';
1291
1337
  import { useColumnIdContext } from '@fluentui/react-table';
1292
1338
  import { useCombobox_unstable } from '@fluentui/react-combobox';
1293
1339
  import { useComboboxContextValues } from '@fluentui/react-combobox';
@@ -1346,6 +1392,8 @@ import { useDrawerHeaderTitleStyles_unstable } from '@fluentui/react-drawer';
1346
1392
  import { useDrawerStyles_unstable } from '@fluentui/react-drawer';
1347
1393
  import { useDropdown_unstable } from '@fluentui/react-combobox';
1348
1394
  import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
1395
+ import { useEmptySwatch_unstable } from '@fluentui/react-swatch-picker';
1396
+ import { useEmptySwatchStyles_unstable } from '@fluentui/react-swatch-picker';
1349
1397
  import { useEventCallback } from '@fluentui/react-utilities';
1350
1398
  import { useField_unstable } from '@fluentui/react-field';
1351
1399
  import { useFieldContext_unstable } from '@fluentui/react-field';
@@ -1370,6 +1418,8 @@ import { useHeadlessFlatTree_unstable } from '@fluentui/react-tree';
1370
1418
  import { useId } from '@fluentui/react-utilities';
1371
1419
  import { useImage_unstable } from '@fluentui/react-image';
1372
1420
  import { useImageStyles_unstable } from '@fluentui/react-image';
1421
+ import { useImageSwatch_unstable } from '@fluentui/react-swatch-picker';
1422
+ import { useImageSwatchStyles_unstable } from '@fluentui/react-swatch-picker';
1373
1423
  import { useInfoLabel_unstable } from '@fluentui/react-infolabel';
1374
1424
  import { useInfoLabelStyles_unstable } from '@fluentui/react-infolabel';
1375
1425
  import { useInlineDrawer_unstable } from '@fluentui/react-drawer';
@@ -1508,6 +1558,12 @@ import { useSpinnerStyles_unstable } from '@fluentui/react-spinner';
1508
1558
  import { useSplitButton_unstable } from '@fluentui/react-button';
1509
1559
  import { useSplitButtonStyles_unstable } from '@fluentui/react-button';
1510
1560
  import { useSubtreeContext_unstable } from '@fluentui/react-tree';
1561
+ import { useSwatchPicker_unstable } from '@fluentui/react-swatch-picker';
1562
+ import { useSwatchPickerContextValue_unstable } from '@fluentui/react-swatch-picker';
1563
+ import { useSwatchPickerContextValues } from '@fluentui/react-swatch-picker';
1564
+ import { useSwatchPickerRow_unstable } from '@fluentui/react-swatch-picker';
1565
+ import { useSwatchPickerRowStyles_unstable } from '@fluentui/react-swatch-picker';
1566
+ import { useSwatchPickerStyles_unstable } from '@fluentui/react-swatch-picker';
1511
1567
  import { useSwitch_unstable } from '@fluentui/react-switch';
1512
1568
  import { useSwitchStyles_unstable } from '@fluentui/react-switch';
1513
1569
  import { useTab_unstable } from '@fluentui/react-tabs';
@@ -1948,6 +2004,16 @@ export { CheckboxState }
1948
2004
 
1949
2005
  export { ColorPaletteTokens }
1950
2006
 
2007
+ export { ColorSwatch }
2008
+
2009
+ export { colorSwatchClassNames }
2010
+
2011
+ export { ColorSwatchProps }
2012
+
2013
+ export { ColorSwatchSlots }
2014
+
2015
+ export { ColorSwatchState }
2016
+
1951
2017
  export { ColorTokens }
1952
2018
 
1953
2019
  export { ColumnIdContextProvider }
@@ -2150,6 +2216,8 @@ export { DialogOpenChangeEvent }
2150
2216
 
2151
2217
  export { DialogProps }
2152
2218
 
2219
+ export { DialogProvider }
2220
+
2153
2221
  export { DialogSlots }
2154
2222
 
2155
2223
  export { DialogState }
@@ -2282,6 +2350,16 @@ export { DropdownState }
2282
2350
 
2283
2351
  export { DurationTokens }
2284
2352
 
2353
+ export { EmptySwatch }
2354
+
2355
+ export { emptySwatchClassNames }
2356
+
2357
+ export { EmptySwatchProps }
2358
+
2359
+ export { EmptySwatchSlots }
2360
+
2361
+ export { EmptySwatchState }
2362
+
2285
2363
  export { Field }
2286
2364
 
2287
2365
  export { fieldClassNames }
@@ -2378,6 +2456,16 @@ export { ImageSlots }
2378
2456
 
2379
2457
  export { ImageState }
2380
2458
 
2459
+ export { ImageSwatch }
2460
+
2461
+ export { imageSwatchClassNames }
2462
+
2463
+ export { ImageSwatchProps }
2464
+
2465
+ export { ImageSwatchSlots }
2466
+
2467
+ export { ImageSwatchState }
2468
+
2381
2469
  export { InfoLabel }
2382
2470
 
2383
2471
  export { infoLabelClassNames }
@@ -2662,6 +2750,8 @@ export { MessageBarActions }
2662
2750
 
2663
2751
  export { messageBarActionsClassNames }
2664
2752
 
2753
+ export { MessageBarActionsContextValues }
2754
+
2665
2755
  export { MessageBarActionsProps }
2666
2756
 
2667
2757
  export { MessageBarActionsSlots }
@@ -2684,6 +2774,8 @@ export { MessageBarContextProvider }
2684
2774
 
2685
2775
  export { MessageBarContextValue }
2686
2776
 
2777
+ export { MessageBarContextValues }
2778
+
2687
2779
  export { MessageBarGroup }
2688
2780
 
2689
2781
  export { messageBarGroupClassNames }
@@ -2712,6 +2804,8 @@ export { MessageBarTitleSlots }
2712
2804
 
2713
2805
  export { MessageBarTitleState }
2714
2806
 
2807
+ export { MessageBarTransitionContextValue }
2808
+
2715
2809
  export { OnOpenChangeData }
2716
2810
 
2717
2811
  export { OnSelectionChangeCallback }
@@ -2988,6 +3082,8 @@ export { renderCardPreview_unstable }
2988
3082
 
2989
3083
  export { renderCheckbox_unstable }
2990
3084
 
3085
+ export { renderColorSwatch_unstable }
3086
+
2991
3087
  export { renderCombobox_unstable }
2992
3088
 
2993
3089
  export { renderCompoundButton_unstable }
@@ -3036,6 +3132,8 @@ export { renderDrawerHeaderTitle_unstable }
3036
3132
 
3037
3133
  export { renderDropdown_unstable }
3038
3134
 
3135
+ export { renderEmptySwatch_unstable }
3136
+
3039
3137
  export { RendererProvider }
3040
3138
 
3041
3139
  export { renderField_unstable }
@@ -3046,6 +3144,8 @@ export { renderFluentProvider_unstable }
3046
3144
 
3047
3145
  export { renderImage_unstable }
3048
3146
 
3147
+ export { renderImageSwatch_unstable }
3148
+
3049
3149
  export { renderInfoLabel_unstable }
3050
3150
 
3051
3151
  export { renderInlineDrawer_unstable }
@@ -3146,6 +3246,12 @@ export { renderSpinner_unstable }
3146
3246
 
3147
3247
  export { renderSplitButton_unstable }
3148
3248
 
3249
+ export { renderSwatchPicker_unstable }
3250
+
3251
+ export { renderSwatchPickerGrid }
3252
+
3253
+ export { renderSwatchPickerRow_unstable }
3254
+
3149
3255
  export { renderSwitch_unstable }
3150
3256
 
3151
3257
  export { renderTab_unstable }
@@ -3422,6 +3528,44 @@ export { subtitle2StrongerClassNames }
3422
3528
 
3423
3529
  export { SubtreeContextValue }
3424
3530
 
3531
+ export { swatchCSSVars }
3532
+
3533
+ export { SwatchPicker }
3534
+
3535
+ export { swatchPickerClassNames }
3536
+
3537
+ export { swatchPickerContextDefaultValue }
3538
+
3539
+ export { SwatchPickerContextValue }
3540
+
3541
+ export { SwatchPickerContextValues }
3542
+
3543
+ export { SwatchPickerGridProps }
3544
+
3545
+ export { SwatchPickerOnSelectEventHandler }
3546
+
3547
+ export { SwatchPickerOnSelectionChangeData }
3548
+
3549
+ export { SwatchPickerProps }
3550
+
3551
+ export { SwatchPickerProvider }
3552
+
3553
+ export { SwatchPickerRow }
3554
+
3555
+ export { swatchPickerRowClassNames }
3556
+
3557
+ export { SwatchPickerRowProps }
3558
+
3559
+ export { SwatchPickerRowSlots }
3560
+
3561
+ export { SwatchPickerRowState }
3562
+
3563
+ export { SwatchPickerSlots }
3564
+
3565
+ export { SwatchPickerState }
3566
+
3567
+ export { SwatchProps }
3568
+
3425
3569
  export { Switch }
3426
3570
 
3427
3571
  export { switchClassNames }
@@ -4222,6 +4366,10 @@ export { useCheckboxStyles_unstable }
4222
4366
 
4223
4367
  export { useCheckmarkStyles_unstable }
4224
4368
 
4369
+ export { useColorSwatch_unstable }
4370
+
4371
+ export { useColorSwatchStyles_unstable }
4372
+
4225
4373
  export { useColumnIdContext }
4226
4374
 
4227
4375
  export { useCombobox_unstable }
@@ -4338,6 +4486,10 @@ export { useDropdown_unstable }
4338
4486
 
4339
4487
  export { useDropdownStyles_unstable }
4340
4488
 
4489
+ export { useEmptySwatch_unstable }
4490
+
4491
+ export { useEmptySwatchStyles_unstable }
4492
+
4341
4493
  export { useEventCallback }
4342
4494
 
4343
4495
  export { useField_unstable }
@@ -4386,6 +4538,10 @@ export { useImage_unstable }
4386
4538
 
4387
4539
  export { useImageStyles_unstable }
4388
4540
 
4541
+ export { useImageSwatch_unstable }
4542
+
4543
+ export { useImageSwatchStyles_unstable }
4544
+
4389
4545
  export { useInfoLabel_unstable }
4390
4546
 
4391
4547
  export { useInfoLabelStyles_unstable }
@@ -4662,6 +4818,18 @@ export { useSplitButtonStyles_unstable }
4662
4818
 
4663
4819
  export { useSubtreeContext_unstable }
4664
4820
 
4821
+ export { useSwatchPicker_unstable }
4822
+
4823
+ export { useSwatchPickerContextValue_unstable }
4824
+
4825
+ export { useSwatchPickerContextValues }
4826
+
4827
+ export { useSwatchPickerRow_unstable }
4828
+
4829
+ export { useSwatchPickerRowStyles_unstable }
4830
+
4831
+ export { useSwatchPickerStyles_unstable }
4832
+
4665
4833
  export { useSwitch_unstable }
4666
4834
 
4667
4835
  export { useSwitchStyles_unstable }
package/lib/index.js CHANGED
@@ -40,7 +40,7 @@ export { Body1, Body1Strong, Body1Stronger, Body2, Caption1, Caption1Strong, Cap
40
40
  export { Textarea, textareaClassNames, renderTextarea_unstable, useTextarea_unstable, useTextareaStyles_unstable } from '@fluentui/react-textarea';
41
41
  export { Tooltip, renderTooltip_unstable, tooltipClassNames, useTooltip_unstable, useTooltipStyles_unstable } from '@fluentui/react-tooltip';
42
42
  export { resolvePositioningShorthand } from '@fluentui/react-positioning';
43
- export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable } from '@fluentui/react-dialog';
43
+ export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable, DialogProvider } from '@fluentui/react-dialog';
44
44
  export { ProgressBar, progressBarClassNames, renderProgressBar_unstable, useProgressBarStyles_unstable, useProgressBar_unstable } from '@fluentui/react-progress';
45
45
  export { Overflow, OverflowItem, OverflowDivider, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowCount, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM, DATA_OVERFLOW_DIVIDER, useOverflowVisibility } from '@fluentui/react-overflow';
46
46
  export { Toolbar, ToolbarButton, useToolbarButtonStyles_unstable, useToolbarButton_unstable, ToolbarRadioButton, useToolbarRadioButton_unstable, useToolbarRadioButtonStyles_unstable, ToolbarDivider, useToolbarDivider_unstable, ToolbarGroup, useToolbarGroupStyles_unstable, useToolbarGroup_unstable, renderToolbarGroup_unstable, toolbarGroupClassNames, ToolbarToggleButton, useToolbarToggleButtonStyles_unstable, useToolbarToggleButton_unstable, renderToolbar_unstable, toolbarClassNames, useToolbar_unstable, useToolbarDividerStyles_unstable, useToolbarStyles_unstable, ToolbarRadioGroup } from '@fluentui/react-toolbar';
@@ -59,3 +59,4 @@ export { Rating, ratingClassNames, renderRating_unstable, useRatingStyles_unstab
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
61
  export { TagPicker, renderTagPicker_unstable, useTagPicker_unstable, TagPickerInput, tagPickerInputClassNames, renderTagPickerInput_unstable, useTagPickerInputStyles_unstable, useTagPickerInput_unstable, TagPickerList, tagPickerListClassNames, renderTagPickerList_unstable, useTagPickerListStyles_unstable, useTagPickerList_unstable, TagPickerButton, tagPickerButtonClassNames, renderTagPickerButton_unstable, useTagPickerButtonStyles_unstable, useTagPickerButton_unstable, TagPickerControl, tagPickerControlClassNames, renderTagPickerControl_unstable, useTagPickerControlStyles_unstable, useTagPickerControl_unstable, TagPickerOption, tagPickerOptionClassNames, renderTagPickerOption_unstable, useTagPickerOptionStyles_unstable, useTagPickerOption_unstable, TagPickerGroup, tagPickerGroupClassNames, renderTagPickerGroup_unstable, useTagPickerGroupStyles_unstable, useTagPickerGroup_unstable, TagPickerOptionGroup, tagPickerOptionGroupClassNames, renderTagPickerOptionGroup, useTagPickerOptionGroupStyles, useTagPickerOptionGroup, useTagPickerFilter } from '@fluentui/react-tag-picker';
62
+ 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';