@fluentui/react-components 9.10.0 → 9.11.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 +109 -1
- package/CHANGELOG.md +52 -2
- package/dist/index.d.ts +150 -0
- package/dist/unstable.d.ts +31 -179
- package/lib/index.js +2 -0
- 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 +31 -2
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +177 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +9 -186
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +26 -26
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,115 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 18 Jan 2023 16:30:55 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.11.0",
|
|
7
|
+
"version": "9.11.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
12
|
+
"package": "@fluentui/priority-overflow",
|
|
13
|
+
"commit": "e59f114d3244739a7917813ea02c59d53406d902",
|
|
14
|
+
"comment": "Release as stable"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "lingfangao@hotmail.com",
|
|
18
|
+
"package": "@fluentui/react-components",
|
|
19
|
+
"commit": "d8caa0e6c6d1e4ace415dec6f767411acca43415",
|
|
20
|
+
"comment": "Release @fluentui/react-table as RC"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "lingfangao@hotmail.com",
|
|
24
|
+
"package": "@fluentui/react-overflow",
|
|
25
|
+
"commit": "e59f114d3244739a7917813ea02c59d53406d902",
|
|
26
|
+
"comment": "Release as stable"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "lingfangao@hotmail.com",
|
|
30
|
+
"package": "@fluentui/react-portal",
|
|
31
|
+
"commit": "13cf1d07a6df4617106c731ba0379b6102a08104",
|
|
32
|
+
"comment": "fix: Insert css variables class at render time"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "lingfangao@hotmail.com",
|
|
36
|
+
"package": "@fluentui/react-toolbar",
|
|
37
|
+
"commit": "c00be5f379d806949158774212e1681f7c3d1325",
|
|
38
|
+
"comment": "Release `@fluentui/react-toolbar` as stable"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"minor": [
|
|
42
|
+
{
|
|
43
|
+
"author": "lingfangao@hotmail.com",
|
|
44
|
+
"package": "@fluentui/react-components",
|
|
45
|
+
"commit": "e59f114d3244739a7917813ea02c59d53406d902",
|
|
46
|
+
"comment": "Release @fluentui/react-overflow as stable"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "lingfangao@hotmail.com",
|
|
50
|
+
"package": "@fluentui/react-components",
|
|
51
|
+
"commit": "c00be5f379d806949158774212e1681f7c3d1325",
|
|
52
|
+
"comment": "Release `@fluentui/react-toolbar` as stable"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"author": "yuanboxue@microsoft.com",
|
|
56
|
+
"package": "@fluentui/react-tabster",
|
|
57
|
+
"commit": "2dd64b998750525c3e6a4c1652c33305d772ada7",
|
|
58
|
+
"comment": "feat: add modalizer id to `useModalAttributes` option"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"prerelease": [
|
|
62
|
+
{
|
|
63
|
+
"author": "lingfangao@hotmail.com",
|
|
64
|
+
"package": "@fluentui/react-table",
|
|
65
|
+
"commit": "d8caa0e6c6d1e4ace415dec6f767411acca43415",
|
|
66
|
+
"comment": "Release @fluentui/react-table as RC"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"author": "lingfangao@hotmail.com",
|
|
70
|
+
"package": "@fluentui/react-table",
|
|
71
|
+
"commit": "64989c23309e77e51bb42c00609fd2425cd20680",
|
|
72
|
+
"comment": "fix(TableCellActions): Background should match rown on hover and active"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"date": "Tue, 17 Jan 2023 12:22:54 GMT",
|
|
79
|
+
"tag": "@fluentui/react-components_v9.10.1",
|
|
80
|
+
"version": "9.10.1",
|
|
81
|
+
"comments": {
|
|
82
|
+
"patch": [
|
|
83
|
+
{
|
|
84
|
+
"author": "jukapsia@microsoft.com",
|
|
85
|
+
"package": "@fluentui/react-badge",
|
|
86
|
+
"commit": "ae4a49ac93d6cd185869648f493489ed40edde63",
|
|
87
|
+
"comment": "feat(PresenceBadge): Add blocked status"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"author": "lingfangao@hotmail.com",
|
|
91
|
+
"package": "@fluentui/react-components",
|
|
92
|
+
"commit": "0d265cf542add3b4895e3ba764bbb22be7843f45",
|
|
93
|
+
"comment": "BREAKING: table API naming changes"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"prerelease": [
|
|
97
|
+
{
|
|
98
|
+
"author": "lingfangao@hotmail.com",
|
|
99
|
+
"package": "@fluentui/react-table",
|
|
100
|
+
"commit": "0d265cf542add3b4895e3ba764bbb22be7843f45",
|
|
101
|
+
"comment": "BREAKING: API naming changes"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"author": "lingfangao@hotmail.com",
|
|
105
|
+
"package": "@fluentui/react-table",
|
|
106
|
+
"commit": "08ccb46dd03a8871c1234008a5a543cd53f579a9",
|
|
107
|
+
"comment": "BREAKING(DataGrid): render functions need to by typed"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"date": "Mon, 16 Jan 2023 08:38:45 GMT",
|
|
6
114
|
"tag": "@fluentui/react-components_v9.10.0",
|
|
7
115
|
"version": "9.10.0",
|
|
8
116
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,62 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 Jan 2023 16:30:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.11.0)
|
|
8
|
+
|
|
9
|
+
Wed, 18 Jan 2023 16:30:55 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.10.1..@fluentui/react-components_v9.11.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- Release @fluentui/react-overflow as stable ([PR #26380](https://github.com/microsoft/fluentui/pull/26380) by lingfangao@hotmail.com)
|
|
16
|
+
- Release `@fluentui/react-toolbar` as stable ([PR #26384](https://github.com/microsoft/fluentui/pull/26384) by lingfangao@hotmail.com)
|
|
17
|
+
- `@fluentui/react-tabster`
|
|
18
|
+
- feat: add modalizer id to `useModalAttributes` option ([PR #26387](https://github.com/microsoft/fluentui/pull/26387) by yuanboxue@microsoft.com)
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- `@fluentui/priority-overflow`
|
|
23
|
+
- Release as stable ([PR #26380](https://github.com/microsoft/fluentui/pull/26380) by lingfangao@hotmail.com)
|
|
24
|
+
- `@fluentui/react-components`
|
|
25
|
+
- Release @fluentui/react-table as RC ([PR #26381](https://github.com/microsoft/fluentui/pull/26381) by lingfangao@hotmail.com)
|
|
26
|
+
- `@fluentui/react-overflow`
|
|
27
|
+
- Release as stable ([PR #26380](https://github.com/microsoft/fluentui/pull/26380) by lingfangao@hotmail.com)
|
|
28
|
+
- `@fluentui/react-portal`
|
|
29
|
+
- fix: Insert css variables class at render time ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by lingfangao@hotmail.com)
|
|
30
|
+
- `@fluentui/react-toolbar`
|
|
31
|
+
- Release `@fluentui/react-toolbar` as stable ([PR #26384](https://github.com/microsoft/fluentui/pull/26384) by lingfangao@hotmail.com)
|
|
32
|
+
|
|
33
|
+
### Changes
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-table`
|
|
36
|
+
- Release @fluentui/react-table as RC ([PR #26381](https://github.com/microsoft/fluentui/pull/26381) by lingfangao@hotmail.com)
|
|
37
|
+
- fix(TableCellActions): Background should match rown on hover and active ([PR #26373](https://github.com/microsoft/fluentui/pull/26373) by lingfangao@hotmail.com)
|
|
38
|
+
|
|
39
|
+
## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.10.1)
|
|
40
|
+
|
|
41
|
+
Tue, 17 Jan 2023 12:22:54 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.10.0..@fluentui/react-components_v9.10.1)
|
|
43
|
+
|
|
44
|
+
### Patches
|
|
45
|
+
|
|
46
|
+
- `@fluentui/react-badge`
|
|
47
|
+
- feat(PresenceBadge): Add blocked status ([PR #26366](https://github.com/microsoft/fluentui/pull/26366) by jukapsia@microsoft.com)
|
|
48
|
+
- `@fluentui/react-components`
|
|
49
|
+
- BREAKING: table API naming changes ([PR #26304](https://github.com/microsoft/fluentui/pull/26304) by lingfangao@hotmail.com)
|
|
50
|
+
|
|
51
|
+
### Changes
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-table`
|
|
54
|
+
- BREAKING: API naming changes ([PR #26304](https://github.com/microsoft/fluentui/pull/26304) by lingfangao@hotmail.com)
|
|
55
|
+
- BREAKING(DataGrid): render functions need to by typed ([PR #26371](https://github.com/microsoft/fluentui/pull/26371) by lingfangao@hotmail.com)
|
|
56
|
+
|
|
7
57
|
## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.10.0)
|
|
8
58
|
|
|
9
|
-
Mon, 16 Jan 2023 08:
|
|
59
|
+
Mon, 16 Jan 2023 08:38:45 GMT
|
|
10
60
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.9.1..@fluentui/react-components_v9.10.0)
|
|
11
61
|
|
|
12
62
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -110,6 +110,9 @@ import { createHighContrastTheme } from '@fluentui/react-theme';
|
|
|
110
110
|
import { createLightTheme } from '@fluentui/react-theme';
|
|
111
111
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
112
112
|
import { CurveTokens } from '@fluentui/react-theme';
|
|
113
|
+
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
114
|
+
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
115
|
+
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
113
116
|
import { Dialog } from '@fluentui/react-dialog';
|
|
114
117
|
import { DialogActions } from '@fluentui/react-dialog';
|
|
115
118
|
import { dialogActionsClassNames } from '@fluentui/react-dialog';
|
|
@@ -275,6 +278,10 @@ import { mergeClasses } from '@griffel/react';
|
|
|
275
278
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
276
279
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
277
280
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
281
|
+
import { Overflow } from '@fluentui/react-overflow';
|
|
282
|
+
import { OverflowItem } from '@fluentui/react-overflow';
|
|
283
|
+
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
284
|
+
import { OverflowProps } from '@fluentui/react-overflow';
|
|
278
285
|
import { PartialTheme } from '@fluentui/react-theme';
|
|
279
286
|
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
280
287
|
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -383,6 +390,8 @@ import { renderTabList_unstable } from '@fluentui/react-tabs';
|
|
|
383
390
|
import { renderText_unstable } from '@fluentui/react-text';
|
|
384
391
|
import { renderTextarea_unstable } from '@fluentui/react-textarea';
|
|
385
392
|
import { renderToggleButton_unstable } from '@fluentui/react-button';
|
|
393
|
+
import { renderToolbar_unstable } from '@fluentui/react-toolbar';
|
|
394
|
+
import { renderToolbarGroup_unstable } from '@fluentui/react-toolbar';
|
|
386
395
|
import { renderTooltip_unstable } from '@fluentui/react-tooltip';
|
|
387
396
|
import { renderToStyleElements } from '@griffel/react';
|
|
388
397
|
import { resetIdsForTests } from '@fluentui/react-utilities';
|
|
@@ -478,6 +487,32 @@ import { toggleButtonClassNames } from '@fluentui/react-button';
|
|
|
478
487
|
import { ToggleButtonProps } from '@fluentui/react-button';
|
|
479
488
|
import { ToggleButtonState } from '@fluentui/react-button';
|
|
480
489
|
import { tokens } from '@fluentui/react-theme';
|
|
490
|
+
import { Toolbar } from '@fluentui/react-toolbar';
|
|
491
|
+
import { ToolbarButton } from '@fluentui/react-toolbar';
|
|
492
|
+
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
493
|
+
import { ToolbarButtonState } from '@fluentui/react-toolbar';
|
|
494
|
+
import { toolbarClassNames } from '@fluentui/react-toolbar';
|
|
495
|
+
import { ToolbarContextValue } from '@fluentui/react-toolbar';
|
|
496
|
+
import { ToolbarContextValues } from '@fluentui/react-toolbar';
|
|
497
|
+
import { ToolbarDivider } from '@fluentui/react-toolbar';
|
|
498
|
+
import { ToolbarDividerProps } from '@fluentui/react-toolbar';
|
|
499
|
+
import { ToolbarDividerState } from '@fluentui/react-toolbar';
|
|
500
|
+
import { ToolbarGroup } from '@fluentui/react-toolbar';
|
|
501
|
+
import { toolbarGroupClassNames } from '@fluentui/react-toolbar';
|
|
502
|
+
import { ToolbarGroupProps } from '@fluentui/react-toolbar';
|
|
503
|
+
import { ToolbarGroupState } from '@fluentui/react-toolbar';
|
|
504
|
+
import { ToolbarProps } from '@fluentui/react-toolbar';
|
|
505
|
+
import { ToolbarRadioButton } from '@fluentui/react-toolbar';
|
|
506
|
+
import { ToolbarRadioButtonProps } from '@fluentui/react-toolbar';
|
|
507
|
+
import { ToolbarRadioButtonState } from '@fluentui/react-toolbar';
|
|
508
|
+
import { ToolbarRadioGroup } from '@fluentui/react-toolbar';
|
|
509
|
+
import { ToolbarRadioGroupProps } from '@fluentui/react-toolbar';
|
|
510
|
+
import { ToolbarRadioGroupState } from '@fluentui/react-toolbar';
|
|
511
|
+
import { ToolbarSlots } from '@fluentui/react-toolbar';
|
|
512
|
+
import { ToolbarState } from '@fluentui/react-toolbar';
|
|
513
|
+
import { ToolbarToggleButton } from '@fluentui/react-toolbar';
|
|
514
|
+
import { ToolbarToggleButtonProps } from '@fluentui/react-toolbar';
|
|
515
|
+
import { ToolbarToggleButtonState } from '@fluentui/react-toolbar';
|
|
481
516
|
import { Tooltip } from '@fluentui/react-tooltip';
|
|
482
517
|
import { tooltipClassNames } from '@fluentui/react-tooltip';
|
|
483
518
|
import { TooltipProps } from '@fluentui/react-tooltip';
|
|
@@ -551,6 +586,8 @@ import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
|
551
586
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
552
587
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
553
588
|
import { useIsomorphicLayoutEffect } from '@fluentui/react-utilities';
|
|
589
|
+
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
590
|
+
import { useIsOverflowItemVisible } from '@fluentui/react-overflow';
|
|
554
591
|
import { useIsSSR } from '@fluentui/react-utilities';
|
|
555
592
|
import { useKeyboardNavAttribute } from '@fluentui/react-tabster';
|
|
556
593
|
import { useLabel_unstable } from '@fluentui/react-label';
|
|
@@ -590,6 +627,7 @@ import { useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
|
590
627
|
import { useMergedRefs } from '@fluentui/react-utilities';
|
|
591
628
|
import { useModalAttributes } from '@fluentui/react-tabster';
|
|
592
629
|
import { UseModalAttributesOptions } from '@fluentui/react-tabster';
|
|
630
|
+
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
593
631
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
594
632
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
595
633
|
import { usePopover_unstable } from '@fluentui/react-popover';
|
|
@@ -629,6 +667,18 @@ import { useThemeClassName_unstable as useThemeClassName } from '@fluentui/react
|
|
|
629
667
|
import { useToggleButton_unstable } from '@fluentui/react-button';
|
|
630
668
|
import { useToggleButtonStyles_unstable } from '@fluentui/react-button';
|
|
631
669
|
import { useToggleState } from '@fluentui/react-button';
|
|
670
|
+
import { useToolbar_unstable } from '@fluentui/react-toolbar';
|
|
671
|
+
import { useToolbarButton_unstable } from '@fluentui/react-toolbar';
|
|
672
|
+
import { useToolbarButtonStyles_unstable } from '@fluentui/react-toolbar';
|
|
673
|
+
import { useToolbarDivider_unstable } from '@fluentui/react-toolbar';
|
|
674
|
+
import { useToolbarDividerStyles_unstable } from '@fluentui/react-toolbar';
|
|
675
|
+
import { useToolbarGroup_unstable } from '@fluentui/react-toolbar';
|
|
676
|
+
import { useToolbarGroupStyles_unstable } from '@fluentui/react-toolbar';
|
|
677
|
+
import { useToolbarRadioButton_unstable } from '@fluentui/react-toolbar';
|
|
678
|
+
import { useToolbarRadioButtonStyles_unstable } from '@fluentui/react-toolbar';
|
|
679
|
+
import { useToolbarStyles_unstable } from '@fluentui/react-toolbar';
|
|
680
|
+
import { useToolbarToggleButton_unstable } from '@fluentui/react-toolbar';
|
|
681
|
+
import { useToolbarToggleButtonStyles_unstable } from '@fluentui/react-toolbar';
|
|
632
682
|
import { useTooltip_unstable } from '@fluentui/react-tooltip';
|
|
633
683
|
import { useTooltipStyles_unstable } from '@fluentui/react-tooltip';
|
|
634
684
|
import { useTooltipVisibility_unstable as useTooltipVisibility } from '@fluentui/react-shared-contexts';
|
|
@@ -860,6 +910,12 @@ export { createTeamsDarkTheme }
|
|
|
860
910
|
|
|
861
911
|
export { CurveTokens }
|
|
862
912
|
|
|
913
|
+
export { DATA_OVERFLOW_ITEM }
|
|
914
|
+
|
|
915
|
+
export { DATA_OVERFLOW_MENU }
|
|
916
|
+
|
|
917
|
+
export { DATA_OVERFLOWING }
|
|
918
|
+
|
|
863
919
|
export { Dialog }
|
|
864
920
|
|
|
865
921
|
export { DialogActions }
|
|
@@ -1190,6 +1246,14 @@ export { OnVisibleChangeData }
|
|
|
1190
1246
|
|
|
1191
1247
|
export { OpenPopoverEvents }
|
|
1192
1248
|
|
|
1249
|
+
export { Overflow }
|
|
1250
|
+
|
|
1251
|
+
export { OverflowItem }
|
|
1252
|
+
|
|
1253
|
+
export { OverflowItemProps }
|
|
1254
|
+
|
|
1255
|
+
export { OverflowProps }
|
|
1256
|
+
|
|
1193
1257
|
export { PartialTheme }
|
|
1194
1258
|
|
|
1195
1259
|
export { PartitionAvatarGroupItems }
|
|
@@ -1406,6 +1470,10 @@ export { renderTextarea_unstable }
|
|
|
1406
1470
|
|
|
1407
1471
|
export { renderToggleButton_unstable }
|
|
1408
1472
|
|
|
1473
|
+
export { renderToolbar_unstable }
|
|
1474
|
+
|
|
1475
|
+
export { renderToolbarGroup_unstable }
|
|
1476
|
+
|
|
1409
1477
|
export { renderTooltip_unstable }
|
|
1410
1478
|
|
|
1411
1479
|
export { renderToStyleElements }
|
|
@@ -1596,6 +1664,58 @@ export { ToggleButtonState }
|
|
|
1596
1664
|
|
|
1597
1665
|
export { tokens }
|
|
1598
1666
|
|
|
1667
|
+
export { Toolbar }
|
|
1668
|
+
|
|
1669
|
+
export { ToolbarButton }
|
|
1670
|
+
|
|
1671
|
+
export { ToolbarButtonProps }
|
|
1672
|
+
|
|
1673
|
+
export { ToolbarButtonState }
|
|
1674
|
+
|
|
1675
|
+
export { toolbarClassNames }
|
|
1676
|
+
|
|
1677
|
+
export { ToolbarContextValue }
|
|
1678
|
+
|
|
1679
|
+
export { ToolbarContextValues }
|
|
1680
|
+
|
|
1681
|
+
export { ToolbarDivider }
|
|
1682
|
+
|
|
1683
|
+
export { ToolbarDividerProps }
|
|
1684
|
+
|
|
1685
|
+
export { ToolbarDividerState }
|
|
1686
|
+
|
|
1687
|
+
export { ToolbarGroup }
|
|
1688
|
+
|
|
1689
|
+
export { toolbarGroupClassNames }
|
|
1690
|
+
|
|
1691
|
+
export { ToolbarGroupProps }
|
|
1692
|
+
|
|
1693
|
+
export { ToolbarGroupState }
|
|
1694
|
+
|
|
1695
|
+
export { ToolbarProps }
|
|
1696
|
+
|
|
1697
|
+
export { ToolbarRadioButton }
|
|
1698
|
+
|
|
1699
|
+
export { ToolbarRadioButtonProps }
|
|
1700
|
+
|
|
1701
|
+
export { ToolbarRadioButtonState }
|
|
1702
|
+
|
|
1703
|
+
export { ToolbarRadioGroup }
|
|
1704
|
+
|
|
1705
|
+
export { ToolbarRadioGroupProps }
|
|
1706
|
+
|
|
1707
|
+
export { ToolbarRadioGroupState }
|
|
1708
|
+
|
|
1709
|
+
export { ToolbarSlots }
|
|
1710
|
+
|
|
1711
|
+
export { ToolbarState }
|
|
1712
|
+
|
|
1713
|
+
export { ToolbarToggleButton }
|
|
1714
|
+
|
|
1715
|
+
export { ToolbarToggleButtonProps }
|
|
1716
|
+
|
|
1717
|
+
export { ToolbarToggleButtonState }
|
|
1718
|
+
|
|
1599
1719
|
export { Tooltip }
|
|
1600
1720
|
|
|
1601
1721
|
export { tooltipClassNames }
|
|
@@ -1742,6 +1862,10 @@ export { useInputStyles_unstable }
|
|
|
1742
1862
|
|
|
1743
1863
|
export { useIsomorphicLayoutEffect }
|
|
1744
1864
|
|
|
1865
|
+
export { useIsOverflowGroupVisible }
|
|
1866
|
+
|
|
1867
|
+
export { useIsOverflowItemVisible }
|
|
1868
|
+
|
|
1745
1869
|
export { useIsSSR }
|
|
1746
1870
|
|
|
1747
1871
|
export { useKeyboardNavAttribute }
|
|
@@ -1820,6 +1944,8 @@ export { useModalAttributes }
|
|
|
1820
1944
|
|
|
1821
1945
|
export { UseModalAttributesOptions }
|
|
1822
1946
|
|
|
1947
|
+
export { useOverflowMenu }
|
|
1948
|
+
|
|
1823
1949
|
export { usePersona_unstable }
|
|
1824
1950
|
|
|
1825
1951
|
export { usePersonaStyles_unstable }
|
|
@@ -1898,6 +2024,30 @@ export { useToggleButtonStyles_unstable }
|
|
|
1898
2024
|
|
|
1899
2025
|
export { useToggleState }
|
|
1900
2026
|
|
|
2027
|
+
export { useToolbar_unstable }
|
|
2028
|
+
|
|
2029
|
+
export { useToolbarButton_unstable }
|
|
2030
|
+
|
|
2031
|
+
export { useToolbarButtonStyles_unstable }
|
|
2032
|
+
|
|
2033
|
+
export { useToolbarDivider_unstable }
|
|
2034
|
+
|
|
2035
|
+
export { useToolbarDividerStyles_unstable }
|
|
2036
|
+
|
|
2037
|
+
export { useToolbarGroup_unstable }
|
|
2038
|
+
|
|
2039
|
+
export { useToolbarGroupStyles_unstable }
|
|
2040
|
+
|
|
2041
|
+
export { useToolbarRadioButton_unstable }
|
|
2042
|
+
|
|
2043
|
+
export { useToolbarRadioButtonStyles_unstable }
|
|
2044
|
+
|
|
2045
|
+
export { useToolbarStyles_unstable }
|
|
2046
|
+
|
|
2047
|
+
export { useToolbarToggleButton_unstable }
|
|
2048
|
+
|
|
2049
|
+
export { useToolbarToggleButtonStyles_unstable }
|
|
2050
|
+
|
|
1901
2051
|
export { useTooltip_unstable }
|
|
1902
2052
|
|
|
1903
2053
|
export { useTooltipStyles_unstable }
|