@fluentui/react-components 9.12.0 → 9.13.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 +124 -1
- package/CHANGELOG.md +44 -2
- package/dist/index.d.ts +243 -0
- package/dist/unstable.d.ts +0 -183
- package/lib/index.js +5 -3
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -2
- 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 +10 -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';
|
|
@@ -443,6 +503,8 @@ import { Subtitle1 } from '@fluentui/react-text';
|
|
|
443
503
|
import { subtitle1ClassNames } from '@fluentui/react-text';
|
|
444
504
|
import { Subtitle2 } from '@fluentui/react-text';
|
|
445
505
|
import { subtitle2ClassNames } from '@fluentui/react-text';
|
|
506
|
+
import { Subtitle2Stronger } from '@fluentui/react-text';
|
|
507
|
+
import { subtitle2StrongerClassNames } from '@fluentui/react-text';
|
|
446
508
|
import { Switch } from '@fluentui/react-switch';
|
|
447
509
|
import { switchClassNames } from '@fluentui/react-switch';
|
|
448
510
|
import { SwitchOnChangeData } from '@fluentui/react-switch';
|
|
@@ -456,6 +518,7 @@ import { tabListClassNames } from '@fluentui/react-tabs';
|
|
|
456
518
|
import { TabListContextValue } from '@fluentui/react-tabs';
|
|
457
519
|
import { TabListContextValues } from '@fluentui/react-tabs';
|
|
458
520
|
import { TabListProps } from '@fluentui/react-tabs';
|
|
521
|
+
import { TabListProvider } from '@fluentui/react-tabs';
|
|
459
522
|
import { TabListSlots } from '@fluentui/react-tabs';
|
|
460
523
|
import { TabListState } from '@fluentui/react-tabs';
|
|
461
524
|
import { TabProps } from '@fluentui/react-tabs';
|
|
@@ -474,6 +537,7 @@ import { TextareaProps } from '@fluentui/react-textarea';
|
|
|
474
537
|
import { TextareaSlots } from '@fluentui/react-textarea';
|
|
475
538
|
import { TextareaState } from '@fluentui/react-textarea';
|
|
476
539
|
import { textClassNames } from '@fluentui/react-text';
|
|
540
|
+
import { TextPresetProps } from '@fluentui/react-text';
|
|
477
541
|
import { TextProps } from '@fluentui/react-text';
|
|
478
542
|
import { TextSlots } from '@fluentui/react-text';
|
|
479
543
|
import { TextState } from '@fluentui/react-text';
|
|
@@ -558,6 +622,9 @@ import { useButtonStyles_unstable } from '@fluentui/react-button';
|
|
|
558
622
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
559
623
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
560
624
|
import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
|
|
625
|
+
import { useCombobox_unstable } from '@fluentui/react-combobox';
|
|
626
|
+
import { useComboboxContextValues } from '@fluentui/react-combobox';
|
|
627
|
+
import { useComboboxStyles_unstable } from '@fluentui/react-combobox';
|
|
561
628
|
import { useCompoundButton_unstable } from '@fluentui/react-button';
|
|
562
629
|
import { useCompoundButtonStyles_unstable } from '@fluentui/react-button';
|
|
563
630
|
import { useCounterBadge_unstable } from '@fluentui/react-badge';
|
|
@@ -576,6 +643,8 @@ import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
|
576
643
|
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
577
644
|
import { useDivider_unstable } from '@fluentui/react-divider';
|
|
578
645
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
646
|
+
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
647
|
+
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
579
648
|
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
580
649
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
581
650
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
@@ -583,6 +652,7 @@ import { useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
|
583
652
|
import { useFocusableGroup } from '@fluentui/react-tabster';
|
|
584
653
|
import { UseFocusableGroupOptions } from '@fluentui/react-tabster';
|
|
585
654
|
import { useFocusFinders } from '@fluentui/react-tabster';
|
|
655
|
+
import { useFocusWithin } from '@fluentui/react-tabster';
|
|
586
656
|
import { useId } from '@fluentui/react-utilities';
|
|
587
657
|
import { useImage_unstable } from '@fluentui/react-image';
|
|
588
658
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
@@ -598,6 +668,9 @@ import { useLabelStyles_unstable } from '@fluentui/react-label';
|
|
|
598
668
|
import { useLink_unstable } from '@fluentui/react-link';
|
|
599
669
|
import { useLinkState_unstable } from '@fluentui/react-link';
|
|
600
670
|
import { useLinkStyles_unstable } from '@fluentui/react-link';
|
|
671
|
+
import { useListbox_unstable } from '@fluentui/react-combobox';
|
|
672
|
+
import { useListboxContextValues } from '@fluentui/react-combobox';
|
|
673
|
+
import { useListboxStyles_unstable } from '@fluentui/react-combobox';
|
|
601
674
|
import { useMenu_unstable } from '@fluentui/react-menu';
|
|
602
675
|
import { useMenuButton_unstable } from '@fluentui/react-button';
|
|
603
676
|
import { useMenuButtonStyles_unstable } from '@fluentui/react-button';
|
|
@@ -630,6 +703,10 @@ import { useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
|
630
703
|
import { useMergedRefs } from '@fluentui/react-utilities';
|
|
631
704
|
import { useModalAttributes } from '@fluentui/react-tabster';
|
|
632
705
|
import { UseModalAttributesOptions } from '@fluentui/react-tabster';
|
|
706
|
+
import { useOption_unstable } from '@fluentui/react-combobox';
|
|
707
|
+
import { useOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
708
|
+
import { useOptionGroupStyles_unstable } from '@fluentui/react-combobox';
|
|
709
|
+
import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
633
710
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
634
711
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
635
712
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
@@ -647,6 +724,8 @@ import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
|
647
724
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
648
725
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
649
726
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
727
|
+
import { useSelect_unstable } from '@fluentui/react-select';
|
|
728
|
+
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
650
729
|
import { useSlider_unstable } from '@fluentui/react-slider';
|
|
651
730
|
import { useSliderState_unstable } from '@fluentui/react-slider';
|
|
652
731
|
import { useSliderStyles_unstable } from '@fluentui/react-slider';
|
|
@@ -660,6 +739,8 @@ import { useSwitch_unstable } from '@fluentui/react-switch';
|
|
|
660
739
|
import { useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
661
740
|
import { useTab_unstable } from '@fluentui/react-tabs';
|
|
662
741
|
import { useTabList_unstable } from '@fluentui/react-tabs';
|
|
742
|
+
import { useTabListContext_unstable } from '@fluentui/react-tabs';
|
|
743
|
+
import { useTabListContextValues_unstable } from '@fluentui/react-tabs';
|
|
663
744
|
import { useTabListStyles_unstable } from '@fluentui/react-tabs';
|
|
664
745
|
import { useTabStyles_unstable } from '@fluentui/react-tabs';
|
|
665
746
|
import { useText_unstable } from '@fluentui/react-text';
|
|
@@ -835,6 +916,18 @@ export { Body1 }
|
|
|
835
916
|
|
|
836
917
|
export { body1ClassNames }
|
|
837
918
|
|
|
919
|
+
export { Body1Strong }
|
|
920
|
+
|
|
921
|
+
export { body1StrongClassNames }
|
|
922
|
+
|
|
923
|
+
export { Body1Stronger }
|
|
924
|
+
|
|
925
|
+
export { body1StrongerClassNames }
|
|
926
|
+
|
|
927
|
+
export { Body2 }
|
|
928
|
+
|
|
929
|
+
export { body2ClassNames }
|
|
930
|
+
|
|
838
931
|
export { BorderRadiusTokens }
|
|
839
932
|
|
|
840
933
|
export { BrandVariants }
|
|
@@ -853,10 +946,22 @@ export { Caption1 }
|
|
|
853
946
|
|
|
854
947
|
export { caption1ClassNames }
|
|
855
948
|
|
|
949
|
+
export { Caption1Strong }
|
|
950
|
+
|
|
951
|
+
export { caption1StrongClassNames }
|
|
952
|
+
|
|
953
|
+
export { Caption1Stronger }
|
|
954
|
+
|
|
955
|
+
export { caption1StrongerClassNames }
|
|
956
|
+
|
|
856
957
|
export { Caption2 }
|
|
857
958
|
|
|
858
959
|
export { caption2ClassNames }
|
|
859
960
|
|
|
961
|
+
export { Caption2Strong }
|
|
962
|
+
|
|
963
|
+
export { caption2StrongClassNames }
|
|
964
|
+
|
|
860
965
|
export { Checkbox }
|
|
861
966
|
|
|
862
967
|
export { checkboxClassNames }
|
|
@@ -873,6 +978,26 @@ export { ColorPaletteTokens }
|
|
|
873
978
|
|
|
874
979
|
export { ColorTokens }
|
|
875
980
|
|
|
981
|
+
export { Combobox }
|
|
982
|
+
|
|
983
|
+
export { comboboxClassNames }
|
|
984
|
+
|
|
985
|
+
export { ComboboxContextValue }
|
|
986
|
+
|
|
987
|
+
export { ComboboxContextValues }
|
|
988
|
+
|
|
989
|
+
export { ComboboxOpenChangeData }
|
|
990
|
+
|
|
991
|
+
export { ComboboxOpenEvents }
|
|
992
|
+
|
|
993
|
+
export { ComboboxProps }
|
|
994
|
+
|
|
995
|
+
export { ComboboxProvider }
|
|
996
|
+
|
|
997
|
+
export { ComboboxSlots }
|
|
998
|
+
|
|
999
|
+
export { ComboboxState }
|
|
1000
|
+
|
|
876
1001
|
export { ComponentProps }
|
|
877
1002
|
|
|
878
1003
|
export { ComponentState }
|
|
@@ -1009,6 +1134,22 @@ export { DividerSlots }
|
|
|
1009
1134
|
|
|
1010
1135
|
export { DividerState }
|
|
1011
1136
|
|
|
1137
|
+
export { Dropdown }
|
|
1138
|
+
|
|
1139
|
+
export { dropdownClassNames }
|
|
1140
|
+
|
|
1141
|
+
export { DropdownContextValues }
|
|
1142
|
+
|
|
1143
|
+
export { DropdownOpenChangeData }
|
|
1144
|
+
|
|
1145
|
+
export { DropdownOpenEvents }
|
|
1146
|
+
|
|
1147
|
+
export { DropdownProps }
|
|
1148
|
+
|
|
1149
|
+
export { DropdownSlots }
|
|
1150
|
+
|
|
1151
|
+
export { DropdownState }
|
|
1152
|
+
|
|
1012
1153
|
export { DurationTokens }
|
|
1013
1154
|
|
|
1014
1155
|
export { FluentProvider }
|
|
@@ -1093,6 +1234,22 @@ export { LinkSlots }
|
|
|
1093
1234
|
|
|
1094
1235
|
export { LinkState }
|
|
1095
1236
|
|
|
1237
|
+
export { Listbox }
|
|
1238
|
+
|
|
1239
|
+
export { listboxClassNames }
|
|
1240
|
+
|
|
1241
|
+
export { ListboxContextValue }
|
|
1242
|
+
|
|
1243
|
+
export { ListboxContextValues }
|
|
1244
|
+
|
|
1245
|
+
export { ListboxProps }
|
|
1246
|
+
|
|
1247
|
+
export { ListboxProvider }
|
|
1248
|
+
|
|
1249
|
+
export { ListboxSlots }
|
|
1250
|
+
|
|
1251
|
+
export { ListboxState }
|
|
1252
|
+
|
|
1096
1253
|
export { makeResetStyles }
|
|
1097
1254
|
|
|
1098
1255
|
export { makeStaticStyles }
|
|
@@ -1253,6 +1410,26 @@ export { OnVisibleChangeData }
|
|
|
1253
1410
|
|
|
1254
1411
|
export { OpenPopoverEvents }
|
|
1255
1412
|
|
|
1413
|
+
export { Option_2 as Option }
|
|
1414
|
+
|
|
1415
|
+
export { optionClassNames }
|
|
1416
|
+
|
|
1417
|
+
export { OptionGroup }
|
|
1418
|
+
|
|
1419
|
+
export { optionGroupClassNames }
|
|
1420
|
+
|
|
1421
|
+
export { OptionGroupProps }
|
|
1422
|
+
|
|
1423
|
+
export { OptionGroupSlots }
|
|
1424
|
+
|
|
1425
|
+
export { OptionGroupState }
|
|
1426
|
+
|
|
1427
|
+
export { OptionProps }
|
|
1428
|
+
|
|
1429
|
+
export { OptionSlots }
|
|
1430
|
+
|
|
1431
|
+
export { OptionState }
|
|
1432
|
+
|
|
1256
1433
|
export { Overflow }
|
|
1257
1434
|
|
|
1258
1435
|
export { OverflowItem }
|
|
@@ -1389,6 +1566,8 @@ export { renderButton_unstable }
|
|
|
1389
1566
|
|
|
1390
1567
|
export { renderCheckbox_unstable }
|
|
1391
1568
|
|
|
1569
|
+
export { renderCombobox_unstable }
|
|
1570
|
+
|
|
1392
1571
|
export { renderCompoundButton_unstable }
|
|
1393
1572
|
|
|
1394
1573
|
export { renderDialog_unstable }
|
|
@@ -1407,6 +1586,8 @@ export { renderDialogTrigger_unstable }
|
|
|
1407
1586
|
|
|
1408
1587
|
export { renderDivider_unstable }
|
|
1409
1588
|
|
|
1589
|
+
export { renderDropdown_unstable }
|
|
1590
|
+
|
|
1410
1591
|
export { RendererProvider }
|
|
1411
1592
|
|
|
1412
1593
|
export { renderFluentProvider_unstable }
|
|
@@ -1419,6 +1600,8 @@ export { renderLabel_unstable }
|
|
|
1419
1600
|
|
|
1420
1601
|
export { renderLink_unstable }
|
|
1421
1602
|
|
|
1603
|
+
export { renderListbox_unstable }
|
|
1604
|
+
|
|
1422
1605
|
export { renderMenu_unstable }
|
|
1423
1606
|
|
|
1424
1607
|
export { renderMenuButton_unstable }
|
|
@@ -1443,6 +1626,10 @@ export { renderMenuSplitGroup_unstable }
|
|
|
1443
1626
|
|
|
1444
1627
|
export { renderMenuTrigger_unstable }
|
|
1445
1628
|
|
|
1629
|
+
export { renderOption_unstable }
|
|
1630
|
+
|
|
1631
|
+
export { renderOptionGroup_unstable }
|
|
1632
|
+
|
|
1446
1633
|
export { renderPersona_unstable }
|
|
1447
1634
|
|
|
1448
1635
|
export { renderPopover_unstable }
|
|
@@ -1457,6 +1644,8 @@ export { renderRadio_unstable }
|
|
|
1457
1644
|
|
|
1458
1645
|
export { renderRadioGroup_unstable }
|
|
1459
1646
|
|
|
1647
|
+
export { renderSelect_unstable }
|
|
1648
|
+
|
|
1460
1649
|
export { renderSlider_unstable }
|
|
1461
1650
|
|
|
1462
1651
|
export { renderSpinButton_unstable }
|
|
@@ -1493,8 +1682,20 @@ export { ResolveShorthandFunction }
|
|
|
1493
1682
|
|
|
1494
1683
|
export { ResolveShorthandOptions }
|
|
1495
1684
|
|
|
1685
|
+
export { Select }
|
|
1686
|
+
|
|
1496
1687
|
export { SelectableHandler }
|
|
1497
1688
|
|
|
1689
|
+
export { selectClassNames }
|
|
1690
|
+
|
|
1691
|
+
export { SelectOnChangeData }
|
|
1692
|
+
|
|
1693
|
+
export { SelectProps }
|
|
1694
|
+
|
|
1695
|
+
export { SelectSlots }
|
|
1696
|
+
|
|
1697
|
+
export { SelectState }
|
|
1698
|
+
|
|
1498
1699
|
export { SelectTabData }
|
|
1499
1700
|
|
|
1500
1701
|
export { SelectTabEvent }
|
|
@@ -1579,6 +1780,10 @@ export { Subtitle2 }
|
|
|
1579
1780
|
|
|
1580
1781
|
export { subtitle2ClassNames }
|
|
1581
1782
|
|
|
1783
|
+
export { Subtitle2Stronger }
|
|
1784
|
+
|
|
1785
|
+
export { subtitle2StrongerClassNames }
|
|
1786
|
+
|
|
1582
1787
|
export { Switch }
|
|
1583
1788
|
|
|
1584
1789
|
export { switchClassNames }
|
|
@@ -1605,6 +1810,8 @@ export { TabListContextValues }
|
|
|
1605
1810
|
|
|
1606
1811
|
export { TabListProps }
|
|
1607
1812
|
|
|
1813
|
+
export { TabListProvider }
|
|
1814
|
+
|
|
1608
1815
|
export { TabListSlots }
|
|
1609
1816
|
|
|
1610
1817
|
export { TabListState }
|
|
@@ -1641,6 +1848,8 @@ export { TextareaState }
|
|
|
1641
1848
|
|
|
1642
1849
|
export { textClassNames }
|
|
1643
1850
|
|
|
1851
|
+
export { TextPresetProps }
|
|
1852
|
+
|
|
1644
1853
|
export { TextProps }
|
|
1645
1854
|
|
|
1646
1855
|
export { TextSlots }
|
|
@@ -1809,6 +2018,12 @@ export { useCheckboxStyles_unstable }
|
|
|
1809
2018
|
|
|
1810
2019
|
export { useCheckmarkStyles_unstable }
|
|
1811
2020
|
|
|
2021
|
+
export { useCombobox_unstable }
|
|
2022
|
+
|
|
2023
|
+
export { useComboboxContextValues }
|
|
2024
|
+
|
|
2025
|
+
export { useComboboxStyles_unstable }
|
|
2026
|
+
|
|
1812
2027
|
export { useCompoundButton_unstable }
|
|
1813
2028
|
|
|
1814
2029
|
export { useCompoundButtonStyles_unstable }
|
|
@@ -1845,6 +2060,10 @@ export { useDivider_unstable }
|
|
|
1845
2060
|
|
|
1846
2061
|
export { useDividerStyles_unstable }
|
|
1847
2062
|
|
|
2063
|
+
export { useDropdown_unstable }
|
|
2064
|
+
|
|
2065
|
+
export { useDropdownStyles_unstable }
|
|
2066
|
+
|
|
1848
2067
|
export { useFluent }
|
|
1849
2068
|
|
|
1850
2069
|
export { useFluentProvider_unstable }
|
|
@@ -1859,6 +2078,8 @@ export { UseFocusableGroupOptions }
|
|
|
1859
2078
|
|
|
1860
2079
|
export { useFocusFinders }
|
|
1861
2080
|
|
|
2081
|
+
export { useFocusWithin }
|
|
2082
|
+
|
|
1862
2083
|
export { useId }
|
|
1863
2084
|
|
|
1864
2085
|
export { useImage_unstable }
|
|
@@ -1889,6 +2110,12 @@ export { useLinkState_unstable }
|
|
|
1889
2110
|
|
|
1890
2111
|
export { useLinkStyles_unstable }
|
|
1891
2112
|
|
|
2113
|
+
export { useListbox_unstable }
|
|
2114
|
+
|
|
2115
|
+
export { useListboxContextValues }
|
|
2116
|
+
|
|
2117
|
+
export { useListboxStyles_unstable }
|
|
2118
|
+
|
|
1892
2119
|
export { useMenu_unstable }
|
|
1893
2120
|
|
|
1894
2121
|
export { useMenuButton_unstable }
|
|
@@ -1953,6 +2180,14 @@ export { useModalAttributes }
|
|
|
1953
2180
|
|
|
1954
2181
|
export { UseModalAttributesOptions }
|
|
1955
2182
|
|
|
2183
|
+
export { useOption_unstable }
|
|
2184
|
+
|
|
2185
|
+
export { useOptionGroup_unstable }
|
|
2186
|
+
|
|
2187
|
+
export { useOptionGroupStyles_unstable }
|
|
2188
|
+
|
|
2189
|
+
export { useOptionStyles_unstable }
|
|
2190
|
+
|
|
1956
2191
|
export { useOverflowMenu }
|
|
1957
2192
|
|
|
1958
2193
|
export { usePersona_unstable }
|
|
@@ -1987,6 +2222,10 @@ export { useRadioStyles_unstable }
|
|
|
1987
2222
|
|
|
1988
2223
|
export { useScrollbarWidth }
|
|
1989
2224
|
|
|
2225
|
+
export { useSelect_unstable }
|
|
2226
|
+
|
|
2227
|
+
export { useSelectStyles_unstable }
|
|
2228
|
+
|
|
1990
2229
|
export { useSlider_unstable }
|
|
1991
2230
|
|
|
1992
2231
|
export { useSliderState_unstable }
|
|
@@ -2013,6 +2252,10 @@ export { useTab_unstable }
|
|
|
2013
2252
|
|
|
2014
2253
|
export { useTabList_unstable }
|
|
2015
2254
|
|
|
2255
|
+
export { useTabListContext_unstable }
|
|
2256
|
+
|
|
2257
|
+
export { useTabListContextValues_unstable }
|
|
2258
|
+
|
|
2016
2259
|
export { useTabListStyles_unstable }
|
|
2017
2260
|
|
|
2018
2261
|
export { useTabStyles_unstable }
|