@xylabs/react-portal 2.17.0 → 2.17.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/dist/docs.json +7 -7
- package/package.json +5 -5
package/dist/docs.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"fileName": "packages/portal/src/components/Portal/PortalProps.ts",
|
|
25
25
|
"line": 2,
|
|
26
26
|
"character": 2,
|
|
27
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
27
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/components/Portal/PortalProps.ts#L2"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"type": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"fileName": "packages/portal/src/components/Portal/PortalProps.ts",
|
|
48
48
|
"line": 3,
|
|
49
49
|
"character": 2,
|
|
50
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
50
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/components/Portal/PortalProps.ts#L3"
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"type": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"fileName": "packages/portal/src/components/Portal/PortalProps.ts",
|
|
69
69
|
"line": 4,
|
|
70
70
|
"character": 2,
|
|
71
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
71
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/components/Portal/PortalProps.ts#L4"
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"type": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"fileName": "packages/portal/src/components/Portal/PortalProps.ts",
|
|
90
90
|
"line": 5,
|
|
91
91
|
"character": 2,
|
|
92
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
92
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/components/Portal/PortalProps.ts#L5"
|
|
93
93
|
}
|
|
94
94
|
],
|
|
95
95
|
"type": {
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"fileName": "packages/portal/src/components/Portal/PortalProps.ts",
|
|
115
115
|
"line": 1,
|
|
116
116
|
"character": 17,
|
|
117
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
117
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/components/Portal/PortalProps.ts#L1"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
120
120
|
},
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"fileName": "packages/portal/src/components/Portal/Portal.tsx",
|
|
130
130
|
"line": 6,
|
|
131
131
|
"character": 13,
|
|
132
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
132
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/components/Portal/Portal.tsx#L6"
|
|
133
133
|
}
|
|
134
134
|
],
|
|
135
135
|
"signatures": [
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"fileName": "packages/portal/src/index.ts",
|
|
215
215
|
"line": 1,
|
|
216
216
|
"character": 0,
|
|
217
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
217
|
+
"url": "https://github.com/xylabs/sdk-react/blob/8a84f71/packages/portal/src/index.ts#L1"
|
|
218
218
|
}
|
|
219
219
|
]
|
|
220
220
|
}
|
package/package.json
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
],
|
|
15
15
|
"description": "Common React library for all XY Labs projects that use React",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@types/react-dom": "^18.
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
19
|
-
"@xylabs/tsconfig-react": "^2.
|
|
17
|
+
"@types/react-dom": "^18.2.1",
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.6",
|
|
19
|
+
"@xylabs/tsconfig-react": "^2.17.5",
|
|
20
20
|
"react": "^18.2.0",
|
|
21
21
|
"react-dom": "^18.2.0",
|
|
22
|
-
"typescript": "^
|
|
22
|
+
"typescript": "^5.0.4"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": "^18",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
64
|
"types": "dist/types/index.d.ts",
|
|
65
|
-
"version": "2.17.
|
|
65
|
+
"version": "2.17.2"
|
|
66
66
|
}
|