@fluentui-react-native/popover 0.1.55 → 0.1.57
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 +31 -1
- package/CHANGELOG.md +18 -2
- package/package.json +2 -2
- package/lib/Popover.d.ts +0 -4
- package/lib/Popover.d.ts.map +0 -1
- package/lib/Popover.js +0 -11
- package/lib/Popover.js.map +0 -1
- package/lib/Popover.types.d.ts +0 -17
- package/lib/Popover.types.d.ts.map +0 -1
- package/lib/Popover.types.js +0 -2
- package/lib/Popover.types.js.map +0 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -2
- package/lib/index.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/popover",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 18 Mar 2023 17:18:20 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/popover_v0.1.57",
|
|
7
|
+
"version": "0.1.57",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/popover",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.9.7",
|
|
14
|
+
"commit": "601309349ca2bc18780a3fb71c59337f7c26f9bf"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 14 Mar 2023 20:50:45 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/popover_v0.1.56",
|
|
22
|
+
"version": "0.1.56",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/popover",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/framework to v0.9.6",
|
|
29
|
+
"commit": "b2d39b11dbaa12600bd96a9d54e0ebd013d9597f"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 07 Mar 2023 20:54:15 GMT",
|
|
6
36
|
"tag": "@fluentui-react-native/popover_v0.1.55",
|
|
7
37
|
"version": "0.1.55",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 18 Mar 2023 17:18:20 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.57
|
|
8
|
+
|
|
9
|
+
Sat, 18 Mar 2023 17:18:20 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.9.7
|
|
14
|
+
|
|
15
|
+
## 0.1.56
|
|
16
|
+
|
|
17
|
+
Tue, 14 Mar 2023 20:50:45 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/framework to v0.9.6
|
|
22
|
+
|
|
7
23
|
## 0.1.55
|
|
8
24
|
|
|
9
|
-
Tue, 07 Mar 2023 20:
|
|
25
|
+
Tue, 07 Mar 2023 20:54:15 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
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.57",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/adapters": ">=0.10.2 <1.0.0",
|
|
26
|
-
"@fluentui-react-native/framework": "0.9.
|
|
26
|
+
"@fluentui-react-native/framework": "0.9.7",
|
|
27
27
|
"tslib": "^2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
package/lib/Popover.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
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>;
|
|
3
|
-
export default Popover;
|
|
4
|
-
//# sourceMappingURL=Popover.d.ts.map
|
package/lib/Popover.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { compressible, buildUseTokens } from '@fluentui-react-native/framework';
|
|
2
|
-
import { popoverName } from './Popover.types';
|
|
3
|
-
var usePopoverTokens = buildUseTokens(function () { return ({}); }, popoverName);
|
|
4
|
-
export var Popover = compressible(function (_props, _useTokens) {
|
|
5
|
-
return function () {
|
|
6
|
-
return null;
|
|
7
|
-
};
|
|
8
|
-
}, usePopoverTokens);
|
|
9
|
-
Popover.displayName = popoverName;
|
|
10
|
-
export default Popover;
|
|
11
|
-
//# sourceMappingURL=Popover.js.map
|
package/lib/Popover.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
package/lib/Popover.types.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IViewProps } from '@fluentui-react-native/adapters';
|
|
2
|
-
export declare const popoverName = "Popover";
|
|
3
|
-
export interface PopoverTokens {
|
|
4
|
-
}
|
|
5
|
-
export interface PopoverProps extends Omit<IViewProps, 'onPress'> {
|
|
6
|
-
}
|
|
7
|
-
export interface PopoverState {
|
|
8
|
-
}
|
|
9
|
-
export interface PopoverSlotProps {
|
|
10
|
-
}
|
|
11
|
-
export interface PopoverType {
|
|
12
|
-
props: PopoverProps;
|
|
13
|
-
tokens: PopoverTokens;
|
|
14
|
-
slotProps: PopoverSlotProps;
|
|
15
|
-
state: PopoverState;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=Popover.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,WAAW,aAAa;CAAG;AAEjC,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC;CAAG;AAEpE,MAAM,WAAW,YAAY;CAAG;AAEhC,MAAM,WAAW,gBAAgB;CAAG;AAEpC,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,KAAK,EAAE,YAAY,CAAC;CACrB"}
|
package/lib/Popover.types.js
DELETED
package/lib/Popover.types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.types.js","sourceRoot":"","sources":["../src/Popover.types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,IAAM,WAAW,GAAG,SAAS,CAAC"}
|
package/lib/index.d.ts
DELETED
package/lib/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
package/lib/index.js
DELETED
package/lib/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|