@docusaurus/core 0.0.0-4678 → 0.0.0-4679

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.
@@ -49,7 +49,7 @@ Report it here: https://github.com/facebook/docusaurus/discussions/5468
49
49
  [tableStatusLabel('forbidden')]: [
50
50
  '',
51
51
  `
52
- This component should not meant to be swizzled.
52
+ This component is not meant to be swizzled.
53
53
  `,
54
54
  ],
55
55
  });
@@ -66,7 +66,7 @@ function actionsTable() {
66
66
  Creates a wrapper around the original theme component.
67
67
  Allows rendering other components before/after the original theme component.
68
68
 
69
- ${logger_1.default.green('Tip')}: prefer ${logger_1.default.code('--wrap')} whenever possible to reduces the amount of code to maintain.
69
+ ${logger_1.default.green('Tip')}: prefer ${logger_1.default.code('--wrap')} whenever possible to reduce the amount of code to maintain.
70
70
  `,
71
71
  ],
72
72
  });
@@ -75,9 +75,9 @@ ${logger_1.default.green('Tip')}: prefer ${logger_1.default.code('--wrap')} when
75
75
  logger_1.default.code('--eject'),
76
76
  `
77
77
  Ejects the full source code of the original theme component.
78
- Allows overriding the original component entirely with your own UI and logic.
78
+ Allows overriding of the original component entirely with your own UI and logic.
79
79
 
80
- ${logger_1.default.green('Tip')}: ${logger_1.default.code('--eject')} can be useful to completely redesign a component.
80
+ ${logger_1.default.green('Tip')}: ${logger_1.default.code('--eject')} can be useful for completely redesigning a component.
81
81
  `,
82
82
  ],
83
83
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "0.0.0-4678",
4
+ "version": "0.0.0-4679",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -41,13 +41,13 @@
41
41
  "@babel/runtime": "^7.17.2",
42
42
  "@babel/runtime-corejs3": "^7.17.2",
43
43
  "@babel/traverse": "^7.17.3",
44
- "@docusaurus/cssnano-preset": "0.0.0-4678",
45
- "@docusaurus/logger": "0.0.0-4678",
46
- "@docusaurus/mdx-loader": "0.0.0-4678",
44
+ "@docusaurus/cssnano-preset": "0.0.0-4679",
45
+ "@docusaurus/logger": "0.0.0-4679",
46
+ "@docusaurus/mdx-loader": "0.0.0-4679",
47
47
  "@docusaurus/react-loadable": "5.5.2",
48
- "@docusaurus/utils": "0.0.0-4678",
49
- "@docusaurus/utils-common": "0.0.0-4678",
50
- "@docusaurus/utils-validation": "0.0.0-4678",
48
+ "@docusaurus/utils": "0.0.0-4679",
49
+ "@docusaurus/utils-common": "0.0.0-4679",
50
+ "@docusaurus/utils-validation": "0.0.0-4679",
51
51
  "@slorber/static-site-generator-webpack-plugin": "^4.0.1",
52
52
  "@svgr/webpack": "^6.2.1",
53
53
  "autoprefixer": "^10.4.2",
@@ -106,8 +106,8 @@
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-4678",
110
- "@docusaurus/types": "0.0.0-4678",
109
+ "@docusaurus/module-type-aliases": "0.0.0-4679",
110
+ "@docusaurus/types": "0.0.0-4679",
111
111
  "@types/detect-port": "^1.3.2",
112
112
  "@types/nprogress": "^0.2.0",
113
113
  "@types/react-dom": "^17.0.11",
@@ -128,5 +128,5 @@
128
128
  "engines": {
129
129
  "node": ">=14"
130
130
  },
131
- "gitHead": "553449a1da416365f1980133f6059baa57e9df50"
131
+ "gitHead": "446224a0b9b4f91bb8676d85518b5d7af0221044"
132
132
  }