@fluentui-react-native/popover 0.1.46 → 0.1.48
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 +58 -1
- package/CHANGELOG.md +20 -2
- package/lib/Popover.d.ts +1 -1
- package/lib/Popover.d.ts.map +1 -1
- package/lib/Popover.js +0 -1
- package/lib/Popover.js.map +1 -1
- package/lib-commonjs/Popover.d.ts +1 -1
- package/lib-commonjs/Popover.d.ts.map +1 -1
- package/lib-commonjs/Popover.js +0 -1
- package/lib-commonjs/Popover.js.map +1 -1
- package/package.json +17 -11
- package/src/Popover.tsx +4 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,64 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 01 Feb 2023 22:30:11 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/popover_v0.1.48",
|
|
7
|
+
"version": "0.1.48",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/popover",
|
|
13
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910",
|
|
14
|
+
"comment": "Enable @typescript-eslint/consistent-type-imports"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/popover",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.10.1",
|
|
20
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/popover",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.38",
|
|
26
|
+
"commit": "2d0138c80d7512b905fcf32583760bec2b911910"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Mon, 30 Jan 2023 15:17:31 GMT",
|
|
33
|
+
"tag": "@fluentui-react-native/popover_v0.1.47",
|
|
34
|
+
"version": "0.1.47",
|
|
35
|
+
"comments": {
|
|
36
|
+
"none": [
|
|
37
|
+
{
|
|
38
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
39
|
+
"package": "@fluentui-react-native/popover",
|
|
40
|
+
"commit": "4de4c2b37c835ebd9af015ff767f9dd68452f786",
|
|
41
|
+
"comment": "Migrate to align-deps"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Mon, 30 Jan 2023 07:12:38 GMT",
|
|
48
|
+
"tag": "@fluentui-react-native/popover_v0.1.47",
|
|
49
|
+
"version": "0.1.47",
|
|
50
|
+
"comments": {
|
|
51
|
+
"patch": [
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui-react-native/popover",
|
|
55
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.37",
|
|
56
|
+
"commit": "f6f403b2efe86a229448a618b043601ceefd9a5f"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Wed, 25 Jan 2023 21:31:18 GMT",
|
|
6
63
|
"tag": "@fluentui-react-native/popover_v0.1.46",
|
|
7
64
|
"version": "0.1.46",
|
|
8
65
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 01 Feb 2023 22:30:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.48
|
|
8
|
+
|
|
9
|
+
Wed, 01 Feb 2023 22:30:11 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Enable @typescript-eslint/consistent-type-imports (30809111+acoates-ms@users.noreply.github.com)
|
|
14
|
+
- Bump @fluentui-react-native/adapters to v0.10.1
|
|
15
|
+
- Bump @fluentui-react-native/framework to v0.8.38
|
|
16
|
+
|
|
17
|
+
## 0.1.47
|
|
18
|
+
|
|
19
|
+
Mon, 30 Jan 2023 07:12:38 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui-react-native/framework to v0.8.37
|
|
24
|
+
|
|
7
25
|
## 0.1.46
|
|
8
26
|
|
|
9
|
-
Wed, 25 Jan 2023 21:
|
|
27
|
+
Wed, 25 Jan 2023 21:31:18 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
package/lib/Popover.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsx withSlots */
|
|
2
|
-
import { PopoverProps, PopoverTokens } from './Popover.types';
|
|
2
|
+
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
3
3
|
export declare const Popover: import("@fluentui-react-native/use-tokens").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
|
|
4
4
|
export default Popover;
|
|
5
5
|
//# 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":"AAAA,qBAAqB;AACrB,OAAO,
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAAA,qBAAqB;AACrB,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAOnE,eAAO,MAAM,OAAO,kJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
|
package/lib/Popover.js
CHANGED
package/lib/Popover.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAEhF,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,5 +1,5 @@
|
|
|
1
1
|
/** @jsx withSlots */
|
|
2
|
-
import { PopoverProps, PopoverTokens } from './Popover.types';
|
|
2
|
+
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
3
3
|
export declare const Popover: import("@fluentui-react-native/use-tokens").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
|
|
4
4
|
export default Popover;
|
|
5
5
|
//# sourceMappingURL=Popover.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAAA,qBAAqB;AACrB,OAAO,
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAAA,qBAAqB;AACrB,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAOnE,eAAO,MAAM,OAAO,kJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
|
package/lib-commonjs/Popover.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Popover = void 0;
|
|
4
|
-
/** @jsx withSlots */
|
|
5
4
|
var Popover_types_1 = require("./Popover.types");
|
|
6
5
|
var framework_1 = require("@fluentui-react-native/framework");
|
|
7
6
|
var usePopoverTokens = (0, framework_1.buildUseTokens)(function () { return ({}); }, Popover_types_1.popoverName);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":";;;AAEA,iDAA8C;AAE9C,8DAAgF;AAEhF,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
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",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"directory": "packages/experimental/popover"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/adapters": ">=0.10.
|
|
26
|
-
"@fluentui-react-native/framework": "0.8.
|
|
25
|
+
"@fluentui-react-native/adapters": ">=0.10.1 <1.0.0",
|
|
26
|
+
"@fluentui-react-native/framework": "0.8.38",
|
|
27
27
|
"tslib": "^2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -40,14 +40,20 @@
|
|
|
40
40
|
"author": "",
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"rnx-kit": {
|
|
43
|
-
"reactNativeVersion": "^0.68",
|
|
44
|
-
"reactNativeDevVersion": "^0.68",
|
|
45
43
|
"kitType": "library",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
44
|
+
"alignDeps": {
|
|
45
|
+
"presets": [
|
|
46
|
+
"microsoft/react-native"
|
|
47
|
+
],
|
|
48
|
+
"requirements": [
|
|
49
|
+
"react-native@0.68"
|
|
50
|
+
],
|
|
51
|
+
"capabilities": [
|
|
52
|
+
"core",
|
|
53
|
+
"core-android",
|
|
54
|
+
"core-ios",
|
|
55
|
+
"react"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
52
58
|
}
|
|
53
59
|
}
|
package/src/Popover.tsx
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/** @jsx withSlots */
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
3
|
+
import { popoverName } from './Popover.types';
|
|
4
|
+
import type { UseTokens } from '@fluentui-react-native/framework';
|
|
5
|
+
import { compressible, buildUseTokens } from '@fluentui-react-native/framework';
|
|
4
6
|
|
|
5
7
|
const usePopoverTokens = buildUseTokens<PopoverTokens>(() => ({}), popoverName);
|
|
6
8
|
|