@fluentui/react-components 9.60.0 → 9.61.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 +72 -2
- package/dist/index.d.ts +96 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +61 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +57 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,82 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 19 Mar 2025 15:36:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.61.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.0)
|
|
8
|
+
|
|
9
|
+
Wed, 19 Mar 2025 15:36:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.60.1..@fluentui/react-components_v9.61.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-color-picker`
|
|
15
|
+
- feat: release ColorPicker as 9.0.0 stable ([PR #33969](https://github.com/microsoft/fluentui/pull/33969) by vkozlova@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- feat: release ColorPicker as 9.0.0 stable ([PR #33969](https://github.com/microsoft/fluentui/pull/33969) by vkozlova@microsoft.com)
|
|
18
|
+
- `@fluentui/react-shared-contexts`
|
|
19
|
+
- feat: added CustomStyleHooks ([PR #33969](https://github.com/microsoft/fluentui/pull/33969) by vkozlova@microsoft.com)
|
|
20
|
+
- `@fluentui/react-tags`
|
|
21
|
+
- feat: Added selected state for Tag and InteractionTag ([PR #33804](https://github.com/microsoft/fluentui/pull/33804) by vkozlova@microsoft.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- `@fluentui/react-dialog`
|
|
26
|
+
- fix(react-dialog): Use token for backdrop color ([PR #33955](https://github.com/microsoft/fluentui/pull/33955) by jiangemma@microsoft.com)
|
|
27
|
+
- `@fluentui/react-drawer`
|
|
28
|
+
- fix(react-drawer): Use token for backdrop color ([PR #33955](https://github.com/microsoft/fluentui/pull/33955) by jiangemma@microsoft.com)
|
|
29
|
+
- `@fluentui/react-nav-preview`
|
|
30
|
+
- fix: minor accessibility cleanup ([PR #33992](https://github.com/microsoft/fluentui/pull/33992) by sarah.higley@microsoft.com)
|
|
31
|
+
- `@fluentui/react-positioning`
|
|
32
|
+
- fix: don't throw on window.getComputedStyle() ([PR #34016](https://github.com/microsoft/fluentui/pull/34016) by olfedias@microsoft.com)
|
|
33
|
+
- `@fluentui/react-spinbutton`
|
|
34
|
+
- fix: Spinbutton aria-valuenow vs native value timing fix ([PR #33923](https://github.com/microsoft/fluentui/pull/33923) by sarah.higley@microsoft.com)
|
|
35
|
+
- `@fluentui/react-tabs`
|
|
36
|
+
- fix: use proper type for Tab value prop ([PR #33988](https://github.com/microsoft/fluentui/pull/33988) by dmytrokirpa@microsoft.com)
|
|
37
|
+
|
|
38
|
+
## [9.60.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.60.1)
|
|
39
|
+
|
|
40
|
+
Tue, 11 Mar 2025 18:58:50 GMT
|
|
41
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.60.0..@fluentui/react-components_v9.60.1)
|
|
42
|
+
|
|
43
|
+
### Minor changes
|
|
44
|
+
|
|
45
|
+
- `@fluentui/react-card`
|
|
46
|
+
- fix: implemented custom style hook for Card, CardFooter, CardHeader, CardPreview ([PR #33912](https://github.com/microsoft/fluentui/pull/33912) by terynkum@microsoft.com)
|
|
47
|
+
- `@fluentui/react-nav-preview`
|
|
48
|
+
- fix(react-nav): Export missing context providers and hooks ([PR #33938](https://github.com/microsoft/fluentui/pull/33938) by jiangemma@microsoft.com)
|
|
49
|
+
- `@fluentui/react-shared-contexts`
|
|
50
|
+
- feat: Adds custom style hooks to TeachingPopoverCarousel and related subcomponents. ([PR #33943](https://github.com/microsoft/fluentui/pull/33943) by matejera@microsoft.com)
|
|
51
|
+
- fix: Implemented customStyleHooks for SearchBox Component ([PR #33954](https://github.com/microsoft/fluentui/pull/33954) by terynkum@microsoft.com)
|
|
52
|
+
- `@fluentui/react-teaching-popover`
|
|
53
|
+
- feat: Adds custom style hooks to TeachingPopoverCarousel and related subcomponents. ([PR #33943](https://github.com/microsoft/fluentui/pull/33943) by matejera@microsoft.com)
|
|
54
|
+
- `@fluentui/react-toolbar`
|
|
55
|
+
- fix: use contrasting token pairs for selected radio and toggle states ([PR #33579](https://github.com/microsoft/fluentui/pull/33579) by sarah.higley@microsoft.com)
|
|
56
|
+
|
|
57
|
+
### Patches
|
|
58
|
+
|
|
59
|
+
- `@fluentui/react-color-picker-preview`
|
|
60
|
+
- fix: placed thumb half outside of colorSlider and colorArea ([PR #33880](https://github.com/microsoft/fluentui/pull/33880) by vkozlova@microsoft.com)
|
|
61
|
+
- fix: focus on Y axis ([PR #33899](https://github.com/microsoft/fluentui/pull/33899) by v.kozlova13@gmail.com)
|
|
62
|
+
- `@fluentui/react-combobox`
|
|
63
|
+
- fix: use correct tokens for hover, active and focus states ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by vgenaev@gmail.com)
|
|
64
|
+
- `@fluentui/react-link`
|
|
65
|
+
- fix: Link now pulls customStyleHook from context ([PR #33894](https://github.com/microsoft/fluentui/pull/33894) by mgodbolt@microsoft.com)
|
|
66
|
+
- `@fluentui/react-motion`
|
|
67
|
+
- fix: apply initial styles consistently ([PR #33810](https://github.com/microsoft/fluentui/pull/33810) by olfedias@microsoft.com)
|
|
68
|
+
- `@fluentui/react-search`
|
|
69
|
+
- fix: Implemented customStyleHooks for SearchBox Component ([PR #33954](https://github.com/microsoft/fluentui/pull/33954) by terynkum@microsoft.com)
|
|
70
|
+
- `@fluentui/react-tabs`
|
|
71
|
+
- fix: selected state in HC on Windows ([PR #33910](https://github.com/microsoft/fluentui/pull/33910) by v.kozlova13@gmail.com)
|
|
72
|
+
- `@fluentui/react-tag-picker`
|
|
73
|
+
- fix: use correct tokens for hover, active and focus states ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by vgenaev@gmail.com)
|
|
74
|
+
- `@fluentui/react-textarea`
|
|
75
|
+
- fix: use correct tokens for hover, active and focus states ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by vgenaev@gmail.com)
|
|
76
|
+
|
|
7
77
|
## [9.60.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.60.0)
|
|
8
78
|
|
|
9
|
-
Fri, 21 Feb 2025 14:
|
|
79
|
+
Fri, 21 Feb 2025 14:34:03 GMT
|
|
10
80
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.59.0..@fluentui/react-components_v9.60.0)
|
|
11
81
|
|
|
12
82
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -37,6 +37,11 @@ import { AccordionState } from '@fluentui/react-accordion';
|
|
|
37
37
|
import { AccordionToggleData } from '@fluentui/react-accordion';
|
|
38
38
|
import { AccordionToggleEvent } from '@fluentui/react-accordion';
|
|
39
39
|
import { AccordionToggleEventHandler } from '@fluentui/react-accordion';
|
|
40
|
+
import { AlphaSlider } from '@fluentui/react-color-picker';
|
|
41
|
+
import { alphaSliderClassNames } from '@fluentui/react-color-picker';
|
|
42
|
+
import { AlphaSliderProps } from '@fluentui/react-color-picker';
|
|
43
|
+
import { AlphaSliderSlots } from '@fluentui/react-color-picker';
|
|
44
|
+
import { AlphaSliderState } from '@fluentui/react-color-picker';
|
|
40
45
|
import { AnnounceContextValue } from '@fluentui/react-shared-contexts';
|
|
41
46
|
import { AnnounceProvider } from '@fluentui/react-shared-contexts';
|
|
42
47
|
import { AriaLiveAnnouncer } from '@fluentui/react-aria';
|
|
@@ -208,7 +213,22 @@ import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
|
208
213
|
import { CheckboxProps } from '@fluentui/react-checkbox';
|
|
209
214
|
import { CheckboxSlots } from '@fluentui/react-checkbox';
|
|
210
215
|
import { CheckboxState } from '@fluentui/react-checkbox';
|
|
216
|
+
import { ColorArea } from '@fluentui/react-color-picker';
|
|
217
|
+
import { colorAreaClassNames } from '@fluentui/react-color-picker';
|
|
218
|
+
import { ColorAreaProps } from '@fluentui/react-color-picker';
|
|
219
|
+
import { ColorAreaSlots } from '@fluentui/react-color-picker';
|
|
220
|
+
import { ColorAreaState } from '@fluentui/react-color-picker';
|
|
211
221
|
import { ColorPaletteTokens } from '@fluentui/react-theme';
|
|
222
|
+
import { ColorPicker } from '@fluentui/react-color-picker';
|
|
223
|
+
import { colorPickerClassNames } from '@fluentui/react-color-picker';
|
|
224
|
+
import { ColorPickerProps } from '@fluentui/react-color-picker';
|
|
225
|
+
import { ColorPickerSlots } from '@fluentui/react-color-picker';
|
|
226
|
+
import { ColorPickerState } from '@fluentui/react-color-picker';
|
|
227
|
+
import { ColorSlider } from '@fluentui/react-color-picker';
|
|
228
|
+
import { colorSliderClassNames } from '@fluentui/react-color-picker';
|
|
229
|
+
import { ColorSliderProps } from '@fluentui/react-color-picker';
|
|
230
|
+
import { ColorSliderSlots } from '@fluentui/react-color-picker';
|
|
231
|
+
import { ColorSliderState } from '@fluentui/react-color-picker';
|
|
212
232
|
import { ColorSwatch } from '@fluentui/react-swatch-picker';
|
|
213
233
|
import { colorSwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
214
234
|
import { ColorSwatchProps } from '@fluentui/react-swatch-picker';
|
|
@@ -757,6 +777,7 @@ import { renderAccordion_unstable } from '@fluentui/react-accordion';
|
|
|
757
777
|
import { renderAccordionHeader_unstable } from '@fluentui/react-accordion';
|
|
758
778
|
import { renderAccordionItem_unstable } from '@fluentui/react-accordion';
|
|
759
779
|
import { renderAccordionPanel_unstable } from '@fluentui/react-accordion';
|
|
780
|
+
import { renderAlphaSlider_unstable } from '@fluentui/react-color-picker';
|
|
760
781
|
import { renderAriaLiveAnnouncer_unstable } from '@fluentui/react-aria';
|
|
761
782
|
import { renderAvatar_unstable } from '@fluentui/react-avatar';
|
|
762
783
|
import { renderAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
@@ -783,6 +804,9 @@ import { renderCarouselNavImageButton_unstable } from '@fluentui/react-carousel'
|
|
|
783
804
|
import { renderCarouselSlider_unstable } from '@fluentui/react-carousel';
|
|
784
805
|
import { renderCarouselViewport_unstable } from '@fluentui/react-carousel';
|
|
785
806
|
import { renderCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
807
|
+
import { renderColorArea_unstable } from '@fluentui/react-color-picker';
|
|
808
|
+
import { renderColorPicker_unstable } from '@fluentui/react-color-picker';
|
|
809
|
+
import { renderColorSlider_unstable } from '@fluentui/react-color-picker';
|
|
786
810
|
import { renderColorSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
787
811
|
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
788
812
|
import { renderCompoundButton_unstable } from '@fluentui/react-button';
|
|
@@ -1389,6 +1413,8 @@ import { useAccordionItemStyles_unstable } from '@fluentui/react-accordion';
|
|
|
1389
1413
|
import { useAccordionPanel_unstable } from '@fluentui/react-accordion';
|
|
1390
1414
|
import { useAccordionPanelStyles_unstable } from '@fluentui/react-accordion';
|
|
1391
1415
|
import { useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
1416
|
+
import { useAlphaSlider_unstable } from '@fluentui/react-color-picker';
|
|
1417
|
+
import { useAlphaSliderStyles_unstable } from '@fluentui/react-color-picker';
|
|
1392
1418
|
import { useAnimationFrame } from '@fluentui/react-utilities';
|
|
1393
1419
|
import { useAnnounce } from '@fluentui/react-shared-contexts';
|
|
1394
1420
|
import { useAriaLiveAnnouncer_unstable } from '@fluentui/react-aria';
|
|
@@ -1451,6 +1477,12 @@ import { useCarouselViewportStyles_unstable } from '@fluentui/react-carousel';
|
|
|
1451
1477
|
import { useCheckbox_unstable } from '@fluentui/react-checkbox';
|
|
1452
1478
|
import { useCheckboxStyles_unstable } from '@fluentui/react-checkbox';
|
|
1453
1479
|
import { useCheckmarkStyles_unstable } from '@fluentui/react-menu';
|
|
1480
|
+
import { useColorArea_unstable } from '@fluentui/react-color-picker';
|
|
1481
|
+
import { useColorAreaStyles_unstable } from '@fluentui/react-color-picker';
|
|
1482
|
+
import { useColorPicker_unstable } from '@fluentui/react-color-picker';
|
|
1483
|
+
import { useColorPickerStyles_unstable } from '@fluentui/react-color-picker';
|
|
1484
|
+
import { useColorSlider_unstable } from '@fluentui/react-color-picker';
|
|
1485
|
+
import { useColorSliderStyles_unstable } from '@fluentui/react-color-picker';
|
|
1454
1486
|
import { useColorSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
1455
1487
|
import { useColorSwatchStyles_unstable } from '@fluentui/react-swatch-picker';
|
|
1456
1488
|
import { useColumnIdContext } from '@fluentui/react-table';
|
|
@@ -1902,6 +1934,16 @@ export { AccordionToggleEvent }
|
|
|
1902
1934
|
|
|
1903
1935
|
export { AccordionToggleEventHandler }
|
|
1904
1936
|
|
|
1937
|
+
export { AlphaSlider }
|
|
1938
|
+
|
|
1939
|
+
export { alphaSliderClassNames }
|
|
1940
|
+
|
|
1941
|
+
export { AlphaSliderProps }
|
|
1942
|
+
|
|
1943
|
+
export { AlphaSliderSlots }
|
|
1944
|
+
|
|
1945
|
+
export { AlphaSliderState }
|
|
1946
|
+
|
|
1905
1947
|
export { AnnounceContextValue }
|
|
1906
1948
|
|
|
1907
1949
|
export { AnnounceProvider }
|
|
@@ -2244,8 +2286,38 @@ export { CheckboxSlots }
|
|
|
2244
2286
|
|
|
2245
2287
|
export { CheckboxState }
|
|
2246
2288
|
|
|
2289
|
+
export { ColorArea }
|
|
2290
|
+
|
|
2291
|
+
export { colorAreaClassNames }
|
|
2292
|
+
|
|
2293
|
+
export { ColorAreaProps }
|
|
2294
|
+
|
|
2295
|
+
export { ColorAreaSlots }
|
|
2296
|
+
|
|
2297
|
+
export { ColorAreaState }
|
|
2298
|
+
|
|
2247
2299
|
export { ColorPaletteTokens }
|
|
2248
2300
|
|
|
2301
|
+
export { ColorPicker }
|
|
2302
|
+
|
|
2303
|
+
export { colorPickerClassNames }
|
|
2304
|
+
|
|
2305
|
+
export { ColorPickerProps }
|
|
2306
|
+
|
|
2307
|
+
export { ColorPickerSlots }
|
|
2308
|
+
|
|
2309
|
+
export { ColorPickerState }
|
|
2310
|
+
|
|
2311
|
+
export { ColorSlider }
|
|
2312
|
+
|
|
2313
|
+
export { colorSliderClassNames }
|
|
2314
|
+
|
|
2315
|
+
export { ColorSliderProps }
|
|
2316
|
+
|
|
2317
|
+
export { ColorSliderSlots }
|
|
2318
|
+
|
|
2319
|
+
export { ColorSliderState }
|
|
2320
|
+
|
|
2249
2321
|
export { ColorSwatch }
|
|
2250
2322
|
|
|
2251
2323
|
export { colorSwatchClassNames }
|
|
@@ -3342,6 +3414,8 @@ export { renderAccordionItem_unstable }
|
|
|
3342
3414
|
|
|
3343
3415
|
export { renderAccordionPanel_unstable }
|
|
3344
3416
|
|
|
3417
|
+
export { renderAlphaSlider_unstable }
|
|
3418
|
+
|
|
3345
3419
|
export { renderAriaLiveAnnouncer_unstable }
|
|
3346
3420
|
|
|
3347
3421
|
export { renderAvatar_unstable }
|
|
@@ -3394,6 +3468,12 @@ export { renderCarouselViewport_unstable }
|
|
|
3394
3468
|
|
|
3395
3469
|
export { renderCheckbox_unstable }
|
|
3396
3470
|
|
|
3471
|
+
export { renderColorArea_unstable }
|
|
3472
|
+
|
|
3473
|
+
export { renderColorPicker_unstable }
|
|
3474
|
+
|
|
3475
|
+
export { renderColorSlider_unstable }
|
|
3476
|
+
|
|
3397
3477
|
export { renderColorSwatch_unstable }
|
|
3398
3478
|
|
|
3399
3479
|
export { renderCombobox_unstable }
|
|
@@ -4606,6 +4686,10 @@ export { useAccordionPanelStyles_unstable }
|
|
|
4606
4686
|
|
|
4607
4687
|
export { useAccordionStyles_unstable }
|
|
4608
4688
|
|
|
4689
|
+
export { useAlphaSlider_unstable }
|
|
4690
|
+
|
|
4691
|
+
export { useAlphaSliderStyles_unstable }
|
|
4692
|
+
|
|
4609
4693
|
export { useAnimationFrame }
|
|
4610
4694
|
|
|
4611
4695
|
export { useAnnounce }
|
|
@@ -4730,6 +4814,18 @@ export { useCheckboxStyles_unstable }
|
|
|
4730
4814
|
|
|
4731
4815
|
export { useCheckmarkStyles_unstable }
|
|
4732
4816
|
|
|
4817
|
+
export { useColorArea_unstable }
|
|
4818
|
+
|
|
4819
|
+
export { useColorAreaStyles_unstable }
|
|
4820
|
+
|
|
4821
|
+
export { useColorPicker_unstable }
|
|
4822
|
+
|
|
4823
|
+
export { useColorPickerStyles_unstable }
|
|
4824
|
+
|
|
4825
|
+
export { useColorSlider_unstable }
|
|
4826
|
+
|
|
4827
|
+
export { useColorSliderStyles_unstable }
|
|
4828
|
+
|
|
4733
4829
|
export { useColorSwatch_unstable }
|
|
4734
4830
|
|
|
4735
4831
|
export { useColorSwatchStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -63,3 +63,4 @@ export { SwatchPicker, renderSwatchPicker_unstable, useSwatchPickerStyles_unstab
|
|
|
63
63
|
export { motionTokens, createMotionComponent, createPresenceComponent, createPresenceComponentVariant, PresenceGroup } from '@fluentui/react-motion';
|
|
64
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, CarouselViewport, carouselViewportClassNames, renderCarouselViewport_unstable, useCarouselViewportStyles_unstable, useCarouselViewport_unstable } from '@fluentui/react-carousel';
|
|
65
65
|
export { List, listClassNames, renderList_unstable, useListStyles_unstable, useList_unstable, ListItem, listItemClassNames, renderListItem_unstable, useListItemStyles_unstable, useListItem_unstable } from '@fluentui/react-list';
|
|
66
|
+
export { ColorSlider, colorSliderClassNames, renderColorSlider_unstable, useColorSliderStyles_unstable, useColorSlider_unstable, ColorPicker, colorPickerClassNames, renderColorPicker_unstable, useColorPickerStyles_unstable, useColorPicker_unstable, ColorArea, colorAreaClassNames, renderColorArea_unstable, useColorAreaStyles_unstable, useColorArea_unstable, AlphaSlider, alphaSliderClassNames, renderAlphaSlider_unstable, useAlphaSliderStyles_unstable, useAlphaSlider_unstable } from '@fluentui/react-color-picker';
|