@fluentui/react-components 9.54.17 → 9.55.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 +29 -2
- package/dist/index.d.ts +240 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +145 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +46 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 08 Oct 2024 22:02:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.55.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.55.0)
|
|
8
|
+
|
|
9
|
+
Tue, 08 Oct 2024 22:02:29 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.17..@fluentui/react-components_v9.55.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-carousel`
|
|
15
|
+
- feat: Stable release react-carousel ([PR #32883](https://github.com/microsoft/fluentui/pull/32883) by mifraser@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- feat: Stable release of react-carousel ([PR #32883](https://github.com/microsoft/fluentui/pull/32883) by mifraser@microsoft.com)
|
|
18
|
+
- `@fluentui/react-link`
|
|
19
|
+
- feat: add LinkContextProvider ([PR #32850](https://github.com/microsoft/fluentui/pull/32850) by vgenaev@gmail.com)
|
|
20
|
+
- `@fluentui/react-nav-preview`
|
|
21
|
+
- feat: Build out SplitNavItem ([PR #32873](https://github.com/microsoft/fluentui/pull/32873) by matejera@microsoft.com)
|
|
22
|
+
- feat: Add props for SplitSubNavItems and Tooltips. Other pixel pushing on SplitNavItem ([PR #32964](https://github.com/microsoft/fluentui/pull/32964) by matejera@microsoft.com)
|
|
23
|
+
- `@fluentui/react-spinner`
|
|
24
|
+
- feat: spinner root slot as span ([PR #32989](https://github.com/microsoft/fluentui/pull/32989) by kirpadv@gmail.com)
|
|
25
|
+
|
|
26
|
+
### Patches
|
|
27
|
+
|
|
28
|
+
- `@fluentui/react-message-bar`
|
|
29
|
+
- fix: add null check in ResizeObserver callback ([PR #32971](https://github.com/microsoft/fluentui/pull/32971) by seanmonahan@microsoft.com)
|
|
30
|
+
- fix: use LinkContextProvider to force all links inside MessageBody to be underlined ([PR #32850](https://github.com/microsoft/fluentui/pull/32850) by vgenaev@gmail.com)
|
|
31
|
+
- `@fluentui/react-tabster`
|
|
32
|
+
- Bump tabster to 8.2.0 to fix trapped Modalizer logic ([PR #32963](https://github.com/microsoft/fluentui/pull/32963) by jiangemma@microsoft.com)
|
|
33
|
+
|
|
7
34
|
## [9.54.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.17)
|
|
8
35
|
|
|
9
|
-
Thu, 26 Sep 2024 14:
|
|
36
|
+
Thu, 26 Sep 2024 14:15:26 GMT
|
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.16..@fluentui/react-components_v9.54.17)
|
|
11
38
|
|
|
12
39
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -146,6 +146,57 @@ import { CardPreviewState } from '@fluentui/react-card';
|
|
|
146
146
|
import { CardProps } from '@fluentui/react-card';
|
|
147
147
|
import { CardSlots } from '@fluentui/react-card';
|
|
148
148
|
import { CardState } from '@fluentui/react-card';
|
|
149
|
+
import { Carousel } from '@fluentui/react-carousel';
|
|
150
|
+
import { CarouselAnnouncerFunction } from '@fluentui/react-carousel';
|
|
151
|
+
import { CarouselAutoplayButton } from '@fluentui/react-carousel';
|
|
152
|
+
import { carouselAutoplayButtonClassNames } from '@fluentui/react-carousel';
|
|
153
|
+
import { CarouselAutoplayButtonProps } from '@fluentui/react-carousel';
|
|
154
|
+
import { CarouselAutoplayButtonSlots } from '@fluentui/react-carousel';
|
|
155
|
+
import { CarouselAutoplayButtonState } from '@fluentui/react-carousel';
|
|
156
|
+
import { CarouselButton } from '@fluentui/react-carousel';
|
|
157
|
+
import { carouselButtonClassNames } from '@fluentui/react-carousel';
|
|
158
|
+
import { CarouselButtonProps } from '@fluentui/react-carousel';
|
|
159
|
+
import { CarouselButtonSlots } from '@fluentui/react-carousel';
|
|
160
|
+
import { CarouselButtonState } from '@fluentui/react-carousel';
|
|
161
|
+
import { CarouselCard } from '@fluentui/react-carousel';
|
|
162
|
+
import { carouselCardClassNames } from '@fluentui/react-carousel';
|
|
163
|
+
import { CarouselCardProps } from '@fluentui/react-carousel';
|
|
164
|
+
import { CarouselCardSlots } from '@fluentui/react-carousel';
|
|
165
|
+
import { CarouselCardState } from '@fluentui/react-carousel';
|
|
166
|
+
import { carouselClassNames } from '@fluentui/react-carousel';
|
|
167
|
+
import { carouselContextDefaultValue } from '@fluentui/react-carousel';
|
|
168
|
+
import { CarouselContextValue } from '@fluentui/react-carousel';
|
|
169
|
+
import { CarouselContextValues } from '@fluentui/react-carousel';
|
|
170
|
+
import { CarouselIndexChangeData } from '@fluentui/react-carousel';
|
|
171
|
+
import { CarouselNav } from '@fluentui/react-carousel';
|
|
172
|
+
import { CarouselNavButton } from '@fluentui/react-carousel';
|
|
173
|
+
import { carouselNavButtonClassNames } from '@fluentui/react-carousel';
|
|
174
|
+
import { CarouselNavButtonProps } from '@fluentui/react-carousel';
|
|
175
|
+
import { CarouselNavButtonSlots } from '@fluentui/react-carousel';
|
|
176
|
+
import { CarouselNavButtonState } from '@fluentui/react-carousel';
|
|
177
|
+
import { carouselNavClassNames } from '@fluentui/react-carousel';
|
|
178
|
+
import { CarouselNavContainer } from '@fluentui/react-carousel';
|
|
179
|
+
import { carouselNavContainerClassNames } from '@fluentui/react-carousel';
|
|
180
|
+
import { CarouselNavContainerProps } from '@fluentui/react-carousel';
|
|
181
|
+
import { CarouselNavContainerSlots } from '@fluentui/react-carousel';
|
|
182
|
+
import { CarouselNavContainerState } from '@fluentui/react-carousel';
|
|
183
|
+
import { CarouselNavImageButton } from '@fluentui/react-carousel';
|
|
184
|
+
import { carouselNavImageButtonClassNames } from '@fluentui/react-carousel';
|
|
185
|
+
import { CarouselNavImageButtonProps } from '@fluentui/react-carousel';
|
|
186
|
+
import { CarouselNavImageButtonSlots } from '@fluentui/react-carousel';
|
|
187
|
+
import { CarouselNavImageButtonState } from '@fluentui/react-carousel';
|
|
188
|
+
import { CarouselNavProps } from '@fluentui/react-carousel';
|
|
189
|
+
import { CarouselNavSlots } from '@fluentui/react-carousel';
|
|
190
|
+
import { CarouselNavState } from '@fluentui/react-carousel';
|
|
191
|
+
import { CarouselProps } from '@fluentui/react-carousel';
|
|
192
|
+
import { CarouselProvider } from '@fluentui/react-carousel';
|
|
193
|
+
import { CarouselSlider } from '@fluentui/react-carousel';
|
|
194
|
+
import { carouselSliderClassNames } from '@fluentui/react-carousel';
|
|
195
|
+
import { CarouselSliderProps } from '@fluentui/react-carousel';
|
|
196
|
+
import { CarouselSliderSlots } from '@fluentui/react-carousel';
|
|
197
|
+
import { CarouselSliderState } from '@fluentui/react-carousel';
|
|
198
|
+
import { CarouselSlots } from '@fluentui/react-carousel';
|
|
199
|
+
import { CarouselState } from '@fluentui/react-carousel';
|
|
149
200
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
150
201
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
151
202
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -561,6 +612,7 @@ import { MessageBarTransitionContextValue } from '@fluentui/react-message-bar';
|
|
|
561
612
|
import { MotionComponentProps } from '@fluentui/react-motion';
|
|
562
613
|
import { MotionImperativeRef } from '@fluentui/react-motion';
|
|
563
614
|
import { motionTokens } from '@fluentui/react-motion';
|
|
615
|
+
import { NavButtonRenderFunction } from '@fluentui/react-carousel';
|
|
564
616
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
565
617
|
import { OnSelectionChangeCallback } from '@fluentui/react-utilities';
|
|
566
618
|
import { OnSelectionChangeData } from '@fluentui/react-utilities';
|
|
@@ -702,6 +754,15 @@ import { renderCard_unstable } from '@fluentui/react-card';
|
|
|
702
754
|
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
703
755
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
704
756
|
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
757
|
+
import { renderCarousel_unstable } from '@fluentui/react-carousel';
|
|
758
|
+
import { renderCarouselAutoplayButton_unstable } from '@fluentui/react-carousel';
|
|
759
|
+
import { renderCarouselButton_unstable } from '@fluentui/react-carousel';
|
|
760
|
+
import { renderCarouselCard_unstable } from '@fluentui/react-carousel';
|
|
761
|
+
import { renderCarouselNav_unstable } from '@fluentui/react-carousel';
|
|
762
|
+
import { renderCarouselNavButton_unstable } from '@fluentui/react-carousel';
|
|
763
|
+
import { renderCarouselNavContainer_unstable } from '@fluentui/react-carousel';
|
|
764
|
+
import { renderCarouselNavImageButton_unstable } from '@fluentui/react-carousel';
|
|
765
|
+
import { renderCarouselSlider_unstable } from '@fluentui/react-carousel';
|
|
705
766
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
706
767
|
import { renderColorSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
707
768
|
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
@@ -1343,6 +1404,25 @@ import { useCardHeaderStyles_unstable } from '@fluentui/react-card';
|
|
|
1343
1404
|
import { useCardPreview_unstable } from '@fluentui/react-card';
|
|
1344
1405
|
import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
1345
1406
|
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
1407
|
+
import { useCarousel_unstable } from '@fluentui/react-carousel';
|
|
1408
|
+
import { useCarouselAutoplayButton_unstable } from '@fluentui/react-carousel';
|
|
1409
|
+
import { useCarouselAutoplayButtonStyles_unstable } from '@fluentui/react-carousel';
|
|
1410
|
+
import { useCarouselButton_unstable } from '@fluentui/react-carousel';
|
|
1411
|
+
import { useCarouselButtonStyles_unstable } from '@fluentui/react-carousel';
|
|
1412
|
+
import { useCarouselCard_unstable } from '@fluentui/react-carousel';
|
|
1413
|
+
import { useCarouselCardStyles_unstable } from '@fluentui/react-carousel';
|
|
1414
|
+
import { useCarouselContext_unstable } from '@fluentui/react-carousel';
|
|
1415
|
+
import { useCarouselNav_unstable } from '@fluentui/react-carousel';
|
|
1416
|
+
import { useCarouselNavButton_unstable } from '@fluentui/react-carousel';
|
|
1417
|
+
import { useCarouselNavButtonStyles_unstable } from '@fluentui/react-carousel';
|
|
1418
|
+
import { useCarouselNavContainer_unstable } from '@fluentui/react-carousel';
|
|
1419
|
+
import { useCarouselNavContainerStyles_unstable } from '@fluentui/react-carousel';
|
|
1420
|
+
import { useCarouselNavImageButton_unstable } from '@fluentui/react-carousel';
|
|
1421
|
+
import { useCarouselNavImageButtonStyles_unstable } from '@fluentui/react-carousel';
|
|
1422
|
+
import { useCarouselNavStyles_unstable } from '@fluentui/react-carousel';
|
|
1423
|
+
import { useCarouselSlider_unstable } from '@fluentui/react-carousel';
|
|
1424
|
+
import { useCarouselSliderStyles_unstable } from '@fluentui/react-carousel';
|
|
1425
|
+
import { useCarouselStyles_unstable } from '@fluentui/react-carousel';
|
|
1346
1426
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
1347
1427
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
1348
1428
|
import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
|
|
@@ -2009,6 +2089,108 @@ export { CardSlots }
|
|
|
2009
2089
|
|
|
2010
2090
|
export { CardState }
|
|
2011
2091
|
|
|
2092
|
+
export { Carousel }
|
|
2093
|
+
|
|
2094
|
+
export { CarouselAnnouncerFunction }
|
|
2095
|
+
|
|
2096
|
+
export { CarouselAutoplayButton }
|
|
2097
|
+
|
|
2098
|
+
export { carouselAutoplayButtonClassNames }
|
|
2099
|
+
|
|
2100
|
+
export { CarouselAutoplayButtonProps }
|
|
2101
|
+
|
|
2102
|
+
export { CarouselAutoplayButtonSlots }
|
|
2103
|
+
|
|
2104
|
+
export { CarouselAutoplayButtonState }
|
|
2105
|
+
|
|
2106
|
+
export { CarouselButton }
|
|
2107
|
+
|
|
2108
|
+
export { carouselButtonClassNames }
|
|
2109
|
+
|
|
2110
|
+
export { CarouselButtonProps }
|
|
2111
|
+
|
|
2112
|
+
export { CarouselButtonSlots }
|
|
2113
|
+
|
|
2114
|
+
export { CarouselButtonState }
|
|
2115
|
+
|
|
2116
|
+
export { CarouselCard }
|
|
2117
|
+
|
|
2118
|
+
export { carouselCardClassNames }
|
|
2119
|
+
|
|
2120
|
+
export { CarouselCardProps }
|
|
2121
|
+
|
|
2122
|
+
export { CarouselCardSlots }
|
|
2123
|
+
|
|
2124
|
+
export { CarouselCardState }
|
|
2125
|
+
|
|
2126
|
+
export { carouselClassNames }
|
|
2127
|
+
|
|
2128
|
+
export { carouselContextDefaultValue }
|
|
2129
|
+
|
|
2130
|
+
export { CarouselContextValue }
|
|
2131
|
+
|
|
2132
|
+
export { CarouselContextValues }
|
|
2133
|
+
|
|
2134
|
+
export { CarouselIndexChangeData }
|
|
2135
|
+
|
|
2136
|
+
export { CarouselNav }
|
|
2137
|
+
|
|
2138
|
+
export { CarouselNavButton }
|
|
2139
|
+
|
|
2140
|
+
export { carouselNavButtonClassNames }
|
|
2141
|
+
|
|
2142
|
+
export { CarouselNavButtonProps }
|
|
2143
|
+
|
|
2144
|
+
export { CarouselNavButtonSlots }
|
|
2145
|
+
|
|
2146
|
+
export { CarouselNavButtonState }
|
|
2147
|
+
|
|
2148
|
+
export { carouselNavClassNames }
|
|
2149
|
+
|
|
2150
|
+
export { CarouselNavContainer }
|
|
2151
|
+
|
|
2152
|
+
export { carouselNavContainerClassNames }
|
|
2153
|
+
|
|
2154
|
+
export { CarouselNavContainerProps }
|
|
2155
|
+
|
|
2156
|
+
export { CarouselNavContainerSlots }
|
|
2157
|
+
|
|
2158
|
+
export { CarouselNavContainerState }
|
|
2159
|
+
|
|
2160
|
+
export { CarouselNavImageButton }
|
|
2161
|
+
|
|
2162
|
+
export { carouselNavImageButtonClassNames }
|
|
2163
|
+
|
|
2164
|
+
export { CarouselNavImageButtonProps }
|
|
2165
|
+
|
|
2166
|
+
export { CarouselNavImageButtonSlots }
|
|
2167
|
+
|
|
2168
|
+
export { CarouselNavImageButtonState }
|
|
2169
|
+
|
|
2170
|
+
export { CarouselNavProps }
|
|
2171
|
+
|
|
2172
|
+
export { CarouselNavSlots }
|
|
2173
|
+
|
|
2174
|
+
export { CarouselNavState }
|
|
2175
|
+
|
|
2176
|
+
export { CarouselProps }
|
|
2177
|
+
|
|
2178
|
+
export { CarouselProvider }
|
|
2179
|
+
|
|
2180
|
+
export { CarouselSlider }
|
|
2181
|
+
|
|
2182
|
+
export { carouselSliderClassNames }
|
|
2183
|
+
|
|
2184
|
+
export { CarouselSliderProps }
|
|
2185
|
+
|
|
2186
|
+
export { CarouselSliderSlots }
|
|
2187
|
+
|
|
2188
|
+
export { CarouselSliderState }
|
|
2189
|
+
|
|
2190
|
+
export { CarouselSlots }
|
|
2191
|
+
|
|
2192
|
+
export { CarouselState }
|
|
2193
|
+
|
|
2012
2194
|
export { Checkbox }
|
|
2013
2195
|
|
|
2014
2196
|
export { checkboxClassNames }
|
|
@@ -2839,6 +3021,8 @@ export { MotionImperativeRef }
|
|
|
2839
3021
|
|
|
2840
3022
|
export { motionTokens }
|
|
2841
3023
|
|
|
3024
|
+
export { NavButtonRenderFunction }
|
|
3025
|
+
|
|
2842
3026
|
export { OnOpenChangeData }
|
|
2843
3027
|
|
|
2844
3028
|
export { OnSelectionChangeCallback }
|
|
@@ -3121,6 +3305,24 @@ export { renderCardHeader_unstable }
|
|
|
3121
3305
|
|
|
3122
3306
|
export { renderCardPreview_unstable }
|
|
3123
3307
|
|
|
3308
|
+
export { renderCarousel_unstable }
|
|
3309
|
+
|
|
3310
|
+
export { renderCarouselAutoplayButton_unstable }
|
|
3311
|
+
|
|
3312
|
+
export { renderCarouselButton_unstable }
|
|
3313
|
+
|
|
3314
|
+
export { renderCarouselCard_unstable }
|
|
3315
|
+
|
|
3316
|
+
export { renderCarouselNav_unstable }
|
|
3317
|
+
|
|
3318
|
+
export { renderCarouselNavButton_unstable }
|
|
3319
|
+
|
|
3320
|
+
export { renderCarouselNavContainer_unstable }
|
|
3321
|
+
|
|
3322
|
+
export { renderCarouselNavImageButton_unstable }
|
|
3323
|
+
|
|
3324
|
+
export { renderCarouselSlider_unstable }
|
|
3325
|
+
|
|
3124
3326
|
export { renderCheckbox_unstable }
|
|
3125
3327
|
|
|
3126
3328
|
export { renderColorSwatch_unstable }
|
|
@@ -4403,6 +4605,44 @@ export { useCardPreviewStyles_unstable }
|
|
|
4403
4605
|
|
|
4404
4606
|
export { useCardStyles_unstable }
|
|
4405
4607
|
|
|
4608
|
+
export { useCarousel_unstable }
|
|
4609
|
+
|
|
4610
|
+
export { useCarouselAutoplayButton_unstable }
|
|
4611
|
+
|
|
4612
|
+
export { useCarouselAutoplayButtonStyles_unstable }
|
|
4613
|
+
|
|
4614
|
+
export { useCarouselButton_unstable }
|
|
4615
|
+
|
|
4616
|
+
export { useCarouselButtonStyles_unstable }
|
|
4617
|
+
|
|
4618
|
+
export { useCarouselCard_unstable }
|
|
4619
|
+
|
|
4620
|
+
export { useCarouselCardStyles_unstable }
|
|
4621
|
+
|
|
4622
|
+
export { useCarouselContext_unstable }
|
|
4623
|
+
|
|
4624
|
+
export { useCarouselNav_unstable }
|
|
4625
|
+
|
|
4626
|
+
export { useCarouselNavButton_unstable }
|
|
4627
|
+
|
|
4628
|
+
export { useCarouselNavButtonStyles_unstable }
|
|
4629
|
+
|
|
4630
|
+
export { useCarouselNavContainer_unstable }
|
|
4631
|
+
|
|
4632
|
+
export { useCarouselNavContainerStyles_unstable }
|
|
4633
|
+
|
|
4634
|
+
export { useCarouselNavImageButton_unstable }
|
|
4635
|
+
|
|
4636
|
+
export { useCarouselNavImageButtonStyles_unstable }
|
|
4637
|
+
|
|
4638
|
+
export { useCarouselNavStyles_unstable }
|
|
4639
|
+
|
|
4640
|
+
export { useCarouselSlider_unstable }
|
|
4641
|
+
|
|
4642
|
+
export { useCarouselSliderStyles_unstable }
|
|
4643
|
+
|
|
4644
|
+
export { useCarouselStyles_unstable }
|
|
4645
|
+
|
|
4406
4646
|
export { useCheckbox_unstable }
|
|
4407
4647
|
|
|
4408
4648
|
export { useCheckboxStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -61,3 +61,4 @@ export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingP
|
|
|
61
61
|
export { TagPicker, renderTagPicker_unstable, useTagPicker_unstable, TagPickerInput, tagPickerInputClassNames, renderTagPickerInput_unstable, useTagPickerInputStyles_unstable, useTagPickerInput_unstable, TagPickerList, tagPickerListClassNames, renderTagPickerList_unstable, useTagPickerListStyles_unstable, useTagPickerList_unstable, TagPickerButton, tagPickerButtonClassNames, renderTagPickerButton_unstable, useTagPickerButtonStyles_unstable, useTagPickerButton_unstable, TagPickerControl, tagPickerControlClassNames, renderTagPickerControl_unstable, useTagPickerControlStyles_unstable, useTagPickerControl_unstable, TagPickerOption, tagPickerOptionClassNames, renderTagPickerOption_unstable, useTagPickerOptionStyles_unstable, useTagPickerOption_unstable, TagPickerGroup, tagPickerGroupClassNames, renderTagPickerGroup_unstable, useTagPickerGroupStyles_unstable, useTagPickerGroup_unstable, TagPickerOptionGroup, tagPickerOptionGroupClassNames, renderTagPickerOptionGroup, useTagPickerOptionGroupStyles, useTagPickerOptionGroup, useTagPickerFilter } from '@fluentui/react-tag-picker';
|
|
62
62
|
export { SwatchPicker, renderSwatchPicker_unstable, useSwatchPickerStyles_unstable, useSwatchPicker_unstable, swatchPickerClassNames, SwatchPickerProvider, swatchPickerContextDefaultValue, useSwatchPickerContextValue_unstable, useSwatchPickerContextValues, ColorSwatch, renderColorSwatch_unstable, useColorSwatchStyles_unstable, useColorSwatch_unstable, colorSwatchClassNames, swatchCSSVars, ImageSwatch, renderImageSwatch_unstable, useImageSwatchStyles_unstable, useImageSwatch_unstable, imageSwatchClassNames, SwatchPickerRow, renderSwatchPickerRow_unstable, useSwatchPickerRowStyles_unstable, useSwatchPickerRow_unstable, swatchPickerRowClassNames, renderSwatchPickerGrid, EmptySwatch, renderEmptySwatch_unstable, useEmptySwatchStyles_unstable, useEmptySwatch_unstable, emptySwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
63
63
|
export { motionTokens, createMotionComponent, createPresenceComponent, createPresenceComponentVariant, PresenceGroup } from '@fluentui/react-motion';
|
|
64
|
+
export { CarouselButton, carouselButtonClassNames, renderCarouselButton_unstable, useCarouselButtonStyles_unstable, useCarouselButton_unstable, CarouselNav, carouselNavClassNames, renderCarouselNav_unstable, useCarouselNavStyles_unstable, useCarouselNav_unstable, CarouselNavButton, carouselNavButtonClassNames, renderCarouselNavButton_unstable, useCarouselNavButtonStyles_unstable, useCarouselNavButton_unstable, Carousel, carouselClassNames, renderCarousel_unstable, useCarouselStyles_unstable, useCarousel_unstable, CarouselCard, carouselCardClassNames, renderCarouselCard_unstable, useCarouselCardStyles_unstable, useCarouselCard_unstable, CarouselAutoplayButton, carouselAutoplayButtonClassNames, renderCarouselAutoplayButton_unstable, useCarouselAutoplayButtonStyles_unstable, useCarouselAutoplayButton_unstable, CarouselNavImageButton, carouselNavImageButtonClassNames, renderCarouselNavImageButton_unstable, useCarouselNavImageButtonStyles_unstable, useCarouselNavImageButton_unstable, CarouselSlider, carouselSliderClassNames, renderCarouselSlider_unstable, useCarouselSliderStyles_unstable, useCarouselSlider_unstable, CarouselNavContainer, carouselNavContainerClassNames, renderCarouselNavContainer_unstable, useCarouselNavContainerStyles_unstable, useCarouselNavContainer_unstable, carouselContextDefaultValue, CarouselProvider, useCarouselContext_unstable } from '@fluentui/react-carousel';
|