@docusaurus/plugin-ideal-image 3.10.1-canary-6591 → 3.10.1-canary-6593

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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@docusaurus/plugin-ideal-image",
3
- "version": "3.10.1-canary-6591",
3
+ "version": "3.10.1-canary-6593",
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",
7
7
  "scripts": {
8
- "build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js && prettier --config ../../.prettierrc --write \"lib/theme/**/*.js\"",
8
+ "build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js && oxfmt \"lib/theme/**/*.js\"",
9
9
  "watch": "run-p -c copy:watch build:watch",
10
10
  "build:watch": "tsc --build --watch",
11
11
  "copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
@@ -20,18 +20,18 @@
20
20
  },
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@docusaurus/core": "3.10.1-canary-6591",
24
- "@docusaurus/lqip-loader": "3.10.1-canary-6591",
23
+ "@docusaurus/core": "3.10.1-canary-6593",
24
+ "@docusaurus/lqip-loader": "3.10.1-canary-6593",
25
25
  "@docusaurus/responsive-loader": "^1.7.1",
26
- "@docusaurus/theme-translations": "3.10.1-canary-6591",
27
- "@docusaurus/types": "3.10.1-canary-6591",
28
- "@docusaurus/utils-validation": "3.10.1-canary-6591",
26
+ "@docusaurus/theme-translations": "3.10.1-canary-6593",
27
+ "@docusaurus/types": "3.10.1-canary-6593",
28
+ "@docusaurus/utils-validation": "3.10.1-canary-6593",
29
29
  "sharp": "^0.34.5",
30
30
  "tslib": "^2.6.0",
31
31
  "webpack": "^5.106.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@docusaurus/module-type-aliases": "3.10.1-canary-6591",
34
+ "@docusaurus/module-type-aliases": "3.10.1-canary-6593",
35
35
  "fs-extra": "^11.2.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "engines": {
48
48
  "node": ">=24.14"
49
49
  },
50
- "gitHead": "0a37b4e95aa595949734a1cb72d13305bbacb822"
50
+ "gitHead": "958bdad4e51b2df8d29749d8a6455f39ff85a348"
51
51
  }
@@ -118,8 +118,10 @@ declare module '@theme/IdealImageLegacy' {
118
118
 
119
119
  type ThemeKey = 'placeholder' | 'img' | 'icon' | 'noscript';
120
120
 
121
- export interface ImageProps
122
- extends Omit<ComponentProps<'img'>, 'srcSet' | 'placeholder'> {
121
+ export interface ImageProps extends Omit<
122
+ ComponentProps<'img'>,
123
+ 'srcSet' | 'placeholder'
124
+ > {
123
125
  /**
124
126
  * This function decides what icon to show based on the current state of the
125
127
  * component.