@ckeditor/ckeditor5-media-embed 48.3.1 → 48.4.0-alpha.0

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.
@@ -10,7 +10,6 @@ import { Widget } from "@ckeditor/ckeditor5-widget";
10
10
  import { MediaEmbedEditing } from "./mediaembedediting.js";
11
11
  import { AutoMediaEmbed } from "./automediaembed.js";
12
12
  import { MediaEmbedUI } from "./mediaembedui.js";
13
- import "../theme/mediaembed.css";
14
13
  /**
15
14
  * The media embed plugin.
16
15
  *
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { Plugin, type Editor } from "@ckeditor/ckeditor5-core";
9
9
  import { MediaRegistry } from "./mediaregistry.js";
10
- import "../theme/mediaembedediting.css";
11
10
  /**
12
11
  * The media embed editing feature.
13
12
  */
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { ButtonView, FocusCycler, LabeledFieldView, View, ViewCollection, type FocusableView, type InputNumberView } from "@ckeditor/ckeditor5-ui";
9
9
  import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
10
- import "../../../theme/mediaembedcustomresizeform.css";
11
10
  /**
12
11
  * The MediaEmbedCustomResizeFormView class.
13
12
  *
@@ -10,7 +10,6 @@ import { MediaEmbedResizeEditing } from "./mediaembedresize/mediaembedresizeedit
10
10
  import { MediaEmbedResizeHandles } from "./mediaembedresize/mediaembedresizehandles.js";
11
11
  import { MediaEmbedResizeButtons } from "./mediaembedresize/mediaembedresizebuttons.js";
12
12
  import { MediaEmbedCustomResizeUI } from "./mediaembedresize/mediaembedcustomresizeui.js";
13
- import "../theme/mediaembedresize.css";
14
13
  /**
15
14
  * The media embed resize plugin.
16
15
  *
@@ -8,7 +8,6 @@
8
8
  import { Plugin, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
9
9
  import { MediaEmbedStyleEditing } from "./mediaembedstyle/mediaembedstyleediting.js";
10
10
  import { MediaEmbedStyleUI } from "./mediaembedstyle/mediaembedstyleui.js";
11
- import "../theme/mediaembedstyle.css";
12
11
  /**
13
12
  * The media embed style plugin.
14
13
  *
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { type InputTextView, LabeledFieldView, View } from "@ckeditor/ckeditor5-ui";
9
9
  import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
10
- import "../../theme/mediaform.css";
11
10
  /**
12
11
  * The media form view controller class.
13
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-media-embed",
3
- "version": "48.3.1",
3
+ "version": "48.4.0-alpha.0",
4
4
  "description": "Media embed feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,15 +26,15 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-clipboard": "48.3.1",
30
- "@ckeditor/ckeditor5-core": "48.3.1",
31
- "@ckeditor/ckeditor5-engine": "48.3.1",
32
- "@ckeditor/ckeditor5-icons": "48.3.1",
33
- "@ckeditor/ckeditor5-typing": "48.3.1",
34
- "@ckeditor/ckeditor5-ui": "48.3.1",
35
- "@ckeditor/ckeditor5-undo": "48.3.1",
36
- "@ckeditor/ckeditor5-utils": "48.3.1",
37
- "@ckeditor/ckeditor5-widget": "48.3.1"
29
+ "@ckeditor/ckeditor5-clipboard": "48.4.0-alpha.0",
30
+ "@ckeditor/ckeditor5-core": "48.4.0-alpha.0",
31
+ "@ckeditor/ckeditor5-engine": "48.4.0-alpha.0",
32
+ "@ckeditor/ckeditor5-icons": "48.4.0-alpha.0",
33
+ "@ckeditor/ckeditor5-typing": "48.4.0-alpha.0",
34
+ "@ckeditor/ckeditor5-ui": "48.4.0-alpha.0",
35
+ "@ckeditor/ckeditor5-undo": "48.4.0-alpha.0",
36
+ "@ckeditor/ckeditor5-utils": "48.4.0-alpha.0",
37
+ "@ckeditor/ckeditor5-widget": "48.4.0-alpha.0"
38
38
  },
39
39
  "files": [
40
40
  "dist",