@fluentui-react-native/menu 1.14.26 → 1.14.27

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.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fluentui-react-native/menu",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 15 Jul 2025 23:20:59 GMT",
5
+ "date": "Tue, 15 Jul 2025 23:27:06 GMT",
6
6
  "version": "1.14.26",
7
7
  "tag": "@fluentui-react-native/menu_v1.14.26",
8
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui-react-native/menu
2
2
 
3
- <!-- This log was last generated on Tue, 15 Jul 2025 23:20:59 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 15 Jul 2025 23:27:06 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 1.14.26
8
8
 
9
- Tue, 15 Jul 2025 23:20:59 GMT
9
+ Tue, 15 Jul 2025 23:27:06 GMT
10
10
 
11
11
  ### Patches
12
12
 
@@ -1,5 +1,5 @@
1
1
  export declare const useMenuPopoverTokens: import("@fluentui-react-native/framework").UseTokens<Omit<import("@fluentui-react-native/callout").ICalloutTokens, "anchorRect" | "beakWidth" | "dismissBehaviors"> & {
2
- borderRadius?: import("react-native/types").AnimatableNumericValue;
2
+ borderRadius?: import("react-native/types/index").AnimatableNumericValue;
3
3
  elevation?: number;
4
4
  }>;
5
5
  //# sourceMappingURL=MenuPopoverTokens.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export declare const useMenuPopoverTokens: import("@fluentui-react-native/framework").UseTokens<Omit<import("@fluentui-react-native/callout").ICalloutTokens, "anchorRect" | "beakWidth" | "dismissBehaviors"> & {
2
- borderRadius?: import("react-native/types").AnimatableNumericValue;
2
+ borderRadius?: import("react-native/types/index").AnimatableNumericValue;
3
3
  elevation?: number;
4
4
  }>;
5
5
  //# sourceMappingURL=MenuPopoverTokens.macos.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
- "version": "1.14.26",
3
+ "version": "1.14.27",
4
4
  "description": "A cross-platform Menu component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,21 +31,21 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@fluentui-react-native/adapters": "0.13.4",
34
- "@fluentui-react-native/callout": "0.27.6",
35
- "@fluentui-react-native/focus-zone": "0.21.4",
36
- "@fluentui-react-native/framework": "0.14.6",
37
- "@fluentui-react-native/icon": "0.21.12",
38
- "@fluentui-react-native/interactive-hooks": "0.27.8",
39
- "@fluentui-react-native/text": "0.24.10",
34
+ "@fluentui-react-native/callout": "0.27.7",
35
+ "@fluentui-react-native/focus-zone": "0.21.5",
36
+ "@fluentui-react-native/framework": "0.14.7",
37
+ "@fluentui-react-native/icon": "0.21.13",
38
+ "@fluentui-react-native/interactive-hooks": "0.27.9",
39
+ "@fluentui-react-native/text": "0.24.11",
40
40
  "@fluentui-react-native/theme-tokens": "0.27.5",
41
41
  "@fluentui-react-native/theming-utils": "0.26.5",
42
42
  "@fluentui-react-native/tokens": "0.23.5",
43
- "@fluentui-react-native/use-styling": "0.13.6",
43
+ "@fluentui-react-native/use-styling": "0.13.7",
44
44
  "tslib": "^2.3.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@babel/core": "^7.20.0",
48
- "@fluentui-react-native/button": "0.39.8",
48
+ "@fluentui-react-native/button": "0.39.9",
49
49
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
50
50
  "@fluentui-react-native/scripts": "0.1.1",
51
51
  "@fluentui-react-native/test-tools": "0.1.1",