@vendure/docs 0.0.0-202601211524 → 0.0.0-202601211529

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.
@@ -20,7 +20,7 @@ class IfMultichannelDirective extends IfDirectiveBase<[]> {
20
20
  constructor(_viewContainer: ViewContainerRef, templateRef: TemplateRef<any>, dataService: DataService)
21
21
  }
22
22
  ```
23
- * Extends: IfDirectiveBase<[]>
23
+ * Extends: `IfDirectiveBase<[]>`
24
24
 
25
25
 
26
26
 
@@ -53,7 +53,7 @@ interface VendureImageProps extends React.ImgHTMLAttributes<HTMLImageElement> {
53
53
  ref?: React.Ref<HTMLImageElement>;
54
54
  }
55
55
  ```
56
- * Extends: React.ImgHTMLAttributes<HTMLImageElement>
56
+ * Extends: `React.ImgHTMLAttributes<HTMLImageElement>`
57
57
 
58
58
 
59
59
 
@@ -60,7 +60,7 @@ interface PageProps extends ComponentProps<'div'> {
60
60
  submitHandler?: any;
61
61
  }
62
62
  ```
63
- * Extends: ComponentProps<'div'>
63
+ * Extends: `ComponentProps<'div'>`
64
64
 
65
65
 
66
66
 
@@ -14,7 +14,7 @@ interface GetEntityOrThrowOptions<T = any> extends FindOneOptions<T> {
14
14
  includeSoftDeleted?: boolean;
15
15
  }
16
16
  ```
17
- * Extends: FindOneOptions<T>
17
+ * Extends: `FindOneOptions<T>`
18
18
 
19
19
 
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/docs",
3
- "version": "0.0.0-202601211524",
3
+ "version": "0.0.0-202601211529",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",