@xylabs/react-portal 6.3.6 → 6.3.8

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.
@@ -0,0 +1,11 @@
1
+ interface PortalProps {
2
+ children: React.ReactNode;
3
+ className?: string;
4
+ el?: string;
5
+ target?: string;
6
+ }
7
+
8
+ declare const Portal: React.FC<PortalProps>;
9
+
10
+ export { Portal };
11
+ export type { PortalProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/react-portal",
3
- "version": "6.3.6",
3
+ "version": "6.3.8",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -26,22 +26,22 @@
26
26
  "type": "module",
27
27
  "exports": {
28
28
  ".": {
29
- "types": "./dist/types/index.d.ts",
29
+ "types": "./dist/browser/index.d.ts",
30
30
  "default": "./dist/browser/index.mjs"
31
31
  },
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "module": "./dist/browser/index.mjs",
35
- "types": "dist/types/index.d.ts",
35
+ "types": "dist/browser/index.d.ts",
36
36
  "workspaces": [
37
37
  "packages/*"
38
38
  ],
39
39
  "devDependencies": {
40
40
  "@types/react": "^19.1.8",
41
41
  "@types/react-dom": "^19.1.6",
42
- "@xylabs/ts-scripts-yarn3": "^6.5.8",
43
- "@xylabs/tsconfig-react": "^6.5.8",
44
- "knip": "^5.61.2",
42
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
43
+ "@xylabs/tsconfig-react": "^7.0.0-rc.8",
44
+ "knip": "^5.61.3",
45
45
  "react": "^19.1.0",
46
46
  "react-dom": "^19.1.0",
47
47
  "typescript": "^5.8.3"
@@ -1,3 +0,0 @@
1
- import type { PortalProps } from './PortalProps.ts';
2
- export declare const Portal: React.FC<PortalProps>;
3
- //# sourceMappingURL=Portal.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/Portal.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAEnD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAmBxC,CAAA"}
@@ -1,7 +0,0 @@
1
- export interface PortalProps {
2
- children: React.ReactNode;
3
- className?: string;
4
- el?: string;
5
- target?: string;
6
- }
7
- //# sourceMappingURL=PortalProps.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PortalProps.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalProps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
@@ -1,3 +0,0 @@
1
- export * from './Portal.tsx';
2
- export * from './PortalProps.ts';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './Portal/index.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './components/index.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}