@ckeditor/ckeditor5-style 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.
package/dist/styleui.d.ts CHANGED
@@ -7,7 +7,6 @@
7
7
  */
8
8
  import { Plugin, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
9
9
  import { StyleUtils } from "./styleutils.js";
10
- import "../theme/style.css";
11
10
  /**
12
11
  * The UI plugin of the style feature .
13
12
  *
@@ -9,7 +9,6 @@ import { View, type ViewCollection, type FocusableView } from "@ckeditor/ckedito
9
9
  import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
10
10
  import { StyleGridButtonView } from "./stylegridbuttonview.js";
11
11
  import type { NormalizedStyleDefinition } from "../styleutils.js";
12
- import "../../theme/stylegrid.css";
13
12
  /**
14
13
  * A class representing a grid of styles ({@link module:style/ui/stylegridbuttonview~StyleGridButtonView buttons}).
15
14
  * Allows users to select a style.
@@ -9,7 +9,6 @@ import { LabelView, View } from "@ckeditor/ckeditor5-ui";
9
9
  import type { Locale } from "@ckeditor/ckeditor5-utils";
10
10
  import { StyleGridView } from "./stylegridview.js";
11
11
  import type { NormalizedStyleDefinition } from "../styleutils.js";
12
- import "../../theme/stylegroup.css";
13
12
  /**
14
13
  * A class representing a group of styles (e.g. "block" or "inline").
15
14
  *
@@ -10,7 +10,6 @@ import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5
10
10
  import { StyleGroupView } from "./stylegroupview.js";
11
11
  import { type StyleGridView } from "./stylegridview.js";
12
12
  import type { NormalizedStyleDefinitions } from "../styleutils.js";
13
- import "../../theme/stylepanel.css";
14
13
  /**
15
14
  * A class representing a panel with available content styles. It renders styles in button grids, grouped
16
15
  * in categories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-style",
3
- "version": "48.3.1",
3
+ "version": "48.4.0-alpha.0",
4
4
  "description": "Style feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,14 +26,14 @@
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-html-support": "48.3.1",
32
- "@ckeditor/ckeditor5-list": "48.3.1",
33
- "@ckeditor/ckeditor5-table": "48.3.1",
34
- "@ckeditor/ckeditor5-typing": "48.3.1",
35
- "@ckeditor/ckeditor5-ui": "48.3.1",
36
- "@ckeditor/ckeditor5-utils": "48.3.1",
29
+ "@ckeditor/ckeditor5-core": "48.4.0-alpha.0",
30
+ "@ckeditor/ckeditor5-engine": "48.4.0-alpha.0",
31
+ "@ckeditor/ckeditor5-html-support": "48.4.0-alpha.0",
32
+ "@ckeditor/ckeditor5-list": "48.4.0-alpha.0",
33
+ "@ckeditor/ckeditor5-table": "48.4.0-alpha.0",
34
+ "@ckeditor/ckeditor5-typing": "48.4.0-alpha.0",
35
+ "@ckeditor/ckeditor5-ui": "48.4.0-alpha.0",
36
+ "@ckeditor/ckeditor5-utils": "48.4.0-alpha.0",
37
37
  "es-toolkit": "1.45.1"
38
38
  },
39
39
  "files": [