@fluentui/react-components 9.47.5 → 9.49.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.md +173 -2
- package/dist/index.d.ts +339 -0
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +215 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +53 -51
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,183 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 23 Apr 2024 08:12:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.49.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.49.0)
|
|
8
|
+
|
|
9
|
+
Tue, 23 Apr 2024 08:12:10 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.48.0..@fluentui/react-components_v9.49.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-teaching-popover`
|
|
15
|
+
- 'feat: Release TeachingPopover to stable ([PR #31112](https://github.com/microsoft/fluentui/pull/31112) by mifraser@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- 'feat: Release TeachingPopover to stable ([PR #31112](https://github.com/microsoft/fluentui/pull/31112) by mifraser@microsoft.com)
|
|
18
|
+
- feat: Implement MenuItemSwitch component ([PR #31099](https://github.com/microsoft/fluentui/pull/31099) by lingfangao@hotmail.com)
|
|
19
|
+
- `@fluentui/react-menu`
|
|
20
|
+
- feat: Implement MenuItemSwitch component ([PR #31099](https://github.com/microsoft/fluentui/pull/31099) by lingfangao@hotmail.com)
|
|
21
|
+
- `@fluentui/react-provider`
|
|
22
|
+
- feat: Implement MenuItemSwitch component ([PR #31099](https://github.com/microsoft/fluentui/pull/31099) by lingfangao@hotmail.com)
|
|
23
|
+
- `@fluentui/react-shared-contexts`
|
|
24
|
+
- feat: Implement MenuItemSwitch component ([PR #31099](https://github.com/microsoft/fluentui/pull/31099) by lingfangao@hotmail.com)
|
|
25
|
+
- `@fluentui/react-skeleton`
|
|
26
|
+
- chore: deprecate the width prop. ([PR #31111](https://github.com/microsoft/fluentui/pull/31111) by ololubek@microsoft.com)
|
|
27
|
+
- `@fluentui/react-swatch-picker-preview`
|
|
28
|
+
- fix: BREAKING CHANGE - api changes and fixes ([PR #31097](https://github.com/microsoft/fluentui/pull/31097) by vkozlova@microsoft.com)
|
|
29
|
+
- `@fluentui/react-table`
|
|
30
|
+
- fix: Table and DataGrid should not remove cells from the accessibility tree ([PR #31068](https://github.com/microsoft/fluentui/pull/31068) by sarah.higley@microsoft.com)
|
|
31
|
+
|
|
32
|
+
### Patches
|
|
33
|
+
|
|
34
|
+
- `@fluentui/react-spinbutton`
|
|
35
|
+
- fix: SpinButton buttons now display correct visuals at bounds ([PR #31126](https://github.com/microsoft/fluentui/pull/31126) by seanmonahan@microsoft.com)
|
|
36
|
+
|
|
37
|
+
## [9.48.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.48.0)
|
|
38
|
+
|
|
39
|
+
Thu, 18 Apr 2024 12:43:14 GMT
|
|
40
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.48.0..@fluentui/react-components_v9.48.0)
|
|
41
|
+
|
|
42
|
+
### Patches
|
|
43
|
+
|
|
44
|
+
- `@fluentui/react-tag-picker-preview`
|
|
45
|
+
- chore: ensure navigation between TagPickerGroup and TagPickerInput ([PR #31085](https://github.com/microsoft/fluentui/pull/31085) by bernardo.sunderhus@gmail.com)
|
|
46
|
+
|
|
47
|
+
## [9.48.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.48.0)
|
|
48
|
+
|
|
49
|
+
Wed, 17 Apr 2024 21:53:46 GMT
|
|
50
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.5..@fluentui/react-components_v9.48.0)
|
|
51
|
+
|
|
52
|
+
### Minor changes
|
|
53
|
+
|
|
54
|
+
- `@fluentui/react-combobox`
|
|
55
|
+
- feature: export internal hooks into API ([PR #30975](https://github.com/microsoft/fluentui/pull/30975) by bernardo.sunderhus@gmail.com)
|
|
56
|
+
- `@fluentui/react-components`
|
|
57
|
+
- feat: add @fluentui/react-search to suite ([PR #30553](https://github.com/microsoft/fluentui/pull/30553) by sarah.higley@microsoft.com)
|
|
58
|
+
- `@fluentui/react-dialog`
|
|
59
|
+
- fix: Dialog scrolls the whole surface on small screens ([PR #31026](https://github.com/microsoft/fluentui/pull/31026) by jirivyhnalek@microsoft.com)
|
|
60
|
+
- `@fluentui/react-list-preview`
|
|
61
|
+
- Tabster 7.1.0. ([PR #30969](https://github.com/microsoft/fluentui/pull/30969) by marata@microsoft.com)
|
|
62
|
+
- `@fluentui/react-search`
|
|
63
|
+
- feat: release stable ([PR #30553](https://github.com/microsoft/fluentui/pull/30553) by sarah.higley@microsoft.com)
|
|
64
|
+
- `@fluentui/react-swatch-picker-preview`
|
|
65
|
+
- feat(react-swatch-picker): Added EmptySwatch component ([PR #30953](https://github.com/microsoft/fluentui/pull/30953) by vkozlova@microsoft.com)
|
|
66
|
+
- `@fluentui/react-table`
|
|
67
|
+
- Tabster 7.1.0. ([PR #30969](https://github.com/microsoft/fluentui/pull/30969) by marata@microsoft.com)
|
|
68
|
+
- `@fluentui/react-tabster`
|
|
69
|
+
- Tabster 7.1.0. ([PR #30969](https://github.com/microsoft/fluentui/pull/30969) by marata@microsoft.com)
|
|
70
|
+
- `@fluentui/react-tag-picker-preview`
|
|
71
|
+
- feature:adds support for Field component ([PR #30995](https://github.com/microsoft/fluentui/pull/30995) by bernardo.sunderhus@gmail.com)
|
|
72
|
+
- feat: adds inline property ([PR #31003](https://github.com/microsoft/fluentui/pull/31003) by bernardo.sunderhus@gmail.com)
|
|
73
|
+
- feature: adds support for InteractionTag ([PR #30976](https://github.com/microsoft/fluentui/pull/30976) by bernardo.sunderhus@gmail.com)
|
|
74
|
+
- feat: TagPickerInput input positioning ([PR #31036](https://github.com/microsoft/fluentui/pull/31036) by bernardo.sunderhus@gmail.com)
|
|
75
|
+
- `@fluentui/react-tags`
|
|
76
|
+
- feat: adds isInsideTagPicker exception case to TagGroupContextValue ([PR #31064](https://github.com/microsoft/fluentui/pull/31064) by bernardo.sunderhus@gmail.com)
|
|
77
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
78
|
+
- feat: Ensure all sub components are overridable and enable better string pass through via slots ([PR #30998](https://github.com/microsoft/fluentui/pull/30998) by mifraser@microsoft.com)
|
|
79
|
+
|
|
80
|
+
### Patches
|
|
81
|
+
|
|
82
|
+
- `@fluentui/react-accordion`
|
|
83
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
84
|
+
- `@fluentui/react-aria`
|
|
85
|
+
- fix: End key should move activeOption ([PR #30864](https://github.com/microsoft/fluentui/pull/30864) by sarah.higley@microsoft.com)
|
|
86
|
+
- `@fluentui/react-avatar`
|
|
87
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
88
|
+
- `@fluentui/react-badge`
|
|
89
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
90
|
+
- `@fluentui/react-breadcrumb`
|
|
91
|
+
- chore: Update react-icons version to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
92
|
+
- `@fluentui/react-button`
|
|
93
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
94
|
+
- `@fluentui/react-calendar-compat`
|
|
95
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
96
|
+
- `@fluentui/react-card`
|
|
97
|
+
- fix: Card actions adopt custom high contrast mode colors ([PR #30941](https://github.com/microsoft/fluentui/pull/30941) by sarah.higley@microsoft.com)
|
|
98
|
+
- `@fluentui/react-checkbox`
|
|
99
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
100
|
+
- `@fluentui/react-combobox`
|
|
101
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
102
|
+
- fix: Inline Listbox should render on top of relatively positioned elements. ([PR #31022](https://github.com/microsoft/fluentui/pull/31022) by estebanmu@microsoft.com)
|
|
103
|
+
- bugfix: removes freeform prop that was wrongly introduced by PR #30947 ([PR #30963](https://github.com/microsoft/fluentui/pull/30963) by bernardo.sunderhus@gmail.com)
|
|
104
|
+
- fix: End key should move activeOption ([PR #30864](https://github.com/microsoft/fluentui/pull/30864) by sarah.higley@microsoft.com)
|
|
105
|
+
- chore: fix useListBoxSlot signature to accept more triggerRef types ([PR #31038](https://github.com/microsoft/fluentui/pull/31038) by bernardo.sunderhus@gmail.com)
|
|
106
|
+
- `@fluentui/react-datepicker-compat`
|
|
107
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
108
|
+
- `@fluentui/react-dialog`
|
|
109
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
110
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
111
|
+
- `@fluentui/react-drawer`
|
|
112
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
113
|
+
- `@fluentui/react-field`
|
|
114
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
115
|
+
- `@fluentui/react-infolabel`
|
|
116
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
117
|
+
- `@fluentui/react-menu`
|
|
118
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
119
|
+
- `@fluentui/react-message-bar`
|
|
120
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
121
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
122
|
+
- `@fluentui/react-migration-v0-v9`
|
|
123
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
124
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
125
|
+
- `@fluentui/react-migration-v8-v9`
|
|
126
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
127
|
+
- `@fluentui/react-portal`
|
|
128
|
+
- chore: add "data-portal-node" attr in usePortalMountNode() ([PR #31002](https://github.com/microsoft/fluentui/pull/31002) by olfedias@microsoft.com)
|
|
129
|
+
- `@fluentui/react-provider`
|
|
130
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
131
|
+
- `@fluentui/react-rating`
|
|
132
|
+
- chore: Update RatingDisplay value margin-left tokens. ([PR #31034](https://github.com/microsoft/fluentui/pull/31034) by ololubek@microsoft.com)
|
|
133
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
134
|
+
- `@fluentui/react-search`
|
|
135
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
136
|
+
- `@fluentui/react-select`
|
|
137
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
138
|
+
- `@fluentui/react-spinbutton`
|
|
139
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
140
|
+
- `@fluentui/react-spinner`
|
|
141
|
+
- chore: move tabindex to the root slot of Spinner. ([PR #31056](https://github.com/microsoft/fluentui/pull/31056) by ololubek@microsoft.com)
|
|
142
|
+
- `@fluentui/react-swatch-picker-preview`
|
|
143
|
+
- fix(react-swatch-picker): colors in HC mode ([PR #31014](https://github.com/microsoft/fluentui/pull/31014) by vkozlova@microsoft.com)
|
|
144
|
+
- fix(react-swatch-picker): a11y attrs for ImageSwatch ([PR #31060](https://github.com/microsoft/fluentui/pull/31060) by vkozlova@microsoft.com)
|
|
145
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
146
|
+
- `@fluentui/react-switch`
|
|
147
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
148
|
+
- `@fluentui/react-table`
|
|
149
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
150
|
+
- `@fluentui/react-tag-picker-preview`
|
|
151
|
+
- chore: removes disabled property from ComboboxBaseProps ([PR #30963](https://github.com/microsoft/fluentui/pull/30963) by bernardo.sunderhus@gmail.com)
|
|
152
|
+
- bugfix: Space and Enter should close TagPicker when selecting ([PR #31053](https://github.com/microsoft/fluentui/pull/31053) by bernardo.sunderhus@gmail.com)
|
|
153
|
+
- chore: adopt internal hooks provided by @fluentui/react-combobox ([PR #30975](https://github.com/microsoft/fluentui/pull/30975) by bernardo.sunderhus@gmail.com)
|
|
154
|
+
- chore: ensure Click and Enter open/close popover properly ([PR #31010](https://github.com/microsoft/fluentui/pull/31010) by bernardo.sunderhus@gmail.com)
|
|
155
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
156
|
+
- chore: removes unused props ([PR #31001](https://github.com/microsoft/fluentui/pull/31001) by bernardo.sunderhus@gmail.com)
|
|
157
|
+
- `@fluentui/react-tags`
|
|
158
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
159
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
160
|
+
- fix: use colorBrandForeground2 for brand InteractionTag foreground color ([PR #30973](https://github.com/microsoft/fluentui/pull/30973) by yuanboxue@microsoft.com)
|
|
161
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
162
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
163
|
+
- `@fluentui/react-toast`
|
|
164
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
165
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
166
|
+
- `@fluentui/react-tree`
|
|
167
|
+
- fix: Allow overriding aria-selected through props. ([PR #31020](https://github.com/microsoft/fluentui/pull/31020) by estebanmu@microsoft.com)
|
|
168
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
169
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
170
|
+
|
|
171
|
+
### Changes
|
|
172
|
+
|
|
173
|
+
- `@fluentui/react-alert`
|
|
174
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
175
|
+
- `@fluentui/react-infobutton`
|
|
176
|
+
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
177
|
+
|
|
7
178
|
## [9.47.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.5)
|
|
8
179
|
|
|
9
|
-
Fri, 05 Apr 2024 14:
|
|
180
|
+
Fri, 05 Apr 2024 14:17:26 GMT
|
|
10
181
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.4..@fluentui/react-components_v9.47.5)
|
|
11
182
|
|
|
12
183
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -469,6 +469,8 @@ import { MenuItemSelectableProps } from '@fluentui/react-menu';
|
|
|
469
469
|
import { MenuItemSelectableState } from '@fluentui/react-menu';
|
|
470
470
|
import { MenuItemSlots } from '@fluentui/react-menu';
|
|
471
471
|
import { MenuItemState } from '@fluentui/react-menu';
|
|
472
|
+
import { MenuItemSwitch } from '@fluentui/react-menu';
|
|
473
|
+
import { menuItemSwitchClassNames } from '@fluentui/react-menu';
|
|
472
474
|
import { MenuList } from '@fluentui/react-menu';
|
|
473
475
|
import { menuListClassNames } from '@fluentui/react-menu';
|
|
474
476
|
import { MenuListContextValue } from '@fluentui/react-menu';
|
|
@@ -714,6 +716,7 @@ import { renderMenuItem_unstable } from '@fluentui/react-menu';
|
|
|
714
716
|
import { renderMenuItemCheckbox_unstable } from '@fluentui/react-menu';
|
|
715
717
|
import { renderMenuItemLink_unstable } from '@fluentui/react-menu';
|
|
716
718
|
import { renderMenuItemRadio_unstable } from '@fluentui/react-menu';
|
|
719
|
+
import { renderMenuItemSwitch_unstable } from '@fluentui/react-menu';
|
|
717
720
|
import { renderMenuList_unstable } from '@fluentui/react-menu';
|
|
718
721
|
import { renderMenuPopover_unstable } from '@fluentui/react-menu';
|
|
719
722
|
import { renderMenuSplitGroup_unstable } from '@fluentui/react-menu';
|
|
@@ -737,6 +740,7 @@ import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
|
737
740
|
import { renderRating_unstable } from '@fluentui/react-rating';
|
|
738
741
|
import { renderRatingDisplay_unstable } from '@fluentui/react-rating';
|
|
739
742
|
import { renderRatingItem_unstable } from '@fluentui/react-rating';
|
|
743
|
+
import { renderSearchBox_unstable } from '@fluentui/react-search';
|
|
740
744
|
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
741
745
|
import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
742
746
|
import { renderSkeletonItem_unstable } from '@fluentui/react-skeleton';
|
|
@@ -759,6 +763,19 @@ import { renderTableSelectionCell_unstable } from '@fluentui/react-table';
|
|
|
759
763
|
import { renderTabList_unstable } from '@fluentui/react-tabs';
|
|
760
764
|
import { renderTag_unstable } from '@fluentui/react-tags';
|
|
761
765
|
import { renderTagGroup_unstable } from '@fluentui/react-tags';
|
|
766
|
+
import { renderTeachingPopover_unstable } from '@fluentui/react-teaching-popover';
|
|
767
|
+
import { renderTeachingPopoverBody_unstable } from '@fluentui/react-teaching-popover';
|
|
768
|
+
import { renderTeachingPopoverCarousel_unstable } from '@fluentui/react-teaching-popover';
|
|
769
|
+
import { renderTeachingPopoverCarouselCard_unstable } from '@fluentui/react-teaching-popover';
|
|
770
|
+
import { renderTeachingPopoverCarouselFooter_unstable } from '@fluentui/react-teaching-popover';
|
|
771
|
+
import { renderTeachingPopoverCarouselNav_unstable } from '@fluentui/react-teaching-popover';
|
|
772
|
+
import { renderTeachingPopoverCarouselNavButton_unstable } from '@fluentui/react-teaching-popover';
|
|
773
|
+
import { renderTeachingPopoverCarouselPageCount_unstable } from '@fluentui/react-teaching-popover';
|
|
774
|
+
import { renderTeachingPopoverFooter_unstable } from '@fluentui/react-teaching-popover';
|
|
775
|
+
import { renderTeachingPopoverHeader_unstable } from '@fluentui/react-teaching-popover';
|
|
776
|
+
import { renderTeachingPopoverSurface_unstable } from '@fluentui/react-teaching-popover';
|
|
777
|
+
import { renderTeachingPopoverTitle_unstable } from '@fluentui/react-teaching-popover';
|
|
778
|
+
import { renderTeachingPopoverTrigger_unstable } from '@fluentui/react-teaching-popover';
|
|
762
779
|
import { renderText_unstable } from '@fluentui/react-text';
|
|
763
780
|
import { renderTextarea_unstable } from '@fluentui/react-textarea';
|
|
764
781
|
import { renderToast_unstable } from '@fluentui/react-toast';
|
|
@@ -781,6 +798,12 @@ import { resolvePositioningShorthand } from '@fluentui/react-positioning';
|
|
|
781
798
|
import { resolveShorthand } from '@fluentui/react-utilities';
|
|
782
799
|
import { ResolveShorthandFunction } from '@fluentui/react-utilities';
|
|
783
800
|
import { ResolveShorthandOptions } from '@fluentui/react-utilities';
|
|
801
|
+
import { SearchBox } from '@fluentui/react-search';
|
|
802
|
+
import { SearchBoxChangeEvent } from '@fluentui/react-search';
|
|
803
|
+
import { searchBoxClassNames } from '@fluentui/react-search';
|
|
804
|
+
import { SearchBoxProps } from '@fluentui/react-search';
|
|
805
|
+
import { SearchBoxSlots } from '@fluentui/react-search';
|
|
806
|
+
import { SearchBoxState } from '@fluentui/react-search';
|
|
784
807
|
import { Select } from '@fluentui/react-select';
|
|
785
808
|
import { SelectableHandler } from '@fluentui/react-menu';
|
|
786
809
|
import { selectClassNames } from '@fluentui/react-select';
|
|
@@ -960,6 +983,68 @@ import { TagSize } from '@fluentui/react-tags';
|
|
|
960
983
|
import { TagSlots } from '@fluentui/react-tags';
|
|
961
984
|
import { TagState } from '@fluentui/react-tags';
|
|
962
985
|
import { TagValue } from '@fluentui/react-tags';
|
|
986
|
+
import { TeachingPopover } from '@fluentui/react-teaching-popover';
|
|
987
|
+
import { TeachingPopoverBody } from '@fluentui/react-teaching-popover';
|
|
988
|
+
import { teachingPopoverBodyClassNames } from '@fluentui/react-teaching-popover';
|
|
989
|
+
import { TeachingPopoverBodyProps } from '@fluentui/react-teaching-popover';
|
|
990
|
+
import { TeachingPopoverBodySlots } from '@fluentui/react-teaching-popover';
|
|
991
|
+
import { TeachingPopoverBodyState } from '@fluentui/react-teaching-popover';
|
|
992
|
+
import { TeachingPopoverCarousel } from '@fluentui/react-teaching-popover';
|
|
993
|
+
import { TeachingPopoverCarouselCard } from '@fluentui/react-teaching-popover';
|
|
994
|
+
import { teachingPopoverCarouselCardClassNames } from '@fluentui/react-teaching-popover';
|
|
995
|
+
import { TeachingPopoverCarouselCardProps } from '@fluentui/react-teaching-popover';
|
|
996
|
+
import { TeachingPopoverCarouselCardSlots } from '@fluentui/react-teaching-popover';
|
|
997
|
+
import { TeachingPopoverCarouselCardState } from '@fluentui/react-teaching-popover';
|
|
998
|
+
import { teachingPopoverCarouselClassNames } from '@fluentui/react-teaching-popover';
|
|
999
|
+
import { TeachingPopoverCarouselFooter } from '@fluentui/react-teaching-popover';
|
|
1000
|
+
import { teachingPopoverCarouselFooterClassNames } from '@fluentui/react-teaching-popover';
|
|
1001
|
+
import { TeachingPopoverCarouselFooterProps } from '@fluentui/react-teaching-popover';
|
|
1002
|
+
import { TeachingPopoverCarouselFooterSlots } from '@fluentui/react-teaching-popover';
|
|
1003
|
+
import { TeachingPopoverCarouselFooterState } from '@fluentui/react-teaching-popover';
|
|
1004
|
+
import { TeachingPopoverCarouselNav } from '@fluentui/react-teaching-popover';
|
|
1005
|
+
import { TeachingPopoverCarouselNavButton } from '@fluentui/react-teaching-popover';
|
|
1006
|
+
import { teachingPopoverCarouselNavButtonClassNames } from '@fluentui/react-teaching-popover';
|
|
1007
|
+
import { TeachingPopoverCarouselNavButtonProps } from '@fluentui/react-teaching-popover';
|
|
1008
|
+
import { TeachingPopoverCarouselNavButtonSlots } from '@fluentui/react-teaching-popover';
|
|
1009
|
+
import { TeachingPopoverCarouselNavButtonState } from '@fluentui/react-teaching-popover';
|
|
1010
|
+
import { teachingPopoverCarouselNavClassNames } from '@fluentui/react-teaching-popover';
|
|
1011
|
+
import { TeachingPopoverCarouselNavProps } from '@fluentui/react-teaching-popover';
|
|
1012
|
+
import { TeachingPopoverCarouselNavSlots } from '@fluentui/react-teaching-popover';
|
|
1013
|
+
import { TeachingPopoverCarouselNavState } from '@fluentui/react-teaching-popover';
|
|
1014
|
+
import { TeachingPopoverCarouselPageCount } from '@fluentui/react-teaching-popover';
|
|
1015
|
+
import { teachingPopoverCarouselPageCountClassNames } from '@fluentui/react-teaching-popover';
|
|
1016
|
+
import { TeachingPopoverCarouselPageCountProps } from '@fluentui/react-teaching-popover';
|
|
1017
|
+
import { TeachingPopoverCarouselPageCountRenderFunction } from '@fluentui/react-teaching-popover';
|
|
1018
|
+
import { TeachingPopoverCarouselPageCountSlots } from '@fluentui/react-teaching-popover';
|
|
1019
|
+
import { TeachingPopoverCarouselPageCountState } from '@fluentui/react-teaching-popover';
|
|
1020
|
+
import { TeachingPopoverCarouselProps } from '@fluentui/react-teaching-popover';
|
|
1021
|
+
import { TeachingPopoverCarouselSlots } from '@fluentui/react-teaching-popover';
|
|
1022
|
+
import { TeachingPopoverCarouselState } from '@fluentui/react-teaching-popover';
|
|
1023
|
+
import { TeachingPopoverFooter } from '@fluentui/react-teaching-popover';
|
|
1024
|
+
import { teachingPopoverFooterClassNames } from '@fluentui/react-teaching-popover';
|
|
1025
|
+
import { TeachingPopoverFooterProps } from '@fluentui/react-teaching-popover';
|
|
1026
|
+
import { TeachingPopoverFooterState } from '@fluentui/react-teaching-popover';
|
|
1027
|
+
import { TeachingPopoverHeader } from '@fluentui/react-teaching-popover';
|
|
1028
|
+
import { teachingPopoverHeaderClassNames } from '@fluentui/react-teaching-popover';
|
|
1029
|
+
import { TeachingPopoverHeaderProps } from '@fluentui/react-teaching-popover';
|
|
1030
|
+
import { TeachingPopoverHeaderSlots } from '@fluentui/react-teaching-popover';
|
|
1031
|
+
import { TeachingPopoverHeaderState } from '@fluentui/react-teaching-popover';
|
|
1032
|
+
import { TeachingPopoverProps } from '@fluentui/react-teaching-popover';
|
|
1033
|
+
import { TeachingPopoverState } from '@fluentui/react-teaching-popover';
|
|
1034
|
+
import { TeachingPopoverSurface } from '@fluentui/react-teaching-popover';
|
|
1035
|
+
import { teachingPopoverSurfaceClassNames } from '@fluentui/react-teaching-popover';
|
|
1036
|
+
import { TeachingPopoverSurfaceProps } from '@fluentui/react-teaching-popover';
|
|
1037
|
+
import { TeachingPopoverSurfaceSlots } from '@fluentui/react-teaching-popover';
|
|
1038
|
+
import { TeachingPopoverSurfaceState } from '@fluentui/react-teaching-popover';
|
|
1039
|
+
import { TeachingPopoverTitle } from '@fluentui/react-teaching-popover';
|
|
1040
|
+
import { teachingPopoverTitleClassNames } from '@fluentui/react-teaching-popover';
|
|
1041
|
+
import { TeachingPopoverTitleProps } from '@fluentui/react-teaching-popover';
|
|
1042
|
+
import { TeachingPopoverTitleSlots } from '@fluentui/react-teaching-popover';
|
|
1043
|
+
import { TeachingPopoverTitleState } from '@fluentui/react-teaching-popover';
|
|
1044
|
+
import { TeachingPopoverTrigger } from '@fluentui/react-teaching-popover';
|
|
1045
|
+
import { TeachingPopoverTriggerChildProps } from '@fluentui/react-teaching-popover';
|
|
1046
|
+
import { TeachingPopoverTriggerProps } from '@fluentui/react-teaching-popover';
|
|
1047
|
+
import { TeachingPopoverTriggerState } from '@fluentui/react-teaching-popover';
|
|
963
1048
|
import { teamsDarkTheme } from '@fluentui/react-theme';
|
|
964
1049
|
import { teamsHighContrastTheme } from '@fluentui/react-theme';
|
|
965
1050
|
import { teamsLightTheme } from '@fluentui/react-theme';
|
|
@@ -1278,6 +1363,8 @@ import { useMenuItemLinkStyles_unstable } from '@fluentui/react-menu';
|
|
|
1278
1363
|
import { useMenuItemRadio_unstable } from '@fluentui/react-menu';
|
|
1279
1364
|
import { useMenuItemRadioStyles_unstable } from '@fluentui/react-menu';
|
|
1280
1365
|
import { useMenuItemStyles_unstable } from '@fluentui/react-menu';
|
|
1366
|
+
import { useMenuItemSwitch_unstable } from '@fluentui/react-menu';
|
|
1367
|
+
import { useMenuItemSwitchStyles_unstable } from '@fluentui/react-menu';
|
|
1281
1368
|
import { useMenuList_unstable } from '@fluentui/react-menu';
|
|
1282
1369
|
import { useMenuListContext_unstable } from '@fluentui/react-menu';
|
|
1283
1370
|
import { useMenuListContextValues_unstable } from '@fluentui/react-menu';
|
|
@@ -1344,6 +1431,8 @@ import { useRatingStyles_unstable } from '@fluentui/react-rating';
|
|
|
1344
1431
|
import { useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
1345
1432
|
import { useRestoreFocusTarget } from '@fluentui/react-tabster';
|
|
1346
1433
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
1434
|
+
import { useSearchBox_unstable } from '@fluentui/react-search';
|
|
1435
|
+
import { useSearchBoxStyles_unstable } from '@fluentui/react-search';
|
|
1347
1436
|
import { useSelect_unstable } from '@fluentui/react-select';
|
|
1348
1437
|
import { useSelection } from '@fluentui/react-utilities';
|
|
1349
1438
|
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
@@ -1404,6 +1493,30 @@ import { useTagGroup_unstable } from '@fluentui/react-tags';
|
|
|
1404
1493
|
import { useTagGroupContextValues_unstable } from '@fluentui/react-tags';
|
|
1405
1494
|
import { useTagGroupStyles_unstable } from '@fluentui/react-tags';
|
|
1406
1495
|
import { useTagStyles_unstable } from '@fluentui/react-tags';
|
|
1496
|
+
import { useTeachingPopover_unstable } from '@fluentui/react-teaching-popover';
|
|
1497
|
+
import { useTeachingPopoverBody_unstable } from '@fluentui/react-teaching-popover';
|
|
1498
|
+
import { useTeachingPopoverBodyStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1499
|
+
import { useTeachingPopoverCarousel_unstable } from '@fluentui/react-teaching-popover';
|
|
1500
|
+
import { useTeachingPopoverCarouselCard_unstable } from '@fluentui/react-teaching-popover';
|
|
1501
|
+
import { useTeachingPopoverCarouselCardStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1502
|
+
import { useTeachingPopoverCarouselContextValues_unstable } from '@fluentui/react-teaching-popover';
|
|
1503
|
+
import { useTeachingPopoverCarouselFooter_unstable } from '@fluentui/react-teaching-popover';
|
|
1504
|
+
import { useTeachingPopoverCarouselFooterStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1505
|
+
import { useTeachingPopoverCarouselNav_unstable } from '@fluentui/react-teaching-popover';
|
|
1506
|
+
import { useTeachingPopoverCarouselNavButton_unstable } from '@fluentui/react-teaching-popover';
|
|
1507
|
+
import { useTeachingPopoverCarouselNavButtonStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1508
|
+
import { useTeachingPopoverCarouselNavStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1509
|
+
import { useTeachingPopoverCarouselPageCount_unstable } from '@fluentui/react-teaching-popover';
|
|
1510
|
+
import { useTeachingPopoverCarouselPageCountStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1511
|
+
import { useTeachingPopoverCarouselStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1512
|
+
import { useTeachingPopoverFooter_unstable } from '@fluentui/react-teaching-popover';
|
|
1513
|
+
import { useTeachingPopoverHeader_unstable } from '@fluentui/react-teaching-popover';
|
|
1514
|
+
import { useTeachingPopoverHeaderStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1515
|
+
import { useTeachingPopoverSurface_unstable } from '@fluentui/react-teaching-popover';
|
|
1516
|
+
import { useTeachingPopoverSurfaceStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1517
|
+
import { useTeachingPopoverTitle_unstable } from '@fluentui/react-teaching-popover';
|
|
1518
|
+
import { useTeachingPopoverTitleStyles_unstable } from '@fluentui/react-teaching-popover';
|
|
1519
|
+
import { useTeachingPopoverTrigger_unstable } from '@fluentui/react-teaching-popover';
|
|
1407
1520
|
import { useText_unstable } from '@fluentui/react-text';
|
|
1408
1521
|
import { useTextarea_unstable } from '@fluentui/react-textarea';
|
|
1409
1522
|
import { useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
@@ -2398,6 +2511,10 @@ export { MenuItemSlots }
|
|
|
2398
2511
|
|
|
2399
2512
|
export { MenuItemState }
|
|
2400
2513
|
|
|
2514
|
+
export { MenuItemSwitch }
|
|
2515
|
+
|
|
2516
|
+
export { menuItemSwitchClassNames }
|
|
2517
|
+
|
|
2401
2518
|
export { MenuList }
|
|
2402
2519
|
|
|
2403
2520
|
export { menuListClassNames }
|
|
@@ -2888,6 +3005,8 @@ export { renderMenuItemLink_unstable }
|
|
|
2888
3005
|
|
|
2889
3006
|
export { renderMenuItemRadio_unstable }
|
|
2890
3007
|
|
|
3008
|
+
export { renderMenuItemSwitch_unstable }
|
|
3009
|
+
|
|
2891
3010
|
export { renderMenuList_unstable }
|
|
2892
3011
|
|
|
2893
3012
|
export { renderMenuPopover_unstable }
|
|
@@ -2934,6 +3053,8 @@ export { renderRatingDisplay_unstable }
|
|
|
2934
3053
|
|
|
2935
3054
|
export { renderRatingItem_unstable }
|
|
2936
3055
|
|
|
3056
|
+
export { renderSearchBox_unstable }
|
|
3057
|
+
|
|
2937
3058
|
export { renderSelect_unstable }
|
|
2938
3059
|
|
|
2939
3060
|
export { renderSkeleton_unstable }
|
|
@@ -2978,6 +3099,32 @@ export { renderTag_unstable }
|
|
|
2978
3099
|
|
|
2979
3100
|
export { renderTagGroup_unstable }
|
|
2980
3101
|
|
|
3102
|
+
export { renderTeachingPopover_unstable }
|
|
3103
|
+
|
|
3104
|
+
export { renderTeachingPopoverBody_unstable }
|
|
3105
|
+
|
|
3106
|
+
export { renderTeachingPopoverCarousel_unstable }
|
|
3107
|
+
|
|
3108
|
+
export { renderTeachingPopoverCarouselCard_unstable }
|
|
3109
|
+
|
|
3110
|
+
export { renderTeachingPopoverCarouselFooter_unstable }
|
|
3111
|
+
|
|
3112
|
+
export { renderTeachingPopoverCarouselNav_unstable }
|
|
3113
|
+
|
|
3114
|
+
export { renderTeachingPopoverCarouselNavButton_unstable }
|
|
3115
|
+
|
|
3116
|
+
export { renderTeachingPopoverCarouselPageCount_unstable }
|
|
3117
|
+
|
|
3118
|
+
export { renderTeachingPopoverFooter_unstable }
|
|
3119
|
+
|
|
3120
|
+
export { renderTeachingPopoverHeader_unstable }
|
|
3121
|
+
|
|
3122
|
+
export { renderTeachingPopoverSurface_unstable }
|
|
3123
|
+
|
|
3124
|
+
export { renderTeachingPopoverTitle_unstable }
|
|
3125
|
+
|
|
3126
|
+
export { renderTeachingPopoverTrigger_unstable }
|
|
3127
|
+
|
|
2981
3128
|
export { renderText_unstable }
|
|
2982
3129
|
|
|
2983
3130
|
export { renderTextarea_unstable }
|
|
@@ -3022,6 +3169,18 @@ export { ResolveShorthandFunction }
|
|
|
3022
3169
|
|
|
3023
3170
|
export { ResolveShorthandOptions }
|
|
3024
3171
|
|
|
3172
|
+
export { SearchBox }
|
|
3173
|
+
|
|
3174
|
+
export { SearchBoxChangeEvent }
|
|
3175
|
+
|
|
3176
|
+
export { searchBoxClassNames }
|
|
3177
|
+
|
|
3178
|
+
export { SearchBoxProps }
|
|
3179
|
+
|
|
3180
|
+
export { SearchBoxSlots }
|
|
3181
|
+
|
|
3182
|
+
export { SearchBoxState }
|
|
3183
|
+
|
|
3025
3184
|
export { Select }
|
|
3026
3185
|
|
|
3027
3186
|
export { SelectableHandler }
|
|
@@ -3380,6 +3539,130 @@ export { TagState }
|
|
|
3380
3539
|
|
|
3381
3540
|
export { TagValue }
|
|
3382
3541
|
|
|
3542
|
+
export { TeachingPopover }
|
|
3543
|
+
|
|
3544
|
+
export { TeachingPopoverBody }
|
|
3545
|
+
|
|
3546
|
+
export { teachingPopoverBodyClassNames }
|
|
3547
|
+
|
|
3548
|
+
export { TeachingPopoverBodyProps }
|
|
3549
|
+
|
|
3550
|
+
export { TeachingPopoverBodySlots }
|
|
3551
|
+
|
|
3552
|
+
export { TeachingPopoverBodyState }
|
|
3553
|
+
|
|
3554
|
+
export { TeachingPopoverCarousel }
|
|
3555
|
+
|
|
3556
|
+
export { TeachingPopoverCarouselCard }
|
|
3557
|
+
|
|
3558
|
+
export { teachingPopoverCarouselCardClassNames }
|
|
3559
|
+
|
|
3560
|
+
export { TeachingPopoverCarouselCardProps }
|
|
3561
|
+
|
|
3562
|
+
export { TeachingPopoverCarouselCardSlots }
|
|
3563
|
+
|
|
3564
|
+
export { TeachingPopoverCarouselCardState }
|
|
3565
|
+
|
|
3566
|
+
export { teachingPopoverCarouselClassNames }
|
|
3567
|
+
|
|
3568
|
+
export { TeachingPopoverCarouselFooter }
|
|
3569
|
+
|
|
3570
|
+
export { teachingPopoverCarouselFooterClassNames }
|
|
3571
|
+
|
|
3572
|
+
export { TeachingPopoverCarouselFooterProps }
|
|
3573
|
+
|
|
3574
|
+
export { TeachingPopoverCarouselFooterSlots }
|
|
3575
|
+
|
|
3576
|
+
export { TeachingPopoverCarouselFooterState }
|
|
3577
|
+
|
|
3578
|
+
export { TeachingPopoverCarouselNav }
|
|
3579
|
+
|
|
3580
|
+
export { TeachingPopoverCarouselNavButton }
|
|
3581
|
+
|
|
3582
|
+
export { teachingPopoverCarouselNavButtonClassNames }
|
|
3583
|
+
|
|
3584
|
+
export { TeachingPopoverCarouselNavButtonProps }
|
|
3585
|
+
|
|
3586
|
+
export { TeachingPopoverCarouselNavButtonSlots }
|
|
3587
|
+
|
|
3588
|
+
export { TeachingPopoverCarouselNavButtonState }
|
|
3589
|
+
|
|
3590
|
+
export { teachingPopoverCarouselNavClassNames }
|
|
3591
|
+
|
|
3592
|
+
export { TeachingPopoverCarouselNavProps }
|
|
3593
|
+
|
|
3594
|
+
export { TeachingPopoverCarouselNavSlots }
|
|
3595
|
+
|
|
3596
|
+
export { TeachingPopoverCarouselNavState }
|
|
3597
|
+
|
|
3598
|
+
export { TeachingPopoverCarouselPageCount }
|
|
3599
|
+
|
|
3600
|
+
export { teachingPopoverCarouselPageCountClassNames }
|
|
3601
|
+
|
|
3602
|
+
export { TeachingPopoverCarouselPageCountProps }
|
|
3603
|
+
|
|
3604
|
+
export { TeachingPopoverCarouselPageCountRenderFunction }
|
|
3605
|
+
|
|
3606
|
+
export { TeachingPopoverCarouselPageCountSlots }
|
|
3607
|
+
|
|
3608
|
+
export { TeachingPopoverCarouselPageCountState }
|
|
3609
|
+
|
|
3610
|
+
export { TeachingPopoverCarouselProps }
|
|
3611
|
+
|
|
3612
|
+
export { TeachingPopoverCarouselSlots }
|
|
3613
|
+
|
|
3614
|
+
export { TeachingPopoverCarouselState }
|
|
3615
|
+
|
|
3616
|
+
export { TeachingPopoverFooter }
|
|
3617
|
+
|
|
3618
|
+
export { teachingPopoverFooterClassNames }
|
|
3619
|
+
|
|
3620
|
+
export { TeachingPopoverFooterProps }
|
|
3621
|
+
|
|
3622
|
+
export { TeachingPopoverFooterState }
|
|
3623
|
+
|
|
3624
|
+
export { TeachingPopoverHeader }
|
|
3625
|
+
|
|
3626
|
+
export { teachingPopoverHeaderClassNames }
|
|
3627
|
+
|
|
3628
|
+
export { TeachingPopoverHeaderProps }
|
|
3629
|
+
|
|
3630
|
+
export { TeachingPopoverHeaderSlots }
|
|
3631
|
+
|
|
3632
|
+
export { TeachingPopoverHeaderState }
|
|
3633
|
+
|
|
3634
|
+
export { TeachingPopoverProps }
|
|
3635
|
+
|
|
3636
|
+
export { TeachingPopoverState }
|
|
3637
|
+
|
|
3638
|
+
export { TeachingPopoverSurface }
|
|
3639
|
+
|
|
3640
|
+
export { teachingPopoverSurfaceClassNames }
|
|
3641
|
+
|
|
3642
|
+
export { TeachingPopoverSurfaceProps }
|
|
3643
|
+
|
|
3644
|
+
export { TeachingPopoverSurfaceSlots }
|
|
3645
|
+
|
|
3646
|
+
export { TeachingPopoverSurfaceState }
|
|
3647
|
+
|
|
3648
|
+
export { TeachingPopoverTitle }
|
|
3649
|
+
|
|
3650
|
+
export { teachingPopoverTitleClassNames }
|
|
3651
|
+
|
|
3652
|
+
export { TeachingPopoverTitleProps }
|
|
3653
|
+
|
|
3654
|
+
export { TeachingPopoverTitleSlots }
|
|
3655
|
+
|
|
3656
|
+
export { TeachingPopoverTitleState }
|
|
3657
|
+
|
|
3658
|
+
export { TeachingPopoverTrigger }
|
|
3659
|
+
|
|
3660
|
+
export { TeachingPopoverTriggerChildProps }
|
|
3661
|
+
|
|
3662
|
+
export { TeachingPopoverTriggerProps }
|
|
3663
|
+
|
|
3664
|
+
export { TeachingPopoverTriggerState }
|
|
3665
|
+
|
|
3383
3666
|
export { teamsDarkTheme }
|
|
3384
3667
|
|
|
3385
3668
|
export { teamsHighContrastTheme }
|
|
@@ -4016,6 +4299,10 @@ export { useMenuItemRadioStyles_unstable }
|
|
|
4016
4299
|
|
|
4017
4300
|
export { useMenuItemStyles_unstable }
|
|
4018
4301
|
|
|
4302
|
+
export { useMenuItemSwitch_unstable }
|
|
4303
|
+
|
|
4304
|
+
export { useMenuItemSwitchStyles_unstable }
|
|
4305
|
+
|
|
4019
4306
|
export { useMenuList_unstable }
|
|
4020
4307
|
|
|
4021
4308
|
export { useMenuListContext_unstable }
|
|
@@ -4148,6 +4435,10 @@ export { useRestoreFocusTarget }
|
|
|
4148
4435
|
|
|
4149
4436
|
export { useScrollbarWidth }
|
|
4150
4437
|
|
|
4438
|
+
export { useSearchBox_unstable }
|
|
4439
|
+
|
|
4440
|
+
export { useSearchBoxStyles_unstable }
|
|
4441
|
+
|
|
4151
4442
|
export { useSelect_unstable }
|
|
4152
4443
|
|
|
4153
4444
|
export { useSelection }
|
|
@@ -4268,6 +4559,54 @@ export { useTagGroupStyles_unstable }
|
|
|
4268
4559
|
|
|
4269
4560
|
export { useTagStyles_unstable }
|
|
4270
4561
|
|
|
4562
|
+
export { useTeachingPopover_unstable }
|
|
4563
|
+
|
|
4564
|
+
export { useTeachingPopoverBody_unstable }
|
|
4565
|
+
|
|
4566
|
+
export { useTeachingPopoverBodyStyles_unstable }
|
|
4567
|
+
|
|
4568
|
+
export { useTeachingPopoverCarousel_unstable }
|
|
4569
|
+
|
|
4570
|
+
export { useTeachingPopoverCarouselCard_unstable }
|
|
4571
|
+
|
|
4572
|
+
export { useTeachingPopoverCarouselCardStyles_unstable }
|
|
4573
|
+
|
|
4574
|
+
export { useTeachingPopoverCarouselContextValues_unstable }
|
|
4575
|
+
|
|
4576
|
+
export { useTeachingPopoverCarouselFooter_unstable }
|
|
4577
|
+
|
|
4578
|
+
export { useTeachingPopoverCarouselFooterStyles_unstable }
|
|
4579
|
+
|
|
4580
|
+
export { useTeachingPopoverCarouselNav_unstable }
|
|
4581
|
+
|
|
4582
|
+
export { useTeachingPopoverCarouselNavButton_unstable }
|
|
4583
|
+
|
|
4584
|
+
export { useTeachingPopoverCarouselNavButtonStyles_unstable }
|
|
4585
|
+
|
|
4586
|
+
export { useTeachingPopoverCarouselNavStyles_unstable }
|
|
4587
|
+
|
|
4588
|
+
export { useTeachingPopoverCarouselPageCount_unstable }
|
|
4589
|
+
|
|
4590
|
+
export { useTeachingPopoverCarouselPageCountStyles_unstable }
|
|
4591
|
+
|
|
4592
|
+
export { useTeachingPopoverCarouselStyles_unstable }
|
|
4593
|
+
|
|
4594
|
+
export { useTeachingPopoverFooter_unstable }
|
|
4595
|
+
|
|
4596
|
+
export { useTeachingPopoverHeader_unstable }
|
|
4597
|
+
|
|
4598
|
+
export { useTeachingPopoverHeaderStyles_unstable }
|
|
4599
|
+
|
|
4600
|
+
export { useTeachingPopoverSurface_unstable }
|
|
4601
|
+
|
|
4602
|
+
export { useTeachingPopoverSurfaceStyles_unstable }
|
|
4603
|
+
|
|
4604
|
+
export { useTeachingPopoverTitle_unstable }
|
|
4605
|
+
|
|
4606
|
+
export { useTeachingPopoverTitleStyles_unstable }
|
|
4607
|
+
|
|
4608
|
+
export { useTeachingPopoverTrigger_unstable }
|
|
4609
|
+
|
|
4271
4610
|
export { useText_unstable }
|
|
4272
4611
|
|
|
4273
4612
|
export { useTextarea_unstable }
|