@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/index-content.css +3 -0
- package/dist/index-content.css.map +1 -0
- package/dist/index-editor.css +85 -82
- package/dist/index-editor.css.map +1 -0
- package/dist/index.css +1 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/dist/styleui.d.ts +0 -1
- package/dist/ui/stylegridview.d.ts +0 -1
- package/dist/ui/stylegroupview.d.ts +0 -1
- package/dist/ui/stylepanelview.d.ts +0 -1
- package/package.json +9 -9
package/dist/styleui.d.ts
CHANGED
|
@@ -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
|
+
"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.
|
|
30
|
-
"@ckeditor/ckeditor5-engine": "48.
|
|
31
|
-
"@ckeditor/ckeditor5-html-support": "48.
|
|
32
|
-
"@ckeditor/ckeditor5-list": "48.
|
|
33
|
-
"@ckeditor/ckeditor5-table": "48.
|
|
34
|
-
"@ckeditor/ckeditor5-typing": "48.
|
|
35
|
-
"@ckeditor/ckeditor5-ui": "48.
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "48.
|
|
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": [
|