@fluentui/react-accordion 9.8.4 → 9.8.5
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 +19 -2
- package/dist/index.d.ts +1 -3
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 21 Aug 2025 12:20:30 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.8.5)
|
|
8
|
+
|
|
9
|
+
Thu, 21 Aug 2025 12:20:30 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.8.4..@fluentui/react-accordion_v9.8.5)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
|
|
15
|
+
- Bump @fluentui/react-aria to v9.16.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
16
|
+
- Bump @fluentui/react-context-selector to v9.2.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
17
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
18
|
+
- Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
19
|
+
- Bump @fluentui/react-motion to v9.10.3 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
20
|
+
- Bump @fluentui/react-motion-components-preview to v0.9.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
21
|
+
- Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
22
|
+
- Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
|
|
23
|
+
|
|
7
24
|
## [9.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.8.4)
|
|
8
25
|
|
|
9
|
-
Thu, 07 Aug 2025
|
|
26
|
+
Thu, 07 Aug 2025 10:03:31 GMT
|
|
10
27
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.8.3..@fluentui/react-accordion_v9.8.4)
|
|
11
28
|
|
|
12
29
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
|
|
3
1
|
import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
|
|
4
2
|
import type { ComponentProps } from '@fluentui/react-utilities';
|
|
5
3
|
import type { ComponentState } from '@fluentui/react-utilities';
|
|
@@ -242,7 +240,7 @@ export declare const renderAccordionPanel_unstable: (state: AccordionPanelState)
|
|
|
242
240
|
*/
|
|
243
241
|
export declare const useAccordion_unstable: <Value = unknown>(props: AccordionProps<Value>, ref: React_2.Ref<HTMLElement>) => AccordionState<Value>;
|
|
244
242
|
|
|
245
|
-
export declare const useAccordionContext_unstable: <T>(selector: ContextSelector<AccordionContextValue
|
|
243
|
+
export declare const useAccordionContext_unstable: <T>(selector: ContextSelector<AccordionContextValue, T>) => T;
|
|
246
244
|
|
|
247
245
|
export declare function useAccordionContextValues_unstable(state: AccordionState): AccordionContextValues;
|
|
248
246
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.5",
|
|
4
4
|
"description": "Fluent UI accordion component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"@fluentui/scripts-api-extractor": "*"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@fluentui/react-aria": "^9.16.
|
|
22
|
-
"@fluentui/react-context-selector": "^9.2.
|
|
21
|
+
"@fluentui/react-aria": "^9.16.4",
|
|
22
|
+
"@fluentui/react-context-selector": "^9.2.6",
|
|
23
23
|
"@fluentui/react-icons": "^2.0.245",
|
|
24
|
-
"@fluentui/react-jsx-runtime": "^9.1.
|
|
25
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
26
|
-
"@fluentui/react-motion": "^9.10.
|
|
27
|
-
"@fluentui/react-motion-components-preview": "^0.
|
|
28
|
-
"@fluentui/react-tabster": "^9.26.
|
|
24
|
+
"@fluentui/react-jsx-runtime": "^9.1.6",
|
|
25
|
+
"@fluentui/react-shared-contexts": "^9.25.0",
|
|
26
|
+
"@fluentui/react-motion": "^9.10.3",
|
|
27
|
+
"@fluentui/react-motion-components-preview": "^0.9.0",
|
|
28
|
+
"@fluentui/react-tabster": "^9.26.4",
|
|
29
29
|
"@fluentui/react-theme": "^9.2.0",
|
|
30
|
-
"@fluentui/react-utilities": "^9.
|
|
30
|
+
"@fluentui/react-utilities": "^9.24.0",
|
|
31
31
|
"@griffel/react": "^1.5.22",
|
|
32
32
|
"@swc/helpers": "^0.5.1"
|
|
33
33
|
},
|