@fluentui/react-components 9.12.0 → 9.14.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.json +253 -1
- package/CHANGELOG.md +86 -2
- package/dist/index.d.ts +246 -0
- package/dist/unstable.d.ts +24 -183
- package/lib/index.js +5 -3
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -3
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +57 -5
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +334 -18
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +52 -216
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +40 -40
package/dist/index.d.ts
CHANGED
|
@@ -71,6 +71,12 @@ import { BadgeSlots } from '@fluentui/react-badge';
|
|
|
71
71
|
import { BadgeState } from '@fluentui/react-badge';
|
|
72
72
|
import { Body1 } from '@fluentui/react-text';
|
|
73
73
|
import { body1ClassNames } from '@fluentui/react-text';
|
|
74
|
+
import { Body1Strong } from '@fluentui/react-text';
|
|
75
|
+
import { body1StrongClassNames } from '@fluentui/react-text';
|
|
76
|
+
import { Body1Stronger } from '@fluentui/react-text';
|
|
77
|
+
import { body1StrongerClassNames } from '@fluentui/react-text';
|
|
78
|
+
import { Body2 } from '@fluentui/react-text';
|
|
79
|
+
import { body2ClassNames } from '@fluentui/react-text';
|
|
74
80
|
import { BorderRadiusTokens } from '@fluentui/react-theme';
|
|
75
81
|
import { BrandVariants } from '@fluentui/react-theme';
|
|
76
82
|
import { Button } from '@fluentui/react-button';
|
|
@@ -80,8 +86,14 @@ import { ButtonSlots } from '@fluentui/react-button';
|
|
|
80
86
|
import { ButtonState } from '@fluentui/react-button';
|
|
81
87
|
import { Caption1 } from '@fluentui/react-text';
|
|
82
88
|
import { caption1ClassNames } from '@fluentui/react-text';
|
|
89
|
+
import { Caption1Strong } from '@fluentui/react-text';
|
|
90
|
+
import { caption1StrongClassNames } from '@fluentui/react-text';
|
|
91
|
+
import { Caption1Stronger } from '@fluentui/react-text';
|
|
92
|
+
import { caption1StrongerClassNames } from '@fluentui/react-text';
|
|
83
93
|
import { Caption2 } from '@fluentui/react-text';
|
|
84
94
|
import { caption2ClassNames } from '@fluentui/react-text';
|
|
95
|
+
import { Caption2Strong } from '@fluentui/react-text';
|
|
96
|
+
import { caption2StrongClassNames } from '@fluentui/react-text';
|
|
85
97
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
86
98
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
87
99
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -90,6 +102,16 @@ import { CheckboxSlots } from '@fluentui/react-checkbox';
|
|
|
90
102
|
import { CheckboxState } from '@fluentui/react-checkbox';
|
|
91
103
|
import { ColorPaletteTokens } from '@fluentui/react-theme';
|
|
92
104
|
import { ColorTokens } from '@fluentui/react-theme';
|
|
105
|
+
import { Combobox } from '@fluentui/react-combobox';
|
|
106
|
+
import { comboboxClassNames } from '@fluentui/react-combobox';
|
|
107
|
+
import { ComboboxContextValue } from '@fluentui/react-combobox';
|
|
108
|
+
import { ComboboxContextValues } from '@fluentui/react-combobox';
|
|
109
|
+
import { ComboboxOpenChangeData } from '@fluentui/react-combobox';
|
|
110
|
+
import { ComboboxOpenEvents } from '@fluentui/react-combobox';
|
|
111
|
+
import { ComboboxProps } from '@fluentui/react-combobox';
|
|
112
|
+
import { ComboboxProvider } from '@fluentui/react-combobox';
|
|
113
|
+
import { ComboboxSlots } from '@fluentui/react-combobox';
|
|
114
|
+
import { ComboboxState } from '@fluentui/react-combobox';
|
|
93
115
|
import { ComponentProps } from '@fluentui/react-utilities';
|
|
94
116
|
import { ComponentState } from '@fluentui/react-utilities';
|
|
95
117
|
import { CompoundButton } from '@fluentui/react-button';
|
|
@@ -158,6 +180,14 @@ import { dividerClassNames } from '@fluentui/react-divider';
|
|
|
158
180
|
import { DividerProps } from '@fluentui/react-divider';
|
|
159
181
|
import { DividerSlots } from '@fluentui/react-divider';
|
|
160
182
|
import { DividerState } from '@fluentui/react-divider';
|
|
183
|
+
import { Dropdown } from '@fluentui/react-combobox';
|
|
184
|
+
import { dropdownClassNames } from '@fluentui/react-combobox';
|
|
185
|
+
import { DropdownContextValues } from '@fluentui/react-combobox';
|
|
186
|
+
import { DropdownOpenChangeData } from '@fluentui/react-combobox';
|
|
187
|
+
import { DropdownOpenEvents } from '@fluentui/react-combobox';
|
|
188
|
+
import { DropdownProps } from '@fluentui/react-combobox';
|
|
189
|
+
import { DropdownSlots } from '@fluentui/react-combobox';
|
|
190
|
+
import { DropdownState } from '@fluentui/react-combobox';
|
|
161
191
|
import { DurationTokens } from '@fluentui/react-theme';
|
|
162
192
|
import { FluentProvider } from '@fluentui/react-provider';
|
|
163
193
|
import { fluentProviderClassNames } from '@fluentui/react-provider';
|
|
@@ -200,6 +230,14 @@ import { linkClassNames } from '@fluentui/react-link';
|
|
|
200
230
|
import { LinkProps } from '@fluentui/react-link';
|
|
201
231
|
import { LinkSlots } from '@fluentui/react-link';
|
|
202
232
|
import { LinkState } from '@fluentui/react-link';
|
|
233
|
+
import { Listbox } from '@fluentui/react-combobox';
|
|
234
|
+
import { listboxClassNames } from '@fluentui/react-combobox';
|
|
235
|
+
import { ListboxContextValue } from '@fluentui/react-combobox';
|
|
236
|
+
import { ListboxContextValues } from '@fluentui/react-combobox';
|
|
237
|
+
import { ListboxProps } from '@fluentui/react-combobox';
|
|
238
|
+
import { ListboxProvider } from '@fluentui/react-combobox';
|
|
239
|
+
import { ListboxSlots } from '@fluentui/react-combobox';
|
|
240
|
+
import { ListboxState } from '@fluentui/react-combobox';
|
|
203
241
|
import { makeResetStyles } from '@griffel/react';
|
|
204
242
|
import { makeStaticStyles } from '@griffel/react';
|
|
205
243
|
import { makeStyles } from '@griffel/react';
|
|
@@ -280,6 +318,16 @@ import { mergeClasses } from '@griffel/react';
|
|
|
280
318
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
281
319
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
282
320
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
321
|
+
import { Option as Option_2 } from '@fluentui/react-combobox';
|
|
322
|
+
import { optionClassNames } from '@fluentui/react-combobox';
|
|
323
|
+
import { OptionGroup } from '@fluentui/react-combobox';
|
|
324
|
+
import { optionGroupClassNames } from '@fluentui/react-combobox';
|
|
325
|
+
import { OptionGroupProps } from '@fluentui/react-combobox';
|
|
326
|
+
import { OptionGroupSlots } from '@fluentui/react-combobox';
|
|
327
|
+
import { OptionGroupState } from '@fluentui/react-combobox';
|
|
328
|
+
import { OptionProps } from '@fluentui/react-combobox';
|
|
329
|
+
import { OptionSlots } from '@fluentui/react-combobox';
|
|
330
|
+
import { OptionState } from '@fluentui/react-combobox';
|
|
283
331
|
import { Overflow } from '@fluentui/react-overflow';
|
|
284
332
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
285
333
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
@@ -348,6 +396,7 @@ import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
|
348
396
|
import { renderBadge_unstable } from '@fluentui/react-badge';
|
|
349
397
|
import { renderButton_unstable } from '@fluentui/react-button';
|
|
350
398
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
399
|
+
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
351
400
|
import { renderCompoundButton_unstable } from '@fluentui/react-button';
|
|
352
401
|
import { renderDialog_unstable } from '@fluentui/react-dialog';
|
|
353
402
|
import { renderDialogActions_unstable } from '@fluentui/react-dialog';
|
|
@@ -357,12 +406,14 @@ import { renderDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
|
357
406
|
import { renderDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
358
407
|
import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
359
408
|
import { renderDivider_unstable } from '@fluentui/react-divider';
|
|
409
|
+
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
360
410
|
import { RendererProvider } from '@griffel/react';
|
|
361
411
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
362
412
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
363
413
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
364
414
|
import { renderLabel_unstable } from '@fluentui/react-label';
|
|
365
415
|
import { renderLink_unstable } from '@fluentui/react-link';
|
|
416
|
+
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
366
417
|
import { renderMenu_unstable } from '@fluentui/react-menu';
|
|
367
418
|
import { renderMenuButton_unstable } from '@fluentui/react-button';
|
|
368
419
|
import { renderMenuDivider_unstable } from '@fluentui/react-menu';
|
|
@@ -375,6 +426,8 @@ import { renderMenuList_unstable } from '@fluentui/react-menu';
|
|
|
375
426
|
import { renderMenuPopover_unstable } from '@fluentui/react-menu';
|
|
376
427
|
import { renderMenuSplitGroup_unstable } from '@fluentui/react-menu';
|
|
377
428
|
import { renderMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
429
|
+
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
430
|
+
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
378
431
|
import { renderPersona_unstable } from '@fluentui/react-persona';
|
|
379
432
|
import { renderPopover_unstable } from '@fluentui/react-popover';
|
|
380
433
|
import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
|
|
@@ -382,6 +435,7 @@ import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
|
382
435
|
import { renderPortal_unstable } from '@fluentui/react-portal';
|
|
383
436
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
384
437
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
438
|
+
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
385
439
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
386
440
|
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
387
441
|
import { renderSpinner_unstable } from '@fluentui/react-spinner';
|
|
@@ -400,7 +454,13 @@ import { resetIdsForTests } from '@fluentui/react-utilities';
|
|
|
400
454
|
import { resolveShorthand } from '@fluentui/react-utilities';
|
|
401
455
|
import { ResolveShorthandFunction } from '@fluentui/react-utilities';
|
|
402
456
|
import { ResolveShorthandOptions } from '@fluentui/react-utilities';
|
|
457
|
+
import { Select } from '@fluentui/react-select';
|
|
403
458
|
import { SelectableHandler } from '@fluentui/react-menu';
|
|
459
|
+
import { selectClassNames } from '@fluentui/react-select';
|
|
460
|
+
import { SelectOnChangeData } from '@fluentui/react-select';
|
|
461
|
+
import { SelectProps } from '@fluentui/react-select';
|
|
462
|
+
import { SelectSlots } from '@fluentui/react-select';
|
|
463
|
+
import { SelectState } from '@fluentui/react-select';
|
|
404
464
|
import { SelectTabData } from '@fluentui/react-tabs';
|
|
405
465
|
import { SelectTabEvent } from '@fluentui/react-tabs';
|
|
406
466
|
import { SelectTabEventHandler } from '@fluentui/react-tabs';
|
|
@@ -417,6 +477,7 @@ import { SliderState } from '@fluentui/react-slider';
|
|
|
417
477
|
import { Slot } from '@fluentui/react-utilities';
|
|
418
478
|
import { SlotClassNames } from '@fluentui/react-utilities';
|
|
419
479
|
import { SlotPropsRecord } from '@fluentui/react-utilities';
|
|
480
|
+
import { SlotRenderFunction } from '@fluentui/react-utilities';
|
|
420
481
|
import { SpacingTokens } from '@fluentui/react-theme';
|
|
421
482
|
import { SpinButton } from '@fluentui/react-spinbutton';
|
|
422
483
|
import { SpinButtonBounds } from '@fluentui/react-spinbutton';
|
|
@@ -443,6 +504,8 @@ import { Subtitle1 } from '@fluentui/react-text';
|
|
|
443
504
|
import { subtitle1ClassNames } from '@fluentui/react-text';
|
|
444
505
|
import { Subtitle2 } from '@fluentui/react-text';
|
|
445
506
|
import { subtitle2ClassNames } from '@fluentui/react-text';
|
|
507
|
+
import { Subtitle2Stronger } from '@fluentui/react-text';
|
|
508
|
+
import { subtitle2StrongerClassNames } from '@fluentui/react-text';
|
|
446
509
|
import { Switch } from '@fluentui/react-switch';
|
|
447
510
|
import { switchClassNames } from '@fluentui/react-switch';
|
|
448
511
|
import { SwitchOnChangeData } from '@fluentui/react-switch';
|
|
@@ -456,6 +519,7 @@ import { tabListClassNames } from '@fluentui/react-tabs';
|
|
|
456
519
|
import { TabListContextValue } from '@fluentui/react-tabs';
|
|
457
520
|
import { TabListContextValues } from '@fluentui/react-tabs';
|
|
458
521
|
import { TabListProps } from '@fluentui/react-tabs';
|
|
522
|
+
import { TabListProvider } from '@fluentui/react-tabs';
|
|
459
523
|
import { TabListSlots } from '@fluentui/react-tabs';
|
|
460
524
|
import { TabListState } from '@fluentui/react-tabs';
|
|
461
525
|
import { TabProps } from '@fluentui/react-tabs';
|
|
@@ -474,6 +538,7 @@ import { TextareaProps } from '@fluentui/react-textarea';
|
|
|
474
538
|
import { TextareaSlots } from '@fluentui/react-textarea';
|
|
475
539
|
import { TextareaState } from '@fluentui/react-textarea';
|
|
476
540
|
import { textClassNames } from '@fluentui/react-text';
|
|
541
|
+
import { TextPresetProps } from '@fluentui/react-text';
|
|
477
542
|
import { TextProps } from '@fluentui/react-text';
|
|
478
543
|
import { TextSlots } from '@fluentui/react-text';
|
|
479
544
|
import { TextState } from '@fluentui/react-text';
|
|
@@ -558,6 +623,9 @@ import { useButtonStyles_unstable } from '@fluentui/react-button';
|
|
|
558
623
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
559
624
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
560
625
|
import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
|
|
626
|
+
import { useCombobox_unstable } from '@fluentui/react-combobox';
|
|
627
|
+
import { useComboboxContextValues } from '@fluentui/react-combobox';
|
|
628
|
+
import { useComboboxStyles_unstable } from '@fluentui/react-combobox';
|
|
561
629
|
import { useCompoundButton_unstable } from '@fluentui/react-button';
|
|
562
630
|
import { useCompoundButtonStyles_unstable } from '@fluentui/react-button';
|
|
563
631
|
import { useCounterBadge_unstable } from '@fluentui/react-badge';
|
|
@@ -576,6 +644,8 @@ import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
|
576
644
|
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
577
645
|
import { useDivider_unstable } from '@fluentui/react-divider';
|
|
578
646
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
647
|
+
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
648
|
+
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
579
649
|
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
580
650
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
581
651
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
@@ -583,6 +653,7 @@ import { useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
|
583
653
|
import { useFocusableGroup } from '@fluentui/react-tabster';
|
|
584
654
|
import { UseFocusableGroupOptions } from '@fluentui/react-tabster';
|
|
585
655
|
import { useFocusFinders } from '@fluentui/react-tabster';
|
|
656
|
+
import { useFocusWithin } from '@fluentui/react-tabster';
|
|
586
657
|
import { useId } from '@fluentui/react-utilities';
|
|
587
658
|
import { useImage_unstable } from '@fluentui/react-image';
|
|
588
659
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
@@ -598,6 +669,9 @@ import { useLabelStyles_unstable } from '@fluentui/react-label';
|
|
|
598
669
|
import { useLink_unstable } from '@fluentui/react-link';
|
|
599
670
|
import { useLinkState_unstable } from '@fluentui/react-link';
|
|
600
671
|
import { useLinkStyles_unstable } from '@fluentui/react-link';
|
|
672
|
+
import { useListbox_unstable } from '@fluentui/react-combobox';
|
|
673
|
+
import { useListboxContextValues } from '@fluentui/react-combobox';
|
|
674
|
+
import { useListboxStyles_unstable } from '@fluentui/react-combobox';
|
|
601
675
|
import { useMenu_unstable } from '@fluentui/react-menu';
|
|
602
676
|
import { useMenuButton_unstable } from '@fluentui/react-button';
|
|
603
677
|
import { useMenuButtonStyles_unstable } from '@fluentui/react-button';
|
|
@@ -630,6 +704,10 @@ import { useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
|
630
704
|
import { useMergedRefs } from '@fluentui/react-utilities';
|
|
631
705
|
import { useModalAttributes } from '@fluentui/react-tabster';
|
|
632
706
|
import { UseModalAttributesOptions } from '@fluentui/react-tabster';
|
|
707
|
+
import { useOption_unstable } from '@fluentui/react-combobox';
|
|
708
|
+
import { useOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
709
|
+
import { useOptionGroupStyles_unstable } from '@fluentui/react-combobox';
|
|
710
|
+
import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
633
711
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
634
712
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
635
713
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
@@ -647,6 +725,8 @@ import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
|
647
725
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
648
726
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
649
727
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
728
|
+
import { useSelect_unstable } from '@fluentui/react-select';
|
|
729
|
+
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
650
730
|
import { useSlider_unstable } from '@fluentui/react-slider';
|
|
651
731
|
import { useSliderState_unstable } from '@fluentui/react-slider';
|
|
652
732
|
import { useSliderStyles_unstable } from '@fluentui/react-slider';
|
|
@@ -660,6 +740,8 @@ import { useSwitch_unstable } from '@fluentui/react-switch';
|
|
|
660
740
|
import { useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
661
741
|
import { useTab_unstable } from '@fluentui/react-tabs';
|
|
662
742
|
import { useTabList_unstable } from '@fluentui/react-tabs';
|
|
743
|
+
import { useTabListContext_unstable } from '@fluentui/react-tabs';
|
|
744
|
+
import { useTabListContextValues_unstable } from '@fluentui/react-tabs';
|
|
663
745
|
import { useTabListStyles_unstable } from '@fluentui/react-tabs';
|
|
664
746
|
import { useTabStyles_unstable } from '@fluentui/react-tabs';
|
|
665
747
|
import { useText_unstable } from '@fluentui/react-text';
|
|
@@ -835,6 +917,18 @@ export { Body1 }
|
|
|
835
917
|
|
|
836
918
|
export { body1ClassNames }
|
|
837
919
|
|
|
920
|
+
export { Body1Strong }
|
|
921
|
+
|
|
922
|
+
export { body1StrongClassNames }
|
|
923
|
+
|
|
924
|
+
export { Body1Stronger }
|
|
925
|
+
|
|
926
|
+
export { body1StrongerClassNames }
|
|
927
|
+
|
|
928
|
+
export { Body2 }
|
|
929
|
+
|
|
930
|
+
export { body2ClassNames }
|
|
931
|
+
|
|
838
932
|
export { BorderRadiusTokens }
|
|
839
933
|
|
|
840
934
|
export { BrandVariants }
|
|
@@ -853,10 +947,22 @@ export { Caption1 }
|
|
|
853
947
|
|
|
854
948
|
export { caption1ClassNames }
|
|
855
949
|
|
|
950
|
+
export { Caption1Strong }
|
|
951
|
+
|
|
952
|
+
export { caption1StrongClassNames }
|
|
953
|
+
|
|
954
|
+
export { Caption1Stronger }
|
|
955
|
+
|
|
956
|
+
export { caption1StrongerClassNames }
|
|
957
|
+
|
|
856
958
|
export { Caption2 }
|
|
857
959
|
|
|
858
960
|
export { caption2ClassNames }
|
|
859
961
|
|
|
962
|
+
export { Caption2Strong }
|
|
963
|
+
|
|
964
|
+
export { caption2StrongClassNames }
|
|
965
|
+
|
|
860
966
|
export { Checkbox }
|
|
861
967
|
|
|
862
968
|
export { checkboxClassNames }
|
|
@@ -873,6 +979,26 @@ export { ColorPaletteTokens }
|
|
|
873
979
|
|
|
874
980
|
export { ColorTokens }
|
|
875
981
|
|
|
982
|
+
export { Combobox }
|
|
983
|
+
|
|
984
|
+
export { comboboxClassNames }
|
|
985
|
+
|
|
986
|
+
export { ComboboxContextValue }
|
|
987
|
+
|
|
988
|
+
export { ComboboxContextValues }
|
|
989
|
+
|
|
990
|
+
export { ComboboxOpenChangeData }
|
|
991
|
+
|
|
992
|
+
export { ComboboxOpenEvents }
|
|
993
|
+
|
|
994
|
+
export { ComboboxProps }
|
|
995
|
+
|
|
996
|
+
export { ComboboxProvider }
|
|
997
|
+
|
|
998
|
+
export { ComboboxSlots }
|
|
999
|
+
|
|
1000
|
+
export { ComboboxState }
|
|
1001
|
+
|
|
876
1002
|
export { ComponentProps }
|
|
877
1003
|
|
|
878
1004
|
export { ComponentState }
|
|
@@ -1009,6 +1135,22 @@ export { DividerSlots }
|
|
|
1009
1135
|
|
|
1010
1136
|
export { DividerState }
|
|
1011
1137
|
|
|
1138
|
+
export { Dropdown }
|
|
1139
|
+
|
|
1140
|
+
export { dropdownClassNames }
|
|
1141
|
+
|
|
1142
|
+
export { DropdownContextValues }
|
|
1143
|
+
|
|
1144
|
+
export { DropdownOpenChangeData }
|
|
1145
|
+
|
|
1146
|
+
export { DropdownOpenEvents }
|
|
1147
|
+
|
|
1148
|
+
export { DropdownProps }
|
|
1149
|
+
|
|
1150
|
+
export { DropdownSlots }
|
|
1151
|
+
|
|
1152
|
+
export { DropdownState }
|
|
1153
|
+
|
|
1012
1154
|
export { DurationTokens }
|
|
1013
1155
|
|
|
1014
1156
|
export { FluentProvider }
|
|
@@ -1093,6 +1235,22 @@ export { LinkSlots }
|
|
|
1093
1235
|
|
|
1094
1236
|
export { LinkState }
|
|
1095
1237
|
|
|
1238
|
+
export { Listbox }
|
|
1239
|
+
|
|
1240
|
+
export { listboxClassNames }
|
|
1241
|
+
|
|
1242
|
+
export { ListboxContextValue }
|
|
1243
|
+
|
|
1244
|
+
export { ListboxContextValues }
|
|
1245
|
+
|
|
1246
|
+
export { ListboxProps }
|
|
1247
|
+
|
|
1248
|
+
export { ListboxProvider }
|
|
1249
|
+
|
|
1250
|
+
export { ListboxSlots }
|
|
1251
|
+
|
|
1252
|
+
export { ListboxState }
|
|
1253
|
+
|
|
1096
1254
|
export { makeResetStyles }
|
|
1097
1255
|
|
|
1098
1256
|
export { makeStaticStyles }
|
|
@@ -1253,6 +1411,26 @@ export { OnVisibleChangeData }
|
|
|
1253
1411
|
|
|
1254
1412
|
export { OpenPopoverEvents }
|
|
1255
1413
|
|
|
1414
|
+
export { Option_2 as Option }
|
|
1415
|
+
|
|
1416
|
+
export { optionClassNames }
|
|
1417
|
+
|
|
1418
|
+
export { OptionGroup }
|
|
1419
|
+
|
|
1420
|
+
export { optionGroupClassNames }
|
|
1421
|
+
|
|
1422
|
+
export { OptionGroupProps }
|
|
1423
|
+
|
|
1424
|
+
export { OptionGroupSlots }
|
|
1425
|
+
|
|
1426
|
+
export { OptionGroupState }
|
|
1427
|
+
|
|
1428
|
+
export { OptionProps }
|
|
1429
|
+
|
|
1430
|
+
export { OptionSlots }
|
|
1431
|
+
|
|
1432
|
+
export { OptionState }
|
|
1433
|
+
|
|
1256
1434
|
export { Overflow }
|
|
1257
1435
|
|
|
1258
1436
|
export { OverflowItem }
|
|
@@ -1389,6 +1567,8 @@ export { renderButton_unstable }
|
|
|
1389
1567
|
|
|
1390
1568
|
export { renderCheckbox_unstable }
|
|
1391
1569
|
|
|
1570
|
+
export { renderCombobox_unstable }
|
|
1571
|
+
|
|
1392
1572
|
export { renderCompoundButton_unstable }
|
|
1393
1573
|
|
|
1394
1574
|
export { renderDialog_unstable }
|
|
@@ -1407,6 +1587,8 @@ export { renderDialogTrigger_unstable }
|
|
|
1407
1587
|
|
|
1408
1588
|
export { renderDivider_unstable }
|
|
1409
1589
|
|
|
1590
|
+
export { renderDropdown_unstable }
|
|
1591
|
+
|
|
1410
1592
|
export { RendererProvider }
|
|
1411
1593
|
|
|
1412
1594
|
export { renderFluentProvider_unstable }
|
|
@@ -1419,6 +1601,8 @@ export { renderLabel_unstable }
|
|
|
1419
1601
|
|
|
1420
1602
|
export { renderLink_unstable }
|
|
1421
1603
|
|
|
1604
|
+
export { renderListbox_unstable }
|
|
1605
|
+
|
|
1422
1606
|
export { renderMenu_unstable }
|
|
1423
1607
|
|
|
1424
1608
|
export { renderMenuButton_unstable }
|
|
@@ -1443,6 +1627,10 @@ export { renderMenuSplitGroup_unstable }
|
|
|
1443
1627
|
|
|
1444
1628
|
export { renderMenuTrigger_unstable }
|
|
1445
1629
|
|
|
1630
|
+
export { renderOption_unstable }
|
|
1631
|
+
|
|
1632
|
+
export { renderOptionGroup_unstable }
|
|
1633
|
+
|
|
1446
1634
|
export { renderPersona_unstable }
|
|
1447
1635
|
|
|
1448
1636
|
export { renderPopover_unstable }
|
|
@@ -1457,6 +1645,8 @@ export { renderRadio_unstable }
|
|
|
1457
1645
|
|
|
1458
1646
|
export { renderRadioGroup_unstable }
|
|
1459
1647
|
|
|
1648
|
+
export { renderSelect_unstable }
|
|
1649
|
+
|
|
1460
1650
|
export { renderSlider_unstable }
|
|
1461
1651
|
|
|
1462
1652
|
export { renderSpinButton_unstable }
|
|
@@ -1493,8 +1683,20 @@ export { ResolveShorthandFunction }
|
|
|
1493
1683
|
|
|
1494
1684
|
export { ResolveShorthandOptions }
|
|
1495
1685
|
|
|
1686
|
+
export { Select }
|
|
1687
|
+
|
|
1496
1688
|
export { SelectableHandler }
|
|
1497
1689
|
|
|
1690
|
+
export { selectClassNames }
|
|
1691
|
+
|
|
1692
|
+
export { SelectOnChangeData }
|
|
1693
|
+
|
|
1694
|
+
export { SelectProps }
|
|
1695
|
+
|
|
1696
|
+
export { SelectSlots }
|
|
1697
|
+
|
|
1698
|
+
export { SelectState }
|
|
1699
|
+
|
|
1498
1700
|
export { SelectTabData }
|
|
1499
1701
|
|
|
1500
1702
|
export { SelectTabEvent }
|
|
@@ -1527,6 +1729,8 @@ export { SlotClassNames }
|
|
|
1527
1729
|
|
|
1528
1730
|
export { SlotPropsRecord }
|
|
1529
1731
|
|
|
1732
|
+
export { SlotRenderFunction }
|
|
1733
|
+
|
|
1530
1734
|
export { SpacingTokens }
|
|
1531
1735
|
|
|
1532
1736
|
export { SpinButton }
|
|
@@ -1579,6 +1783,10 @@ export { Subtitle2 }
|
|
|
1579
1783
|
|
|
1580
1784
|
export { subtitle2ClassNames }
|
|
1581
1785
|
|
|
1786
|
+
export { Subtitle2Stronger }
|
|
1787
|
+
|
|
1788
|
+
export { subtitle2StrongerClassNames }
|
|
1789
|
+
|
|
1582
1790
|
export { Switch }
|
|
1583
1791
|
|
|
1584
1792
|
export { switchClassNames }
|
|
@@ -1605,6 +1813,8 @@ export { TabListContextValues }
|
|
|
1605
1813
|
|
|
1606
1814
|
export { TabListProps }
|
|
1607
1815
|
|
|
1816
|
+
export { TabListProvider }
|
|
1817
|
+
|
|
1608
1818
|
export { TabListSlots }
|
|
1609
1819
|
|
|
1610
1820
|
export { TabListState }
|
|
@@ -1641,6 +1851,8 @@ export { TextareaState }
|
|
|
1641
1851
|
|
|
1642
1852
|
export { textClassNames }
|
|
1643
1853
|
|
|
1854
|
+
export { TextPresetProps }
|
|
1855
|
+
|
|
1644
1856
|
export { TextProps }
|
|
1645
1857
|
|
|
1646
1858
|
export { TextSlots }
|
|
@@ -1809,6 +2021,12 @@ export { useCheckboxStyles_unstable }
|
|
|
1809
2021
|
|
|
1810
2022
|
export { useCheckmarkStyles_unstable }
|
|
1811
2023
|
|
|
2024
|
+
export { useCombobox_unstable }
|
|
2025
|
+
|
|
2026
|
+
export { useComboboxContextValues }
|
|
2027
|
+
|
|
2028
|
+
export { useComboboxStyles_unstable }
|
|
2029
|
+
|
|
1812
2030
|
export { useCompoundButton_unstable }
|
|
1813
2031
|
|
|
1814
2032
|
export { useCompoundButtonStyles_unstable }
|
|
@@ -1845,6 +2063,10 @@ export { useDivider_unstable }
|
|
|
1845
2063
|
|
|
1846
2064
|
export { useDividerStyles_unstable }
|
|
1847
2065
|
|
|
2066
|
+
export { useDropdown_unstable }
|
|
2067
|
+
|
|
2068
|
+
export { useDropdownStyles_unstable }
|
|
2069
|
+
|
|
1848
2070
|
export { useFluent }
|
|
1849
2071
|
|
|
1850
2072
|
export { useFluentProvider_unstable }
|
|
@@ -1859,6 +2081,8 @@ export { UseFocusableGroupOptions }
|
|
|
1859
2081
|
|
|
1860
2082
|
export { useFocusFinders }
|
|
1861
2083
|
|
|
2084
|
+
export { useFocusWithin }
|
|
2085
|
+
|
|
1862
2086
|
export { useId }
|
|
1863
2087
|
|
|
1864
2088
|
export { useImage_unstable }
|
|
@@ -1889,6 +2113,12 @@ export { useLinkState_unstable }
|
|
|
1889
2113
|
|
|
1890
2114
|
export { useLinkStyles_unstable }
|
|
1891
2115
|
|
|
2116
|
+
export { useListbox_unstable }
|
|
2117
|
+
|
|
2118
|
+
export { useListboxContextValues }
|
|
2119
|
+
|
|
2120
|
+
export { useListboxStyles_unstable }
|
|
2121
|
+
|
|
1892
2122
|
export { useMenu_unstable }
|
|
1893
2123
|
|
|
1894
2124
|
export { useMenuButton_unstable }
|
|
@@ -1953,6 +2183,14 @@ export { useModalAttributes }
|
|
|
1953
2183
|
|
|
1954
2184
|
export { UseModalAttributesOptions }
|
|
1955
2185
|
|
|
2186
|
+
export { useOption_unstable }
|
|
2187
|
+
|
|
2188
|
+
export { useOptionGroup_unstable }
|
|
2189
|
+
|
|
2190
|
+
export { useOptionGroupStyles_unstable }
|
|
2191
|
+
|
|
2192
|
+
export { useOptionStyles_unstable }
|
|
2193
|
+
|
|
1956
2194
|
export { useOverflowMenu }
|
|
1957
2195
|
|
|
1958
2196
|
export { usePersona_unstable }
|
|
@@ -1987,6 +2225,10 @@ export { useRadioStyles_unstable }
|
|
|
1987
2225
|
|
|
1988
2226
|
export { useScrollbarWidth }
|
|
1989
2227
|
|
|
2228
|
+
export { useSelect_unstable }
|
|
2229
|
+
|
|
2230
|
+
export { useSelectStyles_unstable }
|
|
2231
|
+
|
|
1990
2232
|
export { useSlider_unstable }
|
|
1991
2233
|
|
|
1992
2234
|
export { useSliderState_unstable }
|
|
@@ -2013,6 +2255,10 @@ export { useTab_unstable }
|
|
|
2013
2255
|
|
|
2014
2256
|
export { useTabList_unstable }
|
|
2015
2257
|
|
|
2258
|
+
export { useTabListContext_unstable }
|
|
2259
|
+
|
|
2260
|
+
export { useTabListContextValues_unstable }
|
|
2261
|
+
|
|
2016
2262
|
export { useTabListStyles_unstable }
|
|
2017
2263
|
|
|
2018
2264
|
export { useTabStyles_unstable }
|