@ckeditor/ckeditor5-find-and-replace 48.3.1 → 48.4.0-alpha.1

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.
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { View, LabeledFieldView, FocusCycler, ViewCollection, type InputView } from "@ckeditor/ckeditor5-ui";
9
9
  import { type Locale } from "@ckeditor/ckeditor5-utils";
10
- import "../../theme/findandreplaceform.css";
11
10
  /**
12
11
  * The find and replace form view class.
13
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-find-and-replace",
3
- "version": "48.3.1",
3
+ "version": "48.4.0-alpha.1",
4
4
  "description": "Find and replace feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,11 +26,11 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-core": "48.3.1",
30
- "@ckeditor/ckeditor5-engine": "48.3.1",
31
- "@ckeditor/ckeditor5-icons": "48.3.1",
32
- "@ckeditor/ckeditor5-ui": "48.3.1",
33
- "@ckeditor/ckeditor5-utils": "48.3.1",
29
+ "@ckeditor/ckeditor5-core": "48.4.0-alpha.1",
30
+ "@ckeditor/ckeditor5-engine": "48.4.0-alpha.1",
31
+ "@ckeditor/ckeditor5-icons": "48.4.0-alpha.1",
32
+ "@ckeditor/ckeditor5-ui": "48.4.0-alpha.1",
33
+ "@ckeditor/ckeditor5-utils": "48.4.0-alpha.1",
34
34
  "es-toolkit": "1.45.1"
35
35
  },
36
36
  "files": [