@ckeditor/ckeditor5-html-support 48.0.1 → 48.1.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.
@@ -2,10 +2,10 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- import type { ViewDowncastWriter, ViewElement } from '@ckeditor/ckeditor5-engine';
6
5
  /**
7
6
  * @module html-support/integrations/integrationutils
8
7
  */
8
+ import type { ViewDowncastWriter, ViewElement } from '@ckeditor/ckeditor5-engine';
9
9
  /**
10
10
  * Returns the first view element descendant matching the given view name.
11
11
  * Includes view element itself.
@@ -2,10 +2,10 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- import type { HtmlSupportDataSchemaBlockElementDefinition, HtmlSupportDataSchemaInlineElementDefinition } from './dataschema.js';
6
5
  /**
7
6
  * @module html-support/schemadefinitions
8
7
  */
8
+ import type { HtmlSupportDataSchemaBlockElementDefinition, HtmlSupportDataSchemaInlineElementDefinition } from './dataschema.js';
9
9
  /**
10
10
  * Skipped elements due to HTML deprecation:
11
11
  * * noframes (not sure if we should provide support for this element. CKE4 is not supporting frameset and frame,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-html-support",
3
- "version": "48.0.1",
3
+ "version": "48.1.0-alpha.0",
4
4
  "description": "HTML Support feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -30,17 +30,17 @@
30
30
  "./package.json": "./package.json"
31
31
  },
32
32
  "dependencies": {
33
- "@ckeditor/ckeditor5-clipboard": "48.0.1",
34
- "@ckeditor/ckeditor5-core": "48.0.1",
35
- "@ckeditor/ckeditor5-engine": "48.0.1",
36
- "@ckeditor/ckeditor5-enter": "48.0.1",
37
- "@ckeditor/ckeditor5-heading": "48.0.1",
38
- "@ckeditor/ckeditor5-image": "48.0.1",
39
- "@ckeditor/ckeditor5-list": "48.0.1",
40
- "@ckeditor/ckeditor5-remove-format": "48.0.1",
41
- "@ckeditor/ckeditor5-table": "48.0.1",
42
- "@ckeditor/ckeditor5-utils": "48.0.1",
43
- "@ckeditor/ckeditor5-widget": "48.0.1",
33
+ "@ckeditor/ckeditor5-clipboard": "48.1.0-alpha.0",
34
+ "@ckeditor/ckeditor5-core": "48.1.0-alpha.0",
35
+ "@ckeditor/ckeditor5-engine": "48.1.0-alpha.0",
36
+ "@ckeditor/ckeditor5-enter": "48.1.0-alpha.0",
37
+ "@ckeditor/ckeditor5-heading": "48.1.0-alpha.0",
38
+ "@ckeditor/ckeditor5-image": "48.1.0-alpha.0",
39
+ "@ckeditor/ckeditor5-list": "48.1.0-alpha.0",
40
+ "@ckeditor/ckeditor5-remove-format": "48.1.0-alpha.0",
41
+ "@ckeditor/ckeditor5-table": "48.1.0-alpha.0",
42
+ "@ckeditor/ckeditor5-utils": "48.1.0-alpha.0",
43
+ "@ckeditor/ckeditor5-widget": "48.1.0-alpha.0",
44
44
  "es-toolkit": "1.45.1"
45
45
  },
46
46
  "files": [