@fluentui/react-popover 9.14.0 → 9.14.1

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,22 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 09:41:31 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 30 Mar 2026 14:35:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.14.1)
8
+
9
+ Mon, 30 Mar 2026 14:35:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.14.0..@fluentui/react-popover_v9.14.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-motion to v9.14.0 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
15
+ - Bump @fluentui/react-motion-components-preview to v0.15.3 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
16
+
7
17
  ## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.14.0)
8
18
 
9
- Tue, 03 Mar 2026 09:41:31 GMT
19
+ Tue, 03 Mar 2026 09:43:41 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.13.2..@fluentui/react-popover_v9.14.0)
11
21
 
12
22
  ### Minor changes
@@ -1,8 +1,9 @@
1
1
  /**
2
- * @internal
3
2
  * The default value of the tooltip's border radius (borderRadiusMedium).
4
3
  *
5
4
  * Unfortunately, Popper requires it to be specified as a variable instead of using CSS.
6
5
  * While we could use getComputedStyle, that adds a performance penalty for something that
7
6
  * will likely never change.
7
+ *
8
+ * @internal
8
9
  */ export const popoverSurfaceBorderRadius = 4;
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Popover/constants.ts"],"sourcesContent":["/**\n * @internal\n * The default value of the tooltip's border radius (borderRadiusMedium).\n *\n * Unfortunately, Popper requires it to be specified as a variable instead of using CSS.\n * While we could use getComputedStyle, that adds a performance penalty for something that\n * will likely never change.\n */\nexport const popoverSurfaceBorderRadius = 4;\n"],"names":["popoverSurfaceBorderRadius"],"mappings":"AAAA;;;;;;;CAOC,GACD,OAAO,MAAMA,6BAA6B,EAAE"}
1
+ {"version":3,"sources":["../src/components/Popover/constants.ts"],"sourcesContent":["/**\n * The default value of the tooltip's border radius (borderRadiusMedium).\n *\n * Unfortunately, Popper requires it to be specified as a variable instead of using CSS.\n * While we could use getComputedStyle, that adds a performance penalty for something that\n * will likely never change.\n *\n * @internal\n */\nexport const popoverSurfaceBorderRadius = 4;\n"],"names":["popoverSurfaceBorderRadius"],"mappings":"AAAA;;;;;;;;CAQC,GACD,OAAO,MAAMA,6BAA6B,EAAE"}
@@ -1,10 +1,11 @@
1
1
  /**
2
- * @internal
3
2
  * The default value of the tooltip's border radius (borderRadiusMedium).
4
3
  *
5
4
  * Unfortunately, Popper requires it to be specified as a variable instead of using CSS.
6
5
  * While we could use getComputedStyle, that adds a performance penalty for something that
7
6
  * will likely never change.
7
+ *
8
+ * @internal
8
9
  */ "use strict";
9
10
  Object.defineProperty(exports, "__esModule", {
10
11
  value: true
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Popover/constants.ts"],"sourcesContent":["/**\n * @internal\n * The default value of the tooltip's border radius (borderRadiusMedium).\n *\n * Unfortunately, Popper requires it to be specified as a variable instead of using CSS.\n * While we could use getComputedStyle, that adds a performance penalty for something that\n * will likely never change.\n */\nexport const popoverSurfaceBorderRadius = 4;\n"],"names":["popoverSurfaceBorderRadius"],"mappings":"AAAA;;;;;;;CAOC,GACD;;;;;;;;;;AAAO,MAAMA,6BAA6B,EAAE"}
1
+ {"version":3,"sources":["../src/components/Popover/constants.ts"],"sourcesContent":["/**\n * The default value of the tooltip's border radius (borderRadiusMedium).\n *\n * Unfortunately, Popper requires it to be specified as a variable instead of using CSS.\n * While we could use getComputedStyle, that adds a performance penalty for something that\n * will likely never change.\n *\n * @internal\n */\nexport const popoverSurfaceBorderRadius = 4;\n"],"names":["popoverSurfaceBorderRadius"],"mappings":"AAAA;;;;;;;;CAQC,GACD;;;;;;;;;;AAAO,MAAMA,6BAA6B,EAAE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.14.0",
3
+ "version": "9.14.1",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -15,8 +15,8 @@
15
15
  "@fluentui/keyboard-keys": "^9.0.8",
16
16
  "@fluentui/react-aria": "^9.17.10",
17
17
  "@fluentui/react-context-selector": "^9.2.15",
18
- "@fluentui/react-motion": "^9.13.0",
19
- "@fluentui/react-motion-components-preview": "^0.15.2",
18
+ "@fluentui/react-motion": "^9.14.0",
19
+ "@fluentui/react-motion-components-preview": "^0.15.3",
20
20
  "@fluentui/react-portal": "^9.8.11",
21
21
  "@fluentui/react-positioning": "^9.22.0",
22
22
  "@fluentui/react-shared-contexts": "^9.26.2",