@grammarly/editor-sdk
Advanced tools
Comparing version 2.3.7 to 2.3.8
@@ -41,3 +41,3 @@ /** | ||
* | ||
* In addition to `"american"`, `"british"`, `"canadian"`, and `"australian"` English, you can set the following values: | ||
* In addition to `"american"`, `"australian"`, `"british"`, `"canadian"`, and `"indian"` English, you can set the following values: | ||
* | ||
@@ -58,3 +58,3 @@ * - `"auto-browser"`: Chooses an appropriate dialect based on the user's browser settings. This is the default value. | ||
/** @since v1.3.0 */ | ||
"auto-browser" | "american" | "british" | "canadian" | "australian" | ||
"auto-browser" | "american" | "australian" | "british" | "canadian" | "indian" | ||
/** @since v1.3.0 */ | ||
@@ -123,2 +123,4 @@ | "auto-text"; | ||
* | ||
* See {@link EditorConfig} to customize per editor instance. | ||
* | ||
* @example | ||
@@ -168,3 +170,3 @@ * ```js | ||
/** | ||
* Configuration to customize the Grammarly integration per editor instance. | ||
* Configuration to customize the Grammarly integration per `Editor` instance. | ||
* | ||
@@ -334,2 +336,4 @@ * @public | ||
* | ||
* The Grammarly button can only display once per page. Its location is set and displayed according to the earliest inclusion of `<grammarly-button>`. | ||
* | ||
* @remarks | ||
@@ -336,0 +340,0 @@ * [Learn more](https://developer.grammarly.com/docs/customization#grammarly-button) |
@@ -41,3 +41,3 @@ /** | ||
* | ||
* In addition to `"american"`, `"british"`, `"canadian"`, and `"australian"` English, you can set the following values: | ||
* In addition to `"american"`, `"australian"`, `"british"`, `"canadian"`, and `"indian"` English, you can set the following values: | ||
* | ||
@@ -58,3 +58,3 @@ * - `"auto-browser"`: Chooses an appropriate dialect based on the user's browser settings. This is the default value. | ||
/** @since v1.3.0 */ | ||
"auto-browser" | "american" | "british" | "canadian" | "australian" | ||
"auto-browser" | "american" | "australian" | "british" | "canadian" | "indian" | ||
/** @since v1.3.0 */ | ||
@@ -123,2 +123,4 @@ | "auto-text"; | ||
* | ||
* See {@link EditorConfig} to customize per editor instance. | ||
* | ||
* @example | ||
@@ -168,3 +170,3 @@ * ```js | ||
/** | ||
* Configuration to customize the Grammarly integration per editor instance. | ||
* Configuration to customize the Grammarly integration per `Editor` instance. | ||
* | ||
@@ -326,2 +328,4 @@ * @public | ||
* | ||
* The Grammarly button can only display once per page. Its location is set and displayed according to the earliest inclusion of `<grammarly-button>`. | ||
* | ||
* @remarks | ||
@@ -328,0 +332,0 @@ * [Learn more](https://developer.grammarly.com/docs/customization#grammarly-button) |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"main": "./lib/index.js", | ||
@@ -40,6 +40,6 @@ "module": "./lib/index.esm.js", | ||
"devDependencies": { | ||
"@grammarly/plugin-core": "2.3.7", | ||
"@grammarly/plugin-editor": "2.3.7", | ||
"@grammarly/plugin-invariant": "2.3.7", | ||
"@grammarly/plugin-reactivity": "2.3.7", | ||
"@grammarly/plugin-core": "2.3.8", | ||
"@grammarly/plugin-editor": "2.3.8", | ||
"@grammarly/plugin-invariant": "2.3.8", | ||
"@grammarly/plugin-reactivity": "2.3.8", | ||
"@microsoft/api-extractor": "^7.28.7", | ||
@@ -46,0 +46,0 @@ "@testing-library/jest-dom": "^5.11.10", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90134
1973