@fluentui-react-native/popover 0.1.52 → 0.1.54
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 +43 -1
- package/CHANGELOG.md +20 -2
- package/lib/Popover.d.ts +0 -1
- package/lib/Popover.d.ts.map +1 -1
- package/lib/Popover.js +1 -1
- package/lib/Popover.js.map +1 -1
- package/lib-commonjs/Popover.d.ts +0 -1
- package/lib-commonjs/Popover.d.ts.map +1 -1
- package/lib-commonjs/Popover.js +1 -1
- package/lib-commonjs/Popover.js.map +1 -1
- package/package.json +3 -3
- package/src/Popover.tsx +3 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 03 Mar 2023 06:44:56 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/popover_v0.1.54",
|
|
7
|
+
"version": "0.1.54",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/popover",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.9.4",
|
|
14
|
+
"commit": "4659b74650377d2f746a81a321346a481816a5af"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 24 Feb 2023 20:39:59 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/popover_v0.1.53",
|
|
22
|
+
"version": "0.1.53",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "78454019+lyzhan7@users.noreply.github.com",
|
|
27
|
+
"package": "@fluentui-react-native/popover",
|
|
28
|
+
"commit": "743bd1507af336a62946361f3fe3c800ae5bd4c2",
|
|
29
|
+
"comment": "Order imports"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui-react-native/popover",
|
|
34
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.10.2",
|
|
35
|
+
"commit": "743bd1507af336a62946361f3fe3c800ae5bd4c2"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui-react-native/popover",
|
|
40
|
+
"comment": "Bump @fluentui-react-native/framework to v0.9.3",
|
|
41
|
+
"commit": "743bd1507af336a62946361f3fe3c800ae5bd4c2"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Fri, 24 Feb 2023 02:22:40 GMT",
|
|
6
48
|
"tag": "@fluentui-react-native/popover_v0.1.52",
|
|
7
49
|
"version": "0.1.52",
|
|
8
50
|
"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 Fri,
|
|
3
|
+
This log was last generated on Fri, 03 Mar 2023 06:44:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.54
|
|
8
|
+
|
|
9
|
+
Fri, 03 Mar 2023 06:44:56 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.9.4
|
|
14
|
+
|
|
15
|
+
## 0.1.53
|
|
16
|
+
|
|
17
|
+
Fri, 24 Feb 2023 20:39:59 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Order imports (78454019+lyzhan7@users.noreply.github.com)
|
|
22
|
+
- Bump @fluentui-react-native/adapters to v0.10.2
|
|
23
|
+
- Bump @fluentui-react-native/framework to v0.9.3
|
|
24
|
+
|
|
7
25
|
## 0.1.52
|
|
8
26
|
|
|
9
|
-
Fri, 24 Feb 2023 02:
|
|
27
|
+
Fri, 24 Feb 2023 02:22:40 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
package/lib/Popover.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/** @jsx withSlots */
|
|
2
1
|
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
3
2
|
export declare const Popover: import("@fluentui-react-native/use-tokens").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
|
|
4
3
|
export default Popover;
|
package/lib/Popover.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,kJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
|
package/lib/Popover.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { popoverName } from './Popover.types';
|
|
2
1
|
import { compressible, buildUseTokens } from '@fluentui-react-native/framework';
|
|
2
|
+
import { popoverName } from './Popover.types';
|
|
3
3
|
var usePopoverTokens = buildUseTokens(function () { return ({}); }, popoverName);
|
|
4
4
|
export var Popover = compressible(function (_props, _useTokens) {
|
|
5
5
|
return function () {
|
package/lib/Popover.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAEA,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,4 +1,3 @@
|
|
|
1
|
-
/** @jsx withSlots */
|
|
2
1
|
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
3
2
|
export declare const Popover: import("@fluentui-react-native/use-tokens").CustomizableComponent<PopoverProps, PopoverTokens, import("@fluentui-react-native/framework").Theme>;
|
|
4
3
|
export default Popover;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,OAAO,kJAIA,CAAC;AAGrB,eAAe,OAAO,CAAC"}
|
package/lib-commonjs/Popover.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Popover = void 0;
|
|
4
|
-
var Popover_types_1 = require("./Popover.types");
|
|
5
4
|
var framework_1 = require("@fluentui-react-native/framework");
|
|
5
|
+
var Popover_types_1 = require("./Popover.types");
|
|
6
6
|
var usePopoverTokens = (0, framework_1.buildUseTokens)(function () { return ({}); }, Popover_types_1.popoverName);
|
|
7
7
|
exports.Popover = (0, framework_1.compressible)(function (_props, _useTokens) {
|
|
8
8
|
return function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":";;;AAEA,iDAA8C;AAE9C,
|
|
1
|
+
{"version":3,"file":"Popover.js","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":";;;AAEA,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"}
|
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.54",
|
|
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.9.
|
|
25
|
+
"@fluentui-react-native/adapters": ">=0.10.2 <1.0.0",
|
|
26
|
+
"@fluentui-react-native/framework": "0.9.4",
|
|
27
27
|
"tslib": "^2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
package/src/Popover.tsx
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/** @jsx withSlots */
|
|
2
|
-
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
3
|
-
import { popoverName } from './Popover.types';
|
|
4
2
|
import type { UseTokens } from '@fluentui-react-native/framework';
|
|
5
3
|
import { compressible, buildUseTokens } from '@fluentui-react-native/framework';
|
|
6
4
|
|
|
5
|
+
import type { PopoverProps, PopoverTokens } from './Popover.types';
|
|
6
|
+
import { popoverName } from './Popover.types';
|
|
7
|
+
|
|
7
8
|
const usePopoverTokens = buildUseTokens<PopoverTokens>(() => ({}), popoverName);
|
|
8
9
|
|
|
9
10
|
export const Popover = compressible<PopoverProps, PopoverTokens>((_props: PopoverProps, _useTokens: UseTokens<PopoverTokens>) => {
|