@fluentui/react-teaching-popover 9.6.3 → 9.6.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 CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui/react-teaching-popover
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 16:52:58 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.5)
8
+
9
+ Thu, 21 Aug 2025 12:20:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.4..@fluentui/react-teaching-popover_v9.6.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
17
+ - Bump @fluentui/react-popover to v9.12.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
18
+ - Bump @fluentui/react-button to v9.6.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
20
+ - Bump @fluentui/react-aria to v9.16.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
21
+ - Bump @fluentui/react-context-selector to v9.2.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
22
+
23
+ ## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.4)
24
+
25
+ Thu, 07 Aug 2025 10:03:29 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.3..@fluentui/react-teaching-popover_v9.6.4)
27
+
28
+ ### Patches
29
+
30
+ - fix: migrate to R19 compatible JSX.* namespace types ([PR #34923](https://github.com/microsoft/fluentui/pull/34923) by martinhochel@microsoft.com)
31
+ - Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
33
+ - Bump @fluentui/react-popover to v9.12.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
34
+ - Bump @fluentui/react-button to v9.6.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
35
+ - Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
36
+ - Bump @fluentui/react-aria to v9.16.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
37
+ - Bump @fluentui/react-context-selector to v9.2.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
38
+
7
39
  ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-teaching-popover_v9.6.3)
8
40
 
9
- Wed, 30 Jul 2025 16:52:58 GMT
41
+ Wed, 30 Jul 2025 16:55:37 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-teaching-popover_v9.6.2..@fluentui/react-teaching-popover_v9.6.3)
11
43
 
12
44
  ### Patches
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import { ARIAButtonSlotProps } from '@fluentui/react-aria';
4
2
  import { Button } from '@fluentui/react-button';
5
3
  import { ButtonProps } from '@fluentui/react-button';
@@ -9,6 +7,7 @@ import { ComponentState } from '@fluentui/react-utilities';
9
7
  import { EventData } from '@fluentui/react-utilities';
10
8
  import { EventHandler } from '@fluentui/react-utilities';
11
9
  import type { ForwardRefComponent } from '@fluentui/react-utilities';
10
+ import { JSXElement } from '@fluentui/react-utilities';
12
11
  import { JSXElementConstructor } from 'react';
13
12
  import { PopoverContextValue } from '@fluentui/react-popover';
14
13
  import type { PopoverProps } from '@fluentui/react-popover';
@@ -66,7 +65,7 @@ declare type NavButtonRenderFunction = (value: string) => React_2.ReactNode;
66
65
  /**
67
66
  * Render the final JSX of TeachingPopover
68
67
  */
69
- export declare const renderTeachingPopover_unstable: (state: PopoverState) => JSX.Element;
68
+ export declare const renderTeachingPopover_unstable: (state: PopoverState) => JSXElement;
70
69
 
71
70
  /**
72
71
  * Render the final JSX of TeachingPopoverBody
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-teaching-popover",
3
- "version": "9.6.3",
3
+ "version": "9.6.5",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,18 +24,18 @@
24
24
  "@fluentui/scripts-api-extractor": "*"
25
25
  },
26
26
  "dependencies": {
27
- "@fluentui/react-jsx-runtime": "^9.1.4",
27
+ "@fluentui/react-jsx-runtime": "^9.1.6",
28
28
  "@fluentui/react-theme": "^9.2.0",
29
- "@fluentui/react-utilities": "^9.23.1",
29
+ "@fluentui/react-utilities": "^9.24.0",
30
30
  "@griffel/react": "^1.5.22",
31
31
  "@swc/helpers": "^0.5.1",
32
- "@fluentui/react-shared-contexts": "^9.24.1",
33
- "@fluentui/react-popover": "^9.12.3",
34
- "@fluentui/react-button": "^9.6.3",
35
- "@fluentui/react-tabster": "^9.26.2",
32
+ "@fluentui/react-shared-contexts": "^9.25.0",
33
+ "@fluentui/react-popover": "^9.12.5",
34
+ "@fluentui/react-button": "^9.6.5",
35
+ "@fluentui/react-tabster": "^9.26.4",
36
36
  "@fluentui/react-icons": "^2.0.245",
37
- "@fluentui/react-aria": "^9.16.2",
38
- "@fluentui/react-context-selector": "^9.2.4",
37
+ "@fluentui/react-aria": "^9.16.4",
38
+ "@fluentui/react-context-selector": "^9.2.6",
39
39
  "use-sync-external-store": "^1.2.0"
40
40
  },
41
41
  "peerDependencies": {