@fluentui/react-portal-compat-context 9.0.0-rc.1 → 9.0.0-rc.2

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,22 @@
2
2
  "name": "@fluentui/react-portal-compat-context",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 May 2022 13:24:14 GMT",
5
+ "date": "Mon, 23 May 2022 12:09:59 GMT",
6
+ "tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.2",
7
+ "version": "9.0.0-rc.2",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-portal-compat-context",
13
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
14
+ "comment": "feat: ship rolluped only dts"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 04 May 2022 13:26:46 GMT",
6
21
  "tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.1",
7
22
  "version": "9.0.0-rc.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-portal-compat-context
2
2
 
3
- This log was last generated on Wed, 04 May 2022 13:24:14 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:09:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.0-rc.2)
8
+
9
+ Mon, 23 May 2022 12:09:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.0-rc.1..@fluentui/react-portal-compat-context_v9.0.0-rc.2)
11
+
12
+ ### Changes
13
+
14
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
15
+
7
16
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.0-rc.1)
8
17
 
9
- Wed, 04 May 2022 13:24:14 GMT
18
+ Wed, 04 May 2022 13:26:46 GMT
10
19
 
11
20
  ### Changes
12
21
 
File without changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat-context",
3
- "version": "9.0.0-rc.1",
3
+ "version": "9.0.0-rc.2",
4
4
  "description": "A package that holds React context for compatibility of React Contexts",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
- "typings": "lib/index.d.ts",
7
+ "typings": "dist/index.d.ts",
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { RegisterPortalFn } from './types';
3
- export declare const PortalCompatContextProvider: React.Provider<RegisterPortalFn>;
4
- export declare function usePortalCompat(): RegisterPortalFn;
package/lib/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export { PortalCompatContextProvider, usePortalCompat } from './PortalCompatContext';
2
- export type { RegisterPortalFn } from './types';
package/lib/types.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare type RegisterPortalFn = (el: HTMLElement) => () => void;
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import type { RegisterPortalFn } from './types';
3
- export declare const PortalCompatContextProvider: React.Provider<RegisterPortalFn>;
4
- export declare function usePortalCompat(): RegisterPortalFn;
@@ -1,2 +0,0 @@
1
- export { PortalCompatContextProvider, usePortalCompat } from './PortalCompatContext';
2
- export type { RegisterPortalFn } from './types';
@@ -1 +0,0 @@
1
- export declare type RegisterPortalFn = (el: HTMLElement) => () => void;