@docusaurus/plugin-ideal-image 3.9.1 → 3.9.2-alpha.0-canary-6548
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.
|
@@ -6,5 +6,5 @@ type Props = {
|
|
|
6
6
|
onLeave: () => void;
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
};
|
|
9
|
-
export declare function Waypoint(props: Props): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
|
|
9
|
+
export declare function Waypoint(props: Props): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
|
|
10
10
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/plugin-ideal-image",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2-alpha.0-canary-6548",
|
|
4
4
|
"description": "Docusaurus Plugin to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder).",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/plugin-ideal-image.d.ts",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@docusaurus/core": "3.9.
|
|
24
|
-
"@docusaurus/lqip-loader": "3.9.
|
|
23
|
+
"@docusaurus/core": "3.9.2-alpha.0-canary-6548",
|
|
24
|
+
"@docusaurus/lqip-loader": "3.9.2-alpha.0-canary-6548",
|
|
25
25
|
"@docusaurus/responsive-loader": "^1.7.0",
|
|
26
|
-
"@docusaurus/theme-translations": "3.9.
|
|
27
|
-
"@docusaurus/types": "3.9.
|
|
28
|
-
"@docusaurus/utils-validation": "3.9.
|
|
26
|
+
"@docusaurus/theme-translations": "3.9.2-alpha.0-canary-6548",
|
|
27
|
+
"@docusaurus/types": "3.9.2-alpha.0-canary-6548",
|
|
28
|
+
"@docusaurus/utils-validation": "3.9.2-alpha.0-canary-6548",
|
|
29
29
|
"sharp": "^0.32.3",
|
|
30
30
|
"tslib": "^2.6.0",
|
|
31
31
|
"webpack": "^5.88.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@docusaurus/module-type-aliases": "3.9.
|
|
34
|
+
"@docusaurus/module-type-aliases": "3.9.2-alpha.0-canary-6548",
|
|
35
35
|
"fs-extra": "^11.1.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=20.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "7694572787296be09b95c6ff0a541ae19185a9f5"
|
|
51
51
|
}
|