@fluentui-react-native/popover 0.4.5 → 0.4.6
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 +35 -11
- package/CHANGELOG.md +6 -3
- package/babel.config.js +1 -1
- package/lib/Popover.d.ts +2 -2
- package/lib/Popover.d.ts.map +1 -1
- package/lib/Popover.types.d.ts +8 -10
- package/lib/Popover.types.d.ts.map +1 -1
- package/lib-commonjs/Popover.d.ts +2 -2
- package/lib-commonjs/Popover.d.ts.map +1 -1
- package/lib-commonjs/Popover.types.d.ts +8 -10
- package/lib-commonjs/Popover.types.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/Popover.types.ts +8 -6
- package/tsconfig.json +1 -1
- package/just.config.js +0 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,10 +2,36 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "0.4.
|
|
7
|
-
"tag": "@fluentui-react-native/popover_v0.4.
|
|
5
|
+
"date": "Tue, 15 Jul 2025 23:20:58 GMT",
|
|
6
|
+
"version": "0.4.6",
|
|
7
|
+
"tag": "@fluentui-react-native/popover_v0.4.6",
|
|
8
8
|
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jasonmo@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/popover",
|
|
13
|
+
"commit": "3d36cc95620fdb938221cbe2c5ce002264108a50",
|
|
14
|
+
"comment": "fix repo linting with new configs and version, fixing linting errors as well"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "jasonmo@microsoft.com",
|
|
18
|
+
"package": "@fluentui-react-native/popover",
|
|
19
|
+
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
|
|
20
|
+
"comment": "update builds to use node16 settings and modern export maps"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "jasonmo@microsoft.com",
|
|
24
|
+
"package": "@fluentui-react-native/popover",
|
|
25
|
+
"commit": "6b4d59227b1e9bbbf25cc93a3502015f663b363e",
|
|
26
|
+
"comment": "add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "sanajmi@microsoft.com",
|
|
30
|
+
"package": "@fluentui-react-native/popover",
|
|
31
|
+
"commit": "9cbe229ec7f6363d229dcaef506921b8d9f47d7d",
|
|
32
|
+
"comment": "fix: run beachball sync"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
9
35
|
"none": [
|
|
10
36
|
{
|
|
11
37
|
"author": "sanajmi@microsoft.com",
|
|
@@ -19,6 +45,12 @@
|
|
|
19
45
|
"commit": "54087dca787180bbf34630470cd0d06e88366b30",
|
|
20
46
|
"comment": "update eslint to 9.x and use new flat config format with security rules"
|
|
21
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"author": "jasonmo@microsoft.com",
|
|
50
|
+
"package": "@fluentui-react-native/popover",
|
|
51
|
+
"commit": "3e168e4363d1821818f219819d29532eace8d979",
|
|
52
|
+
"comment": "update scripts package to be fully js, use esm, and validate fully"
|
|
53
|
+
},
|
|
22
54
|
{
|
|
23
55
|
"author": "4123478+tido64@users.noreply.github.com",
|
|
24
56
|
"package": "@fluentui-react-native/popover",
|
|
@@ -31,14 +63,6 @@
|
|
|
31
63
|
"commit": "a245202877ef7f2be9ab5f0e1356b2270957e693",
|
|
32
64
|
"comment": "Run bump-versions"
|
|
33
65
|
}
|
|
34
|
-
],
|
|
35
|
-
"patch": [
|
|
36
|
-
{
|
|
37
|
-
"author": "jasonmo@microsoft.com",
|
|
38
|
-
"package": "@fluentui-react-native/popover",
|
|
39
|
-
"commit": "479b93cea460a26df70c55b5d3335927ed374713",
|
|
40
|
-
"comment": "update builds to use node16 settings and modern export maps"
|
|
41
|
-
}
|
|
42
66
|
]
|
|
43
67
|
}
|
|
44
68
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/popover
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Tue, 15 Jul 2025 23:20:58 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.4.
|
|
7
|
+
## 0.4.6
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Tue, 15 Jul 2025 23:20:58 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
+
- fix repo linting with new configs and version, fixing linting errors as well (jasonmo@microsoft.com)
|
|
13
14
|
- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
|
|
15
|
+
- add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling (jasonmo@microsoft.com)
|
|
16
|
+
- fix: run beachball sync (sanajmi@microsoft.com)
|
|
14
17
|
|
|
15
18
|
## 0.4.3
|
|
16
19
|
|
package/babel.config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
|
1
|
+
module.exports = require('@fluentui-react-native/scripts/configs/babel.config');
|
package/lib/Popover.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PopoverProps
|
|
2
|
-
export declare const Popover: import("@fluentui-react-native/framework").CustomizableComponent<PopoverProps,
|
|
1
|
+
import type { PopoverProps } from './Popover.types';
|
|
2
|
+
export declare const Popover: import("@fluentui-react-native/framework").CustomizableComponent<PopoverProps, {}, import("@fluentui-react-native/framework").Theme>;
|
|
3
3
|
export default Popover;
|
|
4
4
|
//# sourceMappingURL=Popover.d.ts.map
|
package/lib/Popover.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAiB,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,sIAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
|
package/lib/Popover.types.d.ts
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
2
|
export declare const popoverName = "Popover";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
export interface PopoverSlotProps {
|
|
10
|
-
}
|
|
11
|
-
export interface PopoverType {
|
|
3
|
+
type EmptyInterface = {};
|
|
4
|
+
export type PopoverTokens = EmptyInterface;
|
|
5
|
+
export type PopoverProps = Omit<IViewProps, 'onPress'>;
|
|
6
|
+
export type PopoverState = EmptyInterface;
|
|
7
|
+
export type PopoverSlotProps = EmptyInterface;
|
|
8
|
+
export type PopoverType = {
|
|
12
9
|
props: PopoverProps;
|
|
13
10
|
tokens: PopoverTokens;
|
|
14
11
|
slotProps: PopoverSlotProps;
|
|
15
12
|
state: PopoverState;
|
|
16
|
-
}
|
|
13
|
+
};
|
|
14
|
+
export {};
|
|
17
15
|
//# sourceMappingURL=Popover.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.types.d.ts","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,MAAM,
|
|
1
|
+
{"version":3,"file":"Popover.types.d.ts","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,KAAK,cAAc,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC;AAE3C,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAEvD,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC;AAE9C,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,KAAK,EAAE,YAAY,CAAC;CACrB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PopoverProps
|
|
2
|
-
export declare const Popover: import("@fluentui-react-native/framework").CustomizableComponent<PopoverProps,
|
|
1
|
+
import type { PopoverProps } from './Popover.types';
|
|
2
|
+
export declare const Popover: import("@fluentui-react-native/framework").CustomizableComponent<PopoverProps, {}, 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,
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAiB,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,sIAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
2
|
export declare const popoverName = "Popover";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
export interface PopoverSlotProps {
|
|
10
|
-
}
|
|
11
|
-
export interface PopoverType {
|
|
3
|
+
type EmptyInterface = {};
|
|
4
|
+
export type PopoverTokens = EmptyInterface;
|
|
5
|
+
export type PopoverProps = Omit<IViewProps, 'onPress'>;
|
|
6
|
+
export type PopoverState = EmptyInterface;
|
|
7
|
+
export type PopoverSlotProps = EmptyInterface;
|
|
8
|
+
export type PopoverType = {
|
|
12
9
|
props: PopoverProps;
|
|
13
10
|
tokens: PopoverTokens;
|
|
14
11
|
slotProps: PopoverSlotProps;
|
|
15
12
|
state: PopoverState;
|
|
16
|
-
}
|
|
13
|
+
};
|
|
14
|
+
export {};
|
|
17
15
|
//# sourceMappingURL=Popover.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.types.d.ts","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,MAAM,
|
|
1
|
+
{"version":3,"file":"Popover.types.d.ts","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,KAAK,cAAc,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC;AAE3C,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAEvD,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC;AAE9C,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,KAAK,EAAE,YAAY,CAAC;CACrB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
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
|
+
"react-native": "src/index.ts",
|
|
7
8
|
"exports": {
|
|
8
9
|
".": {
|
|
9
10
|
"import": "./lib/index.js",
|
|
@@ -29,8 +30,8 @@
|
|
|
29
30
|
"directory": "packages/experimental/popover"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@fluentui-react-native/adapters": "0.13.
|
|
33
|
-
"@fluentui-react-native/framework": "0.14.
|
|
33
|
+
"@fluentui-react-native/adapters": "0.13.4",
|
|
34
|
+
"@fluentui-react-native/framework": "0.14.6",
|
|
34
35
|
"tslib": "^2.3.1"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
package/src/Popover.types.ts
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
2
|
|
|
3
3
|
export const popoverName = 'Popover';
|
|
4
|
+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
5
|
+
type EmptyInterface = {};
|
|
4
6
|
|
|
5
|
-
export
|
|
7
|
+
export type PopoverTokens = EmptyInterface;
|
|
6
8
|
|
|
7
|
-
export
|
|
9
|
+
export type PopoverProps = Omit<IViewProps, 'onPress'>;
|
|
8
10
|
|
|
9
|
-
export
|
|
11
|
+
export type PopoverState = EmptyInterface;
|
|
10
12
|
|
|
11
|
-
export
|
|
13
|
+
export type PopoverSlotProps = EmptyInterface;
|
|
12
14
|
|
|
13
|
-
export
|
|
15
|
+
export type PopoverType = {
|
|
14
16
|
props: PopoverProps;
|
|
15
17
|
tokens: PopoverTokens;
|
|
16
18
|
slotProps: PopoverSlotProps;
|
|
17
19
|
state: PopoverState;
|
|
18
|
-
}
|
|
20
|
+
};
|
package/tsconfig.json
CHANGED
package/just.config.js
DELETED