@fluentui-react-native/popover 0.4.3 → 0.4.4

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,42 @@
2
2
  "name": "@fluentui-react-native/popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 12 Jun 2025 03:17:18 GMT",
5
+ "date": "Thu, 10 Jul 2025 20:30:34 GMT",
6
+ "version": "0.4.4",
7
+ "tag": "@fluentui-react-native/popover_v0.4.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jasonmo@microsoft.com",
12
+ "package": "@fluentui-react-native/popover",
13
+ "commit": "479b93cea460a26df70c55b5d3335927ed374713",
14
+ "comment": "update builds to use node16 settings and modern export maps"
15
+ }
16
+ ],
17
+ "none": [
18
+ {
19
+ "author": "jasonmo@microsoft.com",
20
+ "package": "@fluentui-react-native/popover",
21
+ "commit": "54087dca787180bbf34630470cd0d06e88366b30",
22
+ "comment": "update eslint to 9.x and use new flat config format with security rules"
23
+ },
24
+ {
25
+ "author": "4123478+tido64@users.noreply.github.com",
26
+ "package": "@fluentui-react-native/popover",
27
+ "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027",
28
+ "comment": "Fixed `align-deps` warnings"
29
+ },
30
+ {
31
+ "author": "ruaraki@microsoft.com",
32
+ "package": "@fluentui-react-native/popover",
33
+ "commit": "a245202877ef7f2be9ab5f0e1356b2270957e693",
34
+ "comment": "Run bump-versions"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Thu, 10 Jul 2025 19:20:19 GMT",
6
41
  "version": "0.4.3",
7
42
  "tag": "@fluentui-react-native/popover_v0.4.3",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/popover
2
2
 
3
- <!-- This log was last generated on Thu, 12 Jun 2025 03:17:18 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 10 Jul 2025 20:30:34 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.4
8
+
9
+ Thu, 10 Jul 2025 20:30:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
14
+
7
15
  ## 0.4.3
8
16
 
9
- Thu, 12 Jun 2025 03:17:18 GMT
17
+ Thu, 10 Jul 2025 19:20:19 GMT
10
18
 
11
19
  ### Patches
12
20
 
@@ -0,0 +1,3 @@
1
+ const baseConfig = require('@fluentui-react-native/eslint-config-rules');
2
+
3
+ module.exports = baseConfig;
package/lib/Popover.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import type { PopoverProps, PopoverTokens } from './Popover.types';
2
- export declare const Popover: import("@fluentui-react-native/use-tokens").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
2
+ export declare const Popover: import("@fluentui-react-native/framework").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
3
3
  export default Popover;
4
4
  //# sourceMappingURL=Popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,kJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,iJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
package/lib/Popover.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { compressible, buildUseTokens } from '@fluentui-react-native/framework';
2
2
  import { popoverName } from './Popover.types';
3
- var usePopoverTokens = buildUseTokens(function () { return ({}); }, popoverName);
4
- export var Popover = compressible(function (_props, _useTokens) {
5
- return function () {
3
+ const usePopoverTokens = buildUseTokens(() => ({}), popoverName);
4
+ export const Popover = compressible((_props, _useTokens) => {
5
+ return () => {
6
6
  return null;
7
7
  };
8
8
  }, usePopoverTokens);
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGhF,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,IAAM,gBAAgB,GAAG,cAAc,CAAgB,cAAM,OAAA,CAAC,EAAE,CAAC,EAAJ,CAAI,EAAE,WAAW,CAAC,CAAC;AAEhF,MAAM,CAAC,IAAM,OAAO,GAAG,YAAY,CAA8B,UAAC,MAAoB,EAAE,UAAoC;IAC1H,OAAO;QACL,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;AACJ,CAAC,EAAE,gBAAgB,CAAC,CAAC;AACrB,OAAO,CAAC,WAAW,GAAG,WAAW,CAAC;AAElC,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGhF,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,gBAAgB,GAAG,cAAc,CAAgB,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,CAAC;AAEhF,MAAM,CAAC,MAAM,OAAO,GAAG,YAAY,CAA8B,CAAC,MAAoB,EAAE,UAAoC,EAAE,EAAE;IAC9H,OAAO,GAAG,EAAE;QACV,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;AACJ,CAAC,EAAE,gBAAgB,CAAC,CAAC;AACrB,OAAO,CAAC,WAAW,GAAG,WAAW,CAAC;AAElC,eAAe,OAAO,CAAC"}
@@ -1,2 +1,2 @@
1
- export var popoverName = 'Popover';
1
+ export const popoverName = 'Popover';
2
2
  //# sourceMappingURL=Popover.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.types.js","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,IAAM,WAAW,GAAG,SAAS,CAAC"}
1
+ {"version":3,"file":"Popover.types.js","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { PopoverProps, PopoverTokens } from './Popover.types';
2
- export declare const Popover: import("@fluentui-react-native/use-tokens").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
2
+ export declare const Popover: import("@fluentui-react-native/framework").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
3
3
  export default Popover;
4
4
  //# sourceMappingURL=Popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,kJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,iJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Popover = void 0;
4
- var framework_1 = require("@fluentui-react-native/framework");
5
- var Popover_types_1 = require("./Popover.types");
6
- var usePopoverTokens = (0, framework_1.buildUseTokens)(function () { return ({}); }, Popover_types_1.popoverName);
7
- exports.Popover = (0, framework_1.compressible)(function (_props, _useTokens) {
8
- return function () {
4
+ const framework_1 = require("@fluentui-react-native/framework");
5
+ const Popover_types_1 = require("./Popover.types");
6
+ const usePopoverTokens = (0, framework_1.buildUseTokens)(() => ({}), Popover_types_1.popoverName);
7
+ exports.Popover = (0, framework_1.compressible)((_props, _useTokens) => {
8
+ return () => {
9
9
  return null;
10
10
  };
11
11
  }, usePopoverTokens);
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":";;;AAGA,8DAAgF;AAGhF,iDAA8C;AAE9C,IAAM,gBAAgB,GAAG,IAAA,0BAAc,EAAgB,cAAM,OAAA,CAAC,EAAE,CAAC,EAAJ,CAAI,EAAE,2BAAW,CAAC,CAAC;AAEnE,QAAA,OAAO,GAAG,IAAA,wBAAY,EAA8B,UAAC,MAAoB,EAAE,UAAoC;IAC1H,OAAO;QACL,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;AACJ,CAAC,EAAE,gBAAgB,CAAC,CAAC;AACrB,eAAO,CAAC,WAAW,GAAG,2BAAW,CAAC;AAElC,kBAAe,eAAO,CAAC"}
1
+ {"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":";;;AAGA,gEAAgF;AAGhF,mDAA8C;AAE9C,MAAM,gBAAgB,GAAG,IAAA,0BAAc,EAAgB,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,2BAAW,CAAC,CAAC;AAEnE,QAAA,OAAO,GAAG,IAAA,wBAAY,EAA8B,CAAC,MAAoB,EAAE,UAAoC,EAAE,EAAE;IAC9H,OAAO,GAAG,EAAE;QACV,OAAO,IAAI,CAAC;IACd,CAAC,CAAC;AACJ,CAAC,EAAE,gBAAgB,CAAC,CAAC;AACrB,eAAO,CAAC,WAAW,GAAG,2BAAW,CAAC;AAElC,kBAAe,eAAO,CAAC"}
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/popover",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "A cross-platform Popover component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./lib/index.js",
10
+ "require": "./lib-commonjs/index.js",
11
+ "types": "./lib/index.d.ts"
12
+ }
13
+ },
7
14
  "typings": "lib/index.d.ts",
8
15
  "scripts": {
9
16
  "build": "fluentui-scripts build",
@@ -22,8 +29,8 @@
22
29
  "directory": "packages/experimental/popover"
23
30
  },
24
31
  "dependencies": {
25
- "@fluentui-react-native/adapters": "0.13.1",
26
- "@fluentui-react-native/framework": "0.14.3",
32
+ "@fluentui-react-native/adapters": "0.13.2",
33
+ "@fluentui-react-native/framework": "0.14.4",
27
34
  "tslib": "^2.3.1"
28
35
  },
29
36
  "devDependencies": {
@@ -34,7 +41,9 @@
34
41
  "@react-native/metro-config": "^0.74.0",
35
42
  "@types/react": "~18.2.0",
36
43
  "react": "18.2.0",
37
- "react-native": "^0.74.0"
44
+ "react-native": "^0.74.0",
45
+ "react-native-macos": "^0.74.0",
46
+ "react-native-windows": "^0.74.0"
38
47
  },
39
48
  "peerDependencies": {
40
49
  "@office-iss/react-native-win32": "^0.74.0",
@@ -60,9 +69,12 @@
60
69
  ]
61
70
  },
62
71
  "capabilities": [
72
+ "babel-preset-react-native",
63
73
  "core",
64
74
  "core-android",
65
75
  "core-ios",
76
+ "core-macos",
77
+ "core-windows",
66
78
  "react"
67
79
  ]
68
80
  }
package/.eslintrc.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- extends: ['@fluentui-react-native/eslint-config-rules'],
3
- };