@docusaurus/plugin-ideal-image 3.7.0-canary-6321 → 3.7.0-canary-6322

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.
@@ -119,7 +119,7 @@ export default class IdealImage extends Component {
119
119
 
120
120
  /*
121
121
  static propTypes = {
122
- /!** how much to wait in ms until concider download to slow *!/
122
+ /!** how much to wait in ms until consider download to slow *!/
123
123
  threshold: PropTypes.number,
124
124
  /!** function to generate src based on width and format *!/
125
125
  getUrl: PropTypes.func,
@@ -9,7 +9,7 @@
9
9
  * and return as `style` property.
10
10
  *
11
11
  * Usage:
12
- * Asume you have `theme` object, which can be css-module
12
+ * Assume you have `theme` object, which can be css-module
13
13
  * or object or other css-in-js compatible with css-module
14
14
  *
15
15
  * <a {...compose(theme.link, theme.active, {color: "#000"})}>link</a>
@@ -6,7 +6,7 @@ export class UnfetchAbortController {
6
6
  }
7
7
 
8
8
  // modified version of https://github.com/developit/unfetch
9
- // - ponyfill intead of polyfill
9
+ // - ponyfill instead of polyfill
10
10
  // - add support for AbortController
11
11
  export const unfetch = (url, options) => {
12
12
  options = options || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/plugin-ideal-image",
3
- "version": "3.7.0-canary-6321",
3
+ "version": "3.7.0-canary-6322",
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.7.0-canary-6321",
24
- "@docusaurus/lqip-loader": "3.7.0-canary-6321",
23
+ "@docusaurus/core": "3.7.0-canary-6322",
24
+ "@docusaurus/lqip-loader": "3.7.0-canary-6322",
25
25
  "@docusaurus/responsive-loader": "^1.7.0",
26
- "@docusaurus/theme-translations": "3.7.0-canary-6321",
27
- "@docusaurus/types": "3.7.0-canary-6321",
28
- "@docusaurus/utils-validation": "3.7.0-canary-6321",
26
+ "@docusaurus/theme-translations": "3.7.0-canary-6322",
27
+ "@docusaurus/types": "3.7.0-canary-6322",
28
+ "@docusaurus/utils-validation": "3.7.0-canary-6322",
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.7.0-canary-6321",
34
+ "@docusaurus/module-type-aliases": "3.7.0-canary-6322",
35
35
  "fs-extra": "^11.1.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "engines": {
48
48
  "node": ">=18.0"
49
49
  },
50
- "gitHead": "12671db8634c581dab4df1350535af2ffb976196"
50
+ "gitHead": "6e3f26a43535dad28a0ebc589480bad526c8fe6f"
51
51
  }
@@ -119,7 +119,7 @@ export default class IdealImage extends Component {
119
119
 
120
120
  /*
121
121
  static propTypes = {
122
- /!** how much to wait in ms until concider download to slow *!/
122
+ /!** how much to wait in ms until consider download to slow *!/
123
123
  threshold: PropTypes.number,
124
124
  /!** function to generate src based on width and format *!/
125
125
  getUrl: PropTypes.func,
@@ -9,7 +9,7 @@
9
9
  * and return as `style` property.
10
10
  *
11
11
  * Usage:
12
- * Asume you have `theme` object, which can be css-module
12
+ * Assume you have `theme` object, which can be css-module
13
13
  * or object or other css-in-js compatible with css-module
14
14
  *
15
15
  * <a {...compose(theme.link, theme.active, {color: "#000"})}>link</a>
@@ -6,7 +6,7 @@ export class UnfetchAbortController {
6
6
  }
7
7
 
8
8
  // modified version of https://github.com/developit/unfetch
9
- // - ponyfill intead of polyfill
9
+ // - ponyfill instead of polyfill
10
10
  // - add support for AbortController
11
11
  export const unfetch = (url, options) => {
12
12
  options = options || {};