@fluentui/react-components 9.11.1 → 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 +379 -1
- package/CHANGELOG.md +125 -2
- package/dist/index.d.ts +252 -0
- package/dist/unstable.d.ts +4 -187
- package/lib/index.js +7 -5
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +11 -3
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +60 -5
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +352 -18
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +28 -218
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +41 -41
package/dist/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ import { AvatarGroupSlots } from '@fluentui/react-avatar';
|
|
|
60
60
|
import { AvatarGroupState } from '@fluentui/react-avatar';
|
|
61
61
|
import { AvatarNamedColor } from '@fluentui/react-avatar';
|
|
62
62
|
import { AvatarProps } from '@fluentui/react-avatar';
|
|
63
|
+
import { AvatarSize } from '@fluentui/react-avatar';
|
|
63
64
|
import { AvatarSizes } from '@fluentui/react-avatar';
|
|
64
65
|
import { AvatarSlots } from '@fluentui/react-avatar';
|
|
65
66
|
import { AvatarState } from '@fluentui/react-avatar';
|
|
@@ -70,6 +71,12 @@ import { BadgeSlots } from '@fluentui/react-badge';
|
|
|
70
71
|
import { BadgeState } from '@fluentui/react-badge';
|
|
71
72
|
import { Body1 } from '@fluentui/react-text';
|
|
72
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';
|
|
73
80
|
import { BorderRadiusTokens } from '@fluentui/react-theme';
|
|
74
81
|
import { BrandVariants } from '@fluentui/react-theme';
|
|
75
82
|
import { Button } from '@fluentui/react-button';
|
|
@@ -79,8 +86,14 @@ import { ButtonSlots } from '@fluentui/react-button';
|
|
|
79
86
|
import { ButtonState } from '@fluentui/react-button';
|
|
80
87
|
import { Caption1 } from '@fluentui/react-text';
|
|
81
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';
|
|
82
93
|
import { Caption2 } from '@fluentui/react-text';
|
|
83
94
|
import { caption2ClassNames } from '@fluentui/react-text';
|
|
95
|
+
import { Caption2Strong } from '@fluentui/react-text';
|
|
96
|
+
import { caption2StrongClassNames } from '@fluentui/react-text';
|
|
84
97
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
85
98
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
86
99
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -89,6 +102,16 @@ import { CheckboxSlots } from '@fluentui/react-checkbox';
|
|
|
89
102
|
import { CheckboxState } from '@fluentui/react-checkbox';
|
|
90
103
|
import { ColorPaletteTokens } from '@fluentui/react-theme';
|
|
91
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';
|
|
92
115
|
import { ComponentProps } from '@fluentui/react-utilities';
|
|
93
116
|
import { ComponentState } from '@fluentui/react-utilities';
|
|
94
117
|
import { CompoundButton } from '@fluentui/react-button';
|
|
@@ -157,6 +180,14 @@ import { dividerClassNames } from '@fluentui/react-divider';
|
|
|
157
180
|
import { DividerProps } from '@fluentui/react-divider';
|
|
158
181
|
import { DividerSlots } from '@fluentui/react-divider';
|
|
159
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';
|
|
160
191
|
import { DurationTokens } from '@fluentui/react-theme';
|
|
161
192
|
import { FluentProvider } from '@fluentui/react-provider';
|
|
162
193
|
import { fluentProviderClassNames } from '@fluentui/react-provider';
|
|
@@ -174,6 +205,7 @@ import { getSlots } from '@fluentui/react-utilities';
|
|
|
174
205
|
import { GriffelRenderer } from '@griffel/react';
|
|
175
206
|
import { GriffelStyle } from '@griffel/react';
|
|
176
207
|
import { HorizontalSpacingTokens } from '@fluentui/react-theme';
|
|
208
|
+
import { IdPrefixProvider } from '@fluentui/react-utilities';
|
|
177
209
|
import { Image as Image_2 } from '@fluentui/react-image';
|
|
178
210
|
import { imageClassNames } from '@fluentui/react-image';
|
|
179
211
|
import { ImageProps } from '@fluentui/react-image';
|
|
@@ -198,6 +230,14 @@ import { linkClassNames } from '@fluentui/react-link';
|
|
|
198
230
|
import { LinkProps } from '@fluentui/react-link';
|
|
199
231
|
import { LinkSlots } from '@fluentui/react-link';
|
|
200
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';
|
|
201
241
|
import { makeResetStyles } from '@griffel/react';
|
|
202
242
|
import { makeStaticStyles } from '@griffel/react';
|
|
203
243
|
import { makeStyles } from '@griffel/react';
|
|
@@ -278,6 +318,16 @@ import { mergeClasses } from '@griffel/react';
|
|
|
278
318
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
279
319
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
280
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';
|
|
281
331
|
import { Overflow } from '@fluentui/react-overflow';
|
|
282
332
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
283
333
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
@@ -346,6 +396,7 @@ import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
|
346
396
|
import { renderBadge_unstable } from '@fluentui/react-badge';
|
|
347
397
|
import { renderButton_unstable } from '@fluentui/react-button';
|
|
348
398
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
399
|
+
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
349
400
|
import { renderCompoundButton_unstable } from '@fluentui/react-button';
|
|
350
401
|
import { renderDialog_unstable } from '@fluentui/react-dialog';
|
|
351
402
|
import { renderDialogActions_unstable } from '@fluentui/react-dialog';
|
|
@@ -355,12 +406,14 @@ import { renderDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
|
355
406
|
import { renderDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
356
407
|
import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
357
408
|
import { renderDivider_unstable } from '@fluentui/react-divider';
|
|
409
|
+
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
358
410
|
import { RendererProvider } from '@griffel/react';
|
|
359
411
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
360
412
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
361
413
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
362
414
|
import { renderLabel_unstable } from '@fluentui/react-label';
|
|
363
415
|
import { renderLink_unstable } from '@fluentui/react-link';
|
|
416
|
+
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
364
417
|
import { renderMenu_unstable } from '@fluentui/react-menu';
|
|
365
418
|
import { renderMenuButton_unstable } from '@fluentui/react-button';
|
|
366
419
|
import { renderMenuDivider_unstable } from '@fluentui/react-menu';
|
|
@@ -373,6 +426,8 @@ import { renderMenuList_unstable } from '@fluentui/react-menu';
|
|
|
373
426
|
import { renderMenuPopover_unstable } from '@fluentui/react-menu';
|
|
374
427
|
import { renderMenuSplitGroup_unstable } from '@fluentui/react-menu';
|
|
375
428
|
import { renderMenuTrigger_unstable } from '@fluentui/react-menu';
|
|
429
|
+
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
430
|
+
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
376
431
|
import { renderPersona_unstable } from '@fluentui/react-persona';
|
|
377
432
|
import { renderPopover_unstable } from '@fluentui/react-popover';
|
|
378
433
|
import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
|
|
@@ -380,6 +435,7 @@ import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
|
380
435
|
import { renderPortal_unstable } from '@fluentui/react-portal';
|
|
381
436
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
382
437
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
438
|
+
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
383
439
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
384
440
|
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
385
441
|
import { renderSpinner_unstable } from '@fluentui/react-spinner';
|
|
@@ -398,7 +454,13 @@ import { resetIdsForTests } from '@fluentui/react-utilities';
|
|
|
398
454
|
import { resolveShorthand } from '@fluentui/react-utilities';
|
|
399
455
|
import { ResolveShorthandFunction } from '@fluentui/react-utilities';
|
|
400
456
|
import { ResolveShorthandOptions } from '@fluentui/react-utilities';
|
|
457
|
+
import { Select } from '@fluentui/react-select';
|
|
401
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';
|
|
402
464
|
import { SelectTabData } from '@fluentui/react-tabs';
|
|
403
465
|
import { SelectTabEvent } from '@fluentui/react-tabs';
|
|
404
466
|
import { SelectTabEventHandler } from '@fluentui/react-tabs';
|
|
@@ -441,6 +503,8 @@ import { Subtitle1 } from '@fluentui/react-text';
|
|
|
441
503
|
import { subtitle1ClassNames } from '@fluentui/react-text';
|
|
442
504
|
import { Subtitle2 } from '@fluentui/react-text';
|
|
443
505
|
import { subtitle2ClassNames } from '@fluentui/react-text';
|
|
506
|
+
import { Subtitle2Stronger } from '@fluentui/react-text';
|
|
507
|
+
import { subtitle2StrongerClassNames } from '@fluentui/react-text';
|
|
444
508
|
import { Switch } from '@fluentui/react-switch';
|
|
445
509
|
import { switchClassNames } from '@fluentui/react-switch';
|
|
446
510
|
import { SwitchOnChangeData } from '@fluentui/react-switch';
|
|
@@ -454,6 +518,7 @@ import { tabListClassNames } from '@fluentui/react-tabs';
|
|
|
454
518
|
import { TabListContextValue } from '@fluentui/react-tabs';
|
|
455
519
|
import { TabListContextValues } from '@fluentui/react-tabs';
|
|
456
520
|
import { TabListProps } from '@fluentui/react-tabs';
|
|
521
|
+
import { TabListProvider } from '@fluentui/react-tabs';
|
|
457
522
|
import { TabListSlots } from '@fluentui/react-tabs';
|
|
458
523
|
import { TabListState } from '@fluentui/react-tabs';
|
|
459
524
|
import { TabProps } from '@fluentui/react-tabs';
|
|
@@ -467,10 +532,12 @@ import { teamsLightTheme } from '@fluentui/react-theme';
|
|
|
467
532
|
import { Text as Text_2 } from '@fluentui/react-text';
|
|
468
533
|
import { Textarea } from '@fluentui/react-textarea';
|
|
469
534
|
import { textareaClassNames } from '@fluentui/react-textarea';
|
|
535
|
+
import { TextareaOnChangeData } from '@fluentui/react-textarea';
|
|
470
536
|
import { TextareaProps } from '@fluentui/react-textarea';
|
|
471
537
|
import { TextareaSlots } from '@fluentui/react-textarea';
|
|
472
538
|
import { TextareaState } from '@fluentui/react-textarea';
|
|
473
539
|
import { textClassNames } from '@fluentui/react-text';
|
|
540
|
+
import { TextPresetProps } from '@fluentui/react-text';
|
|
474
541
|
import { TextProps } from '@fluentui/react-text';
|
|
475
542
|
import { TextSlots } from '@fluentui/react-text';
|
|
476
543
|
import { TextState } from '@fluentui/react-text';
|
|
@@ -555,6 +622,9 @@ import { useButtonStyles_unstable } from '@fluentui/react-button';
|
|
|
555
622
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
556
623
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
557
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';
|
|
558
628
|
import { useCompoundButton_unstable } from '@fluentui/react-button';
|
|
559
629
|
import { useCompoundButtonStyles_unstable } from '@fluentui/react-button';
|
|
560
630
|
import { useCounterBadge_unstable } from '@fluentui/react-badge';
|
|
@@ -573,6 +643,8 @@ import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
|
573
643
|
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
574
644
|
import { useDivider_unstable } from '@fluentui/react-divider';
|
|
575
645
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
646
|
+
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
647
|
+
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
576
648
|
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
577
649
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
578
650
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
@@ -580,6 +652,7 @@ import { useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
|
580
652
|
import { useFocusableGroup } from '@fluentui/react-tabster';
|
|
581
653
|
import { UseFocusableGroupOptions } from '@fluentui/react-tabster';
|
|
582
654
|
import { useFocusFinders } from '@fluentui/react-tabster';
|
|
655
|
+
import { useFocusWithin } from '@fluentui/react-tabster';
|
|
583
656
|
import { useId } from '@fluentui/react-utilities';
|
|
584
657
|
import { useImage_unstable } from '@fluentui/react-image';
|
|
585
658
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
@@ -595,6 +668,9 @@ import { useLabelStyles_unstable } from '@fluentui/react-label';
|
|
|
595
668
|
import { useLink_unstable } from '@fluentui/react-link';
|
|
596
669
|
import { useLinkState_unstable } from '@fluentui/react-link';
|
|
597
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';
|
|
598
674
|
import { useMenu_unstable } from '@fluentui/react-menu';
|
|
599
675
|
import { useMenuButton_unstable } from '@fluentui/react-button';
|
|
600
676
|
import { useMenuButtonStyles_unstable } from '@fluentui/react-button';
|
|
@@ -627,6 +703,10 @@ import { useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
|
627
703
|
import { useMergedRefs } from '@fluentui/react-utilities';
|
|
628
704
|
import { useModalAttributes } from '@fluentui/react-tabster';
|
|
629
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';
|
|
630
710
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
631
711
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
632
712
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
@@ -644,6 +724,8 @@ import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
|
644
724
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
645
725
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
646
726
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
727
|
+
import { useSelect_unstable } from '@fluentui/react-select';
|
|
728
|
+
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
647
729
|
import { useSlider_unstable } from '@fluentui/react-slider';
|
|
648
730
|
import { useSliderState_unstable } from '@fluentui/react-slider';
|
|
649
731
|
import { useSliderStyles_unstable } from '@fluentui/react-slider';
|
|
@@ -657,6 +739,8 @@ import { useSwitch_unstable } from '@fluentui/react-switch';
|
|
|
657
739
|
import { useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
658
740
|
import { useTab_unstable } from '@fluentui/react-tabs';
|
|
659
741
|
import { useTabList_unstable } from '@fluentui/react-tabs';
|
|
742
|
+
import { useTabListContext_unstable } from '@fluentui/react-tabs';
|
|
743
|
+
import { useTabListContextValues_unstable } from '@fluentui/react-tabs';
|
|
660
744
|
import { useTabListStyles_unstable } from '@fluentui/react-tabs';
|
|
661
745
|
import { useTabStyles_unstable } from '@fluentui/react-tabs';
|
|
662
746
|
import { useText_unstable } from '@fluentui/react-text';
|
|
@@ -810,6 +894,8 @@ export { AvatarNamedColor }
|
|
|
810
894
|
|
|
811
895
|
export { AvatarProps }
|
|
812
896
|
|
|
897
|
+
export { AvatarSize }
|
|
898
|
+
|
|
813
899
|
export { AvatarSizes }
|
|
814
900
|
|
|
815
901
|
export { AvatarSlots }
|
|
@@ -830,6 +916,18 @@ export { Body1 }
|
|
|
830
916
|
|
|
831
917
|
export { body1ClassNames }
|
|
832
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
|
+
|
|
833
931
|
export { BorderRadiusTokens }
|
|
834
932
|
|
|
835
933
|
export { BrandVariants }
|
|
@@ -848,10 +946,22 @@ export { Caption1 }
|
|
|
848
946
|
|
|
849
947
|
export { caption1ClassNames }
|
|
850
948
|
|
|
949
|
+
export { Caption1Strong }
|
|
950
|
+
|
|
951
|
+
export { caption1StrongClassNames }
|
|
952
|
+
|
|
953
|
+
export { Caption1Stronger }
|
|
954
|
+
|
|
955
|
+
export { caption1StrongerClassNames }
|
|
956
|
+
|
|
851
957
|
export { Caption2 }
|
|
852
958
|
|
|
853
959
|
export { caption2ClassNames }
|
|
854
960
|
|
|
961
|
+
export { Caption2Strong }
|
|
962
|
+
|
|
963
|
+
export { caption2StrongClassNames }
|
|
964
|
+
|
|
855
965
|
export { Checkbox }
|
|
856
966
|
|
|
857
967
|
export { checkboxClassNames }
|
|
@@ -868,6 +978,26 @@ export { ColorPaletteTokens }
|
|
|
868
978
|
|
|
869
979
|
export { ColorTokens }
|
|
870
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
|
+
|
|
871
1001
|
export { ComponentProps }
|
|
872
1002
|
|
|
873
1003
|
export { ComponentState }
|
|
@@ -1004,6 +1134,22 @@ export { DividerSlots }
|
|
|
1004
1134
|
|
|
1005
1135
|
export { DividerState }
|
|
1006
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
|
+
|
|
1007
1153
|
export { DurationTokens }
|
|
1008
1154
|
|
|
1009
1155
|
export { FluentProvider }
|
|
@@ -1038,6 +1184,8 @@ export { GriffelStyle }
|
|
|
1038
1184
|
|
|
1039
1185
|
export { HorizontalSpacingTokens }
|
|
1040
1186
|
|
|
1187
|
+
export { IdPrefixProvider }
|
|
1188
|
+
|
|
1041
1189
|
export { Image_2 as Image }
|
|
1042
1190
|
|
|
1043
1191
|
export { imageClassNames }
|
|
@@ -1086,6 +1234,22 @@ export { LinkSlots }
|
|
|
1086
1234
|
|
|
1087
1235
|
export { LinkState }
|
|
1088
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
|
+
|
|
1089
1253
|
export { makeResetStyles }
|
|
1090
1254
|
|
|
1091
1255
|
export { makeStaticStyles }
|
|
@@ -1246,6 +1410,26 @@ export { OnVisibleChangeData }
|
|
|
1246
1410
|
|
|
1247
1411
|
export { OpenPopoverEvents }
|
|
1248
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
|
+
|
|
1249
1433
|
export { Overflow }
|
|
1250
1434
|
|
|
1251
1435
|
export { OverflowItem }
|
|
@@ -1382,6 +1566,8 @@ export { renderButton_unstable }
|
|
|
1382
1566
|
|
|
1383
1567
|
export { renderCheckbox_unstable }
|
|
1384
1568
|
|
|
1569
|
+
export { renderCombobox_unstable }
|
|
1570
|
+
|
|
1385
1571
|
export { renderCompoundButton_unstable }
|
|
1386
1572
|
|
|
1387
1573
|
export { renderDialog_unstable }
|
|
@@ -1400,6 +1586,8 @@ export { renderDialogTrigger_unstable }
|
|
|
1400
1586
|
|
|
1401
1587
|
export { renderDivider_unstable }
|
|
1402
1588
|
|
|
1589
|
+
export { renderDropdown_unstable }
|
|
1590
|
+
|
|
1403
1591
|
export { RendererProvider }
|
|
1404
1592
|
|
|
1405
1593
|
export { renderFluentProvider_unstable }
|
|
@@ -1412,6 +1600,8 @@ export { renderLabel_unstable }
|
|
|
1412
1600
|
|
|
1413
1601
|
export { renderLink_unstable }
|
|
1414
1602
|
|
|
1603
|
+
export { renderListbox_unstable }
|
|
1604
|
+
|
|
1415
1605
|
export { renderMenu_unstable }
|
|
1416
1606
|
|
|
1417
1607
|
export { renderMenuButton_unstable }
|
|
@@ -1436,6 +1626,10 @@ export { renderMenuSplitGroup_unstable }
|
|
|
1436
1626
|
|
|
1437
1627
|
export { renderMenuTrigger_unstable }
|
|
1438
1628
|
|
|
1629
|
+
export { renderOption_unstable }
|
|
1630
|
+
|
|
1631
|
+
export { renderOptionGroup_unstable }
|
|
1632
|
+
|
|
1439
1633
|
export { renderPersona_unstable }
|
|
1440
1634
|
|
|
1441
1635
|
export { renderPopover_unstable }
|
|
@@ -1450,6 +1644,8 @@ export { renderRadio_unstable }
|
|
|
1450
1644
|
|
|
1451
1645
|
export { renderRadioGroup_unstable }
|
|
1452
1646
|
|
|
1647
|
+
export { renderSelect_unstable }
|
|
1648
|
+
|
|
1453
1649
|
export { renderSlider_unstable }
|
|
1454
1650
|
|
|
1455
1651
|
export { renderSpinButton_unstable }
|
|
@@ -1486,8 +1682,20 @@ export { ResolveShorthandFunction }
|
|
|
1486
1682
|
|
|
1487
1683
|
export { ResolveShorthandOptions }
|
|
1488
1684
|
|
|
1685
|
+
export { Select }
|
|
1686
|
+
|
|
1489
1687
|
export { SelectableHandler }
|
|
1490
1688
|
|
|
1689
|
+
export { selectClassNames }
|
|
1690
|
+
|
|
1691
|
+
export { SelectOnChangeData }
|
|
1692
|
+
|
|
1693
|
+
export { SelectProps }
|
|
1694
|
+
|
|
1695
|
+
export { SelectSlots }
|
|
1696
|
+
|
|
1697
|
+
export { SelectState }
|
|
1698
|
+
|
|
1491
1699
|
export { SelectTabData }
|
|
1492
1700
|
|
|
1493
1701
|
export { SelectTabEvent }
|
|
@@ -1572,6 +1780,10 @@ export { Subtitle2 }
|
|
|
1572
1780
|
|
|
1573
1781
|
export { subtitle2ClassNames }
|
|
1574
1782
|
|
|
1783
|
+
export { Subtitle2Stronger }
|
|
1784
|
+
|
|
1785
|
+
export { subtitle2StrongerClassNames }
|
|
1786
|
+
|
|
1575
1787
|
export { Switch }
|
|
1576
1788
|
|
|
1577
1789
|
export { switchClassNames }
|
|
@@ -1598,6 +1810,8 @@ export { TabListContextValues }
|
|
|
1598
1810
|
|
|
1599
1811
|
export { TabListProps }
|
|
1600
1812
|
|
|
1813
|
+
export { TabListProvider }
|
|
1814
|
+
|
|
1601
1815
|
export { TabListSlots }
|
|
1602
1816
|
|
|
1603
1817
|
export { TabListState }
|
|
@@ -1624,6 +1838,8 @@ export { Textarea }
|
|
|
1624
1838
|
|
|
1625
1839
|
export { textareaClassNames }
|
|
1626
1840
|
|
|
1841
|
+
export { TextareaOnChangeData }
|
|
1842
|
+
|
|
1627
1843
|
export { TextareaProps }
|
|
1628
1844
|
|
|
1629
1845
|
export { TextareaSlots }
|
|
@@ -1632,6 +1848,8 @@ export { TextareaState }
|
|
|
1632
1848
|
|
|
1633
1849
|
export { textClassNames }
|
|
1634
1850
|
|
|
1851
|
+
export { TextPresetProps }
|
|
1852
|
+
|
|
1635
1853
|
export { TextProps }
|
|
1636
1854
|
|
|
1637
1855
|
export { TextSlots }
|
|
@@ -1800,6 +2018,12 @@ export { useCheckboxStyles_unstable }
|
|
|
1800
2018
|
|
|
1801
2019
|
export { useCheckmarkStyles_unstable }
|
|
1802
2020
|
|
|
2021
|
+
export { useCombobox_unstable }
|
|
2022
|
+
|
|
2023
|
+
export { useComboboxContextValues }
|
|
2024
|
+
|
|
2025
|
+
export { useComboboxStyles_unstable }
|
|
2026
|
+
|
|
1803
2027
|
export { useCompoundButton_unstable }
|
|
1804
2028
|
|
|
1805
2029
|
export { useCompoundButtonStyles_unstable }
|
|
@@ -1836,6 +2060,10 @@ export { useDivider_unstable }
|
|
|
1836
2060
|
|
|
1837
2061
|
export { useDividerStyles_unstable }
|
|
1838
2062
|
|
|
2063
|
+
export { useDropdown_unstable }
|
|
2064
|
+
|
|
2065
|
+
export { useDropdownStyles_unstable }
|
|
2066
|
+
|
|
1839
2067
|
export { useFluent }
|
|
1840
2068
|
|
|
1841
2069
|
export { useFluentProvider_unstable }
|
|
@@ -1850,6 +2078,8 @@ export { UseFocusableGroupOptions }
|
|
|
1850
2078
|
|
|
1851
2079
|
export { useFocusFinders }
|
|
1852
2080
|
|
|
2081
|
+
export { useFocusWithin }
|
|
2082
|
+
|
|
1853
2083
|
export { useId }
|
|
1854
2084
|
|
|
1855
2085
|
export { useImage_unstable }
|
|
@@ -1880,6 +2110,12 @@ export { useLinkState_unstable }
|
|
|
1880
2110
|
|
|
1881
2111
|
export { useLinkStyles_unstable }
|
|
1882
2112
|
|
|
2113
|
+
export { useListbox_unstable }
|
|
2114
|
+
|
|
2115
|
+
export { useListboxContextValues }
|
|
2116
|
+
|
|
2117
|
+
export { useListboxStyles_unstable }
|
|
2118
|
+
|
|
1883
2119
|
export { useMenu_unstable }
|
|
1884
2120
|
|
|
1885
2121
|
export { useMenuButton_unstable }
|
|
@@ -1944,6 +2180,14 @@ export { useModalAttributes }
|
|
|
1944
2180
|
|
|
1945
2181
|
export { UseModalAttributesOptions }
|
|
1946
2182
|
|
|
2183
|
+
export { useOption_unstable }
|
|
2184
|
+
|
|
2185
|
+
export { useOptionGroup_unstable }
|
|
2186
|
+
|
|
2187
|
+
export { useOptionGroupStyles_unstable }
|
|
2188
|
+
|
|
2189
|
+
export { useOptionStyles_unstable }
|
|
2190
|
+
|
|
1947
2191
|
export { useOverflowMenu }
|
|
1948
2192
|
|
|
1949
2193
|
export { usePersona_unstable }
|
|
@@ -1978,6 +2222,10 @@ export { useRadioStyles_unstable }
|
|
|
1978
2222
|
|
|
1979
2223
|
export { useScrollbarWidth }
|
|
1980
2224
|
|
|
2225
|
+
export { useSelect_unstable }
|
|
2226
|
+
|
|
2227
|
+
export { useSelectStyles_unstable }
|
|
2228
|
+
|
|
1981
2229
|
export { useSlider_unstable }
|
|
1982
2230
|
|
|
1983
2231
|
export { useSliderState_unstable }
|
|
@@ -2004,6 +2252,10 @@ export { useTab_unstable }
|
|
|
2004
2252
|
|
|
2005
2253
|
export { useTabList_unstable }
|
|
2006
2254
|
|
|
2255
|
+
export { useTabListContext_unstable }
|
|
2256
|
+
|
|
2257
|
+
export { useTabListContextValues_unstable }
|
|
2258
|
+
|
|
2007
2259
|
export { useTabListStyles_unstable }
|
|
2008
2260
|
|
|
2009
2261
|
export { useTabStyles_unstable }
|